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

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

html * {
  box-sizing: inherit;
}

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

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

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

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

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

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

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

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

select {
  color: #231815;
}

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

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

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

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

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

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

button {
  font: inherit;
}

*:focus {
  outline: none;
}

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

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

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

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

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

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

.c-inner {
  max-width: 960px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .c-inner {
    padding: 0 17px;
  }
}
/*
:root {
  --header-height: 80px;
  --bottom-bar-height: 0;
  --color-cv: #000;
}
@media screen and (max-width: 959px) {
  :root {
    --header-height: 60px;
    --bottom-bar-height: 70px;
  }
}

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

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

/**
 * ヘッダー
 */

#hd { position: absolute; left: 0; top: 0; width: 100%;}
#hd .inner-hd { width: 100%; max-width: 800px; margin: 0 auto;}
#hd .hd-ctn { position: relative; padding: 18px 40px;}
#hd .hd-logo { width: 55%; max-width: 400px;}
#hd .hd-logo h1 { color: #fff; font-size: 14px; font-weight: 700; line-height: 1;}
#hd .hd-logo h1 a { display: inline-block; width: 52%; max-width: 120px; margin-right: 10px; vertical-align: middle;}
#hd .hd-logo h1 a img { width: 100%;}
#hd .hd-logo h1 a img.sp { display: none;}
#hd .hd-logo h1 span { display: inline-block; vertical-align: middle;}
@media (max-width: 801px) {
	#hd .inner-hd { padding: 12px;}
}
@media (max-width: 641px) {
	#hd .inner-hd { padding: 0px;}
	#hd .hd-ctn { background: none; box-shadow: none; padding: 16px;}
	#hd .hd-logo h1 { color: #fff;}
	#hd .hd-logo h1 a img.pc { display: none;}
	#hd .hd-logo h1 a img.sp { display: block;}
}
@media (max-width: 481px) {
	#hd .hd-ctn { padding: 8px 16px;}
	#hd .hd-logo { width: 85%;}
	#hd .hd-logo h1 { font-size: 12px;}
}




.menu-btn { display: block; position: fixed; right: 0; top: 0; width: 65px; height: 56px; z-index: 101;}
.menu-btn div { position: relative; width: 100%; height: 100%; background: #048E50; cursor: pointer;}
.menu-btn div span { display: block; width: 36px; height: 3px; background: #fff; border-radius: 5px;
 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 { background: #22AC38;}
.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%,6px) 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: 11px;}
	.menu-btn div span:nth-child(2){ top: 22px;}
	.menu-btn div span:nth-child(3){ top: 33px;}
}


.menu { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; height: 100svh; z-index: 100;
 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: #22AC38;}
.menu .menu-logo { width: 92%; max-width: 400px; margin: 0 auto;}
.menu .menu-logo p { color: #fff; font-size: 15px; font-weight: 700; line-height: 1.25;}
.menu .menu-logo p a { display: inline-block; width: 42%; max-width: 172px; margin-right: 10px; 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 { width: 100%; max-width: 400px; margin: 0 auto 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: #fff; font-weight: 700; text-decoration: none;}
.menu nav ul li a span { display: inline-block; vertical-align: middle;}
@media (max-width: 481px) {
	.menu .inner { padding: 12px 0;}
	.menu .menu-logo { width: 92%;}
	.menu .menu-logo p { font-size: 12px;}
	.menu nav { padding: 8px;}
	.menu nav ul li { padding: 6px 0; font-size: 16px;}
	.menu nav ul li a:before{ width: 40px; height: 32px;}
	.menu nav ul li a:after { width: 16px; height: 16px; right: 5px;}

	.menu aside ul { padding: 0px;}
	.menu aside ul li { padding: 6px;}
	.menu aside ul li a dl { padding-right: 12px;}
	.menu aside ul li a dl dt { width: 60px; padding: 10px 0;}
	.menu aside ul li.tel a dl dd span { font-size: 17px;}
	.menu aside ul li.tel a dl dd time { font-size: 10px;}
	.menu aside ul li.line a dl dd span { font-size: 18px;}
	.menu aside ul li.mail a dl dd span { font-size: 18px;}
}




#ft { position: relative; background: radial-gradient(#1D4233,#000);}
#ft .inner-ft { padding: 30px 0;}
#ft .ft-bnr { width: 92%; max-width: 800px; margin: 0 auto; margin-bottom: 40px;}
#ft .ft-bnr ul { font-size: 0; text-align: center;}
#ft .ft-bnr ul li { display: inline-block; width: 50%; padding: 6px;}
#ft .ft-bnr ul li a { display: block; width: 100%;}
#ft .ft-bnr ul li a img { width: 100%;}
#ft .ft-ctn { width: 82%; max-width: 600px; margin: 0 auto;}
#ft .ft-logo{ width: 60%; max-width: 200px; margin-bottom: 10px;}
#ft .ft-logo h3 img { width: 100%;}
#ft .ft-ctn p { margin-bottom: 20px; color: #fff; font-size: 14px;}
#ft .ft-ctn p:last-child { margin-bottom: 0px;}
#ft .copyright { width: 82%; max-width: 600px; margin: 0 auto; padding: 20px 0;}
#ft .copyright p { color: #fff; font-size: 12px;}
@media (max-width: 641px) {
	#ft .ft-bnr { width: 88%;}
	#ft .ft-bnr ul li { display: block; width: 100%; padding: 6px;}
}
@media (max-width: 481px) {
	#ft .ft-ctn { padding: 10px 0 40px;}
	#ft .ft-ctn p { font-size: 10px;}
	#ft .copyright { padding: 6px 0;}
}



.fix-bottom { width: 100%; margin: 0 auto; background: #FF7F04;}
.fix-bottom .inner { position: relative; width: 100%; max-width: 800px; margin: 0 auto; padding: 18px 30px; }
.fix-bottom .inner:before { content: ''; display: block; width: 120px; height: 180px;
 background: url('../img/illust-1.png') no-repeat 50% 50% / 100% auto;
 position: absolute; left: 20px; top: -30px; z-index: 2;
}
.fix-bottom .ctn-open { position: relative; display: flex;}
.fix-bottom .ctn-open .tel-box { width: 60%; padding: 0 5px;}
.fix-bottom .ctn-open .mail { width: 20%; padding: 0 8px;}
.fix-bottom .ctn-open .line { width: 20%; padding: 0 8px;}
.fix-bottom .ctn-open .tel-box img { width: 100%; border-radius: 20px;}
.fix-bottom .ctn-open .line a,
.fix-bottom .ctn-open .mail a { display: block; width: 100%; padding: 15px 10px 10px; border-radius: 20px;
 font-size: 16px; font-weight: 700; text-align: center; text-decoration: none;
}
.fix-bottom .ctn-open .line a { background: #00C617; color: #fff;}
.fix-bottom .ctn-open .mail a { background: #FFFF04; color: #048E50;}
.fix-bottom .ctn-open .line a svg { display: block; width: 80%; max-width: 65px; margin: 0 auto; fill: #fff;}
.fix-bottom .ctn-open .mail a svg { display: block; width: 80%; max-width: 65px; margin: 0 auto; fill: #048E50;}
.fix-bottom .ctn-open .mail a span,
.fix-bottom .ctn-open .line a span { display: block;}
.fix-bottom .ctn-open .line a:hover,
.fix-bottom .ctn-open .mail a:hover { opacity: 0.8;}

.fix-bottom .ctn-close { position: relative; padding-left: 120px; text-align: center;}
.fix-bottom .ctn-close p { margin-bottom: 4px; color: #fff; font-size: 20px; font-weight: 700;}
.fix-bottom .ctn-close ul { font-size: 0;}
.fix-bottom .ctn-close ul li { display: inline-block; width: 50%; padding: 0 8px; font-size: 18px;}
.fix-bottom .ctn-close ul li a { display: block; width: 100%; padding: 15px 0px 10px; border-radius: 12px;
 font-weight: 700; text-align: center; text-decoration: none;
}
.fix-bottom .ctn-close ul li.line a { background: #00C617; color: #fff;}
.fix-bottom .ctn-close ul li.mail a { background: #FFFF04; color: #048E50;}
.fix-bottom .ctn-close ul li a svg { display: inline-block; width: 50%; max-width: 50px; margin-right: 12px; vertical-align: middle;}
.fix-bottom .ctn-close ul li.line a svg { fill: #fff;}
.fix-bottom .ctn-close ul li.mail a svg { fill: #048E50;}
.fix-bottom .ctn-close ul li.mail a span,
.fix-bottom .ctn-close ul li.line a span { display: inline-block; vertical-align: middle;}
.fix-bottom .ctn-close ul li a:hover { opacity: 0.8;}
@media (max-width: 641px) {
}
@media (max-width: 481px) {
}



.cta { position: relative; background: #000; z-index: 2;}
.cta .inner { position: relative; padding: 40px 0 100px;}
.cta .inner:after { content: ''; display: block; width: 100%; height: 90%; background: #333; position: absolute; left: 0; top: 48.5%; transform: translateY(-50%) skewY(6deg);}
.cta .ttl { position: relative; margin-bottom: 24px; z-index: 2;}
.cta .ttl h2 { text-align: center;}
.cta .ttl h2 img { width: 100%;}
.cta ul { position: relative; width: 92%; max-width: 600px; margin: 0 auto; z-index: 2;}
.cta ul li { position: relative; padding: 10px 0;}
.cta ul li span.tag { position: absolute; left: 0; top: -20px; width: 100%; padding-left: 10px; z-index: 2; text-align: center;}
.cta ul li span.tag img { width: 80%; max-width: 400px; margin: 0 auto; border: solid 1px #EF7603; border-radius: 50px;}
.cta ul li a { position: relative; display: block; width: 100%;}
.cta ul li.mail a { border: solid 1px #EF7603;}
.cta ul li.line a { border: solid 1px #048E50;}
.cta ul li.tel a { border: solid 1px #FFFF04;}
.cta ul li a img { position: relative; width: 100%; transition: 0.3s ease; transform: translate(10px,-10px);}
.cta ul li a:hover img { transform: translate(0px,0px);}



.wrap { width: 100%; max-width: 800px; margin: 0 auto;}

#kv { width: 100%; margin: 0 auto; background: #000;}
#kv .inner-kv { display: block; width: 100%; margin: 0 auto; padding-top: 40px; background: url('../img/bg/kv.jpg') no-repeat 50% 0 / 100% auto;}
#kv h1 { position: relative; margin-bottom: -40px; text-align: center;}
#kv h1 img { width: 100%;}
#kv .kv-btn { position: relative;}
#kv .kv-btn div { position: relative; width: 85%; margin: 0 auto;}
#kv .kv-btn div:before { content: ''; display: block; width: 100px; height: 100px; background: url('../img/btn/tips.svg') no-repeat 50% 50% / 100% auto;
 position: absolute; left: 20px; top: -40px; z-index: 2;
}
#kv .kv-btn div a { display: block; width: 100%; z-index: 1;}
#kv .kv-btn div a img { width: 100%;}
#kv .kv-btn div a:hover { opacity: 0.8;}

#kv .badge { padding: 30px 0 20px;}
#kv .badge ul { font-size: 0; text-align: center;}
#kv .badge ul li { display: inline-block; width: 32%; color: #fff; font-size: 12px;}
#kv .badge ul li img { width: 94%;}
#kv .badge ul li span { display: block; }
@media (max-width: 641px) {
	#kv .kv-btn div:before { width: 80px; height: 80px; top: -20px;}
}
@media (max-width: 481px) {
	#kv h1 { margin-bottom: -20px;}
	#kv .kv-btn div:before { width: 54px; height: 54px; left: 10px;}
	#kv .badge { padding: 20px 0 12px;}
	#kv .badge ul li { font-size: 10px;}
}



.bnr-area { background: radial-gradient(#1D4233,#000);}
.bnr-area .inner { width: 100%; max-width: 1000px; margin: 0 auto; padding: 40px 0 60px;}
.bnr-area .bnr-slider{}
.bnr-area .bnr-slider span,
.bnr-area .bnr-slider a { display: block; width: 94%; max-width: 600px; margin: 0 auto;}
.bnr-area .bnr-slider span img,
.bnr-area .bnr-slider a img { width: 100%;}
.bnr-area .bnr-slider a:hover img { opacity: 0.8;}
.bnr-area .slick-dots { padding: 10px 0; font-size: 0; text-align: center;}
.bnr-area .slick-dots li { display: inline-block; width: 20px; height: 10px;}
.bnr-area .slick-dots li button { display: block; width: 10px; height: 10px; margin: 0 auto; padding: 0; background: #D9D9D9; border-radius: 50%;
text-indent: -999em;}
.bnr-area .slick-dots li.slick-active button { background: #FFF11E;}
@media (max-width: 481px) {
	.bnr-area .inner { padding: 20px 0 40px;}
	.bnr-area .tit:after { border: solid 5px transparent; border-top: solid 8px #000;}
	.bnr-area .tit p { padding: 2px 20px; border-radius: 5px; font-size: 16px;}
}



#campaign { width: 100%; max-width: 800px; margin: 0 auto; background: radial-gradient(#1D4233,#000);}
#campaign .inner-sct { padding: 20px 0 40px;}
#campaign figure { text-align: center;}
#campaign figure img { width: 100%;}
@media (max-width: 801px) {
	#campaign .inner-sct { background-size: cover;}
	#campaign .ttl { margin-bottom: -6vw;}
}
@media (max-width: 481px) {
	#campaign .inner-sct { padding: 12px 0 20px;}
	#campaign .ttl { margin-bottom: -9vw;}
	#campaign .ctn { margin-bottom: 12px;}
	#campaign .note ul li { font-size: 10px;}
}



#purchase { }
#purchase .inner-sct { padding: 60px 0;}
#purchase .ttl { margin-bottom: 20px;}
#purchase .ttl h2 { text-align: center;}
#purchase .ttl h2 img { width: 100%; max-width: 800px;}
#purchase .ctn { width: 94%; margin: 0 auto;}
#purchase .ctn ul { margin-bottom: 20px; font-size: 0;}
#purchase .ctn ul li { position: relative; display: inline-block; width: 50%; padding: 12px; vertical-align: top;}
#purchase .ctn ul li:before,
#purchase .ctn ul li:after { content: ''; display: block; width: 0px; height: 0px; border: solid 15px transparent; position: absolute; z-index: 10;}
#purchase .ctn ul li:before{ top: 10px; left: 10px; border-top: solid 15px #fff; border-left: solid 15px #fff;}
#purchase .ctn ul li:after { bottom: 10px; right: 10px; border-bottom: solid 15px #fff; border-right: solid 15px #fff;}
#purchase .ctn ul li dl { position: relative; padding: 25px 20px; background: linear-gradient(#048E50,#004E2B);}
#purchase .ctn ul li dl dt {}
#purchase .ctn ul li dl dt span { display: inline-block; min-width: 120px; margin-bottom: 12px; padding: 5px 10px; background: #000; border-radius: 50px;
 color: #fff; font-size: 14px; font-weight: 700; text-align: center;
}
#purchase .ctn ul li dl dt img { display: block; width: 100%; margin: 0 auto;}
#purchase .ctn ul li dl dd { font-weight: 700; text-align: center;}
#purchase .ctn ul li dl dd.name { padding: 20px 0; color: #fff; font-size: clamp(12px,2.0vw,20px); line-height: 1.4;}
#purchase .ctn ul li dl dd.line { position: relative; display: block; width: 72%; height: 3px; margin: 0 auto; background: #048E50;}
#purchase .ctn ul li dl dd.line:before,
#purchase .ctn ul li dl dd.line:after { content: ''; display: block; width: 8px; height: 8px; background: #048E50;
 position: absolute; top: 50%; transform: translateY(-50%);
}
#purchase .ctn ul li dl dd.line:before{ left: 0;}
#purchase .ctn ul li dl dd.line:after { right: 0;}
#purchase .ctn ul li dl dd.price { position: relative; width: 100%;
 color: #D40004; font-size: clamp(12px,2.0vw,20px); font-weight: 700; line-height: 1;
}
#purchase .ctn ul li dl dd.price span.color { display: block; position: absolute; width: 100%; padding-top: 18px; z-index: 2;}
#purchase .ctn ul li dl dd.price span.stroke{ display: block; position: relative; width: 100%; padding-top: 18px;
 text-stroke: 8px #fff; -webkit-text-stroke: 8px #fff;
}
#purchase .ctn ul li dl dd.price span.color span { display: inline-block; font-size: clamp(14px,3.0vw,30px);}
#purchase .ctn ul li dl dd.price span.color span em { font-size: clamp(20px,3.6vw,36px);}

#purchase .ctn ul li dl dd.price span.stroke span { display: inline-block; font-size: clamp(14px,3.0vw,30px);}
#purchase .ctn ul li dl dd.price span.stroke span em { font-size: clamp(20px,3.6vw,36px);}
#purchase .ctn .btn { width: 80%; max-width: 400px; margin: 0 auto;}
#purchase .ctn .btn a { display: block; width: 100%;}
#purchase .ctn .btn a img { width: 100%;}
#purchase .ctn .btn a:hover img { opacity: 0.8;}
@media (max-width: 801px) {
}
@media (max-width: 481px) {
	#purchase .inner-sct { padding: 40px 0;}
	#purchase .ctn ul li { padding: 6px;}
	#purchase .ctn ul li:before,
	#purchase .ctn ul li:after { border: solid 10px transparent;}
	#purchase .ctn ul li:before{ top: 5px; left: 5px; border-top: solid 10px #fff; border-left: solid 10px #fff;}
	#purchase .ctn ul li:after { bottom: 5px; right: 5px; border-bottom: solid 10px #fff; border-right: solid 10px #fff;}
	#purchase .ctn ul li dl { padding: 15px 12px;}
	#purchase .ctn ul li dl dd.name { padding: 12px 0;}
	#purchase .ctn ul li dl dd.price span.stroke{ text-stroke: 4px #fff; -webkit-text-stroke: 4px #fff;}
	#purchase .ctn ul li dl dd.line { height: 2px;}
	#purchase .ctn ul li dl dd.line:before,
	#purchase .ctn ul li dl dd.line:after { width: 5px; height: 5px;}
}



#market { background: #000;}
#market .inner-sct { padding: 60px 0; background: url('../img/bg-cate.jpg') no-repeat 50% 0%;}
#market .ttl { margin-bottom: 18px;}
#market .ttl h2 { margin-bottom: 12px; text-align: center;}
#market .ttl h2 img { width: 100%;}
#market .ttl p { color: #fff; font-size: 16px; text-align: center;}
#market .ctn { width: 92%; margin: 0 auto;}
#market .tab {}
#market .tab ul { font-size: 0; text-align: center;}
#market .tab ul li { display: inline-block; width: 25%; padding: 0 1px; font-size: 16px;}
#market .tab ul li button,
#market .tab ul li span { display: block; width: 100%; padding: 15px 0 10px; background: #fff; font-weight: 700;
 border-top-left-radius: 10px; border-top-right-radius: 10px;
}
#market .tab ul li.is-active button,
#market .tab ul li.on span { background: #FF7F04; color: #fff;}
#market .tab ul li button img,
#market .tab ul li span img { display: inline-block; width: 50px; margin-right: 10px; vertical-align: middle;}
#market .tab-ctn { width: 100%; margin: 0 auto 20px; padding: 0 1px;}
#market .tab-ctn .table { width: 100%; padding-top: 2px; background: #fff;}
#market .tab-ctn .table ul li {}
#market .tab-ctn .table ul li dl { display: table; width: 100%;}
#market .tab-ctn .table ul li dl dt,
#market .tab-ctn .table ul li dl dd { display: table-cell; vertical-align: middle;}
#market .tab-ctn .table ul li dl dt { width: 23%; padding: 6px 12px; border-right: solid 1px #C3C3C3; font-weight: 700;}
#market .tab-ctn .table ul li dl dd.name { width: 55%; padding: 6px 12px; border-right: solid 1px #C3C3C3;}
#market .tab-ctn .table ul li dl dd.price{ width: 22%; padding: 6px 12px; color: #D40004; font-weight: 700; text-align: right;}
#market .tab-ctn .table ul li:nth-child(odd) { background: #E8F2D1;}
#market .tab-ctn .table ul li:first-child { background: #eee; font-size: 20px; font-weight: 700; text-align: center;}
#market .tab-ctn .table ul li:first-child dl dt { padding: 12px 0;}
#market .tab-ctn .table ul li:first-child dl dd { padding: 12px 0; color: #000; text-align: center;}
#market .tab-ctn .table ul li dl dd.price span { font-size: 24px;}
#market .note{ text-align: center;}
#market .note ul { color: #fff;}
#market .note ul li { font-size: 14px;}
@media (max-width: 801px) {
	#market .ttl { margin-bottom: 12px;}
	#market .tab ul li { font-size: 14px;}
	#market .tab ul li span img { width: 30px;}
}
@media (max-width: 481px) {
	#market .inner-sct { padding: 40px 0;}
	#market .ttl p { font-size: 12px;}
	#market .tab ul li { font-size: 11px;}
	#market .tab ul li span { padding: 10px 0 7px; border-top-left-radius: 6px; border-top-right-radius: 6px;}
	#market .tab ul li span img { width: 12px; margin-right: 4px;}
	#market .tab-ctn .table ul li:first-child { font-size: 14px;}
	#market .tab-ctn .table ul li dl dt { width: 25%; padding: 4px 8px; font-size: 13px;}
	#market .tab-ctn .table ul li dl dd.name { width: 47%; padding: 4px 8px; font-size: 12px;}
	#market .tab-ctn .table ul li dl dd.price{ width: 28%; padding: 4px 8px; font-size: 10px;}
	#market .tab-ctn .table ul li dl dd.price span { font-size: 16px;}
	#market .note ul li { font-size: 10px;}
	#market .note ul li span { display: block;}
}


#problem { background: #000;}
#problem .inner-sct { padding: 0 0 60px;}
#problem .ttl { margin-bottom: 40px;}
#problem .ttl h2 { text-align: center;}
#problem .ttl h2 img { width: 100%;}
#problem .ctn { width: 86%; max-width: 620px; margin: 0 auto;}
#problem .ctn ul li { position: relative; display: block; width: 100%; margin-bottom: 18px; color: #fff; font-weight: 700;}
#problem .ctn ul li:last-child { margin-bottom: 0px;}
#problem .ctn ul li img { width: 40px; position: absolute; left: 20px; top: 16px; z-index: 2;}
#problem .ctn ul li span { position: relative; display: block; width: 100%; padding: 18px; padding-left: 80px; background: #818181; border: solid 1px #fff; color: #fff; font-size: clamp(15px,2.4vw,24px);
}
#problem .ctn ul li span:before,
#problem .ctn ul li span:after { content: ''; display: block; width: 15px; height: 15px; position: absolute;}
#problem .ctn ul li span:before{ left: -2px; top: -2px; border-top: solid 5px #FFFF04; border-left: solid 5px #FFFF04;}
#problem .ctn ul li span:after { right: -2px; bottom: -2px; border-bottom: solid 5px #FFFF04; border-right: solid 5px #FFFF04;}
@media (max-width: 481px) {
	#problem .inner-sct { padding: 0 0 40px;}
	#problem .ttl { margin-bottom: 20px;}
	#problem .ctn ul li { margin-bottom: 8px;}
	#problem .ctn ul li img { width: 21px; left: 10px; top: 13px;}
	#problem .ctn ul li span { padding: 12px 8px; padding-left: 40px;}
	#problem .ctn ul li span:before,
	#problem .ctn ul li span:after { width: 10px; height: 10px; border-width: 3px;}
}


#feature {}
#feature .inner-sct { padding: 0 0 60px;}
#feature .tips { position: relative; padding: 40px 0; }
#feature .tips:before,
#feature .tips:after { content: ''; display: block; position: absolute; z-index: 1;}
#feature .tips:before{ width: 100%; height: 72px; top: 0; left: 0; background: #000;}
#feature .tips:after { width: 100%; height: 200px; position: absolute; left: 50%; top: 70px; transform: translateX(-50%);
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 150"><polygon points="0 0 0 50 200 150 400 50 400 0 0 0"/></svg>');
 background-position: 50% 100%; background-size: 100% auto; background-repeat: no-repeat;
}

#feature .tips h2 { position: relative; text-align: center; z-index: 2;}
#feature .tips h2 img { width: 80%; max-width: 600px;}
#feature .bloc { padding: 20px 0;}
#feature .bloc figure { text-align: center;}
#feature .bloc figure img { width: 100%;}
#feature .bloc .txt { padding: 20px 54px 0;}
#feature .bloc .txt h3,
#feature .bloc .txt ul li { color: #048E50; font-size: clamp(14px,3.0vw,30px); font-weight: 700;}
#feature .bloc .txt h3,
#feature .bloc .txt ul { margin-bottom: 10px;}
#feature .bloc .txt p { font-size: 20px;}
@media (max-width: 801px) {
	#feature .tips:after { height: 26vw;}
}
@media (max-width: 481px) {
	#feature .tips { padding: 20px 0; }
	#feature .tips:before{ height: 40px;}
	#feature .tips:after { left: 50%; top: 38px;}
	#feature .bloc { padding: 12px 0;}
	#feature .bloc .txt { padding: 12px 24px 0;}
	#feature .bloc .txt p { font-size: 13px;}
}


#award { position: relative; margin-bottom: -150px;}
#award:after { content: ''; display: block; width: 100%; height: 150px; background: #D9D9D9;
 position: absolute; left: 0; bottom: 0px;
}
#award .ttl h2 { text-align: center;}
#award .ttl h2 img { width: 100%;}
#award .ctn { position: relative; padding: 120px 0 270px; background: url('../img/bg/1.png') no-repeat 50% 0% / 100% auto; z-index: 2;}
#award .ctn figure { width: 88%; margin: 0 auto 160px;}
#award .ctn figure img { width: 100%;}
#award .ctn .bnr { width: 84%; max-width: 540px; margin: 0 auto;}
#award .ctn .bnr a { display: block; background: #fff; }
#award .ctn .bnr a img { width: 100%;}
#award .ctn .bnr a:hover img { opacity: 0.8;}
@media (max-width: 801px) {
	#award { margin-bottom: -20vw;}
	#award .ctn { padding: 14vw 0 30vw;}
	#award .ctn figure { margin-bottom: 20vw;}
}
@media (max-width: 641px) {
}


#howto { position: relative; z-index: 2;}
#howto .inner-sct { background: url('../img/bg/2.png') no-repeat 50% 0% / 100% auto;}
#howto .ttl { position: relative; padding: 120px 0px 0px; z-index: 2;}
#howto .ttl h2 { text-align: center;}
#howto .ttl h2 img { width: 80%; max-width: 600px;}
#howto .case-a,
#howto .case-b,
#howto .case-c { position: relative; width: 100%; padding: 60px 0;}
#howto .case-a:after,
#howto .case-b:after,
#howto .case-c:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: -20px;
 transform: translateY(-0px) skewY(-10deg); z-index: 1;
}
#howto .case-a:after { background: linear-gradient(#048E50,#012817);}
#howto .case-b:after { background: linear-gradient(#FF7F04,#000);}
#howto .case-c:after { background: linear-gradient(#B8B800,#000);}
#howto .tit { position: relative; margin-bottom: 20px; z-index: 2;}
#howto .tit h3 {}
#howto .tit h3 img { width: 92%;}
#howto .ctn { position: relative; z-index: 2;}
#howto .ctn ul { width: 90%; max-width: 600px; margin: 0 auto;}
#howto .ctn ul li { position: relative; padding: 20px 0;}
#howto .ctn ul li span.icn { display: block; width: 72px; background: #ccc; position: absolute; left: -20px; top: 0; z-index: 2;}
#howto .ctn ul li span.icn.icn-1 { background: linear-gradient(#048E50,#012817);}
#howto .ctn ul li span.icn.icn-2 { background: linear-gradient(#FF7F04,#000);}
#howto .ctn ul li span.icn.icn-3 { background: linear-gradient(#B8B800,#000);}

#howto .ctn ul li span.icn img { width: 100%;}
#howto .ctn ul li dl { position: relative; padding: 30px; padding-left: 160px; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 400 400"><path d="M0,400h400V12l-12.1-12H0v400Z" fill="%23fff"/></svg>');
 background-repeat: no-repeat; background-size: 100% auto; background-position: 50% 0;
}
#howto .ctn ul li dl dt { width: 120px; position: absolute; left: 20px; top: 20px;}
#howto .ctn ul li dl dt img { width: 100%; border-radius: 50%;}
#howto .ctn ul li dl dd { font-size: 18px;}
#howto .ctn ul li dl dd span { display: block; color: #048E50; font-size: clamp(18px,3.0vw,30px); font-weight: 700;}

#howto .txt { position: relative; z-index: 2;}
#howto .txt p { text-align: center;}
#howto .txt p img { width: 90%; max-width: 600px;}

#howto .area { position: relative; z-index: 2;}
#howto .area p { text-align: center;}
#howto .area p img { width: 100%;}

#howto .shop { position: relative; width: 92%; max-width: 680px; margin: 0 auto; padding: 20px 0; z-index: 2;}
#howto .shop .img { width: 42%; position: absolute; left: 0; top: 60px;}
#howto .shop .img figure { padding-right: 10px;}
#howto .shop .img figure img { width: 100%; box-shadow: 5px 5px 0 #000;}
#howto .shop .data { position: relative; width: 54%; margin: 0 0 0 auto; padding-top: 40px;}
#howto .shop .data:after { content: 'SHOP'; position: absolute; right: 0; top: -25px;
 color: transparent; font-family: "Oswald", sans-serif; font-size: clamp(54px,10.0vw,90px); font-weight: 800; letter-spacing: 0.1rem; line-height: 1;
 text-stroke: 1px #E0E0E0; -webkit-text-stroke: 1px #E0E0E0;
}
#howto .shop .data p { color: #fff; font-size: 18px; font-weight: 700;}
#howto .shop .data p.note { font-size: 14px;}
#howto .shop .data ul { padding: 4px 0;}
#howto .shop .data ul li { padding: 4px 0; color: #fff; font-size: 16px; font-weight: 700;}
#howto .shop .data ul li dl { position: relative; padding-left: 120px;}
#howto .shop .data ul li dl dt { position: absolute; left: 0; top: 0px; width: 100px; background: #000; color: #fff; text-align: center;}
#howto .shop .data ul li dl dd { }

#howto .map { position: relative; z-index: 2; width: 92%; max-width: 680px; height: 400px; margin: 0 auto; padding-top: 80px;}
#howto .map:after { content: ''; display: block; width: 200px; height: 200px;
 background: url('../img/bg/target.png') no-repeat 50% 50% / 100% auto;
 position: absolute; right: -6%; top: -20px;
}
#howto .map iframe { position: relative; width: 100%; height: 100%; border: none; z-index: 2;}

@media (max-width: 801px) {
	#howto .ttl { padding: 14vw 0 0;}
	#howto .map:after { right: -4%;}
	#howto .ctn ul li dl dd { font-size: 16px;}

	#howto .shop .data p { font-size: 14px;}
	#howto .shop .data p.note { font-size: 12px;}
	#howto .shop .data ul li { font-size: 13px;}
	#howto .shop .data ul li dl { padding-left: 80px;}
	#howto .shop .data ul li dl dt { width: 72px;}
}
@media (max-width: 481px) {
	#howto .case-a,
	#howto .case-b,
	#howto .case-c { padding: 40px 0;}
	#howto .ctn ul li { position: relative; padding: 10px 0;}
	#howto .ctn ul li span.icn { width: 50px; left: -10px;}
	#howto .ctn ul li dl { padding: 20px 12px; padding-left: 106px;}
	#howto .ctn ul li dl dt { width: 80px; left: 10px;}
	#howto .ctn ul li dl dd { font-size: 12px;}
	
	#howto .shop { padding: 8px 0;}
	#howto .shop .img { width: 40%; top: 50px;}
	#howto .shop .data { width: 57%;}
	#howto .shop .data:after { top: 0;}
	#howto .shop .data p { font-size: 12px;}
	#howto .shop .data p.note { font-size: 10px;}
	#howto .shop .data ul li { font-size: 12px;}
	#howto .shop .data ul li dl { padding-left: 65px;}
	#howto .shop .data ul li dl dt { width: 60px;}
	
	#howto .map { padding-top: 20px; height: 240px;}
	#howto .map:after { width: 100px; height: 100px; top: -20px;}
}



.spacer { position: relative; z-index: 1; width: 100%; }
.spacer:before { content: ''; display: block; width: 100%; height: 300px; background: #000;
 position: absolute; left: 0; top: -300px;
}


#reason { background: #FFEFC5;}
#reason .inner-sct { padding: 40px 0 60px;}
#reason .ttl { position: relative;}
#reason .ttl h2 { position: relative; text-align: center;}
#reason .ttl h2 img { width: 100%; max-width: 680px;}
#reason .ttl p { color: #048E50; font-size: clamp(16px,3.2vw,32px); font-weight: 700; text-align: center;}

#reason .bloc { padding: 12px 0;}
#reason .bloc .box { width: 90%; margin: 0 auto; background: #fff; border: solid 2px #048E50;}
#reason .bloc .box .box-tit { position: relative; width: calc(100% - 40px); padding: 30px 40px 20px; border-bottom: solid 2px #048E50;}
#reason .bloc .box .box-tit .tag { position: relative; width: 42%; max-width: 200px; margin-bottom: 12px;}
#reason .bloc .box .box-tit .tag img { width: 100%; transform: translateX(-48px);}
#reason .bloc .box .box-tit figure { position: absolute; right: 0; bottom: 0; width: 230px;}
#reason .bloc .box .box-tit figure img { width: 100%;}
#reason .bloc .box .box-tit h3 { font-size: clamp(14px,2.4vw,24px); font-weight: 700; line-height: 1.4;}
#reason .bloc .box .box-tit h3 span { display: block; color: #048E50; font-size: clamp(20px,3.6vw,36px); }
#reason .bloc .box .txt { padding: 20px 40px;}
#reason .bloc .box .txt p { font-size: clamp(12px,2.0vw,20px);}

#reason .announce { position: relative; width: 90%; margin: 30px auto 0; background: #fff;}
#reason .announce:after { content: ''; display: block; width: 150px; height: 220px;
 background: url('../img/illust-2.png') no-repeat 50% 50% / 100% auto;
 position: absolute; right: 0; bottom: -50px;
}
#reason .announce .tit { padding: 12px 40px; background: #894725;}
#reason .announce .tit h4 { color: #FFFED7; font-size: clamp(16px,3.0vw,30px); font-weight: 700; letter-spacing: 0.075rem; text-align: center;}
#reason .announce .txt { padding: 30px 40px;}
#reason .announce .txt p { font-size: clamp(12px,2.0vw,20px);}
#reason .announce .txt p.kome { margin-top: 12px; font-size: 16px; line-height: 1.4;}
@media (max-width: 801px) {
}
@media (max-width: 481px) {
	#reason .ttl h2 { margin-bottom: 6px;}
	#reason .bloc { padding: 8px 0;}
	#reason .bloc .box .box-tit { width: calc(100% - 16px); padding: 12px 15px 10px;}
	#reason .bloc .box .box-tit .tag { margin-bottom: 4px;}
	#reason .bloc .box .box-tit .tag img { transform: translateX(-22px);}
	#reason .bloc .box .box-tit figure { width: 120px;}
	#reason .bloc .box .txt { padding: 12px 15px;}

	#reason .announce { margin: 20px auto 0;}
	#reason .announce:after { width: 80px; height: 114px; bottom: -36px;}
	#reason .announce .tit { padding: 8px 20px;}
	#reason .announce .tit h4 { text-align: left;}
	#reason .announce .txt { padding: 12px 20px 20px;}
	#reason .announce .txt p.kome { margin-top: 5px; padding-right: 60px; font-size: 11px;}
}



#staff .inner-sct { padding: 40px 0;}
#staff .ttl { margin-bottom: 12px;}
#staff .ttl h2 { text-align: center;}
#staff .ttl h2 img { width: 80%; max-width: 600px;}
#staff .bloc { padding: 12px 0;}
#staff .tag { position: relative; width: 90%; max-width: 680px; margin: 0 auto;}
#staff .tag img { width: 25%; max-width: 200px;}
#staff .box { width: 90%; max-width: 680px; margin: 0 auto; padding: 30px; background: #fff; border: solid 2px #048E50; background: url('../img/bg/ptn-1.jpg');}
#staff .box .flex { display: flex; justify-content: space-between;}
#staff .box .pht { width: 50%;}
#staff .box .pht figure img { width: 100%;}
#staff .box .prof { width: 46%;}
#staff .box .prof h4.name { margin-bottom: 12px; color: #048E50; font-size: clamp(21px,3.6vw,36px); font-weight: 700; line-height: 1.4;}
#staff .box .prof h4.name span.jp { margin-right: 20px;}
#staff .box .prof h4.name:after { content: ''; display: block; width: 100%; height: 30px;
	background: url('../img/line-1.svg') no-repeat 50% 100% / 100% auto;
}
#staff .box .prof .board { width: 100%; padding: 20px 0px; padding-left: 30px; background: url('../img/bg/board.svg') no-repeat 50% 50% / 100% 100%;}
#staff .box .prof .board dl dt,
#staff .box .prof .board dl dd { font-size: clamp(11px,2.0vw,20px); font-weight: 700;}
#staff .box .prof .board dl dt { color: #FFFF04;}
#staff .box .prof .board dl dd { color: #fff;}
#staff .box .txt { padding-top: 20px;}
#staff .box .txt p { font-size: clamp(13px,2.0vw,20px);}
@media (max-width: 641px) {
	#staff .box { padding: 20px;}
}
@media (max-width: 481px) {
	#staff .inner-sct { padding: 32px 0;}
	#staff .bloc { padding: 6px 0;}
	#staff .box { padding: 12px; background-size: 8px 8px;}
	#staff .box .pht { width: 46%;}
	#staff .box .prof { width: 50%;}
	#staff .box .prof h4.name { margin-bottom: 6px;}
	#staff .box .prof h4.name:after { height: 14px;}
	#staff .box .prof .board { padding: 12px 0px; padding-left: 12px;}
	#staff .box .txt { padding-top: 12px;}
}



#voice {}
#voice .inner-sct { padding: 40px 0;}
#voice .ttl { margin-bottom: 12px;}
#voice .ttl h2 { text-align: center;}
#voice .ttl h2 img { width: 80%; max-width: 600px;}
#voice .bloc { padding: 12px 0px;}
#voice .box { position: relative; width: 100%; padding: 60px 50px 40px;}
#voice .box:after { content: ''; display: block; width: 100%; height: 100%; background: linear-gradient(90deg,#156E68,#113914);
 position: absolute; left: 0; top: 0; z-index: 1; transform: skewY(6deg);
}
#voice .box .tips { position: absolute; left: -5px; top: 0%; z-index: 2; transform: translate(0%,-50%) rotate(90deg); transform-origin: 0 100%;}
#voice .box .tips p {
 color: transparent; font-family: "Oswald", sans-serif; font-size: clamp(36px,12.0vw,90px); font-weight: 800; letter-spacing: 0.1rem; line-height: 1;
 text-stroke: 1px #fff; -webkit-text-stroke: 1px #fff;
}
#voice .box .box-tit { position: relative; padding: 20px 40px 0; padding-left: 240px; z-index: 3;}
#voice .box .box-tit:before { content: ''; display: block; width: 80%; height: 100px; z-index: 2;
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 250 34"><path d="M0,0h88.7l33.7,33.6h127.6v.4h-127.7L88.5.4H0v-.4Z" fill="%23fff" /></svg>');
 background-repeat: no-repeat; background-size: 100% auto; background-position: 50% 0;
 position: absolute; right: 4%; top: 0px;
}
#voice .box .box-tit .pht { position: absolute; top: -20px; left: 12px; z-index: 3; width: 200px;}
#voice .box .box-tit .pht figure { width: 100%; border-radius: 50%; overflow: hidden;}
#voice .box .box-tit .pht figure img { width: 100%;}
#voice .box .box-tit p { margin-bottom: 20px; color: #fff; font-size: clamp(12px,2.4vw,24px); letter-spacing: 0.1rem; text-align: right;}
#voice .box .box-tit h3 { position: relative; color: #E6258E; font-size: clamp(21px,3.2vw,32px); font-weight: 700; z-index: 2;
 background: linear-gradient(90deg, #FEEA80, #fff); 
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}
#voice .box .box-tit h3 img { display: inline-block; width: 100px; vertical-align: middle;}
#voice .box .box-tit h3 span{ display: inline-block; width: calc(100% - 100px); padding-left: 20px; vertical-align: middle;}
#voice .box .txt { position: relative; padding: 20px 40px; z-index: 2;}
#voice .box .txt p { color: #fff; font-size: 18px; line-height: 1.8;}
@media (max-width: 801px) {
	#voice .box .box-tit { padding: 20px 0px 0; padding-left: 200px;}
	#voice .box .box-tit:before { right: 0;}
	#voice .box .box-tit .pht { top: -6vw; width: 172px;}
	#voice .box .txt { padding-right: 0px;}
	#voice .box .txt p { font-size: 16px;}
}
@media (max-width: 641px) {
	#voice .box .txt p { font-size: 14px;}
}
@media (max-width: 481px) {
	#voice .inner-sct { padding: 40px 0 60px;}
	
	#voice .bloc { padding: 8px 0;}
	#voice .box { padding: 12px;}
	#voice .box .box-tit { padding: 20px 10px 0; padding-left: 128px;}
	#voice .box .box-tit:before { height: 42px; top: 6px; right: 10px;}
	#voice .box .box-tit .pht { top: -2vw; width: 100px;}
	#voice .box .box-tit p { margin-bottom: 10px;}
	#voice .box .box-tit h3 { font-size: 16px;}
	#voice .box .txt { padding: 12px 20px 20px 40px;}
	#voice .box .txt p { font-size: 12px; }
}



#faq .inner-sct { padding: 40px 0px;}
#faq .ttl { margin-bottom: 12px;}
#faq .ttl h2 { text-align: center;}
#faq .ttl h2 img { width: 100%; max-width: 600px;}
#faq .ctn { width: 88%; max-width: 720px; margin: 0 auto;}
#faq .ctn ul li { padding: 8px 0;}
#faq .ctn ul li dl {}
#faq .ctn ul li dl dt { position: relative; padding: 12px; padding-left: 80px; background: #ECECEC;
 color: #156C66; font-size: clamp(13px,2.0vw,20px); font-weight: 700; letter-spacing: 0.1rem;
}
#faq .ctn ul li dl dt i { display: block; width: 60px; height: 100%; background: linear-gradient(90deg,#156C66,#000);
 color: #fff; font-size: 30px; font-weight: 700; font-style: normal; line-height: 1.72; text-align: center;
 position: absolute; left: 0; top: 0;
}
#faq .ctn ul li dl dd { position: relative; padding: 20px 20px 40px; padding-left: 60px; border: solid 2px #ECECEC; border-top: 0px; font-size: clamp(13px,2.0vw,18px);}
#faq .ctn ul li dl dd i { display: block; width: 60px;
 color: #D40004; font-size: 30px; font-weight: 700; font-style: normal; line-height: 1.72; text-align: center;
 position: absolute; left: 0; top: 12px;
}
@media (max-width: 641px) {
	#faq .ctn ul li { padding: 8px 0;}
	#faq .ctn ul li dl dt { padding: 10px 0; padding-left: 55px;}
	#faq .ctn ul li dl dt i { width: 45px; font-size: 24px; line-height: 1.5;}
	#faq .ctn ul li dl dd { padding: 15px; padding-left: 55px;}
	#faq .ctn ul li dl dd i { font-size: 24px;}
}
@media (max-width: 481px) {
	#faq .inner-sct { padding: 40px 0px;}
	#faq .ctn ul li { padding: 4px 0;}
}





#flow { background: #FBE0EC;}
#flow .inner-sct { padding: 60px 0 80px;}
#flow .ttl { width: 100%; max-width: 800px; margin: 0 auto 20px;}
#flow .ttl .logo { width: 60%; max-width: 300px; margin: 0 0 0 auto; opacity: 0.5;}
#flow .ttl h2 { font-size: clamp(30px,4.2vw,42px); font-weight: 700; text-align: center;}
#flow .ttl h2 span { display: inline-block; vertical-align: middle;}
#flow .ttl h2 span.badge { width: 100px; height: 100px; margin-right: 20px; padding-top: 20px; line-height: 1.2; background: #FFB300; border-radius: 50%; color: #fff; font-size: 24px;}
#flow .box { width: 88%; max-width: 720px; margin: 0 auto; background: #fff;
 border-top-left-radius: 20px; border-top-right-radius: 20px; overflow: hidden;
}
#flow .box.mb { margin-bottom: 40px;}
#flow .box .box-tit { padding: 20px 0;}
#flow .box .box-tit.tit-1 { background: #E4007F;}
#flow .box .box-tit.tit-2 { background: #F04500;}
#flow .box .box-tit h3 { color: #fff; font-size: clamp(18px,2.4vw,24px); font-weight: 700; line-height: 1; text-align: center;}
#flow .box .box-tit h3 img { display: inline-block; width: 50px; margin-right: 20px; vertical-align: middle;}
#flow .box .box-tit h3 span { display: inline-block; vertical-align: middle;}
#flow .box .box-inner { padding: 30px 40px;}
#flow .box .signboard { width: 100%; margin: 0 auto;}
#flow .box .signboard img { width: 100%;}
#flow .box .bloc { padding: 20px 0;}
#flow .box .bloc dl { display: table; width: 100%; margin-bottom: 20px;}
#flow .box .bloc dl.flow-1 { color: #E4007F;}
#flow .box .bloc dl.flow-2 { color: #F04500;}
#flow .box .bloc dl dt,
#flow .box .bloc dl dd { display: table-cell; vertical-align: middle;}
#flow .box .bloc dl dt { width: 40%;}
#flow .box .bloc dl dt img { width: 100%; border-radius: 10px;}
#flow .box .bloc dl dd { width: 60%; padding-left: 30px; font-size: 18px; font-weight: 700;}
#flow .box .bloc dl dd span { display: block;}
#flow .box .bloc dl dd span.icn { width: 120px; margin-bottom: 12px; background: #000; border-radius: 50px; color: #fff; text-align: center;}
#flow .box .bloc dl.flow-1 dd span.icn { background: #E4007F;}
#flow .box .bloc dl.flow-2 dd span.icn { background: #F04500;}
#flow .box .bloc dl dd span.tit { font-size: clamp(20px,3.0vw,30px);}
#flow .box .bloc p { font-size: clamp(13px,2.0vw,20px);}
#flow .box .bloc p span { font-weight: 700;}
#flow .box .bloc .memo { width: 100%; margin-top: 20px; padding: 20px; background: #FFF5F9;}
#flow .box .bloc .memo.mb { margin-bottom: 20px;}
#flow .box .bloc .memo p { font-size: 18px; font-weight: 700;}
#flow .box .bloc .memo ul { font-size: 0px;}
#flow .box .bloc .memo ul li { display: inline-block; margin-right: 15px; font-size: 18px; font-weight: 700;}
#flow .box .arw { position: relative; text-align: center;}
#flow .box .arw:after { content: ''; display: block; width: 100%; height: 1px; position: absolute; left: 0; top: 50%;
 border-top: dashed 3px #CECECE;
}
#flow .box .arw span { position: relative; display: inline-block; width: 20%; max-width: 100px; padding: 10px 0 0; background: #fff; z-index: 2;}
#flow .box .arw span:before { content: ''; display: block; width: 0px; height: 0px; margin: 0 auto;
 border: solid 20px transparent; border-top: solid 25px #FBE0EC; border-bottom: 0;
}

#flow .box .area { padding-top: 40px;}
#flow .box .area h3 { font-size: clamp(24px,4.0vw,40px); font-weight: 700; text-align: center;}
#flow .box .area p { color: #E4007F; font-size: clamp(20px,3.0vw,30px); font-weight: 700; text-align: center;}
#flow .box .area figure { text-align: center;}
#flow .box .area figure img { width: 100%; max-width: 580px;}
@media (max-width: 801px) {
	#flow .ttl h2 span.badge { width: 12vw; height: 12vw; padding-top: 2.1vw; font-size: clamp(16px,3.0vw,24px);}
}
@media (max-width: 481px) {
	#flow .inner-sct { padding: 30px 0 60px;}
	#flow .ttl { margin-bottom: 12px;}
	#flow .ttl h2 span.badge { width: 72px; height: 72px; padding-top: 15px; margin-left: -20px; margin-right: 10px; font-size: 18px;}
	#flow .box .box-tit { padding: 8px 0;}
	#flow .box .box-tit h3 img { width: 30px; margin-right: 8px;}
	#flow .box .box-inner { padding: 20px 23px;}
	
	#flow .box .bloc { padding: 12px 0;}
	#flow .box .bloc dl { margin-bottom: 10px;}
	#flow .box .bloc dl dd { width: 60%; padding-left: 15px; font-size: 13px;}
	#flow .box .bloc .memo { margin-top: 10px; padding: 12px;}
	#flow .box .bloc .memo.mb { margin-bottom: 10px;}
	#flow .box .bloc .memo ul li { margin-right: 10px; font-size: 11px;}
	#flow .box .bloc .memo p { font-size: 11px;}
	
	#flow .box .arw:after { border-width: 2px;}
	#flow .box .arw span:before { border: solid 12px transparent; border-top: solid 20px #FBE0EC; border-bottom: 0;}
	
	#flow .box .area { padding-top: 20px;}
}



#contact { background: #048E50;}
#contact .inner-sct { padding: 60px 0 150px;}
#contact .ttl { margin-bottom: 32px;}
#contact .ttl h2 { text-align: center;}
#contact .ttl h2 img { width: 100%; max-width: 600px;}
#contact .message { width: 90%; max-width: 600px; margin: 0 auto 32px; padding: 10px 20px 20px; background: #fff;}
#contact .message .tit { margin-bottom: 12px; padding-bottom: 8px; border-bottom: solid 2px #048E50;}
#contact .message .tit h3 { color: #048E50; font-size: clamp(16px,3.0vw,30px); font-weight: 700; text-align: center;}
#contact .message .txt p { font-size: 18px;}
#contact .ctn { width: 88%; max-width: 800px; margin: 0 auto;}
#contact ul.formPart { margin-bottom: 30px;}
#contact ul.formPart li { padding: 12px 0;}
#contact ul.formPart li dl { display: table; width: 100%;}
#contact ul.formPart li dl dt,
#contact ul.formPart li dl dd { display: table-cell; vertical-align: top;}
#contact ul.formPart li dl dt { width: 260px; padding-top: 8px; color: #fff; font-size: 18px; font-weight: 700;}
#contact ul.formPart li dl dd { width: auto;}
#contact ul.formPart li dl dt span.required { display: inline-block; width: 80px; margin-right: 10px; padding: 2px; border-radius: 8px; background: #000; font-size: 14px; letter-spacing: 0.2rem; text-align: center;}

#contact ul.formPart li ul.addr li { padding: 4px 0;}
#contact ul.formPart li ul.addr li:first-child { padding-top: 0;}
#contact ul.formPart li ul.addr li:last-child { padding-bottom: 0;}
#contact ul.formPart li ul.addr li dl { display: block;}
#contact ul.formPart li ul.addr li dl dt,
#contact ul.formPart li ul.addr li dl dd { display: block; width: 100%;}
#contact ul.formPart li ul.addr li dl dt { padding-bottom: 4px;}


#contact ul.formPart li dl dd input[type="text"],
#contact ul.formPart li dl dd input[type="email"],
#contact ul.formPart li dl dd input[type="tel"] { width: 100%; padding: 8px; border: none; border-radius: 10px; background: #fff; }
#contact ul.formPart li dl dd input.zip { display: inline-block; width: 180px; margin-right: 20px; vertical-align: middle;}
#contact ul.formPart li dl dd textarea { width: 100%; height: 180px; padding: 8px; border: none; border-radius: 10px; background: #fff; }

#contact ul.formPart li dl dd span.set-zip { display: inline-block; padding: 5px 10px; background: #F9B900; border-radius: 5px;
 color: #fff; font-weight: 700; vertical-align: middle; cursor: pointer;
}

#contact .kit {}
#contact .kit h4 { color: #fff; font-size: clamp(24px,3.6vw,36px); font-weight: 700; text-align: center;}
#contact .kit ul { width: 100%; max-width: 520px; margin: 0 auto;}
#contact .kit ul li { padding: 12px 0;}
#contact .kit ul li label { position: relative; display: block; padding: 20px; padding-left: 50px; background: #fff; border-radius: 12px;}
#contact .kit ul li label input[type="radio"] { position: absolute; top: 28px; left: 12px; width: 20px; height: 20px;}
#contact .kit ul li dl {}
#contact .kit ul li dl dt { font-size: 16px; font-weight: 700;}
#contact .kit ul li dl dt span { font-size: clamp(16px,3.0vw,24px);}
#contact .assess { padding: 40px 0;}
#contact .assess p { font-size: 18px;}
#contact .assess p.mb { margin-bottom: 30px; color: #fff; font-size: 20px; font-weight: 700;}


.lp-contact-multifile-item { display: none;}
.lp-contact-multifile-item.is-show { display: flex; align-items: center;}
.lp-contact-multifile-item__label { color: #fff; font-weight: 700; letter-spacing: 0.05em; margin-right: 10px; flex: 0 0 120px;}
.lp-contact-multifile-item__btn { padding: 0 14px; height: 40px; border: none; border-radius: 5px; background: #fff;
 color: #000; font-size: 16px;
}
.lp-contact-multifile-item__field input[type=file] { display: none !important;}
.lp-contact-multifile-item + .lp-contact-multifile-item { margin-top: 5px;}

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

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


#contact .ctn .policy { margin-bottom: 30px;}
#contact .ctn .policy p { margin-bottom: 12px; font-size: 14px;}
#contact .ctn .policy p span.required { display: inline-block; width: 80px; margin-right: 10px; padding: 2px; border-radius: 8px; background: #000; color: #fff; font-weight: 700; letter-spacing: 0.2rem; text-align: center;}

#contact .ctn .policy .box { width: 100%; background: #fff;}
#contact .ctn .policy .scroll { width: 100%; height: 200px; padding: 20px; margin: 0 auto; overflow-y: scroll;}
#contact .ctn .policy .box h4 { margin-bottom: 12px; font-size: 14px;}
#contact .ctn .policy .box p { margin-bottom: 0px; font-size: 14px;}
#contact .ctn .policy .box ul li { font-size: 14px;}
#contact .ctn .policy .box ul li span { display: block;}

#contact .ctn .confirm { margin-bottom: 20px;}
#contact .ctn .confirm p { color: #fff; font-size: 18px; font-weight: 700; text-align: center;}
#contact .ctn .confirm p input { width: 15px; height: 15px; margin-right: 10px; background: #fff; vertical-align: baseline; 
 appearance: checkbox; -webkit-appearance: checkbox;
}
#contact .ctn .btn-submit { position: relative; width: 88%; max-width: 400px; margin: 0 auto; }
#contact .ctn .btn-submit input[type="submit"] { width: 100%; padding: 15px 0;
 background: #FFEDB8; border: none; border-radius: 50px;  box-shadow: 3px 4px 0 #BF4600;
 color: #E63967; font-size: 20px; font-weight: 700; text-align: center;
}
#contact .ctn .btn-submit input[type="submit"]:hover { background: #fff6db;}

@media (max-width: 801px) {
	#contact .message .txt p { font-size: 16px;}
	#contact ul.formPart li dl dt,
	#contact ul.formPart li dl dd { display: block;}
	#contact ul.formPart li dl dt { width: 100%; margin-bottom: 8px; padding-top: 0px; font-size: 16px;}
	#contact ul.formPart li dl dt span.required { width: 72px; font-size: 12px;}
	#contact ul.formPart li dl dd { font-size: 14px;}
	#contact ul.formPart li dl dd input.zip { margin-right: 10px;}
	#contact ul.formPart li ul.addr li dl dt { padding-bottom: 0px;}

  .lp-contact-multifile-item { font-size: 13px;}
  .lp-contact-multifile-item__label { flex: 0 0 100px; }
  .lp-contact-multifile-item__btn { font-size: 12px; height: 28px; padding: 0 7px;}

	#contact .ctn .policy p { font-size: 12px;}
}
@media (max-width: 641px) {
	#contact .ctn .assess { padding: 20px 0;}
}
@media (max-width: 481px) {
	#contact .inner-sct { background-size: 200px auto;}
	#contact .message { padding: 8px 20px 12px;}
	#contact .message .txt p { font-size: 13px;}

	#contact ul.formPart li dl dt { margin-bottom: 6px; font-size: 14px;}
	#contact ul.formPart li dl dd { font-size: 13px;}
	#contact ul.formPart li ul.addr li dl dt { margin-bottom: 3px;}

	#contact ul.formPart li dl dd input[type="text"],
	#contact ul.formPart li dl dd input[type="email"],
	#contact ul.formPart li dl dd input[type="tel"] { border-radius: 6px;}
	#contact ul.formPart li dl dd textarea { height: 150px; border-radius: 6px;}

	#contact .ctn .assess p { margin-bottom: 20px; font-size: 16px;}

	#contact .ctn .policy { margin-bottom: 20px;}
	#contact .ctn .policy p { font-size: 12px;}
	#contact .ctn .policy .box h4{ margin-bottom: 8px; font-size: 13px;}
	#contact .ctn .policy .box p { font-size: 12px;}
	#contact .ctn .policy .box ul li { font-size: 12px;}


}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lp-goods-item {
  flex: 0 1 calc((100% - (var(--goods-col-num) - 1) * 18px) / var(--goods-col-num));
}
.lp-goods-item__pic {
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  margin-bottom: 10px;
  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: 120px 0 80px;}
#jisseki .ttl { margin-bottom: 20px;}
#jisseki .ttl h2 { text-align: center;}
#jisseki .ttl h2 img { width: 100%; max-width: 800px;}
#jisseki .read { margin-bottom: 20px;}
#jisseki .read p { text-align: center;}
#jisseki .ctn { width: 94%; max-width: 1200px; margin: 0 auto 40px;}
#jisseki .ctn ul { margin-bottom: 20px; font-size: 0;}
#jisseki .ctn ul li { position: relative; display: inline-block; width: 33%; padding: 12px; vertical-align: top;}
#jisseki .ctn ul li:before,
#jisseki .ctn ul li:after { content: ''; display: block; width: 0px; height: 0px; border: solid 15px transparent; position: absolute; z-index: 10;}
#jisseki .ctn ul li:before{ top: 10px; left: 10px; border-top: solid 15px #fff; border-left: solid 15px #fff;}
#jisseki .ctn ul li:after { bottom: 10px; right: 10px; border-bottom: solid 15px #fff; border-right: solid 15px #fff;}
#jisseki .ctn ul li dl { position: relative; padding: 25px 20px; background: linear-gradient(#048E50,#004E2B);}
#jisseki .ctn ul li dl dt {}
#jisseki .ctn ul li dl dt span { display: inline-block; min-width: 120px; margin-bottom: 12px; padding: 5px 10px; background: #000; border-radius: 50px;
 color: #fff; font-size: 14px; font-weight: 700; text-align: center;
}
#jisseki .ctn ul li dl dt img { display: block; width: 100%; margin: 0 auto;}
#jisseki .ctn ul li dl dd { font-weight: 700; text-align: center;}
#jisseki .ctn ul li dl dd.name { padding: 20px 0; color: #fff; font-size: clamp(12px,2.0vw,20px); line-height: 1.4;}
#jisseki .ctn ul li dl dd.line { position: relative; display: block; width: 72%; height: 3px; margin: 0 auto; background: #048E50;}
#jisseki .ctn ul li dl dd.line:before,
#jisseki .ctn ul li dl dd.line:after { content: ''; display: block; width: 8px; height: 8px; background: #048E50;
 position: absolute; top: 50%; transform: translateY(-50%);
}
#jisseki .ctn ul li dl dd.line:before{ left: 0;}
#jisseki .ctn ul li dl dd.line:after { right: 0;}
#jisseki .ctn ul li dl dd.price { position: relative; width: 100%;
 color: #D40004; font-size: clamp(12px,2.0vw,20px); font-weight: 700; line-height: 1;
}
#jisseki .ctn ul li dl dd.price span.color { display: block; position: absolute; width: 100%; padding-top: 18px; z-index: 2;}
#jisseki .ctn ul li dl dd.price span.stroke{ display: block; position: relative; width: 100%; padding-top: 18px;
 text-stroke: 8px #fff; -webkit-text-stroke: 8px #fff;
}
#jisseki .ctn ul li dl dd.price span.color span { display: inline-block; font-size: clamp(14px,3.0vw,30px);}
#jisseki .ctn ul li dl dd.price span.color span em { font-size: clamp(20px,3.6vw,36px);}

#jisseki .ctn ul li dl dd.price span.stroke span { display: inline-block; font-size: clamp(14px,3.0vw,30px);}
#jisseki .ctn ul li dl dd.price span.stroke span em { font-size: clamp(20px,3.6vw,36px);}
#jisseki .ctn .btn { width: 80%; max-width: 400px; margin: 0 auto;}
#jisseki .ctn .btn a { display: block; width: 100%;}
#jisseki .ctn .btn a img { width: 100%;}
#jisseki .ctn .btn a:hover img { opacity: 0.8;}
@media (max-width: 801px) {
	#jisseki .ctn ul li { width: 50%;}
}
@media (max-width: 481px) {
	#jisseki .inner-sct { padding: 40px 0;}
	#jisseki .ctn ul li { padding: 6px;}
	#jisseki .ctn ul li:before,
	#jisseki .ctn ul li:after { border: solid 10px transparent;}
	#jisseki .ctn ul li:before{ top: 5px; left: 5px; border-top: solid 10px #fff; border-left: solid 10px #fff;}
	#jisseki .ctn ul li:after { bottom: 5px; right: 5px; border-bottom: solid 10px #fff; border-right: solid 10px #fff;}
	#jisseki .ctn ul li dl { padding: 15px 12px;}
	#jisseki .ctn ul li dl dd.name { padding: 12px 0;}
	#jisseki .ctn ul li dl dd.price span.stroke{ text-stroke: 4px #fff; -webkit-text-stroke: 4px #fff;}
	#jisseki .ctn ul li dl dd.line { height: 2px;}
	#jisseki .ctn ul li dl dd.line:before,
	#jisseki .ctn ul li dl dd.line:after { width: 5px; height: 5px;}
}

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

/**
 * 買取実績
 */



/**
 * お客様の声
 */
.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;
  }
}
