@charset "utf-8";
/* css document */

/* =================================================
* reset
* ================================================*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
margin: 0px;
padding: 0px;
border: 0px;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
outline: none;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
display: block;
}

ul, ol {
list-style: none;
}

table {
border-spacing: 0px;
empty-cells: show;
}

body {
/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
font-family: 'Noto Sans JP', sans-serif;
}

img{
vertical-align: bottom;
font-size:0;
line-height:0;
}

/* clearfix */
.clearfix:after {
content: "";
display: block;
clear: both;
}
.clearfix {
zoom: 1;
overflow: hidden;
}

/*========================================
common
========================================*/
a {
display: block;
}
img {
max-width: 100%;
}
img:not([width]) {
width: 100%;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.4rem; /* =14px*/
-webkit-text-size-adjust:100%;
background: #fff;
}
.wrap {
width: 100%;
max-width: 750px;
background: #fff;
color: #333;
line-height: 1.5em;
margin: 0 auto;
}
@media(min-width: 750px){
a[href^="tel:"]{pointer-events: none;}
}
@media screen and (max-width: 750px) {
  img:not([width]) {
  max-width: 750px;
  }
  .wrap {
  max-width: 750px;
  }
}

video {
	display: block;
	width: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sec4-2 {
	padding: 0 3.4%;
	background: #000 url(../../images/lp2026_images/04-2.webp) 0 0/100% 100% no-repeat;
}
.sec4-3 {
	padding: 2em 0;
	text-align: center;
	font-size: clamp(14px, 3.2vw, 24px);
	line-height: 2;
	font-weight: 700;
	background: url(../../images/lp2026_images/04-3.webp) 0 0/100% 100% no-repeat;
}

.sec7-2 {
	padding: 2em 0;
	text-align: center;
	font-size: clamp(14px, 3.0vw, 22px);
	line-height: 2;
	font-weight: 700;
	background: #f6ebdc;
}
.point1 {
	position: relative;
}
.point1-2 {
	padding: 0 6.2%;
	background: url(../../images/lp2026_images/point1-02.webp) 0 0/100% 101% no-repeat;
}
.point1 .point1-over {
	position: relative;
}
.point1 .point1-over img {
	position: absolute;
	top: -170px;
	left: 0;
	width: 100%;
	z-index: 9;
}
@media (max-width: 750px) {
	.point1 .point1-over img {
		top: -26vw;
	}
}
.compare-02 {
	padding: 1em 0;
	text-align: center;
	font-size: clamp(14px, 3.2vw, 24px);
	line-height: 2;
	background: url(../../images/lp2026_images/compare-02.webp) 0 0/100% 100% no-repeat;
}
.story p {
	padding: 2em 0 3em;
	text-align: center;
	font-size: clamp(14px, 3.2vw, 24px);
	line-height: 1.8;
	font-weight: 700;
	background: linear-gradient(to bottom, #f0f4f7, #ffffff);
}
.history {
	background: url(../../images/lp2026_images/history-bg.webp) 0 0/100% 100% no-repeat;
}
.history-bg01 {
	padding: 1em 0;
	text-align: center;
	font-weight: 700;
	font-size: clamp(14px, 3.2vw, 24px);
	line-height: 2;
	background: #f3f0f1;
}
.history-bg02 {
	padding:0 85px;
}
@media (max-width: 750px) {
	.history-bg02 {
		padding:0 11%;
	}
}
.history-bg02 p {
	padding: 0.5em 0;
	font-size: clamp(14px, 3.0vw, 23px);
	line-height: 1.6;
}
.history-bg02 p.head {
	font-weight: 700;
}
.store {
	background: #fff;
}
.store p {
	padding: 1em 0;
	text-align: center;
	font-weight: 700;
	font-size: clamp(14px, 3.2vw, 24px);
	line-height: 2;
}

/* --- qa --- */
.accordion-container {
	margin: 0 3%;
}
.accordion-item + .accordion-item {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #3b3b3b;
}
.accordion-question {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 0.5em 20px 0.5em 100px;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	font-size: clamp(14px, 3.2vw, 24px);
	line-height: 1.8;
	text-align: left;
	background: #fff url(../../images/lp2026_images/qa-ico-q.webp) 0 0/100px no-repeat;
	color: #000;
	box-sizing: border-box;
}
.accordion-answer {
	display: none; 
	background-color: #fff;
}
.answer-content {
	padding: 0 0 1.5em;
}
.answer-body {
	padding: 0.5em 10px 0.5em 100px;
	font-size: clamp(14px, 3.2vw, 24px);
	line-height: 1.8;
	background: #fff url(../../images/lp2026_images/qa-ico-a.webp) 0 0/100px no-repeat;
}

.accordion-icon {
	position: relative;
	width: 30px;
	height: 30px;
	transition: transform 0.3s ease;
}
.accordion-icon::before, .accordion-icon::after {
	content: '';
	position: absolute;
	background-color: #333;
}
.accordion-icon::before {
	width: 2px;
	height: 30px;
	top: 0;
	left: 14px;
	transition: opacity 0.3s;
	} /* 縦線 */
.accordion-icon::after {
	width: 30px;
	height: 2px;
	top: 14px;
	left: 0;
} /* 横線 */
.accordion-question.is-active .accordion-icon {
	transform: rotate(180deg);
}
.accordion-question.is-active .accordion-icon::before {
	opacity: 0; /* 縦線を消して「ー」にする */
}

@media (max-width: 750px) {
	.accordion-question {
		padding-left: 13.3vw;
		background: #fff url(../../images/lp2026_images/qa-ico-q.webp) 0 0/13.3vw no-repeat;
	}
	.answer-body {
		padding-left: 13.3vw;
		background: #fff url(../../images/lp2026_images/qa-ico-a.webp) 0 0/13.3vw no-repeat;
	}
	.accordion-icon {
		width: 4vw;
		height: 4vw;
	}
	.accordion-icon::before {
		height: 4vw;
		left: calc(2vw - 1px);
	}
	.accordion-icon::after {
		width: 4vw;
		top: calc(2vw - 1px);
	}
}

.offer {
	padding: 100px 25px 75px;
	background: url(../../images/lp2026_images/offer-bg.webp) 0 0/100% no-repeat;
}
.offer .bxslider_wrap {
	position: relative;
}
.offer .bxslider_wrap .bx-controls .bx-controls-direction .bx-prev {
	position: absolute;
	top: -270px;
	left: 0;
	width: 70px;
	height: 141px;
	background: url(../../images/lp2026_images/btn-next.webp) 0 0/100% no-repeat;
	text-indent: -9999px;
	z-index: 99999;
}
.offer .bxslider_wrap .bx-controls .bx-controls-direction .bx-next {
	position: absolute;
	top: -270px;
	right: 0;
	width: 70px;
	height: 141px;
	background: url(../../images/lp2026_images/btn-prev.webp) 0 0/100% no-repeat;
	text-indent: -9999px;
	z-index: 99999;
}
.offer-note {
	position: relative;
	margin-top: -0.5em;
	padding: 0 1.5em 1em;
	font-size: clamp(11px, 2.6vw, 20px);
	line-height: 1.4;
	z-index: 9999;
}
.offer-note li + li {
	margin-top: 0.3em;
}
.offer-note li:before {
	content: "■";
	color: #95989d;
}

@media (max-width: 750px) {
	.offer {
		padding: 12vw 3.333vw 9vw;
	}
	.offer .bxslider_wrap .bx-controls .bx-controls-direction .bx-prev,
	.offer .bxslider_wrap .bx-controls .bx-controls-direction .bx-next {
		top: -39vw;
		width: 9.3vw;
		height: 18.8vw;
	}
}

.footer {
	padding-bottom: 3em;
	font-size: clamp(12px, 2.6vw, 20px);
	background: #eeefef;
}
.footer-nav {
	padding-bottom: 3em;
}
.footer-nav li a {
	display: block;
	padding: 1em;
	text-align: center;
	color: #2c313b;
	text-decoration: none;
}
.footer-nav li {
	border-bottom: 1px solid #b5b7ba;
}




.howto {
	position: relative;
}
.howto .bxslider_wrap .bx-controls .bx-controls-direction .bx-prev {
	position: absolute;
	top: 670px;
	left: 0;
	width: 70px;
	height: 141px;
	background: url(../../images/lp2026_images/btn-next.webp) 0 0/100% no-repeat;
	text-indent: -9999px;
}
.howto .bxslider_wrap .bx-controls .bx-controls-direction .bx-next {
	position: absolute;
	top: 670px;
	right: 0;
	width: 70px;
	height: 141px;
	background: url(../../images/lp2026_images/btn-prev.webp) 0 0/100% no-repeat;
	text-indent: -9999px;
}
@media (max-width: 750px) {
	.howto .bxslider_wrap .bx-controls .bx-controls-direction .bx-prev,
	.howto .bxslider_wrap .bx-controls .bx-controls-direction .bx-next {
		top: 90vw;
		width: 9.3vw;
		height: 18.8vw;
	}
}

#floating-bnr {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
#floating-bnr img {
	display: block;
	margin: auto;
	max-width: 750px;
	width: 100%;
}
.bx-viewport {
	touch-action: pan-y !important;
}


/*
<div class="bx-pager bx-default-pager">
	<div class="bx-pager-item"><a data-slide-index="0" class="bx-pager-link">1</a></div>
	<div class="bx-pager-item"><a data-slide-index="1" class="bx-pager-link active">2</a></div>
	<div class="bx-pager-item"><a data-slide-index="2" class="bx-pager-link">3</a></div>
	<div class="bx-pager-item"><a data-slide-index="3" class="bx-pager-link">4</a></div>
	<div class="bx-pager-item"><a data-slide-index="4" class="bx-pager-link">5</a></div>
	<div class="bx-pager-item"><a data-slide-index="5" class="bx-pager-link">6</a></div>
</div>
*/

.offer-main {
	position: relative;
	height: 650px;
}
.offer-main .bx-controls {
	position: relative;
	background: url(../../images/lp2026_images/offer-thumbnail.webp) 0 0/100% no-repeat;
	height: 300px;
}
.offer-main .bx-pager {
	display: flex;
	justify-content: center;
	gap: 43px;
}
.offer-main .bx-pager a {
	margin-top: 25px;
	display: block;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid transparent;
	width: 158px;
	height: 190px;
	text-indent: -9999px;
	box-sizing: border-box;
}
.offer-main .bx-pager a.active {
	border: 5px solid #d12539;
}
.offer-main .bx-pager-item:nth-child(2n) {
	margin-left: -201px;
}

@media (max-width: 750px) {
	.offer-main {
		height: 87vw;
	}
	.offer-main .bx-controls {
		height: 40vw;
	}
	.offer-main .bx-pager {
		gap: 4.8vw;
	}
	.offer-main .bx-pager a {
		margin-top: 3.3vw;
		border: 3px solid transparent;
		width: 22vw;
		height: 25.8vw;
	}
	.offer-main .bx-pager a.active {
		border: 3px solid #d12539;
}
	.offer-main .bx-pager-item:nth-child(2n) {
		margin-left: -26.8vw;
	}
}

.freedial {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 37px;
	height: 22px;
	background: url(../../images/lp2026_images/ico_freedial.webp) 0 0/100% no-repeat;
}
@media (max-width: 750px) {
	.freedial {
		width: 1.7em;
		height: 1.2em;
	}
}

.video-container {
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 16 / 9;	 
	position: relative;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@supports not (aspect-ratio: 16 / 9) {
	.video-container {
		height: 0;
		padding-top: 56.25%; /* 9 ÷ 16 = 0.5625 */
	}
}