/*
 * ress.css
 */
.lp-content {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}
.lp-content *,
.lp-content :after,
.lp-content :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.lp-content :after,
.lp-content :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
.lp-content * {
  padding: 0;
  margin: 0;
}
.lp-content hr {
  overflow: visible;
  height: 0;
}
.lp-content details,
.lp-content main {
  display: block;
}
.lp-content summary {
  display: list-item;
}
.lp-content small {
  font-size: 80%;
}
.lp-content [hidden] {
  display: none;
}
.lp-content abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.lp-content a {
  background-color: transparent;
}
.lp-content a:active,
.lp-content a:hover {
  outline-width: 0;
}
.lp-content code,
.lp-content kbd,
.lp-content pre,
.lp-content samp {
  font-family: monospace, monospace;
}
.lp-content pre {
  font-size: 1em;
}
.lp-content b,
.lp-content strong {
  font-weight: bolder;
}
.lp-content sub,
.lp-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.lp-content sub {
  bottom: -0.25em;
}
.lp-content sup {
  top: -0.5em;
}
.lp-content input {
  border-radius: 0;
}
.lp-content [disabled] {
  cursor: default;
}
.lp-content [type='number']::-webkit-inner-spin-button,
.lp-content [type='number']::-webkit-outer-spin-button {
  height: auto;
}
.lp-content [type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.lp-content [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.lp-content textarea {
  overflow: auto;
  resize: vertical;
}
.lp-content button,
.lp-content input,
.lp-content optgroup,
.lp-content select,
.lp-content textarea {
  font: inherit;
}
.lp-content optgroup {
  font-weight: 700;
}
.lp-content button {
  overflow: visible;
}
.lp-content button,
.lp-content select {
  text-transform: none;
}
.lp-content [role='button'],
.lp-content [type='button'],
.lp-content [type='reset'],
.lp-content [type='submit'],
.lp-content button {
  cursor: pointer;
  color: inherit;
}
.lp-content [type='button']::-moz-focus-inner,
.lp-content [type='reset']::-moz-focus-inner,
.lp-content [type='submit']::-moz-focus-inner,
.lp-content button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.lp-content [type='button']::-moz-focus-inner,
.lp-content [type='reset']::-moz-focus-inner,
.lp-content [type='submit']::-moz-focus-inner,
.lp-content button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.lp-content [type='reset'],
.lp-content [type='submit'],
.lp-content button,
.lp-content [type='button'] {
  -webkit-appearance: button;
}
.lp-content button,
.lp-content input,
.lp-content select,
.lp-content textarea {
  background-color: transparent;
  border-style: none;
}
.lp-content select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.lp-content select::-ms-expand {
  display: none;
}
.lp-content select::-ms-value {
  color: currentColor;
}
.lp-content legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}
.lp-content ::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
.lp-content img {
  border-style: none;
}
.lp-content progress {
  vertical-align: baseline;
}
@media screen {
  .lp-content [hidden~='screen'] {
    display: inherit;
  }
  .lp-content [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
.lp-content [aria-busy='true'] {
  cursor: progress;
}
.lp-content [aria-controls] {
  cursor: pointer;
}
.lp-content [aria-disabled] {
  cursor: default;
}
@media (min-width: 769px) {
  .lp-content .only-pc {
    display: block!important;
  }
  .lp-content .only-sp {
    display: none!important;
  }
}

@media (max-width: 768px) {
  .lp-content .only-pc {
    display: none!important;
  }
  .lp-content .only-sp {
    display: block!important;
  }
}

.lp-content #wrap.wrap .contents {
  background: #000;
  color: #fff;
  font-family:
    '游ゴシック体',
    YuGothic,
    '游ゴシック Medium',
    'Yu Gothic Medium',
    '游ゴシック',
    'Yu Gothic',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    'Hiragino Sans',
    'Hiragino Kaku Gothic ProN',
    Meiryo,
    sans-serif;
  line-height: 1.5;
}
.lp-content #wrap.wrap .contents img {
  width: initial;
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents {
    min-width: 1064px;
  }
}

.lp-content #wrap.wrap .contents .display-block {
  display: block;
}
.lp-content #wrap.wrap .contents .display-none {
  display: none;
}
.lp-content #wrap.wrap .contents .text__main {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .text__main {
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }
}
@media screen and (max-width: 320px) {
  .lp-content #wrap.wrap .contents .text__main {
    font-size: 13px;
    line-height: 1.5;
  }
}

.lp-content #wrap.wrap .contents .intro__points-sp {
  text-align: center;
}

.lp-content #wrap.wrap .contents .intro__points-sp img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.lp-content #wrap.wrap .contents .text__sub {
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .text__sub {
    font-size: 11px;
    margin: 7px 4px 0;
    text-align: center;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .lp-content #wrap.wrap .contents .text__sub {
    font-size: 10px;
    margin: 6px 3px 0;
  }
}
.lp-content #wrap.wrap .contents .mv {
  position: relative;
  z-index: 1;
}
.lp-content #wrap.wrap .contents .mv__img {
  width: 100%;
}
.lp-content #wrap.wrap .contents .mv__img-sp {
  width: 100%;
}
.lp-content #wrap.wrap .contents .mv .purchase__wrapper {
  position: relative;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .mv .purchase__wrapper {
    margin-top: -10px;
    padding: 15px;
  }
}

.lp-content #wrap.wrap .contents .fixed {
  position: fixed;
  right: 0;
  top: 370px;
  display: flex;
  flex-direction: column;
  z-index: 999;
}
.lp-content #wrap.wrap .contents .fixed img {
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .fixed {
    top: auto;
    bottom: 20px;
    right: 10px;
  }
  .lp-content #wrap.wrap .contents .fixed img {
    width: 70px;
    height: 70px;
  }
}

.lp-content #wrap.wrap .contents .purchase__wrapper {
  padding: 20px;
  background: #c6c6c6;
  margin-top: 26px;
}
.lp-content #wrap.wrap .contents .purchase__text {
  margin: 0 auto;
}
.lp-content #wrap.wrap .contents .purchase__link {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 18px 0px;
  text-align: center;
  margin-top: 10px;
  height: 60px;
  box-sizing: border-box;
  transition: color 0.4s ease;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .purchase__link {
    font-size: 16px;
    padding: 15px 0;
    margin-top: 8px;
    height: 50px;
  }
}
.lp-content #wrap.wrap .contents .purchase__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.lp-content #wrap.wrap .contents .purchase__link.normal-purchase::before {
  background: #454545;
}

@media (min-width: 769px) {
  /* ホバーはPC版のみに適用 */
  .lp-content #wrap.wrap .contents .purchase__link:hover::before {
    opacity: 0;
  }
}

.lp-content #wrap.wrap .contents .purchase__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #a3a3a3 0%,
    #fff 30%,
    #959595 60%,
    #afafaf 70%,
    #e8e8e8 100%
  );
  opacity: 1;
  transition: opacity 0.4s ease;
  z-index: -2;
}

.lp-content #wrap.wrap .contents .purchase__link span,
.lp-content #wrap.wrap .contents .purchase__link-arrow {
  position: relative;
  z-index: 2;
}

@media (min-width: 769px) {
  /* ホバーはPC版のみに適用 */
  .lp-content #wrap.wrap .contents .purchase__link:hover::before {
    opacity: 0;
  }
  .lp-content #wrap.wrap .contents .purchase__link:hover {
    color: #000;
  }
  .lp-content #wrap.wrap .contents .purchase__link:hover .purchase__link-arrow {
    stroke: #000;
  }
  .lp-content #wrap.wrap .contents .purchase__link:hover .black-arrow {
    stroke: #fff;
  }
}

@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .purchase__link {
    font-size: 16px;
    padding: 12px 0px;
  }
}
.lp-content #wrap.wrap .contents .purchase__link-arrow {
  position: absolute;
  stroke: #fff;
  top: 28px;
  right: 21px;
  transition: stroke 0.4s ease;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .purchase__link-arrow {
    top: 18px;
    right: 17px;
  }
}
.lp-content #wrap.wrap .contents .black-arrow {
  stroke: #000;
}
.lp-content #wrap.wrap .contents .text__wrapper {
  margin-top: 106px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .text__wrapper {
    margin-top: 50px;
    padding-bottom: 20px;
  }
}
.lp-content #wrap.wrap .contents .text__wrapper > .text__main {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .text__wrapper > .text__main {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 320px) {
  .lp-content #wrap.wrap .contents .text__wrapper > .text__main {
    font-size: 13px;
  }
}
.lp-content #wrap.wrap .contents .text__wrapper > .text__sub {
  font-size: 13px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .text__wrapper > .text__sub {
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  .lp-content #wrap.wrap .contents .text__wrapper > .text__sub {
    letter-spacing: -0.1em;
  }
}
.lp-content #wrap.wrap .contents .text__wrapper > .text__promotion {
  padding: 50px 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .text__wrapper > .text__promotion {
    font-size: 22px;
    padding: 24px 0;
  }
}
.lp-content #wrap.wrap .contents .promotion__logo {
  margin-top: 43px;
}
.lp-content #wrap.wrap .contents .intro {
  background:
    url('./static/first__section__first-img.png') calc(50% - 45vw) 49px/75vw
      auto no-repeat,
    url('./static/first__section__second-img.png')
      calc(50% + 42vw) -180px/52.5vw auto no-repeat;
}
.lp-content #wrap.wrap .contents .intro__points {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  max-width: 100%;
  overflow: hidden;
  margin: 20px 0;
}
.lp-content #wrap.wrap .contents .intro__points img {
  max-width: 100%;
  height: auto;
  display: block;
}
.lp-content #wrap.wrap .contents .intro__points img:nth-child(2) {
  margin-top: 80px;
}
.lp-content #wrap.wrap .contents .intro__points-sp {
  margin: 0;
}
.lp-content #wrap.wrap .contents .intro__points-sp img {
  display: none;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .intro__points {
    gap: 24px;
  }
  .lp-content #wrap.wrap .contents .intro__points img {
    width: 183px;
    height: auto;
    max-width: 100%;
    display: block;
  }
  .lp-content #wrap.wrap .contents .intro__points img:nth-child(2) {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .intro__points {
    gap: 16px;
  }
  .lp-content #wrap.wrap .contents .intro__points img {
    width: 150px;
    height: auto;
    max-width: 100%;
    display: block;
  }
  .lp-content #wrap.wrap .contents .intro__points img:nth-child(2) {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .lp-content #wrap.wrap .contents .intro__points-sp {
    margin: 20px 0;
  }
  .lp-content #wrap.wrap .contents .intro__points-sp img {
    display: block;
  }
  .lp-content #wrap.wrap .contents .intro__points {
    margin: 0 !important;
  }
  .lp-content #wrap.wrap .contents .intro__points img {
    display: none;
  }
}

@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .intro {
    background:
      url('./static/first__section__first-img.png') calc(50% - 370px)
        549px/835px auto no-repeat,
      url('./static/first__section__second-img.png')
        calc(50% + 450px) -90px/841px auto no-repeat;
  }
}
.lp-content #wrap.wrap .contents .second-section__content {
  position: relative;
  z-index: 100;
  padding-bottom: 110px;
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents #second-section__content {
    margin-top: -60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .second-section__content {
    margin-top: 20px !important;
    padding-bottom: 60px;
  }
}
.lp-content #wrap.wrap .contents .second-section__text {
  width: 100%;
  max-width: 676px;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translateX(5%);
}

@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .second-section__text {
    position: relative;
    left: 0;
    transform: none;
    margin: 0 auto;
    padding: 0 20px;
    top: 0;
  }
}
.lp-content #wrap.wrap .contents .tip-purchase-wrapper {
  position: relative;
  text-align: center;
}
.lp-content #wrap.wrap .contents .tip-purchase-wrapper .tip-items-purchase-text {
  margin-top: 6px;
  font-size: 13px;
  color: #000;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .tip-purchase-wrapper .tip-items-purchase-text {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .test-list {
    display: flex;
    font-size: 14px;
  }
}
.lp-content #wrap.wrap .contents .test__bold-text {
  font-weight: bold;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .test__bold-text {
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .test__medium-text {
    width: 70%;
  }
}
.lp-content #wrap.wrap .contents .test-item-name {
  font-size: 12px;
  margin: 0;
  text-align: initial;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .test-item-name {
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
  }
}
.lp-content #wrap.wrap .contents .second-section__items-wrapper {
  display: flex;
  font-size: 12px;
  gap: 0;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .second-section__items-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.lp-content #wrap.wrap
  .contents
  .second-section__items-wrapper
  .second-section__items-item {
  position: relative;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .second-section__items-wrapper
    .second-section__items-item {
    padding-top: 0;
  }
}
.lp-content #wrap.wrap .contents .second-section__items-wrapper .black-item {
  background: linear-gradient(
    to right bottom,
    #b9b9b9 0%,
    #b9b9b9 50%,
    #aeaeae 50%,
    #aeaeae 100%
  );
  color: #000;
}
.lp-content #wrap.wrap .contents .second-section__items-wrapper .brown-item {
  background: linear-gradient(
    to right bottom,
    #b7b1af 0%,
    #b7b1af 50%,
    #aea8a6 50%,
    #aea8a6 100%
  );
  color: #503927;
}
.lp-content #wrap.wrap .contents .second-section__items-wrapper .set-item {
  background: linear-gradient(
    to right bottom,
    #b9b9b9 0%,
    #b9b9b9 50%,
    #aeaeae 50%,
    #aeaeae 100%
  );
  color: #000;
  width: 100%;
}
.lp-content #wrap.wrap .contents .second-section__items-wrapper .item-img {
  width: 114px;
  position: absolute;
  top: -32px;
  left: 25px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .second-section__items-wrapper .item-img {
    width: 65px;
    top: 0;
  }
}
.lp-content #wrap.wrap .contents .second-section__items-wrapper .item-test {
  width: 133px;
  position: absolute;
  top: 235px;
  right: 0px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .second-section__items-wrapper .item-test {
    width: 87px;
    top: 20px;
  }
}
.lp-content #wrap.wrap
  .contents
  .second-section__items-wrapper
  .second-section__item-text-wrapper {
  margin: 50px 0px 30px 155px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .second-section__items-wrapper
    .second-section__item-text-wrapper {
    margin: 70px 0px 50px 25px;
  }
}
.lp-content #wrap.wrap .contents .second-section__items-wrapper .item-title {
  font-size: 25px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .second-section__items-wrapper .item-title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 80px;
    margin-top: -10px;
  }
}
.lp-content #wrap.wrap .contents .second-section__items-wrapper .more-margin-text {
  margin-right: 29px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .second-section__items-wrapper .more-margin-text {
    margin-right: 40px;
  }
}
.lp-content #wrap.wrap
  .contents
  .second-section__items-wrapper
  .before-after-image-wrapper {
  display: flex;
  justify-content: center;
  padding: 50px 0 0 0;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .second-section__items-wrapper
    .before-after-image-wrapper {
    margin: 37px 25px 0;
    padding: 0px 0;
    justify-content: center;
    gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 320px) {
  .lp-content #wrap.wrap
    .contents
    .second-section__items-wrapper
    .before-after-image-wrapper {
    margin: 37px 0 0;
    transform: scale(0.84);
  }
}
.lp-content #wrap.wrap
  .contents
  .second-section__items-wrapper
  .before-after-image-wrapper
  .before-image,
.lp-content #wrap.wrap
  .contents
  .second-section__items-wrapper
  .before-after-image-wrapper
  .black-arrow,
.lp-content #wrap.wrap
  .contents
  .second-section__items-wrapper
  .before-after-image-wrapper
  .brown-arrow {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .second-section__items-wrapper
    .before-after-image-wrapper
    .before-image,
  .lp-content #wrap.wrap
    .contents
    .second-section__items-wrapper
    .before-after-image-wrapper
    .black-arrow,
  .lp-content #wrap.wrap
    .contents
    .second-section__items-wrapper
    .before-after-image-wrapper
    .brown-arrow {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .second-section__items-wrapper
    .before-after-image-wrapper
    .black-arrow,
  .lp-content #wrap.wrap
    .contents
    .second-section__items-wrapper
    .before-after-image-wrapper
    .brown-arrow {
    width: 52px;
  }
}
.lp-content #wrap.wrap .contents .second-section__items-wrapper .before-image,
.lp-content #wrap.wrap .contents .second-section__items-wrapper .after-image {
  width: 168px;
  height: auto;
  object-fit: contain;
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .second-section__items-wrapper .before-image,
  .lp-content #wrap.wrap .contents .second-section__items-wrapper .after-image {
    width: 168px;
    height: 215px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .second-section__items-wrapper .before-image,
  .lp-content #wrap.wrap .contents .second-section__items-wrapper .after-image {
    width: 45%;
    max-width: 200px;
    min-width: 120px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .lp-content #wrap.wrap .contents .second-section__items-wrapper .before-image,
  .lp-content #wrap.wrap .contents .second-section__items-wrapper .after-image {
    width: 42%;
    min-width: 100px;
  }
}

.lp-content #wrap.wrap .contents .second-section__items-wrapper .before-after-line {
  margin: 0 auto 56px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .second-section__items-wrapper .before-after-line {
    margin: 15px auto 25px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .lp-content #wrap.wrap .contents .second-section__items-wrapper .before-after-line {
    margin: 10px auto 20px;
    width: 100%;
  }
}
.lp-content #wrap.wrap
  .contents
  .second-section__items-wrapper
  .before-after-text-wrapper {
  font-size: 12px;
  color: #000;
  margin: 10px 24px 0 36px;
  text-align: end;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .second-section__items-wrapper
    .before-after-text-wrapper {
    font-size: 11px;
    margin: 10px 25px 0 36px;
  }
}
.lp-content #wrap.wrap .contents .second-section__items-wrapper .items-purchase {
  margin: 30px 36px 0px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .second-section__items-wrapper .items-purchase {
    margin: 15px 25px 0px;
  }
}
.lp-content #wrap.wrap .contents .tip-purchase-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .tip-purchase-wrapper {
    position: relative;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .tip-purchase-wrapper .items-purchase {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .lp-content #wrap.wrap .contents .tip-wrapper {
    position: absolute;
    top: -8px;
    left: 10px;
    z-index: 1;
    width: 121px;
    height: 76px;
  }
}

.lp-content .tip-wrapper .tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
}
.lp-content .tip-wrapper .tip.tip-off {
  opacity: 1;
  z-index: 1;
}
.lp-content .tip-wrapper .tip.tip-over {
  opacity: 1;
  z-index: 0;
}
@media (min-width: 769px) {
  /* ホバーはPC版のみに適用 */
  .lp-content .purchase__link:hover .tip-wrapper .tip.tip-off {
    opacity: 0;
  }
}
.lp-content .tip-wrapper .tip img {
  width: 100%;
  height: 100%;
}

.lp-content #wrap.wrap .contents .tip .bold-number {
  font-weight: bold;
  font-size: 18px;
}
.lp-content #wrap.wrap .contents .teiki-purchase {
  position: relative;
}
.lp-content #wrap.wrap .contents .second-section__items-description {
  color: #000;
  background: #c6c6c6;
  padding-bottom: 40px;
}
.lp-content #wrap.wrap
  .contents
  .second-section__items-description
  .item-description-title-wrapper {
  text-align: center;
  line-height: 0.7;
  padding: 46px 46px 31px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .second-section__items-description
    .item-description-title-wrapper {
    padding: 39px 25px 31px;
  }
}
.lp-content #wrap.wrap
  .contents
  .second-section__items-description
  .item-description-title-wrapper
  .item-description-title-line {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap
    .contents
    .second-section__items-description
    .item-description-title-wrapper
    .item-description-title-line {
    width: 720px;
  }
}
.lp-content #wrap.wrap
  .contents
  .second-section__items-description
  .item-description-title-text {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .second-section__items-description
    .item-description-title-text {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
}
.lp-content #wrap.wrap .contents .items-description__images-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .items-description__images-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.lp-content #wrap.wrap
  .contents
  .items-description__images-wrapper
  .first-image-wrapper {
  width: 270px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .items-description__images-wrapper
    .first-image-wrapper
    img {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .items-description__images-wrapper
    .second-image-wrapper {
    margin-top: -25px;
  }
  .lp-content #wrap.wrap
    .contents
    .items-description__images-wrapper
    .second-image-wrapper
    img {
    margin-bottom: 5px;
  }
}
.lp-content #wrap.wrap .contents .items-description__images-wrapper .item-image {
  width: 270px;
  margin-bottom: 10px;
}
.lp-content #wrap.wrap
  .contents
  .items-description__images-wrapper
  .item-description-black-arrow {
  width: 38px;
  margin: 0 14px;
  transform: translateX(-20px);
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .items-description__images-wrapper
    .item-description-black-arrow {
    transform: rotate(90deg);
    margin: 25px 0;
  }
}
.lp-content #wrap.wrap .contents .items-description__images-wrapper p {
  font-size: 14px;
}
.lp-content #wrap.wrap .contents .demo {
  position: relative;
  overflow: hidden;
  margin-top: -100px;
  z-index: 99;
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .demo {
    height: 778px;
    background: url('./static/second__section__main-img@2x.jpg') no-repeat;
    background-size: 100% auto;
    background-position: calc(50% - 200px) 100%;
    aspect-ratio: 1541/1028;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .demo {
    height: 490px;
    background: url('./static/second__section__main-img-sp@2x.jpg') no-repeat;
    background-size: 100% auto;
    background-position: calc(50% + 3px) 108%;
    aspect-ratio: 980/878;
  }
}
/* 下部のCTAセクション */
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .demo.bottomcta {
    position: relative;
    width: 100%;
    padding: 80px 0;
    min-height: 2000px;
    background: url('./static/bottomcta__section__main-img@2x.png') no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .lp-content #wrap.wrap .contents .demo.bottomcta .second-section__content {
    margin-top: 150px !important;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .demo.bottomcta {
    position: relative;
    width: 100%;
    padding: 40px 0 0px 0 ;
    height: auto;
    /* min-height: 2630px; */
    background: url('./static/bottomcta__section__main-img-sp@2x.png') no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: unset;
  }
  .lp-content #wrap.wrap .contents .demo.bottomcta .second-section__content {
    margin-top: 0 !important;
    padding-bottom: 40px;
  }
  .lp-content #wrap.wrap .contents .demo.bottomcta .second-section__items-wrapper {
    margin-top: 0;
  }
}

.lp-content #wrap.wrap .contents .demo__text {
  text-indent: -9999px;
  overflow: hidden;
  width: 90%;
  max-width: 500px;
  min-height: 150px;
  height: auto;
  margin: 0 0 30px 0;
  background: url('./static/second-section__text-sp.svg') 0% 50% / contain
    no-repeat;
  position: absolute;
  bottom: 10px;
  left: 50px;
  transform: none;
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .demo__text {
    width: 676px;
    height: 215px;
    background-image: url('./static/second-section__text.svg');
    background-size: contain;
    position: absolute;
    left: calc(50% + 100px);
    top: 220px;
    margin: 0 auto;
    transform: none;
    background-position: 50% 50%;
  }
}
.lp-content #wrap.wrap .contents .third-section-demo {
  overflow: hidden;
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .third-section-demo {
    background: url('./static/third__section__main-img@2x.jpg')
      calc(50% - 270px) -270%/1541px 1028px no-repeat;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .third-section-demo {
    background: url('./static/third__section__main-img-sp@2x.jpg') 100%/669px
      408px no-repeat;
    background-position: calc(50% - 130px) -60px;
  }
}
.lp-content #wrap.wrap .contents .third-section__content {
  position: relative;
}
.lp-content #wrap.wrap
  .contents
  .third-section__content
  .second-section__items-wrapper {
  margin-top: 120px;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .third-section__content
    .second-section__items-wrapper {
    margin-top: 215px;
  }
}
.lp-content #wrap.wrap .contents .third-item {
  background: linear-gradient(
    to right bottom,
    #aeaeae 0%,
    #aeaeae 50%,
    #a5a5a5 50%,
    #a5a5a5 100%
  );
  color: #000;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .third-item {
    padding-top: 20px !important;
  }
  .lp-content #wrap.wrap .contents .third-item .item-img.third-item-img {
    top: 10px;
  }
}
.lp-content #wrap.wrap .contents .third__section__logo-wrapper {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .third__section__logo-wrapper {
    text-align: end;
    padding-top: 43px;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .third__section__logo-wrapper
    .third__section__logo {
    width: 72px;
  }
}
@media screen and (max-width: 320px) {
  .lp-content #wrap.wrap
    .contents
    .third__section__logo-wrapper
    .third__section__logo {
    position: relative;
    top: -20px;
    right: -5px;
  }
}
.lp-content #wrap.wrap .contents .third-section__text-wrapper {
  position: relative;
}
.lp-content #wrap.wrap .contents .third-section__text-wrapper .third-section__text {
  position: absolute;
  top: 100px;
  left: calc(50% - 10px);
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .third-section__text-wrapper .third-section__text {
    left: calc(50% - 55px);
  }
}
.lp-content #wrap.wrap .contents .set-section {
  background: linear-gradient(
    to right bottom,
    #b9b9b9 0%,
    #b9b9b9 50%,
    #aeaeae 50%,
    #aeaeae 100%
  );
  color: #000;
}

.lp-content #wrap.wrap .contents .set-section__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -20px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .set-section__main {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.lp-content #wrap.wrap
  .contents
  .set-section__main
  .set-section__main-recommend-photo-wrapper {
  padding: 20px;
}
.lp-content #wrap.wrap .contents .set-section__text-wrapper {
  text-align: center;
  font-weight: bold;
  padding-top: 53px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .set-section__text-wrapper {
    margin-bottom: 10px;
  }
}
.lp-content #wrap.wrap .contents .set-section__text-wrapper__sub-text {
  font-size: 25px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .set-section__text-wrapper__sub-text {
    font-size: 18px;
  }
}

.lp-content #wrap.wrap .contents .set-section__text-wrapper__main-text {
  font-size: 55px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .set-section__text-wrapper__main-text {
    font-size: 24px;
    margin-bottom: 16px;
    letter-spacing: -1px;
  }
}
.lp-content #wrap.wrap .contents .set-section__main-items-img {
  height: 450px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .set-section__main-items-img {
    width: 100%;
    height: unset;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.lp-content #wrap.wrap .contents .set-section__main-photos-wrapper {
  padding: 20px 20px 65px 20px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .set-section__main-photos-wrapper {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }
  .lp-content #wrap.wrap
    .contents
    .set-section__main-photos-wrapper
    .set-section-tip-wrapper.tip-wrapper {
    margin-top: 5px;
  }
  .lp-content #wrap.wrap
    .contents
    .set-section__main-photos-wrapper
    .set-section-tip-wrapper.tip-wrapper
    .tip {
    top: -15px;
  }
}

.lp-content #wrap.wrap .contents .set-section__main-photos-wrapper .item-title {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .set-section__main-photos-wrapper .item-title {
    font-size: 18px;
    line-height: 1.2;
  }
}

.lp-content #wrap.wrap
  .contents
  .set-section__main-photos-wrapper
  .item-title__sub-text {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .set-section__main-photos-wrapper
    .item-title__sub-text {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: -10px;
  }
}

.lp-content #wrap.wrap
  .contents
  .set-section__main-photos-wrapper
  .item-description-title-line {
  margin-bottom: 32px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .set-section__main-photos-wrapper
    .item-description-title-line {
    height: 2px;
  }
}

.lp-content #wrap.wrap .contents .set-section__main-photos-wrapper__imgs {
  margin-bottom: 35px;
  width: 633px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .set-section__main-photos-wrapper__imgs {
    width: 100%;
  }
}
.lp-content #wrap.wrap .contents .set-section__main-photos-wrapper__btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .set-section__main-photos-wrapper__btns-wrapper {
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 35px;
  }
}
.lp-content #wrap.wrap
  .contents
  .set-section__main-photos-wrapper__btns-wrapper
  .purchase__link {
  width: 440px;
}

@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .set-section__main-photos-wrapper__btns-wrapper
    .purchase__link {
    width: 100%;
  }
}
.lp-content #wrap.wrap .contents .set-section__main-photos-wrapper__btns-wrapper span {
  font-size: 15px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .set-section__main-photos-wrapper__btns-wrapper
    span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .set-section__main-photos-wrapper__btns-wrapper:last-child
    span {
    margin-bottom: 20px;
  }
}
.lp-content #wrap.wrap .contents .set-section .tip-purchase-wrapper {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .set-section .tip-purchase-wrapper {
    width: 100%;
  }
}
.lp-content #wrap.wrap .contents .set-section .tip-purchase-wrapper .tip {
  top: 0;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .set-section .tip-purchase-wrapper .tip {
    top: -5px;
  }
}
.lp-content #wrap.wrap
  .contents
  .set-section
  .tip-purchase-wrapper
  .tip-items-purchase-text {
  color: #fff;
}
.lp-content #wrap.wrap .contents .fifth-section__imgs {
  text-align: center;
  background: url('./static/fifth__section__main-img@2x.jpg') no-repeat;
  background-size: cover;
  padding-top: 60px;
  height: 1149px;
  background-position-x: 50%;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .fifth-section__imgs {
    padding-top: 50px;
    height: 670px;
    background: url('./static/fifth__section__main-img-sp@2x.jpg') no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.lp-content #wrap.wrap .contents .fifth-section__imgs .fifth__section__text {
  margin: 10px auto;
}
@media screen and (max-width: 320px) {
  .lp-content #wrap.wrap .contents .fifth-section__imgs .fifth__section__text {
    width: 90%;
  }
}
.lp-content #wrap.wrap .contents .fifth-section__content {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .fifth-section__content {
    width: 1024px;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .fifth-section__content {
    overflow-x: hidden;
    margin: 0;
  }
}
.lp-content #wrap.wrap .contents .fifth-section__content .fifth__section__items-img {
  width: 100%;
  margin-top: -140px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .fifth-section__content .fifth__section__items-img {
    margin: 0;
  }
}
.lp-content #wrap.wrap .contents .fifth__section__items-sp-imgs {
  position: relative;
  width: 100%;
}
.lp-content #wrap.wrap
  .contents
  .fifth__section__items-sp-imgs
  .fifth__section__hair-img-sp {
  position: absolute;
  top: calc(46% - 461px);
  width: 350px;
  left: -45%;
}
.lp-content #wrap.wrap
  .contents
  .fifth__section__items-sp-imgs
  .fifth__section__test1-img-sp {
  position: absolute;
  bottom: calc(20% - 28px);
  width: 45%;
  left: -20%;
}
.lp-content #wrap.wrap
  .contents
  .fifth__section__items-sp-imgs
  .fifth__section__test2-img-sp {
  position: absolute;
  bottom: calc(20% - 28px);
  width: 45%;
  right: -20%;
}
.lp-content #wrap.wrap .contents .sixth__section {
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .sixth__section {
    padding-bottom: 52px;
  }
}

.lp-content #wrap.wrap .contents .sixth__section__main-img {
  width: 100%;
  background: url('././static/sixth__section__main-img@2x.jpg') no-repeat;
  background-size: contain;
  background-position-x: 50%;
  height: 598px;
  position: relative;
  z-index: 1;
}

.lp-content #wrap.wrap .contents .sixth__section__main-img .sixth__section__text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
  z-index: 2;
  width: auto;
  max-width: 60%;
  width: 683px;
  height: auto;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .sixth__section__main-img {
    position: relative;
    top: 20px;
    height: 610px;
    background: url('././static/sixth__section__main-img-sp@2x.jpg') no-repeat;
    background-size: contain;
    background-position: top right;
  }

  .lp-content #wrap.wrap .contents .sixth__section__main-img .sixth__section__text {
    top: 25%;
    left: 5%;
    transform: translate(0%, 0%);
    max-width: 85%;
    width: 145px;
  }
}

.lp-content #wrap.wrap .contents .sixth__section__content {
  position: relative;
  margin-top: -60px !important;
  z-index: 2;
}

.lp-content #wrap.wrap .contents .sixth__section__content-btns-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  width: 100%;
}
.lp-content #wrap.wrap
  .contents
  .sixth__section__content-btns-wrapper
  .sixth__section__content-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 40px;
  font-weight: bold;
  outline: none;
  transition: all 0.4s ease;
  cursor: pointer;
  box-sizing: border-box;
}

.lp-content #wrap.wrap .contents #js-conditional-content {
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-height: 0;
}

.lp-content #wrap.wrap
  .contents
  .sixth__section__content-btns-wrapper
  .sixth__section__content-btn:hover {
  background: #000 !important;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .sixth__section__content-btns-wrapper
    .sixth__section__content-btn {
    height: 100%;
    width: 100%;
    padding: 19px 20px 16px;
    justify-content: space-between;
    align-items: center;
  }
  .lp-content #wrap.wrap
    .contents
    .sixth__section__content-btns-wrapper
    .sixth__section__content-btn
    .sixth__section__content-btn-title {
    text-align: center;
    flex: 1;
  }
  .lp-content #wrap.wrap
    .contents
    .sixth__section__content-btns-wrapper
    .sixth__section__content-btn
    .sixth__section__content-btn-icon {
    margin-left: 20px;
  }
}
.lp-content #wrap.wrap
  .contents
  .sixth__section__content-btns-wrapper
  .sixth__section__content-btn-title {
  font-size: 24px;
  padding-bottom: 3px;
  flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .sixth__section__content-btns-wrapper
    .sixth__section__content-btn-title {
    font-size: 16px;
    padding-bottom: 0px;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: center;
  }
}
.lp-content #wrap.wrap
  .contents
  .sixth__section__content-btns-wrapper
  .sixth__section__content-btn-text {
  font-size: 18px;
  margin: 5px auto;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .sixth__section__content-btns-wrapper
    .sixth__section__content-btn-text {
    font-size: 13px;
    margin: 9px auto;
    line-height: 1.4;
  }
}
.lp-content #wrap.wrap
  .contents
  .sixth__section__content-btns-wrapper
  .conditional-btn {
  position: relative;
  z-index: inherit;
  color: #000;
  margin-bottom: 0;
  box-sizing: border-box;
  border: 1px solid #000;
}
.lp-content #wrap.wrap
  .contents
  .sixth__section__content-btns-wrapper
  .conditional-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #a3a3a3 0%,
    #fff 30%,
    #959595 60%,
    #afafaf 70%,
    #e8e8e8 100%
  );
}

.lp-content #wrap.wrap .contents #js-conditional-close-button {
  max-width: 300px;
  margin: 40px auto 0;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  box-sizing: border-box;
}

.lp-content #wrap.wrap .contents #js-conditional-close-button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.lp-content #wrap.wrap
  .contents
  #js-conditional-close-button
  .sixth__section__content-btn-icon {
  filter: none;
}
/* お客様の声 */
.lp-content #wrap.wrap .contents .voice__section {
  text-align: center;
  padding: 40px 0;
  position: relative;
}


.lp-content #wrap.wrap .contents .voice__section__content {
  margin: -10% auto 0;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .voice__section__content {
    margin: 20% auto 0 !important;
  }
}
.lp-content #wrap.wrap .contents .voice__imgs .voice__section__text {
  position: absolute;
  left: 50%;
  transform: translateX(-40%);
  top: 25%;
  width: auto;
  height: auto;
  max-width: 80%;
}

@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .voice__imgs {
    padding-top: calc(670 / 375 * 100%); /* SPサイズのアスペクト比 */
    background: url('./static/voice__section__main-img-sp@2x.jpg') no-repeat
      center top;
    background-size: cover;
  }

  .lp-content #wrap.wrap .contents .voice__imgs .voice__section__text {
    top: 17%;
    right: 0%;
    transform: translateX(-15%);
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .tip-wrapper {
    position: absolute;
    top: -7px;
    left: 0;
    width: 103px;
    height: 64px;
  }

  .lp-content #wrap.wrap .contents .tip {
    width: 100%;
    height: 100%;
  }
  .lp-content #wrap.wrap .contents .tip.tip-over {
    display: none;
  }

  .lp-content #wrap.wrap .contents .tip-wrapper .tip-img {
    width: 100%;
    height: 100%;
  }
}

/* お客様の声 グリッドレイアウト */
.lp-content #wrap.wrap .contents .voice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: -100px auto 140px auto;
  padding: 40px;
  position: relative;
  z-index: 2;
  background: #c6c6c6;
  box-sizing: border-box;
}

.lp-content #wrap.wrap .contents .voice__item {
  text-align: left;
  position: relative;
  padding-top: 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.lp-content #wrap.wrap .contents .voice__item-title {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  object-fit: contain;
  box-sizing: border-box;
  transform: translateY(-5px);
}

.lp-content #wrap.wrap .contents .voice__item-text {
  background: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.48;
  color: #333;
  padding: 80px 25px 25px;
  position: relative;
  z-index: 1;
  margin-top: 0;
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 200px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .voice__grid {
    grid-template-columns: 1fr;
    gap: 60px;
    margin: -50px auto 100px auto;
  }

  .lp-content #wrap.wrap .contents .voice__item {
    padding: 0;
    position: relative;
    padding-top: 25px;
  }

  .lp-content #wrap.wrap .contents .voice__item-title {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    object-fit: contain;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .lp-content #wrap.wrap .contents .voice__item-text {
    font-size: 25px;
    line-height: 1.6;
    padding: 160px 20px 20px;
    margin-top: 0;
    min-height: 200px;
  }
}
@media (max-width: 540px) {

  .lp-content #wrap.wrap .contents .voice__item-text {
    font-size: 22px;
    padding: 20% 20px 20px;
    min-height: 200px;
  }
}



.lp-content #wrap.wrap .contents .sixth__section__content-btns-wrapper .shampoo-btn {
  background: #2f2f2f;
  color: #fff;
}
.lp-content #wrap.wrap .contents .sixth__section-content-img {
  width: 100%;
}
.lp-content #wrap.wrap .contents .sixth__section-items-wrapper {
  background: #c6c6c6;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .sixth__section-items-wrapper {
    padding-top: 32px;
  }
}
.lp-content #wrap.wrap .contents .sixth__section-items-main-text {
  font-size: 55px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .sixth__section-items-main-text {
    font-size: 26px;
    margin-bottom: 14px;
  }
}
.lp-content #wrap.wrap .contents .sixth__section-items {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 37px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .sixth__section-items {
    flex-direction: column;
    align-items: center;
    padding: 0 25px 28px;
  }
}
.lp-content #wrap.wrap .contents .sixth__section-item {
  width: 290px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .sixth__section-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.lp-content #wrap.wrap .contents .sixth__section-item .purchase__link {
  padding: 13px 0px;
  width: 100%;
}
.lp-content #wrap.wrap
  .contents
  .sixth__section-item
  .purchase__link
  .purchase__link-arrow {
  top: 22px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap
    .contents
    .sixth__section-item
    .purchase__link
    .purchase__link-arrow {
    top: 19px;
  }
}
.lp-content #wrap.wrap .contents .sixth__section-item .tip-purchase-wrapper {
  margin: 10px auto 0;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .sixth__section-item .tip-purchase-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.lp-content #wrap.wrap .contents .sixth__section-item .tip-purchase-wrapper .tip {
  top: -3px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .sixth__section-item .tip-purchase-wrapper .tip {
    top: -15px;
  }
}
.lp-content #wrap.wrap
  .contents
  .sixth__section-item
  .tip-purchase-wrapper
  .tip
  .bold-number {
  font-size: 16px;
}
.lp-content #wrap.wrap .contents .sixth__section-items-sub-text {
  margin-bottom: 45px;
  width: 100%;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .sixth__section-items-sub-text {
    margin-bottom: 33px;
  }
}
.lp-content #wrap.wrap .contents .up-side {
  display: flex;
  align-items: flex-end;
  margin-bottom: 21px;
}
.lp-content #wrap.wrap .contents .up-side .test-list {
  font-size: 14px;
  margin-top: 13px;
  margin-bottom: 10px;
}
.lp-content #wrap.wrap .contents .up-side-img {
  width: 73px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .up-side-img {
    width: 60px;
  }
}
.lp-content #wrap.wrap .contents .up-side-text-name {
  line-height: 1.3;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .up-side-text-name {
    font-size: 18px;
  }
}
.lp-content #wrap.wrap .contents .sixth__section-border-right {
  height: 69px;
  margin: 50px auto 220px;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .sixth__section-border-right {
    height: 90px;
    margin: -22px 0 0 0;
    transform: rotate(90deg);
  }
}
.lp-content #wrap.wrap .contents .tab--conditioner {
  /* border-top:4px solid #cecece; */
  border-image: linear-gradient(
    90deg,
    #cecece 0%,
    #f5f5f5 34%,
    #bebebe 63%,
    #afafaf 73%,
    #cbcbcb 100%
  );
  border-image-slice: 1;
  background: #e8e8e8;
  background: linear-gradient(
    200deg,
    #e8e8e8 0%,
    #fdfdfd 30%,
    #e8e7e7 64%,
    #fdfdfd 76%,
    #fff 100%
  );
  color: #000;
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab--conditioner {
    padding: 36px 40px 32px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab--conditioner {
    padding: 30px 29px 24px 30px;
  }
}
@media (max-width: 640px) and (max-width: 320px) {
  .lp-content #wrap.wrap .contents .tab--conditioner {
    padding: 30px 20px 24px;
  }
}
.lp-content #wrap.wrap .contents .tab--shampoo {
  background: #2f2f2f;
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab--shampoo {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab--shampoo {
    padding: 34px 29px 24px 30px;
  }
}
@media (max-width: 640px) and (max-width: 320px) {
  .lp-content #wrap.wrap .contents .tab--shampoo {
    padding: 30px 20px 24px;
  }
}
.lp-content #wrap.wrap .contents .tab__red--conditioner {
  color: #b93838;
}
.lp-content #wrap.wrap .contents .tab__red--shampoo {
  color: #f29090;
}

.lp-content #wrap.wrap .contents .tab__heading {
  color: #fff;
  text-align: center;
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__heading {
    width: 100%;
    font-size: 24px;
    line-height: 67px;
  }
  .lp-content #wrap.wrap .contents .tab__heading br {
    display: none;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__heading {
    width: 100%;
    font-size: min(4.8vw, 20px);
    line-height: 1.3888888889;
    padding: 16px 0;
  }
}
.lp-content #wrap.wrap .contents .tab__heading--conditioner {
  background: #000;
}
.lp-content #wrap.wrap .contents .tab__heading--shampoo {
  background: #595959;
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--conditioner {
    padding-left: 9%;
  }
}
@media (min-width: 641px) and (min-width: 769px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--conditioner {
    padding-left: 95px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--conditioner {
    text-align: left;
    font-size: min(4.3vw, 20px);
    line-height: 1.5625;
    padding-left: 21%;
  }
}
@media (max-width: 640px) and (max-width: 320px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--conditioner {
    font-size: 4vw;
    padding-left: 23%;
  }
}
.lp-content #wrap.wrap .contents .tab__heading--use--conditioner::after {
  content: '';
  display: block;
  position: absolute;
  background: url('./static/tab_conditioner_heading.png') center/contain
    no-repeat;
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--conditioner::after {
    width: 74px;
    height: 76px;
    transform: translate(79px, -80px);
    background-image: url('./static/tab_conditioner_heading.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--conditioner::after {
    width: 9.8666666667vw;
    height: 10.4vw;
    transform: translate(-12.8vw, -11.5vw);
  }
}
@media (max-width: 640px) and (min-width: 600px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--conditioner::after {
    transform: translate(-12.8vw, -11vw);
  }
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--shampoo {
    padding-left: 0.1%;
  }
}
@media (min-width: 641px) and (min-width: 769px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--shampoo {
    padding-left: 42px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--shampoo {
    text-align: left;
    font-size: min(4.3vw, 20px);
    line-height: 1.5625;
    padding-left: 21%;
  }
}
@media (max-width: 640px) and (max-width: 320px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--shampoo {
    font-size: 4vw;
    padding-left: 23%;
  }
}
.lp-content #wrap.wrap .contents .tab__heading--use--shampoo::after {
  content: '';
  display: block;
  position: absolute;
  background: url('./static/tab_shampoo_heading.png') center/contain no-repeat;
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--shampoo::after {
    width: 23px;
    height: 85px;
    transform: translate(194px, -88px);
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--shampoo::after {
    width: 4vw;
    height: 15.4666666667vw;
    transform: translate(-8vw, -14vw);
  }
}
@media (max-width: 640px) and (min-width: 600px) {
  .lp-content #wrap.wrap .contents .tab__heading--use--shampoo::after {
    transform: translate(-8vw, -13vw);
  }
}
.lp-content #wrap.wrap .contents .tab__use__beginner {
  letter-spacing: 0.05em;
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__use__beginner {
    margin: 4vw 0 9vw;
    font-size: 18px;
    line-height: 34px;
  }
}
@media (min-width: 641px) and (min-width: 769px) {
  .lp-content #wrap.wrap .contents .tab__use__beginner {
    margin: 21px 0 33px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__use__beginner {
    margin: 22px 0 47px;
    font-size: min(16px, 4.3vw);
    line-height: 1.5;
  }
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__use__beginner__description {
    line-height: 34px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__use__beginner__description {
    font-size: min(14px, 3.75vw);
    line-height: 1.4285714286;
  }
}
.lp-content #wrap.wrap .contents .tab__use__step {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .tab__use__step {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .tab__use__step__item {
    width: 266px;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .tab__use__step__item {
    width: 100%;
  }
}
.lp-content #wrap.wrap .contents .tab__use__step__item__figure {
  display: table;
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .tab__use__step__item__figure {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .tab__use__step__item__figure img {
    width: 266px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .tab__use__step__item__figure img {
    width: 100%;
  }
}
.lp-content #wrap.wrap .contents .tab__use__step__item__figure__caption {
  width: 100%;
  letter-spacing: 0;
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__use__step__item__figure__caption {
    padding-top: 15px;
    font-size: 18px;
    line-height: 34px;
  }
}
@media (min-width: 641px) and (min-width: 769px) {
  .lp-content #wrap.wrap .contents .tab__use__step__item__figure__caption {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__use__step__item__figure__caption {
    padding-top: 11px;
    font-size: min(14px, 3.75vw);
    line-height: 1.4285714286;
  }
}
.lp-content #wrap.wrap .contents .tab__use__point {
  display: flex;
  letter-spacing: 0;
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__use__point {
    margin-top: 6vw;
  }
}
@media (min-width: 641px) and (min-width: 769px) {
  .lp-content #wrap.wrap .contents .tab__use__point {
    margin-top: 23px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__use__point {
    margin-top: 22px;
    flex-direction: column;
  }
}
.lp-content #wrap.wrap .contents .tab__use__point--conditioner {
  background: #fff;
}
.lp-content #wrap.wrap .contents .tab__use__point--shampoo {
  background: #3c3c3c;
}
.lp-content #wrap.wrap .contents .tab__use__point__img {
  text-indent: -9999px;
  overflow: hidden;
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__use__point__img {
    margin: 25px 10px 25px 40px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__use__point__img {
    margin: 44px auto 26px;
  }
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__use__point__img--conditioner {
    width: 130px;
    height: 130px;
    background: url('./static/tab_conditioner_point.svg') center/contain
      no-repeat;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__use__point__img--conditioner {
    width: 30.1333333333vw;
    height: 30.1333333333vw;
    max-width: 130px;
    max-height: 130px;
    background: url('./static/tab_conditioner_point_sp.svg') center/contain
      no-repeat;
  }
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__use__point__img--shampoo {
    width: 130px;
    height: 130px;
    background: url('./static/tab_shampoo_point.svg') center/contain no-repeat;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__use__point__img--shampoo {
    width: 30.1333333333vw;
    height: 30.1333333333vw;
    max-width: 130px;
    max-height: 130px;
    background: url('./static/tab_shampoo_point_sp.svg') center/contain
      no-repeat;
  }
}
.lp-content #wrap.wrap .contents .tab__use__point__list {
  vertical-align: center;
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__use__point__list {
    margin: auto auto auto 32px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__use__point__list {
    margin: auto auto 20px 8vw;
    align-items: center;
  }
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__use__point__list__item {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__use__point__list__item {
    margin: 0 auto;
    font-size: min(14px, 3.75vw);
    line-height: 1.4285714286;
    margin-right: 3.8vw;
  }
}
.lp-content #wrap.wrap .contents .tab__use__point__list__item--conditioner {
  list-style: url('./static/tab_conditioner_marker.svg');
}
.lp-content #wrap.wrap .contents .tab__use__point__list__item--shampoo {
  list-style: url('./static/tab_shampoo_marker.svg');
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__use__point {
    margin-bottom: 5px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__use__point {
    margin-bottom: 46px;
  }
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__notes {
    font-size: 18px;
    line-height: 34px;
    margin: 4vw 0 52px 18px;
  }
}
@media (min-width: 641px) and (min-width: 769px) {
  .lp-content #wrap.wrap .contents .tab__notes {
    margin: 20px 0 52px 18px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__notes {
    font-size: min(14px, 3.75vw);
    line-height: 1.4285714286;
    margin: max(4.2vw, 12px) 0 37px 18px;
  }
}
@media (min-width: 641px) {
  .lp-content #wrap.wrap .contents .tab__notes--other {
    margin: 4vw 0 0 5vw;
  }
}
@media (min-width: 641px) and (min-width: 769px) {
  .lp-content #wrap.wrap .contents .tab__notes--other {
    margin: 20px 0 52px 18px;
  }
}
@media (max-width: 640px) {
  .lp-content #wrap.wrap .contents .tab__notes--other {
    margin: max(4.2vw, 11px) 0 2px 18px;
  }
}
.lp-content #wrap.wrap .contents .tab__notes__item--conditioner {
  list-style: url('./static/tab_conditioner_marker.svg');
}
.lp-content #wrap.wrap .contents .tab__notes__item--shampoo {
  list-style: url('./static/tab_shampoo_marker.svg');
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .step-arrow {
    margin-right: 70px;
  }
  .lp-content #wrap.wrap .contents .step-arrow::before {
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    height: 21px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(284px, 75px);
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .step-arrow::after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 5.7vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: max(26px, 7vw) 0 max(27px, 7vw);
    transform: rotate(90deg);
  }
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .step-arrow--conditioner::before {
    background-image: url('./static/tab_conditioner_arrow.svg');
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .step-arrow--conditioner::after {
    background-image: url('./static/tab_conditioner_arrow.svg');
  }
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .step-arrow--shampoo::before {
    background-image: url('./static/tab_shampoo_arrow.svg');
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .step-arrow--shampoo::after {
    background-image: url('./static/tab_shampoo_arrow.svg');
  }
}
.lp-content #wrap.wrap .contents .step-no::before {
  content: '';
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .step-no::before {
    width: 37px;
    height: 37px;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .step-no::before {
    width: 9.9vw;
    height: 9.9vw;
  }
}
.lp-content #wrap.wrap .contents .step-no--01::before {
  background-image: url('./static/tab_conditioner_01.svg');
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .step-no--01::before {
    width: 33px;
    transform: translate(-15px, -13px);
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .step-no--01::before {
    transform: translate(-1px, -13px);
  }
}
.lp-content #wrap.wrap .contents .step-no--01--shampoo::before {
  background-image: url('./static/tab_shampoo_01.svg');
}
.lp-content #wrap.wrap .contents .step-no--02::before {
  background-image: url('./static/tab_conditioner_02.svg');
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .step-no--02::before {
    transform: translate(-13px, -13px);
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .step-no--02::before {
    transform: translate(2px, -13px);
  }
}
.lp-content #wrap.wrap .contents .step-no--02--shampoo::before {
  background-image: url('./static/tab_shampoo_02.svg');
}
.lp-content #wrap.wrap .contents .step-no--03::before {
  background-image: url('./static/tab_conditioner_03.svg');
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .step-no--03::before {
    transform: translate(-12px, -13px);
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .step-no--03::before {
    transform: translate(2px, -13px);
  }
}
.lp-content #wrap.wrap .contents .step-no--03--shampoo::before {
  background-image: url('./static/tab_shampoo_03.svg');
}
.lp-content #wrap.wrap {
  min-width: initial;
}
.lp-content #wrap.wrap .contents .main-content {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .lp-content #wrap.wrap .contents .main-content {
    width: 1024px;
  }
}
@media (max-width: 768px) {
  .lp-content #wrap.wrap .contents .main-content {
    min-width: initial;
    margin: 0 20px;
  }
}
.lp-content _::-webkit-full-page-media,
.lp-content _:future,
.lp-content :root
  body
  #wrap.wrap
  .contents
  .sixth__section-item
  .tip-purchase-wrapper
  .tip {
  top: -10px;
}
.lp-content _::-webkit-full-page-media,
.lp-content _:future,
.lp-content :root body #wrap.wrap .contents .tip {
  top: -13px;
}

/* タイアップ動画掲載 */
.lp-content .add_mv_251016{
  margin: 2% auto 100px;
  max-width: 1024px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .lp-content .add_mv_251016{
    margin: 5% 0; 
  }
}

.lp-content .add_mv_txt{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 10px 0;
  background: #fff;
  color: #000;
  max-width: 500px;
  width: 90%;
  margin: 0 auto 2%;
}
@media screen and (max-width: 768px) {
  .lp-content .add_mv_txt{
    font-size: 16px;
  }
}

.lp-content .add_mv_main_251016{
  position: relative;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  width: 100%;
  height: 0;
  overflow: hidden;
}
.lp-content .add_mv_main_251016 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}