@charset "UTF-8";


/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* !Reseting
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:after,
q:before {
	content: '';
}

a,
input {
	outline: none;
}

input,
textarea {
	border-radius: 0;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

abbr,
acronym {
	border: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01 {
	display: block;
	min-height: 1%;
}

.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !contents
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}

@media print {

	html,
	html body {
		*zoom: 0.65;
	}
}

.mincho {
	font-family: 'Sawarabi Mincho', serif;
}

.pc {}

.sp {
	display: none;
}

.header_sp {
	display: none;
}

.sp02 {
	display: none;
}

.Clear {
	clear: both;
}

a {
	color: #000;
	text-decoration: underline;
	transition: .3s;
}

a:hover {
	color: #f7ae00;
	text-decoration: none;
}

a:active {
	color: #f7ae00;
}

.font-b {
	font-weight: bold;
}

.center {
	text-align: center;
}


/* 汎用コンテンツ
---------------------------------------------------------- */

body {
	font-family: 'Sawarabi Gothic', sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.6em;
	font-size: 18px;
	color: #000;
	word-wrap: break-word;
	/* 英数字折り返し */
	position: relative;
	padding-top: 80px;
}

/* 電話番号の処理 */
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* 左から右へ */
.an-faderight {
	animation-name: faderight;
	animation-duration: 2s;
	animation-iteration-count: 1;
}

@keyframes faderight {
	from {
		opacity: 0;
		transform: translateX(-40px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}


/* フェードインで要素を表示
---------------------------------------------------------- */
.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s;
}

.fadein02 {
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s;
}

.fadein03 {
	opacity: 0;
	transform: translateX(-30px);
	transition: all 1s;
}

.fadein04 {
	opacity: 0;
	transform: translateX(30px);
	transition: all 1s;
}


.an-fadeup {
	animation-name: fadeup;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

@keyframes fadeup {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* 下から上へ */
.an-fadeup {
	animation-name: fadeup;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

@keyframes fadeup {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ボタン */
.btn a {
	display: inline-block;
	background: rgb(240, 98, 98);
	background: linear-gradient(90deg, rgba(240, 98, 98, 1) 0%, rgba(117, 17, 17, 1) 50%, rgba(250, 169, 0, 1) 100%);
	background-position: 1% 50%;
	background-size: 200% auto;
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0.6rem 1rem;
	border-radius: 2rem;
	transition: all 0.3s ease-out;
}

.btn a:hover {
	background-position: 99% 50%;
}

/* 詳しくはこちらのリンク */
.detail {
	padding: 2rem 1rem 0;
	text-align: right;
}

.detail a {
	text-decoration: none;
}

.detail a i {
	color: #E47443;
}

.detail a:hover {
	text-decoration: underline;
}

/* メインイメージ、コピー */

.back_image {
	background: url(../img/back.jpg);
	background-position: center 50%;
	background-size: cover;
}

header {
	width: 100%;
	padding: 16px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, .9);
}

header .logo {
	width: 20%;
	max-width: 160px;
}

.main_image01 {
	width: 92%;
	max-width: 720px;
	margin: 0 auto;
	padding-top: 6rem;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.main_image02 {
	padding: 40px 0 80px;
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}

.main_image02 .btn {
	padding-top: 40px;
	text-align: center;
}

.main_image02 .btn a {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0.9rem 3rem;
	width: 80%;
	max-width: 400px;
}

/* エネファームについて */
.about {
	display: flex;
	padding: 40px 0;
}

.about.reverse {
	flex-direction: row-reverse;
}

.about .about_img {
	width: 24%;
	border-radius: 0 24px 24px 0;
}

.about.reverse .about_img {
	width: 24%;
	border-radius: 24px 0 0 24px;
}

.about .about_img {
	background-size: cover;
	background-position: center 50%;
	background-repeat: no-repeat;
}

.about .about_text {
	width: 76%;
	padding: 20px 0 80px;
}

.about .about_text h2 {
	font-size: 2.2rem;
	color: #E72553;
	padding: 4% 0 0.8rem 4%;
	border-bottom: solid 2px #DFAFBA;
	margin-bottom: 20px;
}

.about .about_text h3 {
	text-align: center;
	font-size: 1.6rem;
	color: #4E6D9D;
	padding-bottom: 1rem;
}

.about .about_text p {
	padding-bottom: 0.6rem;
}

.about .about_text p.small {
	font-size: 0.9rem;
}


.about_inner {
	padding: 40px 4% 0;
}

.about01 {
	background-image: url(../img/cont01_image.jpg);
}

.about02 {
	background-image: url(../img/cont02_image.jpg);
}

.about03 {
	background-image: url(../img/cont03_image.jpg);
}

.about04 {
	background-image: url(../img/cont04_image.jpg);
}

.about05 {
	background-image: url(../img/cont05_image.jpg);
}


.cont01_01 {
	display: flex;
	align-items: center;
	gap: 3%;
	padding-bottom: 60px;
}

.cont01_01 .img {
	width: 40%;
}

.cont01_01 .text {
	width: 57%;
}

.cont01_02 .img {
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
}

.cont02 .img {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
}

.cont03 .img {
	padding: 30px 0 0;
	display: flex;
	width: 90%;
	margin: 0 auto;
}

.cont05 .img {
	padding: 20px 0 30px;
	display: flex;
	width: 100%;
	margin: 0 auto;
	gap: 2%;
}

/* お客様の声 */
.voice {
	background: #F0F6F8;
	padding: 80px 0;
}

.voice h2 {
	font-size: 2.2rem;
	text-align: center;
}

.slick-slider {
	padding-top: 4rem;
}

.slick-slider li {
	padding: 0 16px;
}

.slick-slider li p {
	padding-top: 0.5rem;
	font-size: 1.1rem;
}

.slick-slider li p span {
	display: inline-block;
}

/* キャンペーン */
.campaign {
	width: 92%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 80px 0 160px;
}

.campaign.cashback {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0 60px;
	margin-top: -80px;
	padding-top: 80px;
}

.campaign_img {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}


.campaign_text {
	padding: 0 0 60px;
	display: flex;
	gap: 2rem;
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
	line-height: -1;
}

.campaign_text h3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #55443d;
	width: 14rem;
	padding: 2rem 0;
	color: #ffff;
	font-size: 1.1rem;
	flex-shrink: 0;
}


.fcRed {
	color: red;
}

/* 資料請求 */
#contact {
	background: #FFFCE1;
	/*margin-top: -60px;*/
}

.contact {
	padding: 120px 0;
}

.contact h2 {
	color: #CC4953;
	text-align: center;
	font-size: 2.2rem;
}

.contact h2 span {
	display: inline-block;
}

.contact_inner {
	width: 92%;
	max-width: 960px;
	background: #fff;
	margin: 40px auto auto;
	padding: 4rem;
	border-radius: 36px;
}

.contact_inner ul {
	padding-left: 1.5rem;
	list-style: disc;
}

/* フッター */
footer {
	background: #CC4953;
	padding: 80px 0;
}

.footer {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4%;
}

.footer_logo {
	width: 20%;
}

.footer_nav {
	display: flex;
	font-size: 0.9rem;
}

.footer_nav a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.footer_nav a::after {
	content: ' ｜ ';
}

.footer_nav li:last-child a::after {
	content: none;
}

.footer_nav a:hover span {
	text-decoration: underline;
}

.copy {
	text-align: center;
	color: #fff;
	padding-top: 40px;
	font-size: 0.8rem;
}

/* お問い合わせ完了 */
.btn.thanks {
	text-align: center;
	padding-top: 30px;
}

.btn.thanks a {
	width: 90%;
	max-width: 360px;
}

/* お年玉キャンペーンでの修正 */
.campaign02 {
	margin-top: -160px;
}

.campaign03 {
	width: 80%;
	max-width: 960px;
	margin: 0 auto 20px;
	padding: 2rem;
	border: solid 3px #CC4953;
	background: #fff;
}

/* ====================== */
/* 無金利ローン:heroここから */
/* ====================== */
.back_image {
	background: none;
}

/* 無金利ローン用のfadein */
.withoutint_fadein {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s;
}

/* heroセクション背景 */
.withoutint_top {
	background: url(../img/back.jpg);
	background-position: center 50%;
	background-size: cover;
	margin-bottom: 60px;
	aspect-ratio: 16 / 11;
	position: relative;
	text-align: center;
}


/* 50万台突破 */
.withoutint_top img.top_ribon {
	display: block;
	width: 20%;
	min-width: 50px;
	transform: translateY(30%) translateX(5%);
}

/* ロゴ & ボタンここから */
/* 上段ロゴここまで */
.withoutint_grid {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr;
}

.withoutint_grid1 {
	width: 100%;
	height: 100%;
	margin: auto;
	display: flex;
}

/* エネファーム、一括払いだけじゃない */
.withoutint_dakejanai {
	width: 40%;
	transform: rotate(-30deg) translate(10%, 75%);
}

/* 無金利ローンンキャンペーンロゴ */
#withoutLogo {
	text-align: center;
	width: 80%;
	transform: translate(-2%, 120%) scale(1);
	transition: transform 0.3s ease;
}

#withoutLogo.withoutlogo-scrolled {
	transform: translate(-2%, 0%) scale(0.8);
}

/* フキダシ */
.fuki {
	width: 30%;
	transform: translate(-40%, 30%);
}

/* 上段ロゴここまで */


/* 下段ロゴここから */
.withoutint_main {
	display: block;
	gap: 20px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 35%;
	transform: translateY(-100%);
}

.ene_logo2 {
	display: flex;
	transform: translateX(18%);
}

/* 金利0円ロゴ */
.withoutint_logo2 {
	width: 50%;
	height: auto;
}

.withoutint_ene {
	width: 19%;
}

.logo_data {
	width: 35%;
	transform: translateY(15%);
}

/* 下段ロゴここまで */

/* ボタンここから */
.withoutint_grid3>.btn {
	display: block;
	margin: 5% auto 5%;
	width: 30%;
}

.withoutint_grid3>.btn>a {
	display: block;
	padding: 12px;
}

/* ボタンここまで */

.cashback-link a {
  text-decoration: none;
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: 800;
  margin-top: 15px;
}

.cashback-link a img {
  transition: all 0.3s ease;
  margin-top: 0.5%;
  margin-bottom: 1%;
  width: 35%;
  min-width: 300px;
}

.cashback-link a img:hover {
  scale: 1.01;
  box-shadow: 0 0 15px #b3b3b3;
}

.cashback-text {
  backdrop-filter: blur(10px);
  padding: 10px;
  border-radius: 12px;
  border: solid 1px #fff;
  box-shadow: 0 0 5px rgba(240, 236, 236, 0.8);
}

/* ロゴ & ボタンここまで */
/* ====================== */
/* 無金利ローン:heroここまで */
/* ====================== */


/* ====================== */
/* 無金利ローン：キャンペーンセクションここから */
/* ====================== */
/* キャンペーン */
.campaign.withoutint {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0 60px;
	margin-top: -80px;
	padding-top: 80px;

}

.campaign_img {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}


.campaign_text h3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #55443d;
	width: 14rem;
	padding: 2rem 0;
	color: #ffff;
	font-size: 1.1rem;
}

.fcRed {
	color: red;
}

/* ====================== */
/* 無金利ローン：キャンペーンセクションここまで */
/* ====================== */