/*------------------------------
Re・De Pot
LP スタイルシート
------------------------------*/
h1, .h1, h2, .h2, h3, .h3 {
	line-height: 1.6;
	text-align: center;
}
.footer_container-box h3 {
	line-height: 1.8;
}
.text-info, .text-info * {
	color: var(--color-d-grey);
	font-size: 80%;
	line-height: 1.8;
	margin-top: 1em;
}



/*------------------------------共通レイアウト*/
.content section {
	margin-bottom: calc(var(--spacing-common) * 6);
}


　
/*------------------------------
LP
------------------------------*/

#lp_new img {
	width: 100%;
	height: auto;
}
.ttl_sp {
	margin-bottom: 4vw;
}
#lp_new h3.sttl {
	font-size: 150% !important;
	margin-bottom: 1.4rem;
	font-weight: 600;
}
#lp_new h3.sttl br {
	display: none;
}
.heading-sub {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .1em;
}
.content .mv {
	position: relative;
}
.mv .titleArea {
    width: 100%;
	height: 100%;
	aspect-ratio: 96 / 49;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mv .titleArea h1 {
	font-size: 180%;
	letter-spacing: 0.085em;
	color: #FFF;
	padding-top: 0;
	line-height: 1.8;
}
.mv .titleArea h1 span {
	display: inline-block;
	position: relative;
	font-size: 74%;	
	padding-bottom: 0.5rem;
	margin-bottom: 1.2rem;
}
.mv .titleArea h1 span::after {
	width: 100%;
	height: 1px;
	display: inline-block;
	content: '';
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mv .titleArea h2 {
	padding-bottom: 14%;
}
.mv .titleArea h2 img {
	width: 84%;
}
.lp-makuake_link {
	background: #888A8B;
	text-align: center;
	padding: 0.8rem 0 1rem;
	transition: background 0.4s 0s linear;
}
.lp-makuake_link:hover {
	background: #606060;
}
.lp-makuake_link a {
	color: #FFF;
}
.lp-makuake_link a p,
.lp-makuake_link a h3{
	font-size: 1.5rem;
	margin: 0;
	line-height: 1.8;
}
.readArea {
	margin: 6vw auto 10vw;
}
.readArea p {
	line-height: 2.4;
	font-size: 114.3%;
}
.readArea .imgArea {
	margin: 5vw auto 0;
}
.lp_newPoint li {
	width: 30%;
	text-align: center;
}
.lp_newPoint li:nth-child(2) {
	margin: 0 5%;
}
.lp_newPoint li section {
	margin-bottom: 0;
}
.lp_newPoint li img {
	width: 70%;
	display: block;
	margin: 0 auto 4rem;
}
.lp_newPoint li p {
	margin-top: 0;
	font-size: 114.3%;
}
.lp_newPointBox {
	margin: 8vw 0 0;
}
.lp_newPointBox .box .imgArea {
	width: 50%;
	margin: 0;
}
.lp_newPointBox .box .textArea {
	width: 45%;
	margin: 0;
}
.lp_newPointBox .box .textArea li {
	position: relative;
	margin-bottom: 3rem;
	font-size: 150%;
	line-height: 1.4;
}
span.markr {
	display: inline;
	position: relative;
	background: linear-gradient(transparent 47%, #F2F2F2 0%);
	padding: 1rem 0　0.5rem;
}
.lp_newPointBox .box {
	margin-bottom: 4vw;
}
.lp_colorType {
	margin-bottom: 0;
}
.lp_colorType .inner_s li {
	width: 44%;
	text-align: center;
}
.lp_colorType .inner_s li .sttl {
	font-weight: 600;
	font-size: 2rem !important;
}
.lp_colorType .inner_s li img {
	width: 70%;
	height: auto;
}
.lp_colorType .inner_s li p {
	margin: 0;
	font-size: 114.3%;
}
#lp_new .fdImg {
	position: relative;
}
#lp_new .fdImg li:nth-child(2){
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	animation: slidefd 6s linear infinite;
	animation-delay: -6.5s;
}
.lp_checkpoint .textArea {
	width: 50%;
	padding: 0 8%;
	box-sizing: border-box;
}
.lp_checkpoint .textArea h2{
	font-size: 164.3%;
	text-align: left;
}
.lp_checkpoint .textArea p {
	font-size: 114.3%;
}
.lp_checkpoint .fdImg {
	width: 45%;
}
.lp_checkpoint div.flx:last-of-type .fdImg {
	margin-top: -4%;
}
.lp_endImgList {
	margin: 4vw 0 0;
}
.lp_endImgList li {
	width: 31%;
}
#lp_new .overview,
#lp_new .bg_gr section {
	margin-bottom: 0;
}
#lp_new .bg_gr {
	background: #F2F2F2;
}
.makuake_linkBtn {
	padding: 10vw 0;
}
.makuake_linkBtn h3 {
	font-size: 164.3%;
}
.makuake_linkBtn p{
	font-size: 114.3%;
}
.lineBtn {
	display: inline-block;
	border: 1px solid #111;
	padding: 1rem 3rem;
	background: #FFF;
	opacity: 1;
	font-size: 114.3%;
	font-weight: 600;
}
.lineBtn:hover {
	opacity: 0.6;
	transition: opacity 0.4s 0s linear;
}
#lp_new .bg_gr .lineBtn {
	margin-top: 2vw;
}
.flxcol_sp,
.flx {
	display: flex;
}
.flx.col {
	flex-direction: column;
}
.flx.al-c {
	align-items:center;
}
.flx.jc_spc-b {
	justify-content: space-between;
}
.flx.jc_spc-c {
	justify-content: center;
}

.inner_s,
.inner {
	margin-left: auto;
	margin-right: auto;
}
.inner_s {
	width: 56%;
}
.inner {
	width: 70%;
}
#voiceArea {
	width: 100%;
	height: 100%;
	min-height: 760px;
	aspect-ratio: 16 / 6;
	background: url(../img/lp/voice_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#voiceArea .inner {
	position: relative;
	max-width: 1280px;
	height: 100%;
	aspect-ratio: 16 / 6;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#voiceArea .voiceList {
	padding-bottom: 2rem;
}
#voiceArea .voiceList .piece {
	width: 40%;
	padding-bottom: 20px;
	position: relative;
	cursor: pointer;
	transform-origin: 50% 50%;
	will-change: opacity, transform;
	opacity: 0;
	transition: 0.4s ease-in-out;
}
#voiceArea .voiceList .piece.show {
	opacity: 1;
}
#voiceArea .voiceList .piece.num01 {
	width: 54%;
	left: 20%;
	transform: scale(1);
}
#voiceArea .voiceList .piece.num01 .textArea p {
	font-size: 2.8rem;
}
#voiceArea .voiceList .piece.num01:hover {
	transform: scale(1.2);
}
#voiceArea .voiceList .piece.num02 {
	width: 32%;
	left: 60%;
	transform: translateY(10%);
}
#voiceArea .voiceList .piece.num02 .textArea p {
	font-size: 2.2rem;
}
#voiceArea .voiceList .piece.num02:hover {
	transform: scale(1.2) translateY(10%);
}
#voiceArea .voiceList .piece.num03 {
	width: 44%;
	left: 11%;
    margin-top: -10%;
}
#voiceArea .voiceList .piece.num03 .textArea p {
	font-size: 1.8rem;
}
#voiceArea .voiceList .piece.num03:hover {
	transform: scale(1.2);
}
#voiceArea .voiceList .piece .piceWrp {
	background: rgba(255,255,255,0.8);
	border-radius: 20px;
	padding: 5% 4% 5%;
	box-sizing: border-box;
	position: relative;
}
#voiceArea .voiceList .piece .piceWrp.right::after {
 content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -30px;
  border-right: 16px solid rgba(255, 255, 255,0.8);
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  transform: rotate( 124deg);
}
#voiceArea .voiceList .piece .piceWrp.left::after {
 content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 20%;
  bottom: -30px;
  border-right: 16px solid rgba(255, 255, 255,0.8);
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  transform: rotate( 57deg);
}
#voiceArea .voiceList .piece:hover .piceWrp {
	background: rgba(255, 255, 255, 1);
}
#voiceArea .voiceList .piece:hover .piceWrp.left::after,
#voiceArea .voiceList .piece:hover .piceWrp.right::after {
    border-right: 16px solid rgba(255, 255, 255, 1);
}
#voiceArea .voiceList .piece .textArea{
	font-size: 142%;
	font-weight: 600;
	background: url(../img/lp/voice_mark.svg) no-repeat 0 0;
	background-size: 6% auto;
	padding: 6% 0 0 7%;
}
#voiceArea .voiceList .piece .textArea p{
	line-height: 1.5;
}
#voiceArea .voiceList .piece .infoArea {
	padding-top: 1.5rem;
}
#voiceArea .voiceList .piece .infoArea h3,
#voiceArea .voiceList .piece .infoArea p {
	font-size: 80%;
	text-align: right;
	font-weight: 400;
	margin: 0;
	color: #656565;
}

@keyframes slidefd {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1600px) {
	.mv .titleArea h2 img {
	width: 74%;
	}
	#lp_new h3.sttl br {
	display: block;
	}
}
@media screen and (max-width: 1400px) {
	.readArea .imgArea {
	margin: 8vw auto 0;
	}
	.inner_s {
	width: 70%;
	}
	.inner {
	width: 80%;
	}
	.mv .titleArea h1 {
    font-size: 160%;
	}
	#voiceArea .voiceList .piece.num03 {
    margin-top: -12%;
	}
}
@media screen and (max-width: 1200px) {
	.mv .titleArea h1 {
    font-size: 150%;
	}
	.mv .titleArea h2 img {
	width: 64%;
	}
	#lp_new h3.sttl{
	font-size: 134%;
	}
	#voiceArea .voiceList .piece.num03 {
	width: 44%;
	margin-top: -16%;
	}
}
@media screen and (max-width: 1024px) {
	.lp_endImgList {
    margin: 8vw 0 0;
	}
	.inner_s {
	width: 80%;
	}
	.inner {
	width: 90%;
	}
	#voiceArea .inner {
	min-height: 100%;
	}
	#voiceArea .voiceList .piece.num01 {
	width: 68%;
	}
	#voiceArea .voiceList .piece.num02 {
	width: 40%;
	left: 60%;
	}
	#voiceArea .voiceList .piece.num03 {
	width: 56%;
	left: 0;
	}
}
@media screen and (max-width: 840px) {
	.lp_newPoint {
	flex-direction: column;
	}
	.lp_newPoint li:nth-child(2) {
	margin: 0 0 4rem;
	}
	.lp_newPoint li {
	width: 100%;
	margin-bottom: 4rem;
	}
	.lp_newPoint li section.col {
	flex-direction: row;
	align-items: center;
	}
	.lp_newPoint li img {
	width: 34%;
	margin: 0;
	}
	.lp_newPoint li img + div {
	width: 60%;
	text-align: left;
	padding-left: 6%;
	}
	.lp_newPoint li img + div h3 {
	text-align: left;
	}
	.lp-makuake_link a p, .lp-makuake_link a h3{
	font-size: 96%;
	}
	.lp_checkpoint div.flx:last-of-type .fdImg {
	margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	#voiceArea {
	width: 100%;
	height: 100%;
	min-height: auto;
	aspect-ratio: 39 / 58;
	position: relative;
	overflow: hidden;
	}
	#voiceArea .inner {
	height: 100%;
	aspect-ratio: 39 / 58;
	}
	#voiceArea .voiceList .piece {
	margin-bottom: 4rem;
	}
	#voiceArea .voiceList .piece.num01 {
	width: 100%;
	left: 0;
	transform: translateY(0);
	}
	#voiceArea .voiceList .piece.num02 {
	width: 100%;
	left: 0;
	transform: translateY(0);
	}
	#voiceArea .voiceList .piece.num03 {
	width: 100%;
	left: 0;
    transform: translateY(0);
    margin-top: 0;
	}
}
@media screen and (max-width: 640px) {
	.readArea p {
	line-height: 1.8;
	}
	.content section {
    margin-bottom: calc(var(--spacing-common) * 4);
	}
	.flxcol_sp {
	flex-direction: column;
	}
	.mv .titleArea {
	aspect-ratio: 131 / 200;
	}
	.mv .titleArea h1 {
	font-size: 140%;
	}
	.readArea {
	width: 100%;
	overflow: hidden;
	padding: 5vw 5% 0;
	}
	.readArea .imgArea.inner_s {
	width: 100%;
	}
	.mv .titleArea h2 img {
	width: 50%;
	}
	.inner_s {
	width: 90%;
	}
    .lp_newPoint li {
	width: 100%;
    }
    .lp_newPoint li section.col {
	flex-direction: column;
	align-items: center;
    }
    .lp_newPoint li img + div{
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 2rem;
    }
    #lp_new h3.sttl {
    font-size: 134% !important;
    margin-bottom: 1rem;
    }
    .lp_newPoint li img + div h3.{
    text-align: center;
    font-size: 120% !important;
    }
    .lp_newPoint li img {
    width: 44%;
	}
	.lp_newPointBox > .flx {
	flex-direction: column;
	gap: 20px;
	}
	.lp_newPointBox > div {
    padding-bottom: 8vw;
	}
	.lp_newPointBox .box .textArea,
	.lp_newPointBox .box .imgArea {
	width: 100%;
	}
	.lp_newPointBox > .flx.sp_col_rv,
	.sp_col_rv {
	flex-direction: column-reverse;
	}	
	.lp_newPoint {
	width: calc((280px * 3) + 40px);
	flex-direction: row;
	padding-top: 10vw;
	}
	.scroll-x_sp {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-bottom: calc(var(--spacing-common) * 4);
	overflow-x: auto;
	}
	.lp_newPoint li {
	width: 300px;
	margin: 0 0 0 20px;
	}
	.lp_newPoint li img {
	width: 46%;
	margin: 0 auto;
	}
	.lp_newPoint li img + div {
	width: 90%;
	text-align: center;
	margin: 2rem auto 0;
	padding-bottom: 4rem;
	}
	.lp_newPoint li img + div h3 {
	text-align: center;
	}
	.lp_newPoint li p{
	font-size: 100%;
	} 
	.lp-makuake_link a h3{
	font-size: 100%;
	}
	.makuake_linkBtn {
    padding: 10vw 0 20vw;
	}
	.ttl_sp {
    margin-bottom: 10vw;
	}
	.lp_colorType > ul.flx {
	align-items: center;
	gap: 14vw;
	}
	.lp_colorType .inner_s li {
    width: 100%;
    text-align: center;
	}
	.lp_colorType .inner_s li img {
	width: 60%;
    margin: 0 auto;
	}
	.lp_checkpoint .textArea {
    width: 100%;
    padding: 0 0 10vw;
	}
	.lp_checkpoint .fdImg {
    width: 100%;
    margin: 0 0 16vw;
	}
	.lp_checkpoint .textArea h2 {
    font-size: 146%;
	}
	#lp_new .bg_gr section {
    padding: 16vw 0;
	}
	.lp_newPointBox .box .textArea li:after {
	top: 0.5rem;
	transform: translateY(0);
	}
	.lp_checkpoint div.flx:last-of-type .fdImg {
	margin-top: 0;
	}
	.lp_checkpoint.inner {
	width: 80%;
	}
	.lp_newPointBox .box .textArea li {
	font-size: 134%;
	margin-bottom: 1rem;
	}
	.lp_newPoint li:nth-child(2) {
	margin: 0 0 0;
	}
	.makuake_linkBtn h3{
	font-size: 136%;
	}
	.makuake_linkBtn p {
    font-size: 100%;
    margin-bottom: 2rem;
	}
	#voiceArea .inner,
	#voiceArea {
	aspect-ratio: 39 / 78;
	}
	#voiceArea .voiceList .piece {
	margin-bottom: 2rem;
	}
	#voiceArea .voiceList .piece.num01 .textArea p {
    font-size: 1.8rem;
	}
	#voiceArea .voiceList .piece.num02 .textArea p {
    font-size: 1.8rem;
	}
	#voiceArea .voiceList .piece.num03 .textArea p {
    font-size: 1.5rem;
	}
}


footer {
margin-top: 0 !important;
}