@charset "UTF-8";
/******************************************************************
 * Reset CSS - CBT LINKs
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}

/* reset font style
-----------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 62.5%;
}

html * {
  box-sizing: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  background: transparent;
  color: #231815;
  width: 100%;
}

ul,
ol {
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

em,
strong {
  font-style: normal;
  font-weight: inherit;
}

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

table,
th,
td {
  table-layout: fixed;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* reset form style
-----------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select,
option {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  color: #231815;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  appearance: none;
  padding: 0;
  font: inherit;
}

select::-ms-expand {
  display: none;
}

button::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
  font: inherit;
}

button {
  font: inherit;
}

*:focus {
  outline: none;
}

/* reset img
-----------------------------------------------------------------*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 959px) and (min-width: 751px) {
  .tb-none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

.c-inner {
  max-width: 960px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .c-inner {
    padding: 0 17px;
  }
}

:root {
  --header-height: 80px;
  --bottom-bar-height: 0;
  --color-cv: #000;
}
@media screen and (max-width: 959px) {
  :root {
    --header-height: 60px;
    --bottom-bar-height: 70px;
  }
}

body {
  padding-top: var(--header-height);
  padding-bottom: var(--bottom-bar-height);
  background: var(--color-background1);
}

.c-adjust-scroll-pos {
  margin-top: calc(var(--header-height) * -1);
  padding-bottom: var(--header-height);
}

/**
 * ヘッダー
 */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  background: var(--color-header-background);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  z-index: 100;
  border-top: solid 5px var(--color-background2);
}
@media screen and (max-width: 959px) {
  .c-header {
    padding-left: 17px;
    padding-right: 7px;
  }
}
.c-header__brand {
  display: flex;
  align-items: center;
}
.c-header__logo {
  margin-right: 24px;
}
.c-header__logo a {
  transition: opacity 0.1s ease;
}
.c-header__logo a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .c-header__logo {
    margin-right: 12px;
  }
}
.c-header__logo img {
  width: 146px;
}
@media screen and (max-width: 959px) {
  .c-header__logo img {
    width: 114px;
  }
}
.c-header__name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.09em;
  color: var(--color-text);
}
@media screen and (max-width: 959px) {
  .c-header__name {
    font-size: 11px;
    letter-spacing: 0.09em;
    line-height: 1.4090909091;
  }
}
@media screen and (max-width: 750px) {
  .c-header__name {
    font-size: 11px;
    letter-spacing: 0.09em;
  }
}
.c-header__content {
  height: 100%;
  display: flex;
  align-items: center;
}
.c-header__menu {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .c-header__menu {
    display: none;
  }
}
.c-header__menu-list {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 23px;
  color: var(--color-text);
}
.c-header__menu-item {
  font-weight: 700;
  padding: 0 26px;
}
@media (max-width: 1440px) {
  .c-header__menu-item {
    padding: 0 16px;
  }
}
.c-header__menu-item a {
  transition: opacity 0.1s ease;
}
.c-header__menu-item a:hover {
  opacity: 0.8;
}
.c-header__tel {
  display: none;
  background: var(--color-cv);
}
@media screen and (max-width: 959px) {
  .c-header__tel {
    display: block;
  }
}
.c-header__tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.c-header__line {
  display: none;
  margin-right: -2px;
}
@media screen and (max-width: 959px) {
  .c-header__line {
    display: block;
  }
}
.c-header__line img {
  width: 44px;
}

/**
 * ハンバーガーボタン
 */
.c-hamburger-btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  margin-right: 5px;
}
@media screen and (max-width: 959px) {
  .c-hamburger-btn {
    display: flex;
  }
}
.c-hamburger-btn__inner {
  width: 32px;
  height: 18px;
  position: relative;
}
.c-hamburger-btn__inner span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-text);
  left: 0;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s;
}
.c-hamburger-btn__inner span:nth-child(1) {
  top: 0;
}
.c-hamburger-btn__inner span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.c-hamburger-btn__inner span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.c-hamburger-btn.is-open .c-hamburger-btn__inner span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.c-hamburger-btn.is-open .c-hamburger-btn__inner span:nth-child(2) {
  opacity: 0;
}
.c-hamburger-btn.is-open .c-hamburger-btn__inner span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
}

.c-hamburger-menu {
  display: none;
  opacity: 0;
  visibility: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: #fff;
  color: #231815;
  pointer-events: none;
  transition: opacity 0.1s ease, visibility 0.1s ease;
  z-index: 99;
}
@media screen and (max-width: 959px) {
  .c-hamburger-menu {
    display: block;
  }
}
.c-hamburger-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-hamburger-menu__list {
  padding: 25px 17px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text);
}
.c-hamburger-menu__item a {
  display: block;
  padding: 14px 0;
}
.c-hamburger-menu__item + .c-hamburger-menu__item {
  border-top: solid 1px rgba(128, 128, 128, 0.2);
}

/**
 * フッター
 */
.c-footer {
  padding: 90px 30px 70px;
  background: #fff;
  color: var(--color-text);
}
@media screen and (max-width: 750px) {
  .c-footer {
    padding: 67px 17px 23px;
  }
}
.c-footer__logo {
  text-align: center;
  margin-bottom: 14px;
}
.c-footer__logo img {
  width: 253px;
}
@media screen and (max-width: 750px) {
  .c-footer__logo img {
    width: 173px;
  }
}
.c-footer__name {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 26px;
}
@media screen and (max-width: 750px) {
  .c-footer__name {
    font-size: 16px;
  }
}
.c-footer__shops {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 750px) {
  .c-footer__shops {
    margin-bottom: 0;
  }
}
.c-footer__lisence {
  text-align: center;
  font-size: 14px;
  line-height: 1.6428571429;
  margin-bottom: 37px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .c-footer__lisence {
    font-size: 12px;
    line-height: 1.4166666667;
    margin-bottom: 50px;
  }
}
.c-footer__copyright {
  max-width: 680px;
  margin: 0 auto;
  font-size: 12px;
  border-top: solid 2px #808080;
  padding-top: 26px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-footer__copyright {
    border-top-width: 1px;
    font-size: 10px;
    padding-top: 11px;
  }
}
.c-footer__to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
}
@media screen and (max-width: 959px) {
  .c-footer__to-top {
    display: none;
  }
}
.c-footer__to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.c-footer__to-top a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: url(../img/footer/to-top.svg) center/contain no-repeat;
  transition: opacity 0.1s ease;
}

.c-footer-shop {
  flex: 0 1 320px;
  margin-bottom: 19px;
}
.c-footer-shop__name {
  text-align: center;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .c-footer-shop__name {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.c-footer-shop__info {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6428571429;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .c-footer-shop__info {
    font-size: 12px;
    line-height: 1.4166666667;
  }
}

/**
 * 右側追従
 */
.c-right-bnr {
  position: fixed;
  top: 91px;
  right: 15px;
  width: 210px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .c-right-bnr {
    display: none;
  }
}
.c-right-bnr.is-show {
  opacity: 1;
  visibility: visible;
}
.c-right-bnr__top {
  padding: 13px 9px 8px;
  background: #ca2d27;
  color: #fff;
}
.c-right-bnr__txt1 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 4px;
}
.c-right-bnr__btn {
  margin-bottom: 6px;
}
.c-right-bnr__btn a {
  display: flex;
  align-items: center;
  background: #ffc91b;
  border-radius: 100px;
  font-weight: 700;
  padding: 4px;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: opacity 0.1s ease;
}
.c-right-bnr__btn a:hover {
  opacity: 0.8;
}
.c-right-bnr__btn a::before {
  content: "";
  flex: 0 0 23px;
  height: 23px;
  background: url("../img/parts/right-bnr/tel.svg") center/contain no-repeat;
  margin-right: 9px;
}
.c-right-bnr__open {
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}
.c-right-bnr__bottom {
  display: flex;
}

.c-right-bnr-item {
  flex: 1 0 50%;
}
.c-right-bnr-item a {
  display: block;
  padding-top: 30px;
  padding-bottom: 7px;
}
.c-right-bnr-item__txt {
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
.c-right-bnr-item--line a {
  background: url("../img/parts/right-bnr/line.svg") top 6px center/22px no-repeat #02be04;
  color: #fff;
  transition: opacity 0.1s ease;
}
.c-right-bnr-item--line a:hover {
  opacity: 0.8;
}
.c-right-bnr-item--mail a {
  background: url("../img/parts/right-bnr/mail.svg") top 9px center/21px no-repeat #ff6a6c;
  color: #fff;
  transition: opacity 0.1s ease;
}
.c-right-bnr-item--mail a:hover {
  opacity: 0.8;
}

/**
 * 下部追従
 */
.c-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--bottom-bar-height);
  background: url("../img/parts/bottom-bar/left.svg") left bottom/auto 100% no-repeat, url("../img/parts/bottom-bar/right.svg") right bottom/auto 100% no-repeat, var(--color-background2);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
  padding: 8px 163px 3px 14px;
}
@media screen and (max-width: 959px) {
  .c-bottom-bar {
    display: block;
  }
}
.c-bottom-bar__character {
  width: 154px;
  height: 86px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-bottom-bar__character img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.c-bottom-bar.is-show {
  opacity: 1;
  visibility: visible;
}
.c-bottom-bar__txt {
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 3px;
  padding-right: 7px;
  color: var(--color-text);
}
.c-bottom-bar__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: var(--color-cv);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.c-bottom-bar__btn a::before {
  content: "";
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  background: #fff;
  -webkit-mask-size: 100% 100%;
  margin-right: 5px;
}
.c-bottom-bar__btn--line a {
  background: #02be04;
}
.c-bottom-bar__btn--mail a {
  background: #ff6a6c;
}
.c-bottom-bar__btn--tel a::before {
  -webkit-mask-image: url("../img/parts/bottom-bar/tel.svg");
}
.c-bottom-bar__btn--line a::before {
  -webkit-mask-image: url("../img/parts/bottom-bar/line.svg");
}
.c-bottom-bar__btn--mail a::before {
  -webkit-mask-image: url("../img/parts/bottom-bar/mail.svg");
}

/**
 * ページネーション
 */
.c-pagination {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto 54px;
}
.c-pagination__btn {
  flex: 1 0 0px;
  margin: 0 5px;
}
.c-pagination__btn.c-btn1 a {
  background: #F09B61;
  color: #fff;
}
.c-pagination__btn.c-btn1 a::before {
  background-image: url(../img/parts/btn1/arrow-white.svg);
}
.c-pagination__btn.c-btn--back a::before {
  transform: rotate(180deg);
}
.c-pagination__btn.c-btn--next a::before {
  order: 2;
  margin-left: 14px;
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .c-pagination {
    margin: 0 -5px 27px;
  }
  .c-pagination__btn a {
    max-width: 164px;
  }
}

/**
 * 汎用タイトル
 */
.c-ttl1 {
  position: relative;
}
.c-ttl1__en {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 94px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.085106383;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .c-ttl1__en {
    font-size: 47px;
  }
}
.c-ttl1__ttl {
  position: relative;
  color: var(--color-text);
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 17px;
  margin-bottom: 19px;
}
@media screen and (max-width: 750px) {
  .c-ttl1__ttl {
    font-size: 25px;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}
.c-ttl1__ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 66px;
  height: 3px;
  background: url("../img/parts/ttl1/dot.svg") center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .c-ttl1__ttl::after {
    width: 50px;
    height: 2px;
    background: url("../img/parts/ttl1/dot-sp.svg") center/contain no-repeat;
  }
}
.c-ttl1__lead {
  position: relative;
  color: var(--color-text);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .c-ttl1__lead {
    font-size: 12px;
  }
}

/**
 * 汎用ボタン
 */
.c-btn1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100px;
  background: var(--color-cv);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 19px 0;
  max-width: 342px;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.c-btn1 a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .c-btn1 a {
    font-size: 14px;
    padding: 17px 0;
    max-width: 300px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  }
}
.c-btn1 a::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url("../img/parts/btn1/arrow.svg") center/contain no-repeat;
  margin-left: 11px;
}

/**
 * MV
 */
.lp-mv {
  margin-bottom: 46px;
}
@media screen and (max-width: 750px) {
  .lp-mv {
    margin-bottom: 37px;
  }
}
.lp-mv__top {
  position: relative;
}
.lp-mv__pic {
  display: block;
}
.lp-mv__pic img {
  width: 100%;
  height: auto;
}
.lp-mv__contact-btn {
  position: absolute;
  left: 50%;
  bottom: 11vw;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 750px) {
  .lp-mv__contact-btn {
    bottom: 41vw;
  }
}
.lp-mv__contact-btn a {
  width: 342px;
  position: relative;
  background: var(--color-fv-cta-button);
}
@media screen and (max-width: 750px) {
  .lp-mv__contact-btn a {
    width: 248px;
    padding: 12px 0;
  }
}
.lp-mv__contact-btn a::after {
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.lp-mv__jisseki {
  position: relative;
  margin-top: -2vw;
}
@media screen and (max-width: 750px) {
  .lp-mv__jisseki {
    margin-top: -21vw;
  }
}
.lp-mv__balloon {
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-210px);
  width: 103px;
  height: 103px;
  z-index: 20;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 750px) {
  .lp-mv__balloon {
    width: 77px;
    height: 77px;
    transform: translateX(-144px);
  }
}
.lp-mv__balloon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/parts/lp-mv/balloon.svg") center/contain no-repeat var(--color-accent);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-mv/balloon-mask.svg");
  will-change: transform;
}
.lp-mv__jisseki-list {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
  overflow: hidden;
  z-index: 5;
}
@media screen and (max-width: 959px) {
  .lp-mv__jisseki-list {
    margin-bottom: 25px;
  }
}
.lp-mv__jisseki-list.slick-initialized {
  display: block;
}
.lp-mv__jisseki-list .slick-slide {
  width: 382px;
}
@media screen and (max-width: 750px) {
  .lp-mv__jisseki-list .slick-slide {
    width: 280px;
  }
}
.lp-mv__jisseki-list .slick-dots {
  display: flex;
  justify-content: center;
}
.lp-mv__jisseki-list .slick-dots li {
  font-size: 0;
}
.lp-mv__jisseki-list .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #d7d7d7;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
}
.lp-mv__jisseki-list .slick-dots li.slick-active button {
  background: var(--color-text);
}
@media screen and (max-width: 750px) {
  .lp-mv__jisseki-list .slick-slide {
    opacity: 0.3;
    transition: opacity 0.2s ease;
  }
}
@media screen and (max-width: 750px) {
  .lp-mv__jisseki-list .slick-slide.slick-current {
    opacity: 1;
  }
}

.lp-mv-jisseki {
  flex: 0 0 382px;
  width: 382px;
  padding: 0 24px 48px;
}
@media screen and (max-width: 959px) {
  .lp-mv-jisseki {
    flex: 0 0 280px;
    width: 280px;
    padding: 0 15px 25px;
  }
}
.lp-mv-jisseki__inner {
  display: block;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.lp-mv-jisseki__thumb {
  position: relative;
  background: #d7d7d7;
}
.lp-mv-jisseki__thumb::before {
  content: "";
  display: block;
  padding-top: 73.0538922156%;
}
.lp-mv-jisseki__pic {
  position: absolute;
  inset: 0;
}
.lp-mv-jisseki__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.lp-mv-jisseki__tags {
  position: absolute;
  inset: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: row-reverse;
  padding: 13px;
}
@media screen and (max-width: 959px) {
  .lp-mv-jisseki__tags {
    padding: 10px;
  }
}
.lp-mv-jisseki__tag {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: var(--color-background2);
  color: #fff;
  padding: 3px 17px;
  border-radius: 100px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.lp-mv-jisseki__body {
  background: #fff;
  color: var(--color-text);
  text-align: center;
  padding-top: 22px;
  padding-bottom: 25px;
}
@media screen and (max-width: 959px) {
  .lp-mv-jisseki__body {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.lp-mv-jisseki__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 959px) {
  .lp-mv-jisseki__name {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.lp-mv-jisseki__txt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 959px) {
  .lp-mv-jisseki__txt {
    font-size: 14px;
  }
}
.lp-mv-jisseki__num {
  font-size: 26px;
  font-weight: 900;
  color: var(--color-cv);
}
@media screen and (max-width: 959px) {
  .lp-mv-jisseki__num {
    font-size: 20px;
  }
}
.lp-mv-jisseki__unit {
  color: var(--color-cv);
}

/**
 * CPバナー
 */
.lp-cp {
  overflow: hidden;
  padding-top: 10px;
}
.lp-cp__top-wave, .lp-cp__bottom-wave {
  display: block;
  width: 100%;
  height: auto;
}
.lp-cp__top-back-wave {
  fill: var(--color-background3);
}
.lp-cp__top-front-wave {
  fill: var(--color-background2);
}
.lp-cp__bg {
  background: var(--color-background2);
}
.lp-cp__inner {
  text-align: center;
}
.lp-cp__banner img {
  width: 680px;
}
@media screen and (max-width: 750px) {
  .lp-cp__banner img {
    width: 340px;
  }
}
.lp-cp__list {
  display: flex;
  padding: 20px 0;
}
.lp-cp__list.slick-initialized {
  display: block;
}
.lp-cp__list .slick-track {
  padding-bottom: 10px;
}
.lp-cp__list .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  z-index: 5;
}
@media screen and (max-width: 959px) {
  .lp-cp__list .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.lp-cp__list .slick-arrow.slick-prev {
  left: 50%;
  background: url("../img/parts/lp-cp/left.svg") center/contain no-repeat;
  transform: translateY(-50%) translateY(-15px) translateX(-425px);
}
@media screen and (max-width: 959px) {
  .lp-cp__list .slick-arrow.slick-prev {
    transform: translateY(-50%) translateY(-5px) translateX(-150px);
  }
}
.lp-cp__list .slick-arrow.slick-next {
  right: 50%;
  background: url("../img/parts/lp-cp/right.svg") center/contain no-repeat;
  transform: translateY(-50%) translateY(-15px) translateX(425px);
}
@media screen and (max-width: 959px) {
  .lp-cp__list .slick-arrow.slick-next {
    transform: translateY(-50%) translateY(-5px) translateX(150px);
  }
}
.lp-cp__list .slick-dots {
  font-size: 0;
  padding: 3px 0 0;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 750px) {
  .lp-cp__list .slick-dots {
    margin-bottom: -9px;
  }
}
.lp-cp__list .slick-dots li {
  font-size: 0;
  display: inline-block;
  margin: 0 6px;
}
@media screen and (max-width: 750px) {
  .lp-cp__list .slick-dots li {
    margin: 0 3px;
  }
}
.lp-cp__list .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .lp-cp__list .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.lp-cp__list .slick-dots li.slick-active button {
  background: var(--color-accent);
}
.lp-cp__item {
  flex: 0 0 890px;
  max-width: 890px;
  min-width: 890px;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .lp-cp__item {
    flex: 0 0 320px;
    max-width: 320px;
    min-width: 320px;
    padding: 0 10px;
  }
}
.lp-cp__item img {
  width: 100%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/**
 * トップメッセージ
 */
.lp-intro {
  border-bottom: solid 26px #df0a1f;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .lp-intro {
    border-bottom-width: 13px;
  }
}
.lp-intro__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: url(../img/parts/lp-intro/bg.png) center/1200px no-repeat;
  padding: 47px 0 73px;
}
@media screen and (max-width: 750px) {
  .lp-intro__inner {
    background: url(../img/parts/lp-intro/bg-sp.png) top center/404px no-repeat;
    padding: 39px 0 47px;
  }
}
.lp-intro__head {
  text-align: center;
  font-weight: 700;
  margin-bottom: 19px;
}
.lp-intro__subttl {
  font-size: 28px;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .lp-intro__subttl {
    font-size: 23px;
  }
}
.lp-intro__subttl span {
  position: relative;
}
.lp-intro__subttl span::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 7px;
  height: 32px;
  width: 2px;
  background: #000;
  transform: rotate(-35deg);
  border-radius: 2px;
}
@media screen and (max-width: 750px) {
  .lp-intro__subttl span::before {
    left: -11px;
    height: 27px;
  }
}
.lp-intro__subttl span::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 7px;
  height: 32px;
  width: 2px;
  background: #000;
  transform: rotate(35deg);
  border-radius: 2px;
}
@media screen and (max-width: 750px) {
  .lp-intro__subttl span::after {
    right: -11px;
    height: 27px;
  }
}
.lp-intro__ttl {
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .lp-intro__ttl {
    font-size: 35px;
  }
}
.lp-intro__icon {
  text-align: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 750px) {
  .lp-intro__icon {
    margin-bottom: 14px;
  }
}
.lp-intro__desc {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .lp-intro__desc {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 21px;
  }
}
.lp-intro__list {
  display: flex;
  justify-content: center;
}
.lp-intro__list-item {
  margin: 0 7px;
}
.lp-intro__list-item img {
  width: 96px;
}

/**
 * 買取実績
 */
.lp-pickup {
  padding: 84px 0 157px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-pickup {
    padding: 39px 0 22px;
  }
}
.lp-pickup::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 26px;
  background: url(../img/parts/lp-pickup/bottom-border.png) bottom center/200px repeat-x #df0a1f;
}
@media screen and (max-width: 750px) {
  .lp-pickup::after {
    height: 13px;
    background-size: auto 13px;
  }
}
.lp-pickup__inner {
  max-width: 960px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp-pickup__inner {
    padding: 0 18px;
  }
}
.lp-pickup .c-ttl1 {
  margin-bottom: 74px;
}
@media screen and (max-width: 750px) {
  .lp-pickup .c-ttl1 {
    margin-bottom: 62px;
  }
}
.lp-pickup__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -36px;
}
@media screen and (max-width: 750px) {
  .lp-pickup__list {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.lp-pickup-item {
  flex: 0 0 50%;
  max-width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 31px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .lp-pickup-item {
    max-width: none;
    margin-right: 0;
    margin-bottom: 23px;
  }
}
.lp-pickup-item__pic {
  flex: 0 0 210px;
  position: relative;
  background: #eee;
  margin-right: 16px;
  margin-bottom: 6px;
}
@media screen and (max-width: 959px) {
  .lp-pickup-item__pic {
    flex: 0 0 150px;
  }
}
@media screen and (max-width: 750px) {
  .lp-pickup-item__pic {
    flex: 0 0 165px;
    margin-bottom: 2px;
  }
}
.lp-pickup-item__pic::before {
  content: "";
  display: block;
  padding-top: 74.76%;
}
.lp-pickup-item__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp-pickup-item__body {
  align-self: stretch;
  flex: 1 0 0px;
  display: flex;
  flex-direction: column;
}
.lp-pickup-item__maker {
  margin-bottom: 9px;
}
@media screen and (max-width: 750px) {
  .lp-pickup-item__maker {
    font-size: 12px;
  }
}
.lp-pickup-item__maker span {
  display: inline-block;
  background: #df0a1f;
  color: #fff;
  font-weight: 700;
  padding: 3px 7px;
}
.lp-pickup-item__name {
  color: #231815;
  font-weight: 700;
  flex: 1 0 auto;
  line-height: 1.4375;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .lp-pickup-item__name {
    font-size: 14px;
    line-height: 1.285;
  }
}

.lp-pickup-price {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp-pickup-price {
    font-size: 12px;
  }
}
.lp-pickup-price__txt {
  line-height: 26px;
}
@media screen and (max-width: 750px) {
  .lp-pickup-price__txt {
    line-height: 20px;
  }
}
.lp-pickup-price__amount {
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  flex: 1 0 auto;
  padding-right: 3px;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .lp-pickup-price__amount {
    font-size: 12px;
    line-height: 20px;
  }
}
.lp-pickup-price__amount span {
  font-size: 26px;
  color: #E9441F;
  margin-right: 5px;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  .lp-pickup-price__amount span {
    font-size: 20px;
  }
}

/**
 * 取扱商品
 */
.lp-goods {
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-goods {
    margin-top: -17px;
    overflow: hidden;
  }
}
.lp-goods__inner {
  position: relative;
  max-width: 1090px;
  padding: 0 30px;
  padding-top: 168px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp-goods__inner {
    padding: 0 17px;
    padding-top: 136px;
  }
}
.lp-goods__deco-tr {
  position: absolute;
  width: 170px;
  height: 126px;
  top: 20px;
  right: 30px;
}
@media screen and (max-width: 959px) {
  .lp-goods__deco-tr {
    width: 85px;
    height: 62px;
    top: 40px;
    right: -3px;
  }
}
.lp-goods__deco-tr::before, .lp-goods__deco-tr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-goods__deco-tr::before {
  background: var(--color-background2);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-goods/deco-tr1.svg");
}
.lp-goods__deco-tr::after {
  background: var(--color-background3);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-goods/deco-tr2.svg");
}
.lp-goods__pic1 {
  position: absolute;
  width: 260px;
  height: 260px;
  background: var(--color-background2);
  padding: 10px;
  border-radius: 50%;
  top: -27px;
  left: 140px;
}
@media screen and (max-width: 959px) {
  .lp-goods__pic1 {
    width: 130px;
    height: 130px;
    padding: 5px;
    top: 0;
    left: 64px;
  }
}
.lp-goods__pic1 img {
  border-radius: 50%;
}
.lp-goods__pic1::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--color-background3);
  border-radius: 50%;
  left: 300px;
  top: 110px;
}
@media screen and (max-width: 959px) {
  .lp-goods__pic1::after {
    left: 146px;
    top: 58px;
    width: 9px;
    height: 9px;
  }
}
.lp-goods__pic2 {
  position: absolute;
  width: 165px;
  height: 165px;
  background: var(--color-background2);
  padding: 10px;
  border-radius: 50%;
  top: 190px;
  left: 0;
}
@media screen and (max-width: 959px) {
  .lp-goods__pic2 {
    width: 82px;
    height: 82px;
    padding: 5px;
    top: 108px;
    left: -6px;
  }
}
.lp-goods__pic2 img {
  border-radius: 50%;
}
.lp-goods__pic2::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--color-background2);
  border-radius: 50%;
  left: 31px;
  top: -31px;
}
@media screen and (max-width: 959px) {
  .lp-goods__pic2::before {
    width: 9px;
    height: 9px;
    left: 16px;
    top: -18px;
  }
}
.lp-goods__pic2::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: var(--color-background2);
  border-radius: 50%;
  left: 213px;
  top: 79px;
}
@media screen and (max-width: 959px) {
  .lp-goods__pic2::after {
    width: 17px;
    height: 17px;
    left: 107px;
    top: 39px;
  }
}
.lp-goods .c-ttl1 {
  padding-top: 173px;
  margin-bottom: 46px;
}
@media screen and (max-width: 750px) {
  .lp-goods .c-ttl1 {
    padding-top: 83px;
    margin-bottom: 27px;
  }
}
.lp-goods .c-ttl1__en {
  text-align: right;
  right: -22px;
}
.lp-goods__list-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.lp-goods__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--goods-col-position);
  gap: 18px;
  margin-bottom: 53px;
}
@media screen and (max-width: 750px) {
  .lp-goods__list {
    gap: 11px;
    margin-bottom: 21px;
  }
}

.lp-goods-item {
  flex: 0 1 calc((100% - (var(--goods-col-num) - 1) * 18px) / var(--goods-col-num));
}
.lp-goods-item__pic {
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .lp-goods-item__pic {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 7px;
  }
}
.lp-goods-item__pic img {
  width: 100%;
}
.lp-goods-item__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  min-height: 70px;
  font-feature-settings: "palt";
  color: var(--color-text);
}
@media screen and (max-width: 750px) {
  .lp-goods-item__name {
    font-size: 12px;
    min-height: 22px;
    margin: 0 -8px;
  }
}

/**
 * 他店との比較
 */
.lp-compare {
  background: #fff;
  padding: 80px 0;
}

.lp-compare .c-ttl1 {
  margin-bottom: 65px;
}

.lp-compare__tbl-container {
  overflow: auto;
  padding: 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .lp-compare {
    padding: 50px 0;
  }
  
  .lp-compare .c-ttl1 {
    margin-bottom: 45px;
  }

  .lp-compare__tbl-container {
    padding: 0 0 17px;
  }

  .lp-compare__tbl-wrap {
    width: fit-content;
    padding: 0 17px;
  }
}

.lp-compare.is-preparing .lp-compare-tbl {
  opacity: 0;
}

.lp-compare-tbl {
  display: flex;
  justify-content: center;
}

.lp-compare-tbl__head {
  flex: 0 0 73px;
  width: 73px;
}

.lp-compare-tbl__col {
  flex: 0 0 148px;
  width: 148px;
}

.lp-compare-tbl__col--touten {
  position: relative;
}

.lp-compare-tbl__col--touten::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 4px #e4007f;
  pointer-events: none;
}

.lp-compare-tbl-cell {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  border: solid 2px #fff;
  padding: 13px 0 10px;
}

.lp-compare-tbl__col .lp-compare-tbl-cell:nth-child(2n) {
  background: #fafafa;
}

.lp-compare-tbl__col .lp-compare-tbl-cell:nth-child(2n+3) {
  background: #f2f2f2;
}

.lp-compare-tbl-cell--touten,
.lp-compare-tbl-cell--taten,
.lp-compare-tbl-cell--head {
  align-items: center;
}

.lp-compare-tbl-cell--touten {
  font-size: 21px;
  font-weight: 700;
  color: #e4007f;
}

.lp-compare-tbl-cell--taten {
  font-size: 16px;
  font-weight: 700;
  color: #515151;
  line-height: calc( 33 / 28 );
  padding: 10px;
}

.lp-compare-tbl-cell--head {
  background: var(--color-background2);
  color: #fff;
  font-weight: 700;
}

.lp-compare-tbl-cell__mark {
  margin-bottom: 7px;
}

.lp-compare-tbl-cell__desc {
  font-size: 14px;
  line-height: calc( 29 / 24 );
  color: #515151;
}

@media screen and (max-width: 750px) {
  .lp-compare-tbl {
    min-width: calc(100vw - 34px);
  }

  .lp-compare-tbl__col {
    flex: 0 0 118px;
    width: 118px;
  }

  .lp-compare-tbl-cell--taten {
    font-size: 14px;
  }

  .lp-compare-tbl-cell--head {
    font-size: 14px;
  }

  .lp-compare-tbl-cell__desc {
    font-size: 12px;
  }
}

/**
 * カテゴリボタンリスト
 */
.lp-catlist {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp-catlist {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  }
}
.lp-catlist__ttl {
  background: var(--color-text);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 0;
}
@media screen and (max-width: 750px) {
  .lp-catlist__ttl {
    font-size: 12px;
    font-weight: 500;
  }
}
.lp-catlist__ttl::before, .lp-catlist__ttl::after {
  content: "";
  flex: 0 0 22px;
  height: 2px;
}
@media screen and (max-width: 750px) {
  .lp-catlist__ttl::before, .lp-catlist__ttl::after {
    flex: 0 0 14px;
    height: 1px;
  }
}
.lp-catlist__ttl::before {
  margin-right: 13px;
}
@media screen and (max-width: 750px) {
  .lp-catlist__ttl::before {
    margin-right: 7px;
  }
}
.lp-catlist__ttl::after {
  margin-left: 13px;
}
@media screen and (max-width: 750px) {
  .lp-catlist__ttl::after {
    margin-left: 7px;
  }
}
.lp-catlist__body {
  background: #fff;
  padding: 26px 36px 24px;
}
@media screen and (max-width: 750px) {
  .lp-catlist__body {
    padding: 19px 17px 13px;
  }
}
.lp-catlist__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}
@media screen and (max-width: 750px) {
  .lp-catlist__list {
    margin-right: -6px;
  }
}
.lp-catlist__item {
  flex: 0 0 25%;
  max-width: calc(25% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .lp-catlist__item {
    flex: 0 0 50%;
    max-width: calc(50% - 6px);
    margin-right: 6px;
    margin-bottom: 6px;
  }
}
.lp-catlist__item a, .lp-catlist__item button {
  display: flex;
  margin: 0 auto;
  align-items: center;
  width: 100%;
  height: 61px;
  font-size: 16px;
  font-weight: 700;
  background: var(--color-background1);
  color: var(--color-text);
  text-align: left;
  padding: 0 14px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-catlist__item a, .lp-catlist__item button {
    font-size: 14px;
    height: 46px;
  }
}
.lp-catlist__item--all {
  flex: 0 0 100%;
  max-width: calc(100% - 6px);
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 750px) {
  .lp-catlist__item--all {
    margin-bottom: 6px;
  }
}
.lp-catlist__item--all a, .lp-catlist__item--all button {
  text-align: center;
  justify-content: center;
  max-width: 240px;
  height: 46px;
}
@media screen and (max-width: 750px) {
  .lp-catlist__item--all a, .lp-catlist__item--all button {
    max-width: none;
  }
}
.lp-catlist__item.is-active a, .lp-catlist__item.is-active button {
  background: var(--color-background2);
  color: #fff;
}
.lp-catlist__item-bg {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.lp-catlist__item-bg img {
  height: 100%;
  width: auto;
}

/**
 * 買取実績
 */
.lp-jisseki {
  overflow: hidden;
  padding-bottom: 58px;
}
.lp-jisseki__inner {
  max-width: 1090px;
  padding: 0 30px;
  padding-top: 102px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-jisseki__inner {
    padding: 0 17px;
    padding-top: 60px;
  }
}
.lp-jisseki__deco-bl {
  position: absolute;
  top: 0;
  left: 31px;
  width: 342px;
  height: 71px;
}
@media screen and (max-width: 750px) {
  .lp-jisseki__deco-bl {
    width: 97px;
    height: 35px;
    left: 32px;
  }
}
.lp-jisseki__deco-bl::before, .lp-jisseki__deco-bl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-jisseki__deco-bl::before {
  background: var(--color-background2);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-jisseki/deco-bl1.svg");
}
@media screen and (max-width: 750px) {
  .lp-jisseki__deco-bl::before {
    -webkit-mask-image: url("../img/parts/lp-jisseki/deco-bl1-sp.svg");
  }
}
.lp-jisseki__deco-bl::after {
  background: var(--color-background3);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-jisseki/deco-bl2.svg");
}
@media screen and (max-width: 750px) {
  .lp-jisseki__deco-bl::after {
    -webkit-mask-image: url("../img/parts/lp-jisseki/deco-bl2-sp.svg");
  }
}
.lp-jisseki__deco-br {
  position: absolute;
  top: 2px;
  right: 24px;
  width: 221px;
  height: 56px;
}
@media screen and (max-width: 750px) {
  .lp-jisseki__deco-br {
    right: 37px;
    width: 33px;
    height: 28px;
  }
}
.lp-jisseki__deco-br::before, .lp-jisseki__deco-br::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-jisseki__deco-br::before {
  background: var(--color-background2);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-jisseki/deco-br1.svg");
}
@media screen and (max-width: 750px) {
  .lp-jisseki__deco-br::before {
    -webkit-mask-image: url("../img/parts/lp-jisseki/deco-br1-sp.svg");
  }
}
.lp-jisseki__deco-br::after {
  background: var(--color-background3);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-jisseki/deco-br2.svg");
}
@media screen and (max-width: 750px) {
  .lp-jisseki__deco-br::after {
    -webkit-mask-image: url("../img/parts/lp-jisseki/deco-br2-sp.svg");
  }
}
.lp-jisseki .c-ttl1 {
  padding-top: 71px;
  margin-bottom: 46px;
}
@media screen and (max-width: 750px) {
  .lp-jisseki .c-ttl1 {
    padding-top: 31px;
    margin-bottom: 30px;
  }
}
.lp-jisseki .c-ttl1__en {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .lp-jisseki .c-ttl1__en {
    text-align: left;
    left: -17px;
  }
}
.lp-jisseki .lp-catlist {
  margin-bottom: 53px;
}
.lp-jisseki__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: 31px;
}
@media screen and (max-width: 750px) {
  .lp-jisseki__list {
    display: block;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.lp-jisseki__container {
  display: none;
  position: relative;
}
.lp-jisseki__container.is-active {
  display: block;
}
@media screen and (max-width: 750px) {
  .lp-jisseki__container .c-btn1 a {
    max-width: 219px;
  }
}
.lp-jisseki--archive .lp-jisseki__inner {
  padding-top: 20px;
}
.lp-jisseki--archive .lp-jisseki__inner::before, .lp-jisseki--archive .lp-jisseki__inner::after {
  content: none;
}
.lp-jisseki--archive .c-ttl1__en {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .lp-jisseki--archive .c-ttl1__en {
    left: -18px;
  }
}

.lp-jisseki-item {
  flex: 0 0 33.33333%;
  max-width: calc(33.33333% - 20px);
  margin-right: 20px;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .lp-jisseki-item {
    max-width: none;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.lp-jisseki-item__thumb {
  position: relative;
}
.lp-jisseki-item__pic {
  position: relative;
}
.lp-jisseki-item__pic::before {
  content: "";
  display: block;
  padding-top: 75%;
  background: #fafafa;
}
.lp-jisseki-item__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp-jisseki-item__tags {
  position: absolute;
  inset: 0;
  display: flex;
  flex-wrap: wrap-reverse;
  flex-direction: column-reverse;
  align-content: flex-start;
  padding: 11px 10px;
}
.lp-jisseki-item__tag {
  background: var(--color-background2);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  min-width: 82px;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 100px;
  margin-top: 5px;
  margin-left: 5px;
}
.lp-jisseki-item__body {
  padding: 21px 19px 15px;
}
.lp-jisseki-item__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text);
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .lp-jisseki-item__ttl {
    font-size: 17px;
  }
}
.lp-jisseki-item__desc {
  line-height: 1.72;
  max-height: 5.16em;
  overflow: hidden;
}
.lp-jisseki-item__desc strong {
  font-weight: 700;
}
.lp-jisseki-item__desc em {
  font-style: italic;
}
@media screen and (max-width: 750px) {
  .lp-jisseki-item__desc {
    font-size: 14px;
  }
}

.lp-jisseki-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 2px #808080;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .lp-jisseki-price {
    margin-bottom: 7px;
    border-bottom-width: 1px;
  }
}
.lp-jisseki-price__label {
  font-size: 13px;
  font-weight: 700;
  background: var(--color-cv);
  color: #fff;
  padding: 3px 9px;
}
@media screen and (max-width: 750px) {
  .lp-jisseki-price__label {
    font-size: 13px;
    font-weight: 400;
  }
}
.lp-jisseki-price__amount {
  flex: 1 0 auto;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  max-width: 100%;
  color: var(--color-cv);
}
@media screen and (max-width: 750px) {
  .lp-jisseki-price__amount {
    font-size: 16px;
  }
}
.lp-jisseki-price__num {
  font-size: 28px;
  word-break: break-all;
  letter-spacing: 0.02em;
}

.lp-jisseki-sec {
  max-width: 474px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 750px) {
  .lp-jisseki-sec {
    margin-bottom: 32px;
  }
}
.lp-jisseki-sec__ttl {
  text-align: center;
}
.lp-jisseki-sec__ttl span {
  display: inline-block;
  background: var(--color-background2);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 8px 16px;
}
@media screen and (max-width: 750px) {
  .lp-jisseki-sec__ttl span {
    font-size: 15px;
    padding: 6px 16px;
  }
}
.lp-jisseki-sec__body {
  background: #fff;
  color: var(--color-text);
  padding: 21px 0;
}
@media screen and (max-width: 750px) {
  .lp-jisseki-sec__body {
    padding: 14px 0;
  }
}
.lp-jisseki-sec__desc {
  text-align: center;
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
  .lp-jisseki-sec__desc {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}

.lp-line {
  background: #02BE04;
  padding: 58px 52px;
}
@media screen and (max-width: 959px) {
  .lp-line {
    padding: 30px;
  }
}
@media screen and (max-width: 750px) {
  .lp-line {
    padding: 14px;
  }
}
.lp-line__inner {
  border: solid 15px #fff;
  padding: 20px 20px 55px;
}
@media screen and (max-width: 959px) {
  .lp-line__inner {
    padding: 20px 20px 25px;
  }
}
@media screen and (max-width: 750px) {
  .lp-line__inner {
    padding: 3px 0 26px;
    border-width: 8px;
  }
}
.lp-line__ttl {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .lp-line__ttl {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 750px) {
  .lp-line__btn {
    margin: 0 14px;
  }
}
.lp-line__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 6px #fff;
  background: #F39800;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  max-width: 740px;
  margin: 0 auto;
  border-radius: 100px;
  padding: 10px;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.1s ease;
}
@media screen and (max-width: 750px) {
  .lp-line__btn a {
    border-width: 3px;
    font-size: 16px;
    padding: 12px;
  }
}
.lp-line__btn a::before {
  content: "";
  display: block;
  width: 35px;
  height: 33px;
  background: url(../img/parts/lp-line/icon.png) center/contain no-repeat;
  margin-right: 17px;
}
@media screen and (max-width: 750px) {
  .lp-line__btn a::before {
    width: 32px;
    height: 30px;
  }
}

/**
 * 買取相場表
 */
.lp-market {
  overflow: hidden;
  padding-bottom: 35px;
}
.lp-market__deco-tl {
  position: absolute;
  top: 117px;
  left: 40px;
  width: 186px;
  height: 102px;
}
@media screen and (max-width: 750px) {
  .lp-market__deco-tl {
    top: 84px;
    left: 15px;
    width: 93px;
    height: 51px;
  }
}
.lp-market__deco-tl::before, .lp-market__deco-tl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-market__deco-tl::before {
  background: var(--color-background2);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-market/deco-tl1.svg");
}
.lp-market__deco-tl::after {
  background: var(--color-background3);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-market/deco-tl2.svg");
}
.lp-market__inner {
  max-width: 1090px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-market__inner {
    padding: 0 17px;
  }
}
.lp-market__inner--top {
  padding-top: 218px;
}
@media screen and (max-width: 750px) {
  .lp-market__inner--top {
    padding-top: 178px;
  }
}
.lp-market__pic1 {
  position: absolute;
  top: 13px;
  right: 186px;
  width: 224px;
  height: 224px;
  background: var(--color-background2);
  padding: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .lp-market__pic1 {
    width: 112px;
    height: 112px;
    padding: 5px;
    top: 31px;
    right: 77px;
  }
}
.lp-market__pic1 img {
  border-radius: 50%;
}
.lp-market__pic1::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-background2);
  top: 56px;
  left: -42px;
}
@media screen and (max-width: 750px) {
  .lp-market__pic1::before {
    width: 9px;
    height: 9px;
    top: 28px;
    left: -21px;
  }
}
.lp-market__pic1::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-background3);
  right: -81px;
  top: 49px;
}
@media screen and (max-width: 750px) {
  .lp-market__pic1::after {
    width: 17px;
    height: 17px;
    right: -40px;
    top: 25px;
  }
}
.lp-market__pic2 {
  position: absolute;
  top: 171px;
  right: 21px;
  width: 152px;
  height: 152px;
  background: var(--color-background2);
  padding: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .lp-market__pic2 {
    top: 110px;
    right: -5px;
    width: 76px;
    height: 76px;
    padding: 5px;
  }
}
.lp-market__pic2 img {
  border-radius: 50%;
}
.lp-market__pic2::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-background2);
  top: 94px;
  left: -60px;
}
@media screen and (max-width: 750px) {
  .lp-market__pic2::before {
    width: 9px;
    height: 9px;
    top: 47px;
    left: -30px;
  }
}
.lp-market .c-ttl1 {
  padding-top: 71px;
  margin-bottom: 37px;
}
@media screen and (max-width: 750px) {
  .lp-market .c-ttl1 {
    padding-top: 33px;
    margin-bottom: 18px;
  }
}
.lp-market .c-ttl1__en {
  left: 138px;
}
@media screen and (max-width: 750px) {
  .lp-market .c-ttl1__en {
    left: -19px;
  }
}
.lp-market__pickup {
  max-width: 932px;
  margin: 0 auto 38px;
  overflow: hidden;
}
.lp-market__pickup-list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .lp-market__pickup-list {
    padding: 0 17px;
  }
}
.lp-market__pickup-list.slick-initialized {
  display: block;
}
@media screen and (max-width: 750px) {
  .lp-market__pickup-list.slick-initialized {
    margin: 0 -17px;
  }
}
@media screen and (max-width: 750px) {
  .lp-market__pickup-list .slick-slide {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 7px;
  }
}
.lp-market__pickup-list .slick-dots {
  display: flex;
  justify-content: center;
}
.lp-market__pickup-list .slick-dots li {
  font-size: 0;
}
.lp-market__pickup-list .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #d7d7d7;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
}
.lp-market__pickup-list .slick-dots li.slick-active button {
  background: var(--color-text);
}
.lp-market__table-wrapper {
  position: relative;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
}
.lp-market__table-wrapper::after {
  content: "";
  position: absolute;
  height: 80px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lp-market__table-wrapper.is-end::after {
  opacity: 0;
  visibility: hidden;
}
.lp-market .lp-market__table-scroll {
  max-height: 404px;
  overflow: auto;
  background: #fff;
}

.lp-market-pickup {
  flex: 0 0 25%;
  width: 25%;
  padding: 9px 17px 23px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-market-pickup {
    flex: 0 0 50%;
    width: 50%;
    padding: 7px 7px 0;
  }
}
.lp-market-pickup__balloon {
  position: absolute;
  top: 0px;
  left: 8px;
  width: 56px;
  height: 56px;
  z-index: 1;
  filter: drop-shadow(1.16px 1.16px 1.16px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 750px) {
  .lp-market-pickup__balloon {
    left: 0;
    width: 48px;
    height: 48px;
  }
}
.lp-market-pickup__balloon::before {
  content: "";
  display: block;
  background: url("../img/parts/lp-market/balloon.svg") center/100% 100% no-repeat var(--color-accent);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-market/balloon-mask.svg");
  width: 100%;
  height: 100%;
}
.lp-market-pickup__inner {
  padding-bottom: 16px;
}
.lp-market-pickup__thumb {
  margin-bottom: 10px;
}
.lp-market-pickup__pic {
  position: relative;
  background: #fafafa;
}
.lp-market-pickup__pic::before {
  content: "";
  display: block;
  padding-top: 81.5%;
}
.lp-market-pickup__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp-market-pickup__maker {
  font-size: 12px;
  margin-bottom: 7px;
}
.lp-market-pickup__maker span {
  display: inline-block;
  background: var(--color-background2);
  color: #fff;
  letter-spacing: 0.03em;
  padding: 3px 10px;
}
.lp-market-pickup__name {
  font-size: 14px;
  color: var(--color-text);
  line-height: 1.2857142857;
  margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
  .lp-market-pickup__name {
    font-size: 13px;
    margin-bottom: 0;
  }
}
.lp-market-pickup__price {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-cv);
}
@media screen and (max-width: 750px) {
  .lp-market-pickup__price {
    font-size: 13px;
  }
}
.lp-market-pickup__num {
  font-size: 22px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .lp-market-pickup__num {
    font-size: 19px;
  }
}

.lp-market-data {
  position: relative;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  max-width: 900px;
  margin: 0 auto;
}
.lp-market-data::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 47px;
  background: linear-gradient(0, #644229 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.2;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.lp-market-data.is-end::after {
  opacity: 0;
}
.lp-market-data__ttl {
  background: var(--color-text);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  padding: 6px 0;
}
@media screen and (max-width: 750px) {
  .lp-market-data__ttl {
    font-size: 12px;
  }
}
.lp-market-data__ttl::before, .lp-market-data__ttl::after {
  content: "";
  flex: 0 0 25px;
  height: 2px;
  background: url("../img/parts/lp-market/data-dot.svg") center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .lp-market-data__ttl::before, .lp-market-data__ttl::after {
    flex: 0 0 14px;
    height: 1px;
  }
}
.lp-market-data__ttl::before {
  margin-right: 13px;
}
@media screen and (max-width: 750px) {
  .lp-market-data__ttl::before {
    margin-right: 7px;
  }
}
.lp-market-data__ttl::after {
  margin-left: 13px;
}
@media screen and (max-width: 750px) {
  .lp-market-data__ttl::after {
    margin-left: 7px;
  }
}
.lp-market-data__body {
  background: #fff;
  padding: 20px 16px 0;
}
.lp-market-data .lp-catlist {
  box-shadow: none;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .lp-market-data .lp-catlist {
    margin-bottom: 14px;
  }
}
.lp-market-data .lp-catlist__item--all {
  margin-bottom: 11px;
}
.lp-market-data .lp-catlist__body {
  padding: 0;
  margin: 0;
  background: transparent;
}

.lp-market-search {
  display: flex;
  margin-bottom: 18px;
}
.lp-market-search__text {
  flex: 1 0 0px;
  margin-right: 14px;
}
.lp-market-search__text input[type=text] {
  width: 100%;
  height: 35px;
  font-size: 16px;
  background: #f0f0f0;
  border-radius: 5px;
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .lp-market-search__text input[type=text] {
    font-size: 12px;
  }
}
.lp-market-search__text input[type=text]::-moz-placeholder {
  color: #a0a0a0;
}
.lp-market-search__text input[type=text]::placeholder {
  color: #a0a0a0;
}
.lp-market-search__button {
  flex: 0 0 55px;
}
.lp-market-search__button button {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  height: 35px;
  background: #ffc91b;
  color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .lp-market-search__button button {
    font-size: 12px;
  }
}

.lp-market-table__header {
  font-size: 14px;
  color: var(--color-market-table-title);
  display: flex;
  border-bottom: solid 1px #808080;
  padding-bottom: 3px;
}
@media screen and (max-width: 750px) {
  .lp-market-table__header {
    font-size: 10px;
  }
}
.lp-market-table__head-pic {
  flex: 0 0 103px;
  margin-right: 13px;
}
.lp-market-table__head-other {
  flex: 1 0 0px;
  text-align: right;
}
.lp-market-table__body {
  height: 394px;
  overflow: auto;
}

.lp-market-table-row {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
}
.lp-market-table-row:not(:last-child) {
  border-bottom: solid 1px #e6e6e6;
}
.lp-market-table-row__pic {
  flex: 0 0 103px;
  margin-right: 13px;
  position: relative;
}
.lp-market-table-row__pic::before {
  content: "";
  display: block;
  padding-top: 81.553%;
  background: #fafafa;
}
.lp-market-table-row__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp-market-table-row__other {
  flex: 1 0 0px;
}
.lp-market-table-row__maker {
  font-size: 12px;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}
@media screen and (max-width: 750px) {
  .lp-market-table-row__maker {
    font-size: 11px;
  }
}
.lp-market-table-row__maker span {
  display: inline-block;
  background: var(--color-background2);
  color: #fff;
  padding: 3px 10px;
}
.lp-market-table-row__name {
  font-size: 15px;
  color: var(--color-text);
  line-height: 1.2307692308;
}
@media screen and (max-width: 750px) {
  .lp-market-table-row__name {
    font-size: 13px;
  }
}
.lp-market-table-row__price {
  color: var(--color-cv);
  font-weight: 700;
  font-size: 13px;
  text-align: right;
}
.lp-market-table-row__num {
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .lp-market-table-row__num {
    font-size: 19px;
  }
}

/**
 * お客様の声
 */
.lp-voice {
  position: relative;
  overflow: hidden;
  padding-bottom: 62px;
}
@media screen and (max-width: 750px) {
  .lp-voice {
    padding-bottom: 37px;
  }
}
.lp-voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 347px;
  background: linear-gradient(#fff, #fff 87px, transparent 100%);
}
@media screen and (max-width: 750px) {
  .lp-voice::before {
    height: 73px;
    background: linear-gradient(#fff, transparent 100%);
  }
}
.lp-voice__deco-tr {
  position: absolute;
  width: 283px;
  height: 105px;
  top: 40px;
  right: -56px;
}
@media screen and (max-width: 750px) {
  .lp-voice__deco-tr {
    width: 142px;
    height: 52px;
    top: 41px;
    right: -5px;
  }
}
.lp-voice__deco-tr::before, .lp-voice__deco-tr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-voice__deco-tr::before {
  background: var(--color-background2);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-voice/deco-tr1.svg");
}
.lp-voice__deco-tr::after {
  background: var(--color-background3);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-voice/deco-tr2.svg");
}
.lp-voice .c-inner {
  padding-top: 256px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-voice .c-inner {
    padding-top: 168px;
  }
}
.lp-voice__pic1 {
  position: absolute;
  width: 156px;
  height: 156px;
  padding: 10px;
  background: var(--color-background2);
  border-radius: 50%;
  top: 0;
  left: 234px;
}
@media screen and (max-width: 750px) {
  .lp-voice__pic1 {
    width: 78px;
    height: 78px;
    padding: 5px;
    top: 15px;
    left: 138px;
  }
}
.lp-voice__pic1 img {
  border-radius: 50%;
}
.lp-voice__pic1::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: var(--color-background3);
  top: 194px;
  right: 22px;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .lp-voice__pic1::before {
    width: 17px;
    height: 17px;
    top: 97px;
    right: 11px;
  }
}
.lp-voice__pic2 {
  position: absolute;
  width: 309px;
  height: 309px;
  padding: 10px;
  background: var(--color-background2);
  border-radius: 50%;
  top: 28px;
  left: -76px;
}
@media screen and (max-width: 750px) {
  .lp-voice__pic2 {
    width: 155px;
    height: 155px;
    padding: 5px;
    top: 30px;
    left: -18px;
  }
}
.lp-voice__pic2 img {
  border-radius: 50%;
}
.lp-voice__pic2::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--color-background2);
  top: 190px;
  right: -67px;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .lp-voice__pic2::before {
    width: 9px;
    height: 9px;
    top: 95px;
    right: -34px;
  }
}
.lp-voice .c-ttl1 {
  padding-top: 70px;
  margin-bottom: 52px;
}
@media screen and (max-width: 750px) {
  .lp-voice .c-ttl1 {
    padding-top: 33px;
    margin-bottom: 31px;
  }
}
.lp-voice .c-ttl1__en {
  text-align: right;
  right: 98px;
}
@media screen and (max-width: 750px) {
  .lp-voice .c-ttl1__en {
    right: -25px;
  }
}

.lp-voice-item {
  display: flex;
  align-items: flex-end;
  margin-right: -24px;
}
@media screen and (max-width: 750px) {
  .lp-voice-item {
    display: block;
    margin-right: 0;
  }
}
.lp-voice-item__main {
  flex: 0 0 50%;
  max-width: calc(50% - 24px);
  margin-right: 24px;
  background: #fff;
  position: relative;
  padding: 0 25px 10px;
}
@media screen and (max-width: 750px) {
  .lp-voice-item__main {
    max-width: none;
    margin-right: 0;
    padding: 0 15px 20px;
  }
}
.lp-voice-item__customer {
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
  top: -8px;
  left: -7px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .lp-voice-item__customer {
    width: 60px;
    height: 60px;
    top: -6px;
    left: -6px;
  }
}
.lp-voice-item__head {
  padding-left: 51px;
  padding-top: 23px;
  padding-bottom: 16px;
  border-bottom: solid 1px #808080;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .lp-voice-item__head {
    padding-left: 47px;
    padding-top: 18px;
    padding-bottom: 11px;
    margin-bottom: 16px;
  }
}
.lp-voice-item__name {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .lp-voice-item__name {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.lp-voice-item__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.lp-voice-item__rate {
  font-size: 0;
  padding: 3px 0;
}
@media screen and (max-width: 750px) {
  .lp-voice-item__rate {
    padding: 6px 0;
  }
}
@media screen and (max-width: 750px) {
  .lp-voice-item__rate img {
    width: 14px;
    margin-right: 2px;
  }
}
.lp-voice-item__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.lp-voice-item__tag {
  background: var(--color-background2);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  border-radius: 100px;
  padding: 2px 17px;
  margin: 3px 0 3px 7px;
}
.lp-voice-item__ttl {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 17px;
}
@media screen and (max-width: 750px) {
  .lp-voice-item__ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.lp-voice-item__desc {
  font-size: 14px;
  line-height: 1.4285714286;
  color: var(--color-text);
}
@media screen and (max-width: 750px) {
  .lp-voice-item__desc {
    font-size: 13px;
    line-height: 1.3846153846;
  }
}
.lp-voice-item__desc::after {
  content: "";
  display: block;
  clear: both;
}
.lp-voice-item__pic {
  float: right;
  width: 100px;
  height: 100px;
  background: #fafafa;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .lp-voice-item__pic {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    margin-bottom: 0px;
  }
}
.lp-voice-item__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp-voice-item__txt {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .lp-voice-item__txt {
    margin-bottom: 0;
  }
}
.lp-voice-item__txt strong {
  font-weight: 700;
}
.lp-voice-item__txt em {
  font-style: italic;
}
.lp-voice-item__staff {
  flex: 0 0 50%;
  max-width: calc(50% - 24px);
  margin-right: 24px;
  background: var(--color-background3);
  color: var(--color-text);
  padding: 0 26px 24px;
  position: relative;
  min-height: 200px;
}
@media screen and (max-width: 750px) {
  .lp-voice-item__staff {
    max-width: none;
    margin-right: 0;
    margin-top: 16px;
    padding: 0 15px 14px;
    min-height: auto;
  }
}
.lp-voice-item__staff::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 88px;
  border-right: solid 14px var(--color-background3);
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
}
@media screen and (max-width: 750px) {
  .lp-voice-item__staff::after {
    border-top: none;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    border-bottom: solid 11px var(--color-background3);
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.lp-voice-item__staff-head {
  border-bottom: solid 1px var(--color-background2);
  padding: 25px 0 18px;
  margin-bottom: 21px;
}
@media screen and (max-width: 750px) {
  .lp-voice-item__staff-head {
    padding: 17px 0 14px;
    margin-bottom: 16px;
  }
}
.lp-voice-item__staff-pic {
  position: absolute;
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  top: -8px;
  left: -7px;
  overflow: hidden;
}
.lp-voice-item__staff-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp-voice-item__staff-name {
  font-size: 16px;
  font-weight: 500;
  padding-left: 57px;
}
@media screen and (max-width: 750px) {
  .lp-voice-item__staff-name {
    font-size: 14px;
  }
}
.lp-voice-item__staff-name--no-pic {
  padding-left: 0;
}
.lp-voice-item__staff-desc {
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 750px) {
  .lp-voice-item__staff-desc {
    font-size: 13px;
    line-height: 1.3846153846;
  }
}
.lp-voice-item__staff-desc strong {
  font-weight: 700;
}
.lp-voice-item__staff-desc em {
  font-style: italic;
}
.lp-voice-item:nth-child(even) {
  flex-direction: row-reverse;
}
.lp-voice-item:nth-child(even) .lp-voice-item__staff::after {
  right: auto;
  left: 100%;
  border-right: solid 14px var(--color-background3);
  border-right: none;
}
@media screen and (max-width: 750px) {
  .lp-voice-item:nth-child(even) .lp-voice-item__staff::after {
    border-top: none;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    border-bottom: solid 11px var(--color-background3);
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.lp-voice-item + .lp-voice-item {
  margin-top: 47px;
}
@media screen and (max-width: 750px) {
  .lp-voice-item + .lp-voice-item {
    margin-top: 30px;
  }
}

/**
 * 店舗紹介
 */
.lp-shop {
  padding-top: 62px;
  padding-bottom: 73px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-shop {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.lp-shop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.lp-shop .c-inner {
  position: relative;
  z-index: 1;
}
.lp-shop .c-ttl1 {
  padding-top: 175px;
  margin-bottom: 140px;
}
@media screen and (max-width: 750px) {
  .lp-shop .c-ttl1 {
    padding-top: 88px;
    margin-bottom: 35px;
  }
}
.lp-shop .c-ttl1__en {
  left: -54px;
  color: var(--color-background1);
}
@media screen and (max-width: 750px) {
  .lp-shop .c-ttl1__en {
    left: -18px;
  }
}
.lp-shop__deco-bl {
  position: absolute;
  width: 100px;
  height: 145px;
  top: 611px;
  left: -69px;
}
@media screen and (max-width: 750px) {
  .lp-shop__deco-bl {
    width: 50px;
    height: 79px;
    top: 585px;
    left: -38px;
  }
}
.lp-shop__deco-bl::before, .lp-shop__deco-bl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-shop__deco-bl::before {
  background: var(--color-background2);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-shop/deco-bl1.svg");
}
@media screen and (max-width: 750px) {
  .lp-shop__deco-bl::before {
    -webkit-mask-image: url("../img/parts/lp-shop/deco-bl1-sp.svg");
  }
}
.lp-shop__deco-bl::after {
  background: var(--color-background3);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-shop/deco-bl2.svg");
}
@media screen and (max-width: 750px) {
  .lp-shop__deco-bl::after {
    -webkit-mask-image: url("../img/parts/lp-shop/deco-bl2-sp.svg");
  }
}
.lp-shop__content-wrapper {
  position: relative;
  z-index: 1;
}
.lp-shop__content-dot {
  position: absolute;
  top: 83px;
  right: -14px;
  width: 34px;
  height: 34px;
  background: var(--color-background3);
  border-radius: 50%;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .lp-shop__content-dot {
    width: 17px;
    height: 17px;
    top: 41px;
    right: -6px;
  }
}
.lp-shop__content {
  position: relative;
  background: var(--color-background1);
  padding-top: 50px;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .lp-shop__content {
    padding-top: 29px;
  }
}
.lp-shop__deco-tl {
  position: absolute;
  width: 86px;
  height: 123px;
  top: -39px;
  left: -33px;
}
@media screen and (max-width: 750px) {
  .lp-shop__deco-tl {
    width: 43px;
    height: 61px;
    top: -19px;
    left: -11px;
  }
}
.lp-shop__deco-tl::before, .lp-shop__deco-tl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-shop__deco-tl::before {
  background: var(--color-background2);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-shop/deco-tl1.svg");
}
@media screen and (max-width: 750px) {
  .lp-shop__deco-tl::before {
    -webkit-mask-image: url("../img/parts/lp-shop/deco-tl1-sp.svg");
  }
}
.lp-shop__deco-tl::after {
  background: var(--color-background3);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-shop/deco-tl2.svg");
}
@media screen and (max-width: 750px) {
  .lp-shop__deco-tl::after {
    -webkit-mask-image: url("../img/parts/lp-shop/deco-tl2-sp.svg");
  }
}
.lp-shop__deco-tr {
  position: absolute;
  width: 130px;
  height: 104px;
  top: -67px;
  right: -65px;
  background: var(--color-background2);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-shop/deco-tr.svg");
}
@media screen and (max-width: 750px) {
  .lp-shop__deco-tr {
    width: 65px;
    height: 52px;
    top: -34px;
    right: -32px;
  }
}
.lp-shop__deco-br {
  position: absolute;
  width: 66px;
  height: 94px;
  top: 475px;
  right: -40px;
}
@media screen and (max-width: 750px) {
  .lp-shop__deco-br {
    width: 33px;
    height: 47px;
    right: -14px;
    top: 622px;
  }
}
.lp-shop__deco-br::before, .lp-shop__deco-br::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-shop__deco-br::before {
  background: var(--color-background2);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-shop/deco-br1.svg");
}
@media screen and (max-width: 750px) {
  .lp-shop__deco-br::before {
    -webkit-mask-image: url("../img/parts/lp-shop/deco-br1-sp.svg");
  }
}
.lp-shop__deco-br::after {
  background: var(--color-background3);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-shop/deco-br2.svg");
}
@media screen and (max-width: 750px) {
  .lp-shop__deco-br::after {
    -webkit-mask-image: url("../img/parts/lp-shop/deco-br2-sp.svg");
  }
}
.lp-shop__name {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-text);
  margin-bottom: 34px;
}
@media screen and (max-width: 750px) {
  .lp-shop__name {
    font-size: 15px;
    margin-bottom: 19px;
  }
}
.lp-shop__name span {
  display: inline-block;
  border-bottom: solid 2px var(--color-background2);
  padding-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .lp-shop__name span {
    border-bottom: solid 1px var(--color-background2);
    padding: 0 18px;
  }
}
.lp-shop__2col {
  display: flex;
  align-items: center;
  margin-right: -29px;
  padding-bottom: 38px;
}
@media screen and (max-width: 750px) {
  .lp-shop__2col {
    display: block;
    margin-right: 0;
    padding-bottom: 0;
  }
}
.lp-shop__info {
  padding: 0 35px;
}
@media screen and (max-width: 750px) {
  .lp-shop__info {
    padding: 0 16px;
  }
}
.lp-shop__map {
  position: relative;
  padding-top: 60.882%;
  background: #fafafa;
}
.lp-shop__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-shop-gallery {
  flex: 0 0 50%;
  max-width: calc(50% - 29px);
  margin-right: 29px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .lp-shop-gallery {
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.lp-shop-gallery__main {
  position: relative;
  background: #fafafa;
  margin-bottom: 9px;
}
@media screen and (max-width: 750px) {
  .lp-shop-gallery__main {
    margin-bottom: 6px;
  }
}
.lp-shop-gallery__main::before {
  content: "";
  display: block;
  padding-top: 74.919%;
}
.lp-shop-gallery__main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp-shop-gallery__thumbs {
  display: flex;
  margin-right: -9px;
}
@media screen and (max-width: 750px) {
  .lp-shop-gallery__thumbs {
    margin-right: -7px;
  }
}
.lp-shop-gallery__thumb {
  flex: 0 0 33.33333%;
  max-width: calc(33.33333% - 9px);
  margin-right: 9px;
  position: relative;
  background: #fafafa;
}
@media screen and (max-width: 750px) {
  .lp-shop-gallery__thumb {
    max-width: calc(33.33333% - 7px);
    margin-right: 7px;
  }
}
.lp-shop-gallery__thumb::before {
  content: "";
  display: block;
  padding-top: 74.619%;
}
.lp-shop-gallery__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp-shop-gallery__thumb.is-active::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: solid 2px var(--color-background2);
  box-sizing: border-box;
  pointer-events: none;
}

.lp-shop-details {
  flex: 0 0 50%;
  max-width: calc(50% - 29px);
}
@media screen and (max-width: 750px) {
  .lp-shop-details {
    max-width: none;
    margin-bottom: 4px;
  }
}
.lp-shop-details__row {
  display: flex;
  align-items: center;
  color: var(--color-text);
  letter-spacing: 0.03em;
  line-height: 1.4285714286;
  padding: 17px 7px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .lp-shop-details__row {
    font-size: 13px;
    line-height: 1.3846153846;
  }
}
.lp-shop-details__row:not(:last-child) {
  border-bottom: solid 1px rgba(128, 128, 128, 0.2);
}
.lp-shop-details__ttl {
  font-weight: 500;
  flex: 0 0 98px;
}
@media screen and (max-width: 750px) {
  .lp-shop-details__ttl {
    flex: 0 0 86px;
  }
}
.lp-shop-details__data {
  flex: 1 0 0px;
}
.lp-shop-details__tel {
  display: inline-block;
  background: var(--color-cv);
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  padding: 2px 13px 3px 25px;
  letter-spacing: 0.03em;
  position: relative;
  margin-left: 26px;
  font-size: 14px;
  transition: opacity 0.1s ease;
}
.lp-shop-details__tel:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .lp-shop-details__tel {
    background: #ffc91b;
    margin-left: 8px;
    font-size: 11px;
    padding: 2px 10px 2px 20px;
  }
}
.lp-shop-details__tel::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 13px;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  background: url("../img/parts/lp-shop/tel.svg") center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .lp-shop-details__tel::before {
    left: 7px;
    width: 10px;
    height: 11px;
  }
}

/**
 * 宅配買取の流れ
 */
.lp-flow {
  overflow: hidden;
  position: relative;
}
.lp-flow__bg {
  position: absolute;
  inset: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: none;
}
.lp-flow__bg::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/parts/lp-flow/bg.jpg") top center/cover;
}
@media screen and (max-width: 750px) {
  .lp-flow__bg::after {
    background-image: url("../img/parts/lp-flow/bg-sp.jpg");
  }
}
.lp-flow .c-inner {
  position: relative;
}
.lp-flow .c-ttl1 {
  margin-top: 40px;
  padding-top: 70px;
}
@media screen and (max-width: 750px) {
  .lp-flow .c-ttl1 {
    margin-top: 32px;
    padding-top: 30px;
  }
}
.lp-flow .c-ttl1__en {
  right: 56px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .lp-flow .c-ttl1__en {
    right: -23px;
  }
}
.lp-flow__btns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .lp-flow__btns {
    margin: 0 -6px;
  }
}

.lp-flow-sec {
  padding: 70px 0;
}
@media screen and (max-width: 750px) {
  .lp-flow-sec {
    padding: 45px 0;
  }
}
.lp-flow-sec__ttl {
  text-align: center;
}
.lp-flow-sec__ttl span {
  display: inline-block;
  background: var(--color-text);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 7px 18px;
}
@media screen and (max-width: 750px) {
  .lp-flow-sec__ttl span {
    padding: 6px 15px;
    font-size: 15px;
  }
}
.lp-flow-sec__body {
  background: #fff;
  padding: 34px 35px 10px;
}
@media screen and (max-width: 750px) {
  .lp-flow-sec__body {
    padding: 21px 15px 1px;
  }
}
.lp-flow-sec__2col {
  display: flex;
  margin-right: -33px;
}
@media screen and (max-width: 750px) {
  .lp-flow-sec__2col {
    margin-right: -12px;
  }
}
.lp-flow-sec__2col-item {
  flex: 0 0 50%;
  max-width: calc(50% - 33px);
  margin-right: 33px;
}
@media screen and (max-width: 750px) {
  .lp-flow-sec__2col-item {
    max-width: calc(50% - 12px);
    margin-right: 12px;
  }
}
@media screen and (max-width: 750px) {
  .lp-flow-sec__2col-item .lp-flow-step__head {
    flex-direction: column;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .lp-flow-sec__2col-item .lp-flow-step__order {
    margin-right: 0;
  }
}
.lp-flow-sec__subttl {
  --balloon-color: var(--color-background2);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 10px;
  position: relative;
  background: var(--balloon-color);
  color: #fff;
  margin-bottom: 14px;
}
@media screen and (max-width: 750px) {
  .lp-flow-sec__subttl {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
}
.lp-flow-sec__subttl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: solid 10px var(--balloon-color);
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
@media screen and (max-width: 750px) {
  .lp-flow-sec__subttl::after {
    padding-top: 7px;
    border-width: 7px 7px 0;
  }
}

.lp-flow-step__head {
  display: flex;
  align-items: center;
  border-bottom: solid 2px var(--color-background2);
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .lp-flow-step__head {
    padding: 0 3px;
    margin-bottom: 15px;
    border-bottom-width: 1px;
  }
}
.lp-flow-step__order {
  margin-right: 21px;
}
@media screen and (max-width: 750px) {
  .lp-flow-step__order {
    margin-right: 16px;
  }
}
.lp-flow-step__order-txt {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-background2);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .lp-flow-step__order-txt {
    font-size: 15px;
    color: var(--color-background2);
  }
}
.lp-flow-step__order-num {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-background2);
  letter-spacing: 0.03em;
  vertical-align: -2px;
}
@media screen and (max-width: 750px) {
  .lp-flow-step__order-num {
    font-size: 22px;
  }
}
.lp-flow-step__ttl {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
}
@media screen and (max-width: 750px) {
  .lp-flow-step__ttl {
    font-size: 14px;
  }
}
.lp-flow-step__body {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .lp-flow-step__body {
    margin-bottom: 20px;
  }
}
.lp-flow-step__body--1 {
  padding-top: 14px;
}
@media screen and (max-width: 750px) {
  .lp-flow-step__body--1 {
    padding-top: 0;
  }
}
.lp-flow-step__note {
  text-align: center;
  font-size: 16px;
  color: var(--color-text);
  letter-spacing: 0.02em;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .lp-flow-step__note {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.lp-flow-step__note-letter {
  position: relative;
}
.lp-flow-step__note-letter::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--color-text);
  border-radius: 50%;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .lp-flow-step__note-letter::before {
    width: 2px;
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .lp-flow-step--3 {
    margin-bottom: 25px;
  }
}

.lp-flow-tel {
  max-width: 458px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 750px) {
  .lp-flow-tel {
    margin-bottom: 21px;
  }
}
.lp-flow-tel__link {
  background: var(--color-cv);
  color: #fff;
  padding: 16px 0;
  padding-left: 77px;
  border-radius: 100px;
  display: block;
  position: relative;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.1s ease;
}
.lp-flow-tel__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .lp-flow-tel__link {
    padding: 10px 0 10px 53px;
    background: #ffc91b;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  }
}
.lp-flow-tel__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 50px;
  height: 51px;
  background: url("../img/parts/lp-flow/tel.svg") center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .lp-flow-tel__link::before {
    left: 12px;
    width: 34px;
    height: 34px;
  }
}
.lp-flow-tel__num {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .lp-flow-tel__num {
    font-size: 31px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
}
.lp-flow-tel__open {
  font-size: 17px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .lp-flow-tel__open {
    font-size: 12px;
  }
}

.lp-flow-btn {
  flex: 0 1 218px;
  margin: 0 8px;
}
@media screen and (max-width: 750px) {
  .lp-flow-btn {
    margin: 0 6px;
  }
}
.lp-flow-btn__link {
  display: block;
  text-align: center;
  border-radius: 7px;
  padding: 10px 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.1s ease;
}
.lp-flow-btn__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .lp-flow-btn__link {
    padding: 7px 0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  }
}
.lp-flow-btn__txt1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1.2222222222;
}
@media screen and (max-width: 750px) {
  .lp-flow-btn__txt1 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.lp-flow-btn__txt2 {
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .lp-flow-btn__txt2 {
    font-size: 10px;
  }
}
.lp-flow-btn__txt2 span {
  display: inline-block;
  background: #fff;
  font-weight: 700;
  border-radius: 100px;
  padding: 2px 11px;
}
.lp-flow-btn--line .lp-flow-btn__link {
  background: #02be04;
  color: #fff;
}
.lp-flow-btn--line .lp-flow-btn__txt2 {
  color: #02be04;
}
.lp-flow-btn--mail .lp-flow-btn__link {
  background: #ff6a6c;
  color: #fff;
}
.lp-flow-btn--mail .lp-flow-btn__txt2 {
  color: #ff6a6c;
}

.lp-flow-pictxt {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .lp-flow-pictxt {
    align-items: flex-start;
  }
}
.lp-flow-pictxt__pic {
  flex: 0 0 300px;
  position: relative;
  background: #fafafa;
  margin-right: 24px;
}
@media screen and (max-width: 750px) {
  .lp-flow-pictxt__pic {
    flex: 0 0 115px;
    margin-right: 13px;
  }
}
.lp-flow-pictxt__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp-flow-pictxt__pic::before {
  content: "";
  display: block;
  padding-top: 73.6666%;
}
@media screen and (max-width: 750px) {
  .lp-flow-pictxt__pic::before {
    padding-top: 73.913%;
  }
}
.lp-flow-pictxt__txt {
  flex: 1 0 0px;
  line-height: 1.75;
  color: var(--color-text);
}
@media screen and (max-width: 750px) {
  .lp-flow-pictxt__txt {
    font-size: 13px;
    line-height: 1.3846153846;
    margin-top: -3px;
  }
}
.lp-flow-pictxt__em {
  font-weight: 700;
}

.lp-flow-pictxt2__pic {
  position: relative;
  background: #fafafa;
  margin-bottom: 17px;
}
@media screen and (max-width: 750px) {
  .lp-flow-pictxt2__pic {
    margin-bottom: 9px;
  }
}
.lp-flow-pictxt2__pic::before {
  content: "";
  display: block;
  padding-top: 74.623%;
}
@media screen and (max-width: 750px) {
  .lp-flow-pictxt2__pic::before {
    padding-top: 74.324%;
  }
}
.lp-flow-pictxt2__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp-flow-pictxt2__txt {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text);
}
@media screen and (max-width: 750px) {
  .lp-flow-pictxt2__txt {
    font-size: 13px;
    line-height: 1.3846153846;
  }
}

.lp-flow-shuccho-area {
  background: var(--color-background1);
  margin-bottom: 20px;
  text-align: center;
  padding: 35px 10px;
}
@media screen and (max-width: 750px) {
  .lp-flow-shuccho-area {
    padding: 23px 10px;
  }
}
.lp-flow-shuccho-area__ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 13px;
}
@media screen and (max-width: 750px) {
  .lp-flow-shuccho-area__ttl {
    font-size: 13px;
  }
}
.lp-flow-shuccho-area__area {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2727272727;
}

/**
 * よく頂く質問
 */
.lp-faq {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .lp-faq {
    padding-top: 12px;
    padding-bottom: 54px;
  }
}
.lp-faq__inner {
  max-width: 740px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-faq__inner {
    padding: 0 17px;
  }
}
.lp-faq__inner::before {
  content: "";
  position: absolute;
  right: -57px;
  top: 67px;
  width: 181px;
  height: 1621px;
  background: var(--color-background1);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-faq/bg1.svg");
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .lp-faq__inner::before {
    width: 85px;
    height: 1088px;
    top: 56px;
    right: -25px;
    -webkit-mask-image: url("../img/parts/lp-faq/bg1-sp.svg");
  }
}
.lp-faq__inner::after {
  content: "";
  position: absolute;
  left: -102px;
  top: 139px;
  width: 188px;
  height: 1580px;
  background: var(--color-background1);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-faq/bg2.svg");
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .lp-faq__inner::after {
    width: 78px;
    height: 1071px;
    top: 87px;
    left: -15px;
    -webkit-mask-image: url("../img/parts/lp-faq/bg2-sp.svg");
  }
}
.lp-faq .c-ttl1 {
  padding-top: 74px;
  margin-bottom: 14px;
}
@media screen and (max-width: 750px) {
  .lp-faq .c-ttl1 {
    padding-top: 32px;
  }
}
.lp-faq .c-ttl1__en {
  color: var(--color-background1);
  left: 108px;
}
@media screen and (max-width: 750px) {
  .lp-faq .c-ttl1__en {
    left: 0;
  }
}
.lp-faq__list {
  position: relative;
  z-index: 1;
}

.lp-faq-item {
  padding: 38px 21px;
}
@media screen and (max-width: 750px) {
  .lp-faq-item {
    padding: 18px 4px;
  }
}
.lp-faq-item__question {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
  margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
  .lp-faq-item__question {
    margin-bottom: 16px;
    font-size: 15px;
  }
}
.lp-faq-item__question::before {
  content: "";
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  background: url("../img/parts/lp-faq/question.svg") center/contain no-repeat var(--color-background2);
  margin-right: 15px;
  align-self: flex-start;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .lp-faq-item__question::before {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
}
.lp-faq-item__answer {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--color-text);
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .lp-faq-item__answer {
    font-size: 13px;
    line-height: 1.3846153846;
  }
}
.lp-faq-item__answer::before {
  content: "";
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  background: url("../img/parts/lp-faq/answer.svg") center/contain no-repeat;
  margin-right: 15px;
  align-self: flex-start;
}
@media screen and (max-width: 750px) {
  .lp-faq-item__answer::before {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
}
.lp-faq-item__answer strong {
  font-weight: 700;
}
.lp-faq-item__answer em {
  font-style: italic;
}
.lp-faq-item + .lp-faq-item {
  border-top: solid 1px #e6e6e6;
}

/**
 * お問合せ
 */
.lp-contact {
  background: var(--color-background1);
  padding-top: 44px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .lp-contact {
    padding-top: 0;
  }
}
.lp-contact__inner {
  max-width: 740px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-contact__inner {
    padding: 0 17px;
  }
}
.lp-contact .c-ttl1 {
  padding-top: 71px;
  margin-bottom: 52px;
}
@media screen and (max-width: 750px) {
  .lp-contact .c-ttl1 {
    padding-top: 60px;
    margin-bottom: 32px;
  }
}
.lp-contact .c-ttl1__en {
  text-align: right;
  right: -162px;
}
@media screen and (max-width: 750px) {
  .lp-contact .c-ttl1__en {
    top: -9px;
    right: -23px;
  }
}

.lp-contact-sec {
  margin-bottom: 35px;
}
.lp-contact-sec__ttl {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .lp-contact-sec__ttl {
    font-size: 15px;
    margin-bottom: 14px;
  }
}
.lp-contact-sec__ttl::after {
  content: "";
  height: 2px;
  flex: 1 0 0px;
  background: var(--color-background2);
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .lp-contact-sec__ttl::after {
    height: 1px;
    margin-left: 10px;
  }
}
.lp-contact-sec__ttl--tel::before, .lp-contact-sec__ttl--mail::before, .lp-contact-sec__ttl--line::before {
  content: "";
  flex: 0 0 50px;
  height: 50px;
  margin-right: 16px;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .lp-contact-sec__ttl--tel::before, .lp-contact-sec__ttl--mail::before, .lp-contact-sec__ttl--line::before {
    flex: 0 0 25px;
    height: 25px;
    margin-right: 6px;
  }
}
.lp-contact-sec__ttl--tel::before {
  background: url("../img/parts/lp-contact/tel.svg") center/contain no-repeat var(--color-background2);
}
.lp-contact-sec__ttl--mail::before {
  background: url("../img/parts/lp-contact/mail.svg") center/contain no-repeat var(--color-background2);
}
.lp-contact-sec__ttl--line::before {
  background: url("../img/parts/lp-contact/line.svg") center/contain no-repeat var(--color-background2);
}
.lp-contact-sec__form {
  font-size: 0;
}

.lp-contact-tel {
  background: #fff;
  max-width: 612px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 40px 140px 25px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .lp-contact-tel {
    max-width: 340px;
    padding: 14px 78px 14px 0;
  }
}
.lp-contact-tel__character {
  position: absolute;
  width: 178px;
  height: 100%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .lp-contact-tel__character {
    width: 120px;
  }
}
.lp-contact-tel__character img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  right: 0;
  bottom: 0;
}
.lp-contact-tel__note {
  text-align: center;
  color: var(--color-text);
  letter-spacing: 0.02em;
  margin-top: 15px;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-contact-tel__note {
    margin-top: 9px;
    font-size: 12px;
  }
}
.lp-contact-tel__note-letter {
  position: relative;
}
.lp-contact-tel__note-letter::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: var(--color-text);
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
}
.lp-contact-tel__quote {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8bbb45;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  font-size: 27px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-contact-tel__quote {
    font-size: 15px;
  }
}
.lp-contact-tel__quote::before {
  content: "";
  flex: 0 0 14px;
  height: 21px;
  background: url("../img/parts/lp-contact/quote-left.svg") center/contain no-repeat;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .lp-contact-tel__quote::before {
    flex: 0 0 8px;
    height: 12px;
  }
}
.lp-contact-tel__quote::after {
  content: "";
  flex: 0 0 14px;
  height: 21px;
  background: url("../img/parts/lp-contact/quote-right.svg") center/contain no-repeat;
  margin-left: 7px;
}
@media screen and (max-width: 750px) {
  .lp-contact-tel__quote::after {
    flex: 0 0 8px;
    height: 12px;
  }
}
.lp-contact-tel__btn {
  max-width: 432px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-contact-tel__btn {
    max-width: 240px;
  }
}
.lp-contact-tel__link {
  display: block;
  background: var(--color-cv);
  color: #fff;
  border-radius: 100px;
  text-align: center;
  padding: 20px 0;
  transition: opacity 0.1s ease;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.lp-contact-tel__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .lp-contact-tel__link {
    padding: 11px 0;
  }
}
.lp-contact-tel__num {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1;
  margin-bottom: 2px;
}
@media screen and (max-width: 750px) {
  .lp-contact-tel__num {
    font-size: 27px;
  }
}
.lp-contact-tel__open {
  position: relative;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0 20px;
  margin-top: 10px;
  color: var(--color-text);
}
@media screen and (max-width: 750px) {
  .lp-contact-tel__open {
    font-size: 12px;
    margin-top: 5px;
  }
}

.lp-contact-line {
  max-width: 612px;
  margin: 0 auto;
}
.lp-contact-line a {
  transition: opacity 0.1s ease;
}
.lp-contact-line a:hover {
  opacity: 0.8;
}

.lp-contact-form {
  font-size: 16px;
}
.lp-contact-form__field {
  margin-bottom: 16px;
}
.lp-contact-form__label {
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 6px;
}
@media screen and (max-width: 750px) {
  .lp-contact-form__label {
    font-size: 13px;
  }
}
.lp-contact-form__tag {
  font-size: 10px;
  color: #8bbb45;
  font-weight: 500;
  margin-left: 9px;
}
.lp-contact-form__tag::before {
  content: "＊";
}
.lp-contact-form select {
  background: url("../img/parts/lp-contact/select-arrow.svg") center right 12px/9px no-repeat #fff;
  color: var(--color-text);
  width: 100%;
  border-radius: 5px;
  padding: 0 21px 0 11px;
  font-size: 16px;
  height: 40px;
}
@media screen and (max-width: 750px) {
  .lp-contact-form select {
    font-size: 12px;
    height: 31px;
  }
}
.lp-contact-form input[type=text],
.lp-contact-form input[type=email],
.lp-contact-form input[type=tel] {
  background: #fff;
  color: var(--color-text);
  border-radius: 5px;
  padding: 0 11px;
  width: 100%;
  height: 40px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .lp-contact-form input[type=text],
.lp-contact-form input[type=email],
.lp-contact-form input[type=tel] {
    font-size: 12px;
  }
}
.lp-contact-form .multifile_group .multifile_item + .multifile_item {
  margin-top: 5px;
}
.lp-contact-form .multifile_group .multifile_label {
  font-size: 16px;
  color: var(--color-text);
  letter-spacing: 0.05em;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .lp-contact-form .multifile_group .multifile_label {
    font-size: 13px;
  }
}
.lp-contact-form .multifile_group input[type=file] {
  display: none;
}
.lp-contact-form .multifile_group button {
  background: var(--color-text);
  color: #fff;
  border-radius: 5px;
  height: 28px;
  font-size: 16px;
  padding: 0 14px;
  height: 40px;
}
@media screen and (max-width: 750px) {
  .lp-contact-form .multifile_group button {
    font-size: 12px;
    height: 28px;
    padding: 0 7px;
  }
}
.lp-contact-form .multifile_group .multifile_add {
  width: 100%;
  margin-top: 5px;
}
.lp-contact-form textarea {
  background: #fff;
  color: var(--color-text);
  border-radius: 5px;
  padding: 10px 11px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .lp-contact-form textarea {
    font-size: 12px;
    height: 172px;
  }
}
.lp-contact-form__zipcode-row {
  display: flex;
}
.lp-contact-form__zipcode-row input[type=text] {
  flex: 0 0 170px;
  width: 170px;
  margin-right: 6px;
}
.lp-contact-form__zipcode-row button {
  background: var(--color-text);
  color: #fff;
  border-radius: 5px;
  transition: opacity 0.1s ease;
  flex: 0 0 130px;
}
.lp-contact-form__zipcode-row button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .lp-contact-form__zipcode-row button {
    font-size: 13px;
    letter-spacing: 0.05em;
    flex: 0 0 117px;
  }
}
.lp-contact-form__note {
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.lp-contact-form__privacypolicy {
  background: #fff;
  font-size: 14px;
  line-height: 1.3333333333;
  color: var(--color-text);
  border-radius: 5px;
  height: 108px;
  overflow: auto;
  padding: 14px;
}
@media screen and (max-width: 750px) {
  .lp-contact-form__privacypolicy {
    font-style: 12px;
  }
}
.lp-contact-form__submit {
  text-align: center;
}
.lp-contact-form__submit input[type=submit] {
  border-radius: 100px;
  background: var(--color-cv);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 19px 0;
  max-width: 342px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  width: 100%;
  transition: opacity 0.1s ease;
}
.lp-contact-form__submit input[type=submit]:hover {
  opacity: 0.8;
}
.lp-contact-form__submit > p {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.lp-contact-form__submit .wpcf7-spinner {
  position: absolute;
  bottom: -25px;
}
@media screen and (max-width: 750px) {
  .lp-contact-form__submit input[type=submit] {
    font-size: 14px;
    padding: 17px 0;
    max-width: 300px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  }
}
.lp-contact-form__submit-note {
  font-size: 12px;
  color: var(--color-text);
  line-height: 1.6;
  margin-top: 11px;
}
@media screen and (max-width: 750px) {
  .lp-contact-form__submit-note {
    font-size: 10px;
  }
}
.lp-contact-form__recaptcha {
  margin-bottom: 16px;
}
.lp-contact-form__recaptcha .g-recaptcha > div {
  margin: 0 auto;
}
.lp-contact-form__recaptcha .g-recaptcha .wpcf7-not-valid-tip {
  text-align: center;
}

.lp-contact-multifile__add {
  width: 100%;
  background: var(--color-text);
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 14px;
  height: 40px;
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .lp-contact-multifile__add {
    font-size: 13px;
  }
}

.lp-contact-multifile-item {
  display: none;
}
@media screen and (max-width: 750px) {
  .lp-contact-multifile-item {
    font-size: 13px;
  }
}
.lp-contact-multifile-item.is-show {
  display: flex;
  align-items: center;
}
.lp-contact-multifile-item__label {
  color: var(--color-text);
  letter-spacing: 0.05em;
  margin-right: 10px;
  flex: 0 0 120px;
}
@media screen and (max-width: 750px) {
  .lp-contact-multifile-item__label {
    flex: 0 0 100px;
  }
}
.lp-contact-multifile-item__btn {
  background: var(--color-text);
  color: #fff;
  border-radius: 5px;
  height: 28px;
  font-size: 16px;
  padding: 0 14px;
  height: 40px;
}
@media screen and (max-width: 750px) {
  .lp-contact-multifile-item__btn {
    font-size: 12px;
    height: 28px;
    padding: 0 7px;
  }
}
.lp-contact-multifile-item__field input[type=file] {
  display: none !important;
}
.lp-contact-multifile-item + .lp-contact-multifile-item {
  margin-top: 5px;
}

.cotactform7-file-delete {
  background: none;
  cursor: pointer;
	visibility: hidden;
}


/**
 * 多くの方にご満足いただいています
 */
.lp-thankyou {
  background: var(--color-background2);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 28px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou {
    padding-top: 21px;
    padding-bottom: 15px;
  }
}
.lp-thankyou__ttl {
  position: relative;
  text-align: center;
  font-size: 34px;
  line-height: 1.3529411765;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding-top: 49px;
  margin-bottom: 32px;
  color: var(--color-strength-text);
}
@media screen and (max-width: 750px) {
  .lp-thankyou__ttl {
    font-size: 18px;
    line-height: 1.3333333333;
    padding-top: 26px;
    margin-bottom: 17px;
  }
}
.lp-thankyou__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/parts/lp-thankyou/ttl.svg") center/contain no-repeat;
  width: 120px;
  height: 36px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou__ttl::after {
    width: 64px;
    height: 19px;
  }
}
.lp-thankyou__points {
  display: flex;
  justify-content: center;
  margin: 0 -13px 28px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou__points {
    margin-bottom: 15px;
    margin: 0 -7px 15px;
  }
}
.lp-thankyou__btns {
  display: flex;
  position: relative;
}

.lp-thankyou-point {
  flex: 0 0 198px;
  width: 198px;
  margin: 0 13px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-point {
    flex: 0 0 105px;
    width: 105px;
    margin: 0 7px;
  }
}
.lp-thankyou-point__txt1 {
  text-align: center;
  margin-bottom: 2px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-point__txt1 {
    margin-bottom: 1px;
  }
}
.lp-thankyou-point__txt1 span {
  display: inline-block;
  background: var(--color-strength-title-bg);
  color: var(--color-strength-title);
  border-radius: 100px;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 22px;
  padding: 6px 30px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-point__txt1 span {
    font-size: 12px;
    padding: 3px 16px;
  }
}
.lp-thankyou-point__txt2 {
  position: relative;
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2142857143;
  font-size: 26px;
  min-height: 168px;
  padding-bottom: 19px;
  margin: 0 -10px;
  color: var(--color-strength-text);
}
@media screen and (max-width: 750px) {
  .lp-thankyou-point__txt2 {
    font-size: 14px;
    min-height: 89px;
    padding-bottom: 10px;
  }
}
.lp-thankyou-point__txt2 span {
  position: relative;
}
.lp-thankyou-point__txt2 .lp-thankyou-point__laurel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-strength-laurel);
  -webkit-mask-image: url("../img/parts/lp-thankyou/laurel.svg");
  mask-image: url("../img/parts/lp-thankyou/laurel.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.lp-thankyou-contact {
  background: #fff;
  position: relative;
  max-width: 644px;
  margin: 0 auto;
  border-radius: 19px;
  padding: 28px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-contact {
    border-radius: 10px;
    padding: 15px;
  }
}
.lp-thankyou-contact__note {
  color: var(--color-strength-tel1);
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 23px;
  margin-bottom: 26px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-contact__note {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
.lp-thankyou-contact__note-letter {
  position: relative;
}
.lp-thankyou-contact__note-letter::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--color-strength-tel1);
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-contact__note-letter::before {
    width: 2px;
    height: 2px;
  }
}
.lp-thankyou-contact__quote {
  color: var(--color-cv);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-contact__quote {
    margin-bottom: 6px;
  }
}
.lp-thankyou-contact__quote::before {
  content: "";
  background: var(--color-cv);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-thankyou/quote-left.svg");
  flex: 0 0 19px;
  height: 30px;
  margin-right: 13px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-contact__quote::before {
    flex: 0 0 10px;
    height: 16px;
    margin-right: 7px;
  }
}
.lp-thankyou-contact__quote::after {
  content: "";
  background: var(--color-cv);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: url("../img/parts/lp-thankyou/quote-right.svg");
  flex: 0 0 19px;
  height: 30px;
  margin-left: 9px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-contact__quote::after {
    flex: 0 0 10px;
    height: 16px;
    margin-left: 5px;
  }
}
.lp-thankyou-contact__quote span {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-contact__quote span {
    font-size: 17px;
  }
}
.lp-thankyou-contact__character {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 212px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-contact__character {
    width: 107px;
  }
}
.lp-thankyou-contact__character img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.lp-thankyou-tel {
  margin-bottom: 43px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-tel {
    margin-bottom: 23px;
  }
}
.lp-thankyou-tel__link {
  position: relative;
  display: block;
  background: var(--color-cv);
  color: #fff;
  border-radius: 100px;
  padding: 21px 0;
  padding-left: 102px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
  transition: opacity 0.1s ease;
}
.lp-thankyou-tel__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-tel__link {
    padding: 11px 0;
    padding-left: 54px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  }
}
.lp-thankyou-tel__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/parts/lp-thankyou/tel.svg") center/contain no-repeat;
  left: 23px;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-tel__link::before {
    left: 12px;
    width: 34px;
    height: 34px;
  }
}
.lp-thankyou-tel__num {
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 59px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-tel__num {
    font-size: 31px;
  }
}
.lp-thankyou-tel__open {
  letter-spacing: 0.05em;
  font-size: 23px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-tel__open {
    font-size: 12px;
  }
}

.lp-thankyou-btn {
  flex: 0 0 200px;
  margin-right: 19px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-btn {
    flex: 0 0 106px;
    margin-right: 10px;
  }
}
.lp-thankyou-btn__link {
  display: block;
  border-radius: 9px;
  padding: 15px 0 11px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  transition: opacity 0.1s ease;
}
.lp-thankyou-btn__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-btn__link {
    border-radius: 5px;
    padding: 8px 0 6px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
  }
}
.lp-thankyou-btn__txt1 {
  text-align: center;
  font-weight: 900;
  line-height: 1.25;
  font-size: 23px;
  margin-bottom: 9px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-btn__txt1 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.lp-thankyou-btn__txt2 {
  text-align: center;
  font-weight: 700;
  font-size: 19px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-btn__txt2 {
    font-size: 10px;
  }
}
.lp-thankyou-btn__txt2 span {
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  padding: 4px 15px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-btn__txt2 span {
    padding: 2px 8px;
  }
}
.lp-thankyou-btn--line .lp-thankyou-btn__link {
  background: #02be04;
  color: #fff;
}
.lp-thankyou-btn--line .lp-thankyou-btn__txt2 span {
  color: #02be04;
}
.lp-thankyou-btn--mail .lp-thankyou-btn__link {
  background: #ff6a6c;
  color: #fff;
}
.lp-thankyou-btn--mail .lp-thankyou-btn__txt2 span {
  color: #ff6a6c;
}
.lp-thankyou-btn--only {
  flex-basis: 400px;
}
@media screen and (max-width: 750px) {
  .lp-thankyou-btn--only {
    flex-basis: 218px;
  }
}

/**
 * サンクスページ
 */
.thanks__content {
  padding: 100px 30px 100px;
}
.thanks__ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 22px;
}
.thanks__icon {
  text-align: center;
  margin-bottom: 30px;
}
.thanks__desc {
  text-align: center;
  line-height: 1.75;
  margin-bottom: 51px;
}
.thanks .c-btn1 a {
  background: #333;
  color: #fff;
}
.thanks .c-btn1 a::before {
  background-image: url("../img/parts/btn1/arrow-white.svg");
}
@media screen and (max-width: 750px) {
  .thanks__content {
    padding: 56px 18px 45px;
  }
  .thanks__ttl {
    font-size: 24px;
  }
  .thanks .c-btn a {
    max-width: 190px;
  }
}

/**
 * 買取実績
 */
.jisseki .c-btn1.c-btn1--top a {
  background: #8BC373;
  color: #fff;
}
.jisseki .c-btn1.c-btn1--top a::before {
  background-image: url(../img/parts/btn1/arrow-white.svg);
}

/**
 * お客様の声
 */
.voice .c-btn1.c-btn1--top a {
  background: #8BC373;
  color: #fff;
}
.voice .c-btn1.c-btn1--top a::before {
  background-image: url(../img/parts/btn1/arrow-white.svg);
}

/**
 * 404ページ
 */
.notfound {
  padding: 100px 30px;
}
.notfound__ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__desc {
  text-align: center;
  line-height: 1.75;
  margin-bottom: 50px;
}
.notfound .c-btn1 a {
  background: #333;
  color: #fff;
}
.notfound .c-btn1 a::before {
  background-image: url("../img/parts/btn1/arrow-white.svg");
}
@media screen and (max-width: 750px) {
  .notfound {
    padding: 50px 18px;
  }
  .notfound__ttl {
    font-size: 21px;
  }
  .notfound__desc {
    margin-bottom: 38px;
  }
}
