@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 { width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
  color: #231815;
  width: 100%;
}
body.fixed { position: fixed;}

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


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


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


/*		Header
-------------------------------------------------- */
#hd { position: absolute; left: 0; top: 0; width: 100%;}
#hd .inner-hd { width: 100%;}
#hd .hd-ctn { position: relative; background: #fff; padding: 28px 18px;}
#hd .hd-logo { width: 80%; max-width: 400px;}
#hd .hd-logo h1 { position: relative; padding-left: 115px; color: #613A22; font-size: 18px; font-weight: 700; line-height: 1;}
#hd .hd-logo h1 a { position: absolute; left: 0; top: -30px; display: block; width: 100px; height: 100px; background: #fff; border-radius: 50px; }
#hd .hd-logo h1 a img { width: 80%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
#hd .hd-logo h1 span {}
#hd .hd-contact { width: 40%; max-width: 300px; position: absolute; right: 20px; top: 10px;}
#hd .hd-contact a { position: relative; display: block; padding: 10px 24px; background: #CA2C55; border: solid 2px #EE7393; border-radius: 50px;
 color: #fff; font-size: clamp(14px,1.8vw,18px); font-weight: 700; text-decoration: none;
}
#hd .hd-contact a:hover { opacity: 0.8;}
#hd .hd-contact a:after { content: ''; display: block; width: 16px; height: 16px;
	 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25,0C11.2,0,0,11.2,0,25s11.2,25,25,25,25-11.2,25-25S38.8,0,25,0ZM25,39.4l-13.4-23.2h26.8l-13.4,23.2Z" fill="%23ffffff" /></svg>');
 background-size: 100% auto; background-repeat: no-repeat; background-position: 50% 50%;
 position: absolute; right: 16px; top: 50%; transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 801px) {
	#hd .hd-contact { width: 40%; max-width: 260px; top: 14px;}
}
@media (max-width: 641px) {
	#hd .hd-ctn { padding: 19px 12px;}
	#hd .hd-contact { display: none;}
}
@media (max-width: 481px) {
	#hd .hd-ctn { padding: 18px 4px;}
	#hd .hd-logo h1 { padding-left: 95px; font-size: 13px;}
	#hd .hd-logo h1 a { width: 80px; height: 80px; top: -25px;}
}



.menu-btn { display: none; position: fixed; right: 0; top: 0; width: 65px; height: 56px; z-index: 101;}
.menu-btn div { position: relative; width: 100%; height: 100%; background: #C09A35; border-bottom-left-radius: 32px; cursor: pointer;}
.menu-btn div span { display: block; width: 36px; height: 3px; background: #fff; position: absolute; left: 50%; transition: 0.2s ease; opacity: 1;}
.menu-btn div span:nth-child(1){ top: 14px; transform: translate(-42%,0px);}
.menu-btn div span:nth-child(2){ top: 25px; transform: translate(-42%,0px);}
.menu-btn div span:nth-child(3){ top: 36px; transform: translate(-42%,0px);}

.menu-btn.active div::after { content: '閉じる'; width: 100%; color: #fff; font-size: 10px; text-align: center; text-indent: 8px;
 position: absolute; left: 0; bottom: 4px;
}
.menu-btn.active div span:nth-child(1){ width: 32px; background: #fff; transform: translate(-42%,4px) rotate(45deg);}
.menu-btn.active div span:nth-child(2){ opacity: 0;}
.menu-btn.active div span:nth-child(3){ width: 32px; background: #fff; transform: translate(-42%,-16px) rotate(-45deg);}
@media (max-width: 641px) {
	.menu-btn { display: block;}
}
@media (max-width: 481px) {
	.menu-btn { width: 60px; height: 50px;}
	.menu-btn div span:nth-child(1){ top: 12px;}
	.menu-btn div span:nth-child(2){ top: 22px;}
	.menu-btn div span:nth-child(3){ top: 32px;}
}


.menu { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; height: 100svh; z-index: -1;
 transition: 0.2s ease; opacity: 0; visibility: hidden;
}
.menu.open { z-index: 100; opacity: 1; visibility: visible;}
.menu .inner { width: 100%; height: 100%; padding: 16px 0; background: #F8F2E9;}
.menu .menu-logo { width: 95%; margin: 0 auto;}
.menu .menu-logo p { color: #E40580; font-size: 15px; font-weight: 700; line-height: 1.25;}
.menu .menu-logo p a { display: inline-block; width: 30%; max-width: 150px; vertical-align: middle;}
.menu .menu-logo p a img { width: 100%;}
.menu .menu-logo p span { display: inline-block; vertical-align: middle;}
.menu .scroll { width: 100%; height: 100%; padding: 20px; overflow-y: scroll;}
.menu nav { padding: 20px;}
.menu nav ul li { padding: 8px 0; border-bottom: solid 1px #E2E2E2; font-size: 18px;}
.menu nav ul li a { position: relative; display: block; width: 100%; color: #000; font-weight: 700; text-decoration: none;}
.menu nav ul li a:before,
.menu nav ul li a:after { content: '';}
.menu nav ul li a:before{ display: inline-block; width: 50px; height: 40px; margin-right: 10px; vertical-align: middle;}
.menu nav ul li a.icn-1:before{ background: url('../img/icn/nav-1.svg') no-repeat 50% 50% / auto 100%;}
.menu nav ul li a.icn-2:before{ background: url('../img/icn/nav-2.svg') no-repeat 50% 50% / auto 100%;}
.menu nav ul li a.icn-3:before{ background: url('../img/icn/nav-3.svg') no-repeat 50% 50% / auto 100%;}
.menu nav ul li a.icn-4:before{ background: url('../img/icn/nav-4.svg') no-repeat 50% 50% / auto 100%;}
.menu nav ul li a.icn-5:before{ background: url('../img/icn/nav-5.svg') no-repeat 50% 50% / auto 100%;}
.menu nav ul li a.icn-6:before{ background: url('../img/icn/nav-6.svg') no-repeat 50% 50% / auto 100%;}
.menu nav ul li a.icn-7:before{ background: url('../img/icn/nav-7.svg') no-repeat 50% 50% / auto 100%;}
.menu nav ul li a.icn-8:before{ background: url('../img/icn/nav-8.svg') no-repeat 50% 50% / auto 100%;}
.menu nav ul li a.icn-9:before{ background: url('../img/icn/mail.svg') no-repeat 50% 50% / auto 72%;}

.menu nav ul li a:after { display: block; width: 20px; height: 20px; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
	 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25,0C11.2,0,0,11.2,0,25s11.2,25,25,25,25-11.2,25-25S38.8,0,25,0ZM25,39.4l-13.4-23.2h26.8l-13.4,23.2Z" fill="%23CA2C55" /></svg>');
 background-size: 100% auto; background-repeat: no-repeat; background-position: 50% 50%;
}
.menu nav ul li a span { display: inline-block; vertical-align: middle;}
.menu aside { padding: 20px 0 30px;}
.menu aside ul { padding: 0 20px; font-size: 0; text-align: center;}
.menu aside ul li { display: inline-block; width: 50%; padding: 4px; vertical-align: middle;}
.menu aside ul li a { display: block; border-radius: 8px; color: #fff; text-decoration: none;}
.menu aside ul li.tel dl { padding: 6px 0 4px;}
.menu aside ul li.tel dl dt { line-height: 1.4;}
.menu aside ul li.tel dl dt svg { display: inline-block; width: 8px; margin-right: 4px; fill: #fff; vertical-align: middle;}
.menu aside ul li.tel dl dt span { display: inline-block; font-size: 15px; font-weight: 700; vertical-align: middle;}
.menu aside ul li.tel dl dd { font-size: 11px; font-weight: 700; line-height: 1.4;}
.menu aside ul li.tel dl dd time { display: block;}
.menu aside ul li.tel dl dd span { font-size: 10px;}


.menu aside ul li.tel a{ background: #CA2C55; box-shadow: 4px 4px 0 #D10661;}
.menu aside ul li.mail a{ background: #D6A115; box-shadow: 4px 4px 0 #D49F04;}
.menu aside ul li.line a{ background: #00AB47; box-shadow: 4px 4px 0 #0AA62C;}
.menu aside ul li.reserve a{ background: #393939; box-shadow: 4px 4px 0 #000;}

.menu aside ul li.mail a dl { width: 100%; text-align: center;}
.menu aside ul li.mail a dl dt,
.menu aside ul li.mail a dl dd { display: inline-block; vertical-align: middle; }
.menu aside ul li.mail a dl dt { width: 40%; padding: 14px 0;}
.menu aside ul li.mail a dl dd { width: 60%; font-size: 20px; font-weight: 700; text-align: left;}
.menu aside ul li.mail a dl dt svg { width: 60%; fill: #fff;}

.menu aside ul li.line a dl { width: 100%; text-align: center;}
.menu aside ul li.line a dl dt,
.menu aside ul li.line a dl dd { display: inline-block; vertical-align: middle; }
.menu aside ul li.line a dl dt { width: 40%; padding: 14px 0;}
.menu aside ul li.line a dl dd { width: 60%; font-size: 20px; font-weight: 700; text-align: left;}
.menu aside ul li.line a dl dt svg { width: 60%; fill: #fff;}

.menu aside ul li.reserve a dl { width: 100%; text-align: center;}
.menu aside ul li.reserve a dl dt,
.menu aside ul li.reserve a dl dd { display: inline-block; vertical-align: middle; }
.menu aside ul li.reserve a dl dt { width: 40%; padding: 14px 0;}
.menu aside ul li.reserve a dl dd { width: 60%; font-size: 18px; font-weight: 700; text-align: left;}
.menu aside ul li.reserve a dl dt svg { width: 60%; fill: #fff;}
@media (max-width: 481px) {
	.menu aside ul { padding: 0px;}
}




#ft { position: relative; background: #F7F1E7;}
#ft.wh { background: #fff;}
#ft .inner-ft { position: relative;}
#ft .ft-logo { position: absolute; left: 0; top: -72px; width: 100%;}
#ft .ft-logo div { width: 25%; max-width: 150px; margin: 0 auto;}
#ft .ft-logo div figure { position: relative; width: 100%; padding-top: 90%; background: #fff; border: solid 6px #F7F1E7; border-radius: 50%;}
#ft .ft-logo div figure img { position: absolute; left: 50%; top: 50%; width: 80%; transform: translate(-50%,-50%);}
#ft.wh .ft-logo div figure { border-color: #fff;}

#ft .ft-ctn { width: 90%; max-width: 600px; margin: 0 auto; padding: 120px 0 80px;}
#ft .ft-name{ width: 60%; max-width: 300px; margin: 0 auto 20px;}
#ft .ft-name h3 img { width: 100%;}
#ft .ft-ctn p { margin-bottom: 20px; font-size: 14px; text-align: center;}
#ft .ft-ctn p:last-child { margin-bottom: 0px;}
#ft .copyright { padding: 12px 0; width: 90%; max-width: 1200px; margin: 0 auto;}
#ft .copyright p { font-size: 12px; text-align: center;}

@media (max-width: 901px) {
	#ft { padding-bottom: 120px;}
}
@media (max-width: 481px) {
	#ft { padding-bottom: 90px;}
	#ft .ft-logo { top: -36px;}
	#ft .ft-ctn { padding: 80px 0 60px;}
	#ft .ft-ctn p { font-size: 11px;}
}

.wrap { padding-top: 72px;}
@media (max-width: 641px) {
	.wrap { padding-top: 48px;}
}


.fix-side { position: fixed; right: 0; top: 100px; width: 350px; padding: 10px; z-index: 99;}
.fix-side .inner { padding: 20px 10px; background: #CA2C55;}
.fix-side ul { position: relative; width: 100%; margin: 0 auto; font-size: 0; text-align: center;}
.fix-side ul li { display: inline-block; width: 50%; padding: 4px; vertical-align: middle;}
.fix-side ul li a { display: block; border-radius: 8px; background: #fff; text-decoration: none; box-shadow: 4px 4px 0 #D10661;}
.fix-side ul li.tel dl { padding: 6px 0 4px;}
.fix-side ul li.tel dl dt { line-height: 1.4;}
.fix-side ul li.tel dl dt svg { display: inline-block; width: 8px; margin-right: 4px; fill: #CA2C55; vertical-align: middle;}
.fix-side ul li.tel dl dt span { display: inline-block; color: #CA2C55; font-size: 15px; font-weight: 700; vertical-align: middle;}
.fix-side ul li.tel dl dd { color: #484848; font-size: 11px; font-weight: 700; line-height: 1.4;}
.fix-side ul li.tel dl dd time { display: block;}
.fix-side ul li.tel dl dd span { font-size: 10px;}

.fix-side ul li.line a{ color: #07DB04;}
.fix-side ul li.mail a { color: #F9B900;}
.fix-side ul li.reserve a{ color: #393939;}

.fix-side ul li.line a dl { width: 100%; text-align: center;}
.fix-side ul li.line a dl dt,
.fix-side ul li.line a dl dd { display: inline-block; vertical-align: middle; }
.fix-side ul li.line a dl dt { width: 40%; padding: 14px 0;}
.fix-side ul li.line a dl dd { width: 60%; font-size: 18px; font-weight: 700; text-align: left;}
.fix-side ul li.line a dl dt svg { width: 60%; fill: #07DB04;}

.fix-side ul li.mail a dl { width: 100%; text-align: center;}
.fix-side ul li.mail a dl dt,
.fix-side ul li.mail a dl dd { display: inline-block; vertical-align: middle; }
.fix-side ul li.mail a dl dt { width: 40%; padding: 14px 0;}
.fix-side ul li.mail a dl dd { width: 60%; font-size: 23px; font-weight: 700; text-align: left;}
.fix-side ul li.mail a dl dt svg { width: 60%; fill: #F9B900;}

.fix-side ul li.reserve a dl { width: 100%; text-align: center;}
.fix-side ul li.reserve a dl dt,
.fix-side ul li.reserve a dl dd { display: inline-block; vertical-align: middle; }
.fix-side ul li.reserve a dl dt { width: 40%; padding: 14px 0;}
.fix-side ul li.reserve a dl dd { width: 60%; font-size: 18px; font-weight: 700; text-align: left;}
.fix-side ul li.reserve a dl dt svg { width: 60%; fill: #393939;}

.fix-side ul li.line a:hover ,
.fix-side ul li.mail a:hover { opacity: 0.8;}
.fix-side p { color: #fff; font-size: 12px; font-weight: 700; text-align: center;}
.fix-side p span { color: #FFF6C1;}
@media (max-width: 901px) {
	.fix-side { display: none;}
}


.fix-bottom { display: none; position: fixed; left: 0; bottom: 0; width: 100%; background: #666; z-index: 99;}
.fix-bottom .inner { position: relative; width: 96%; max-width: 680px; margin: 0 auto; padding: 10px 0px; padding-right: 120px;}
.fix-bottom .inner:after { content: ''; display: block; width: 130px; height: 158px; background: url('../img/contents/lady-2.png') no-repeat 50% 0% / 100% auto;
 position: absolute; right: 0; bottom: 0; z-index: 1;
}
.fix-bottom p { margin-bottom: 6px; color: #fff; font-size: 14px; font-weight: 700; text-align: center; letter-spacing: 0.08rem;}
.fix-bottom ul { font-size: 0; text-align: center;}
.fix-bottom ul li { display: inline-block; width: 33.3333%; padding: 5px; line-height: 1; vertical-align: middle;}
.fix-bottom ul li a { position: relative; z-index: 2; display: block; border-radius: 10px; box-shadow: 1px 4px 0 #C6056F;
 color: #FFF; font-weight: 700; text-align: center; text-decoration: none;
}
.fix-bottom ul li.tel a { background: #CA2C55; box-shadow: 2px 2px 0 #A80933;}
.fix-bottom ul li.line a { background: #00AB47; box-shadow: 2px 2px 0 #009420;}
.fix-bottom ul li.mail a { background: #D6A115; box-shadow: 2px 2px 0 #977100;}

.fix-bottom ul li.tel a dl { padding: 10px 0;}
.fix-bottom ul li.tel a dl dt { margin-bottom: 2px;}
.fix-bottom ul li.tel a dl dt svg { display: inline-block; width: 16px; margin-right: 8px; fill: #fff; vertical-align: middle;}
.fix-bottom ul li.tel a dl dt span{ display: inline-block; font-size: clamp(14px,4.0vw,24px); vertical-align: middle;}
.fix-bottom ul li.tel a dl dd { font-size: 12px;}

.fix-bottom ul li.line a dl dt ,
.fix-bottom ul li.mail a dl dt { display: inline-block; margin-right: 8px; padding: 13px 0 14px; vertical-align: middle;}
.fix-bottom ul li.line a dl dt svg ,
.fix-bottom ul li.mail a dl dt svg { width: 32px; fill: #fff;}
.fix-bottom ul li.line a dl dd ,
.fix-bottom ul li.mail a dl dd { display: inline-block; font-size: clamp(14px,4.0vw,20px); vertical-align: middle;}

@media (max-width: 901px) {
	.fix-bottom { display: block;}
}
@media (max-width: 481px) {
	.fix-bottom .inner { padding-right: 80px;}
	.fix-bottom .inner:after { width: 100px; height: 120px; right: -2%;}
	.fix-bottom p { margin-bottom: 4px; font-size: 12px;}

	.fix-bottom ul li { padding: 3px; }
	.fix-bottom ul li.tel a dl { padding: 8px 0;}
	.fix-bottom ul li.tel a dl dt svg { width: 10px;}
	.fix-bottom ul li.tel a dl dd { font-size: 9px;}
	.fix-bottom ul li.line a dl dt ,
	.fix-bottom ul li.mail a dl dt { padding: 10px 0 12px;}
	.fix-bottom ul li.line a dl dt svg ,
	.fix-bottom ul li.mail a dl dt svg { width: 21px;}	
}



.cta { background: #CA2C55;}
.cta .inner { position: relative; padding: 40px 0 60px;}
.cta .tit { margin-bottom: 20px;}
.cta .tit h2 { color: #ffffe0; font-size: clamp(21px,3.6vw,36px); font-weight: 700; letter-spacing: 0.05rem; text-align: center;}

.cta .box { width: 92%; max-width: 600px; margin: 0 auto; padding: 40px; background: #fff; border-radius: 20px;}
.cta .box p { margin-bottom: 12px; color: #613A22; font-size: clamp(18px,3.2vw,32px); font-weight: 700; text-align: center;}
.cta .box p:before,
.cta .box p:after { content: ''; position: relative; display: inline-block; width: 3px; height: 40px; background: #613A22; vertical-align: middle;}
.cta .box p:before{ transform: rotate(-25deg);}
.cta .box p:after { transform: rotate(25deg);}
.cta .box p span { display: inline-block; margin: 0 20px; vertical-align: middle;}
.cta .box ul { position: relative; z-index: 2; width: 100%; max-width: 500px; margin: 0 auto;}
.cta .box ul li { padding: 10px 0;}

.cta .box ul li.tel a { position: relative; display: block; background: #CA2C55; border: solid 1px #FF89A8; border-radius: 50px; box-shadow: 3px 4px 4px rgba(0,0,0,0.3);
 color: #fff; text-align: center; text-decoration: none;}
.cta .box ul li.tel a:after { content: ''; display: block; width: 25px; height: 25px;
	 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25,0C11.2,0,0,11.2,0,25s11.2,25,25,25,25-11.2,25-25S38.8,0,25,0ZM25,39.4l-13.4-23.2h26.8l-13.4,23.2Z" fill="%23ffffff" /></svg>');
 background-size: 100% auto; background-repeat: no-repeat; background-position: 50% 50%;
 position: absolute; right: 30px; top: 50%; transform: translateY(-50%) rotate(-90deg);
}
.cta .box ul li.tel dl { position: relative; display: table;}
.cta .box ul li.tel dl dt,
.cta .box ul li.tel dl dd { display: table-cell; vertical-align: middle;}
.cta .box ul li.tel dl dt { width: 100px; text-align: right;}
.cta .box ul li.tel dl dt svg { width: 40%; fill: #fff;}
.cta .box ul li.tel dl dd { padding: 16px 40px 16px 25px;}
.cta .box ul li.tel dl dd span { display: block; font-size: clamp(15px,3.0vw,24px); font-weight: 700;}
.cta .box ul li.tel dl dd time { display: block; font-size: clamp(12px,1.6vw,16px); line-height: 1.4;}
.cta .box ul li.tel a:hover { opacity: 0.8;}

.cta .box ul li.mail a { position: relative; display: block; background: #D6A115; border: solid 1px #F0DEBC; border-radius: 50px; box-shadow: 3px 4px 4px rgba(0,0,0,0.3);
 color: #fff; text-align: center; text-decoration: none;}
.cta .box ul li.mail dl { position: relative; display: table; }
.cta .box ul li.mail dl dt,
.cta .box ul li.mail dl dd { display: table-cell; vertical-align: middle;}
.cta .box ul li.mail dl dt { width: 100px; text-align: right;}
.cta .box ul li.mail dl dt svg { width: 40%; fill: #fff;}
.cta .box ul li.mail dl dd { padding: 16px 25px; font-size: clamp(12px,1.6vw,16px); line-height: 1.4;}
.cta .box ul li.mail dl dd span { display: block; font-size: clamp(15px,3.0vw,24px); font-weight: 700;}
.cta .box ul li.mail a:hover { opacity: 0.8;}

.cta .box ul li.line a { position: relative; display: block; background: #00AB47; border: solid 1px #CBEDD3; border-radius: 50px; box-shadow: 3px 4px 4px rgba(0,0,0,0.3);
 color: #fff; text-align: center; text-decoration: none;}
.cta .box ul li.line dl { position: relative; display: table;}
.cta .box ul li.line dl dt,
.cta .box ul li.line dl dd { display: table-cell; vertical-align: middle;}
.cta .box ul li.line dl dt { width: 100px; text-align: right;}
.cta .box ul li.line dl dt svg { width: 40%; fill: #fff;}
.cta .box ul li.line dl dd { padding: 16px 25px; font-size: clamp(12px,1.6vw,16px); line-height: 1.4;}
.cta .box ul li.line dl dd span { display: block; font-size: clamp(15px,3.0vw,24px); font-weight: 700;}
.cta .box ul li.line a:hover { opacity: 0.8;}

@media (max-width: 641px) {
	.cta .box { padding: 30px;}
	.cta .box p:before,
	.cta .box p:after { width: 2px; height: 30px;}
	.cta .box ul li { padding: 6px 0;}
}
@media (max-width: 641px) {
}
@media (max-width: 481px) {
	.cta .inner { padding: 40px 0;}

	.cta .tit { margin-bottom: 12px;}
	.cta .box { padding: 20px;}
	.cta .box p { margin-bottom: 6px;}
	.cta .box ul li { padding: 5px 0;}
	
	.cta .box ul li.tel a:after { width: 18px; height: 18px; right: 15px;}
	.cta .box ul li.tel dl dt { width: 72px; padding-left: 8px; text-align: center;}
	.cta .box ul li.tel dl dd { padding: 12px;}
	.cta .box ul li.mail dl dt { width: 72px; padding-left: 8px; text-align: center;}
	.cta .box ul li.mail dl dd { padding: 12px;}
	.cta .box ul li.line dl dt { width: 72px; padding-left: 8px; text-align: center;}
	.cta .box ul li.line dl dd { padding: 12px;}
}


/**
 * ページネーション
 */
.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;
}



/**
 * 買取実績
 */
.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;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@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 {
  max-width: 80%;
  max-height: 80%;
  height: auto;
  width: auto;
}
.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-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;
}

/**
 * 買取実績
 */
.jisseki .inner-sct { padding-top: 140px; background: #F7F1E7;}
.jisseki .cta { padding-bottom: 38px;}
.jisseki .ttl {}
.jisseki .ttl h2 { font-size: clamp(24px,3.2vw,30px); text-align: center;}
.jisseki .lead { padding: 40px 0;}
.jisseki .lead p { font-size: 18px; text-align: center;}

.jisseki .ctn { width: 94%; max-width: 1000px; margin: 0 auto; padding: 60px 0;}
.jisseki .ctn ul.item-list { margin-bottom: 60px; font-size: 0;}
.jisseki .ctn ul.item-list li { display: inline-block; width: 33.333334%; padding: 20px 15px;}
.jisseki .ctn ul.item-list li dl { display: block; width: 100%; background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.25);}
.jisseki .ctn ul.item-list li dt img { width: 100%;}
.jisseki .ctn ul.item-list li dl dd { padding: 20px; line-height: 1.2;}
.jisseki .ctn ul.item-list li dl dd.name { padding-bottom: 0px; color: #000; font-size: clamp(14px,2.4vw,20px); font-weight: 700;}
.jisseki .ctn ul.item-list li dl dd.price{ padding-top: 8px; color: #C09A35; font-size: 14px; font-weight: 700;}
.jisseki .ctn ul.item-list li dl dd.price span { display: inline-block; vertical-align: middle;}
.jisseki .ctn ul.item-list li dl dd.price span.icn { display: inline-block; width: 80px; margin-right: 10px; padding: 1.5px 0 3px; background: #C09A35; border-radius: 50px;
 color: #fff; font-size: 16px; text-align: center;
}
.jisseki .ctn ul.item-list li dl dd.price span.yen em { margin-right: 4px; font-size: clamp(16px,2.8vw,26px);}

@media (max-width: 801px) {
	.jisseki .inner-sct { padding-top: 72px;}
	.jisseki .ctn { padding: 40px 0;}
	.jisseki .ctn ul.item-list li { width: 50%; padding: 10px;}
}
@media (max-width: 481px) {
	.jisseki .inner-sct { padding-top: 54px;}
	.jisseki .lead { padding: 20px 0;}
	.jisseki .lead p { font-size: 14px;}
	.jisseki .ctn ul.item-list li { padding: 8px;}
	.jisseki .ctn ul.item-list li dl { border-width: 1px; border-radius: 12px;}
	.jisseki .ctn ul.item-list li dl dt { padding: 10px 5px;}
	.jisseki .ctn ul.item-list li dl dt span { min-width: 72px; margin-bottom: 8px; padding: 2px 10px; font-size: 10px;}
	.jisseki .ctn ul.item-list li dl dd.price { padding: 12px 0 10px;}
	.jisseki .ctn ul.item-list li dl dd.price span.tt { margin-right: 8px;}
	.jisseki .ctn ul.item-list li dl dd.txt { padding: 0 0 12px;}
	.jisseki .ctn ul.item-list li dl dd.txt:before { margin-bottom: 8px;}
}



.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;
  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;
}
@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 > p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.lp-contact-form__submit .wpcf7-spinner {
  position: absolute;
  bottom: -25px;
}
.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: 250px 20px 200px;
background: #F7F1E7;
}
.thanks__ttl {
	color: #3B1904;
  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 { position: relative;
  background: #CA2C55;
  color: #fff;
}
.thanks .c-btn1 a::after { content: ''; display: block; width: 21px; height: 21px;
	 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25,0C11.2,0,0,11.2,0,25s11.2,25,25,25,25-11.2,25-25S38.8,0,25,0ZM25,39.4l-13.4-23.2h26.8l-13.4,23.2Z" fill="%23ffffff" /></svg>');
 background-size: 100% auto; background-repeat: no-repeat; background-position: 50% 50%;
 position: absolute; right: 16px; top: 50%; transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 800px) {
  .thanks__content {
    padding: 150px 18px;
  }
  .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;
  }
}
