@charset "UTF-8";

/*
    ワケアリ王LP専用CSS
*/

/*全体*/
.lp_container {
	width: 724px !important;
}
.grad-blue {
	background: rgb(17,33,85);
	background: linear-gradient(90deg, rgba(17,33,85,1) 0%, rgba(38,79,210,1) 100%);
}
.lp-wrapper {
	overflow: unset;
}
.l-content {
	padding-top: 0 !important;
}
.l-mainContent__inner>.post_content {
	margin-top: 0;
}
@media screen and (max-width: 599px) {
	.lp-wrapper {
		padding: 0;
	}
}
.lp-wrapper .wp-block-cover__inner-container {
	max-width: 100% !important;
}
.lp-wrapper .swell-block-columns__inner {
	position: relative;
  display: flex;
  align-items: flex-start;
}
#header,
#breadcrumb,
h1.c-pageTitle,
#before_footer_widget {
  display:none;
}
#footer {
	background-color: #112155;
	color: #fff;
}
#content {
	margin-bottom: 0;
}
.top #content {
  padding-top: 0;
}
.l-mainContent__inner>.post_content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wp-block-cover {
    overflow: visible !important;
}


@media screen and (min-width: 1201px) {
    .lp_header {
        position: sticky;
        top: 0;
        display: grid;
        place-items: center;
        place-content: center;
        flex: 1;
        height: 100vh;
    }
    .lp_footer {
  			width: 500px;
        position: sticky;
        top: 0;
        display: grid;
        place-items: center;
				align-content: center;
        height: 100vh;
        margin-top: 0;
    }
}
@media screen and (max-width: 1600px) {
	.lp_header,
	.lp_footer {
		display: none;
	}
	.lp-wrapper .swell-block-columns__inner {
		justify-content: center;
	}
}

/*CTA*/
.mainvisual-cta,
.section2-cta, 
.cta {
	max-width: 570px;
	margin: 0 auto;
	display: block;
	animation: fuwafuwa 1s ease 0s infinite alternate;
}
.mainvisual-cta {
	margin: -220px auto 40px auto;
}
@media screen and (max-width: 599px) {
	.mainvisual-cta,
	.section2-cta, 
	.cta {
		max-width: 320px;
	}	
	.mainvisual-cta {
		margin: -130px auto 10px auto;
	}
}

/*アニメーション*/
@keyframes fuwafuwa {
from {transform: scale(0.9,0.9);}
to {transform: scale(1,1);}
}

/*メインビジュアル*/
.header-logo {
	width: 270px;
	margin: 0 auto;
}
@media screen and (max-width: 599px) {
	.header-logo {
		width: 150px;
	}
}

/*セクション1（キャッチ）*/
.post_content .section1-text {
	clip-path: polygon(50% 100%, 100% calc(100% - 50px), 100% 0, 0 0, 0 calc(100% - 50px));
	position: relative;
}
.post_content .section1-obj {
	padding-bottom: 150px;
}
@media screen and (max-width: 599px) {
	.post_content .section1-obj {
		padding-bottom: 120px;
	}
}
.post_content .section1-obj:after {
	content: "";
	width: 2px;
	height: 100px;
	background-color: #122155;
	display: block;
	margin: 0 auto;
	visibility: visible;
	position: absolute;
	right: 0;
 	bottom: -30px;
 	left: 0;
 	margin: auto;
}
@media screen and (max-width: 599px) {
	.post_content .section1-obj {
		width: 300px;
		margin: 0 auto;
	}
}
.post_content .section1-service {
	clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
	padding: 180px 0 150px 0;
  margin-top: -50px !important;
}
@media screen and (max-width: 599px) {
	.post_content .section1-service {
		padding: 120px 0 100px 0;
	}
	.post_content .section1-service .wp-block-image {
		padding: 0 10px;
		margin-bottom: 30px !important;
	}
}

/*セクション2（サービス紹介）*/
.post_content  .section2-bg {
clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%);
	padding: 200px 0;
  margin-top: -100px !important;
}
@media screen and (max-width: 599px) {
	.post_content  .section2-bg {
		padding: 120px 0 150px 0;
	}
}
.post_content  .section2-cta {
	margin: -195px auto 40px auto;
}
@media screen and (max-width: 599px) {
	.post_content  .section2-cta {
		margin: -120px auto 40px auto;
	}
}

/*セクション3（理由）*/
.post_content  .section3-bg {
	clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  margin-top: -100px !important;
	padding: 180px 0 150px 0;
}
@media screen and (max-width: 599px) {
	.post_content  .section3-bg {
		margin-top: -100px !important;
		padding: 80px 0 120px 0;
	}
}
.post_content h2.reason-title {
	max-width: 550px;
	margin: 0 auto 50px auto;
	display: block;
}
@media screen and (max-width: 599px) {
	.post_content h2.reason-title {
		max-width: 350px;
		margin-bottom: 30px;
	}
}
.reason-point {
	max-width: 671px;
	margin: 0 auto;
}
@media screen and (max-width: 599px) {
	.reason-point {
		max-width: 350px;
		margin-bottom: 30px !important;
	}
}

/*セクション4（買取実績）*/
.post_content  .section4-bg {
	clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0% 100%);
  margin-top: -100px !important;
	padding: 150px 0 150px 0;
}
@media screen and (max-width: 599px) {
	.post_content  .section4-bg {
		padding: 120px 0 100px 0;
	}
}
.post_content  #n2-ss-2-align {
	margin: 0 auto;
}
.nextend-arrow {
	border-radius: 40px !important;
	background: #112156 !important;
}
@media screen and (max-width: 599px) {
	.n2-ss-slider-wrapper-inside {
		margin: 10px;
	}
}
.post_content  h2.achieve-title {
	max-width: 171px;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width: 599px) {
	h2.achieve-title {
		max-width: 130px;
	}
}

/*セクション5（買取から売却までの流れ）*/
.post_content .section5-bg {
	clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  margin-top: -100px !important;
	padding: 150px 0 150px 0;
}
@media screen and (max-width: 599px) {
	.post_content .section5-bg {
		padding: 100px 0 130px 0;
	}
}
.post_content h2.flow-title {
	max-width: 500px;
	margin: 0 auto 100px auto;
	display: block;
}
@media screen and (max-width: 599px) {
	.post_content h2.flow-title {
		max-width: 300px;
		margin: 0 auto 30px auto;
	}
}
.post_content .flow-image {
	max-width: 600px;
	margin: 0 auto 50px auto;
	display: block;
}
@media screen and (max-width: 599px) {
	.post_content .flow-image {
		max-width: 350px;
		margin-bottom: 30px !important;
	}
}

/*セクション6（よくある質問）*/
.post_content .section6-bg {
	clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
  margin-top: -100px !important;
	padding: 150px 0 150px 0;
}
@media screen and (max-width: 599px) {
	.post_content .section6-bg {
		padding: 130px 0 150px 0;
	}
}
.post_content h2.faq-title {
	max-width: 600px;
	margin: 0 auto 80px auto;
	display: block;
}
@media screen and (max-width: 599px) {
	.post_content h2.faq-title {
		max-width: 200px;
		margin: 0 auto 40px auto;
	}
}
.post_content .swell-block-accordion {
	max-width: 570px;
	margin: 0 auto;
}
@media screen and (max-width: 599px) {
	.post_content .swell-block-accordion {
		max-width: 340px;
	}
}
.post_content .swell-block-accordion__item {
	box-shadow: 0px 0 15px 0px rgb(0 0 0 / 15%);
	font-size: 1rem;
}
.post_content .swell-block-accordion__title {
  position: relative;
  padding: 1.25em 1em 1.25em 4em;
	background: #fff;
}
.post_content .swell-block-accordion__title:before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 1em;
  bottom: unset;
  transform: translateY(-50%);
  display: block;
  border-radius: 9999px;
  width: 2em;
  text-align: center;
  line-height: 2;
  font-family: Arial,sans-serif;
  font-weight: 400;
  background-color: #c92952;
  color: #fff;
}
.post_content .swell-block-accordion__body {
  position: relative;
  padding: 1.25em 1em 1.25em 4em;
	background: #fff;
}
.post_content .swell-block-accordion__body:before {
  content: "A";
  position: absolute;
  top: 50%;
  left: 1em;
  bottom: unset;
  transform: translateY(-50%);
  display: block;
  border-radius: 9999px;
  width: 2em;
  text-align: center;
  line-height: 2;
  font-family: Arial,sans-serif;
  font-weight: 400;
  background-color: #112156;
  color: #fff;
}
@media screen and (max-width: 599px) {
	.post_content .swell-block-accordion__body p {
	  font-size: .9rem;
	}
}


/*セクション6（一括査定フォーム）*/
.post_content .section7-bg {
	clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  margin-top: -100px !important;
	padding: 150px 0 150px 0;
}
.post_content .privacy-link {
	color: #fff;
	text-decoration: underline;
}
.post_content form {
	padding: 0 50px;
}
@media screen and (max-width: 599px) {
	.post_content form {
		padding: 0 10px;
	}
}
.post_content form h3,
.post_content form h4,
.post_content form h5,
.post_content form p {
	color: #fff;
	border: none;
}
.post_content form h3 {
	margin: 30px 0 10px 0;
	padding: 0;
	text-align: center;
	font-size: 2.5rem;
}
.post_content form h3:before {
	display: none;
}
.post_content form h4 {
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 1.2rem;
}
.post_content form h5 {
	font-size: .9rem;
	font-weight: normal;
}
.post_content form p {
	margin: 0;
	padding: 0;
}
.post_content form p span {
	margin: 0 0 20px 0;
}
.post_content form input,
.post_content form select,
.post_content form textarea {
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 1rem;
	min-height: 3rem;
}
.post_content form textarea {
	height: 14rem;
}
.post_content .privacy-check {
	margin: 20px 0;
	display: flex;
	justify-content: center;
}
.post_content .privacy-check label {
	display: flex;
	align-items: center;
}
.post_content form input[type='checkbox'] {
	width: 2rem;
	height: 2rem;
	margin: 0 1rem 0 0;
}
.post_content form input[type='image'] {
	background: none;
	border: none;
	animation: fuwafuwa 1s ease 0s infinite alternate;
}
.post_content form .wpcf7-not-valid-tip,
.post_content .wpcf7 form .wpcf7-response-output {
	font-size: 1rem;
	color: yellow;
}
.post_content .wpcf7 form.invalid .wpcf7-response-output {
	border-color: yellow;
}
.post_content form .privacy-check p span {
	margin: 0;
}
.post_content form .hissu {
	margin: 0 0 0 .5rem;
	padding: 3px 8px;
	background-color: #FFA802;
	border-radius: 6px;
	font-size: .7rem;
	vertical-align: middle;
}
.form-left {
	margin-bottom: 50px;
}

/*フッター用フォーム*/
.satei-title {
	max-width: 400px;
	margin: 0 auto;
	display: block;
}
.lp_footer .form-wrapper {
	display: flex;
}
.lp_footer  form h3 {
	font-size: 1.3rem;
}
.lp_footer  form h4 {
	margin: 15px 0 5px 0;
	font-size: 1rem;
}
.lp_footer  .form-left,
.lp_footer  .form-right {
	padding: 20px;
}
.lp_footer form input,
.lp_footer form select,
.lp_footer form textarea {
	font-size: 1rem;
	min-height: 1rem;
}
.lp_footer form textarea {
	height: 10rem;
}
.lp_footer form input[type='image'] {
	max-width: 400px;
	margin: 0 auto;
	display: block;
}
.wpcf7-form {
	box-shadow: none !important;
}
