@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*----------------------- セクションタイトル -----------------------*/
.section_title {
	font-size: 36px !important;
	margin-top: 0px !important;
}

@media screen and (max-width: 768px) {
    .section_title {
		font-size: 24px !important;
	}
}
.mv_text-top>span {
	max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
}

.section_title-en {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	color: #286522;
	letter-spacing: 0.5rem;
	margin-bottom: 8px !important;
}
@media screen and (max-width: 599px) {
    .section_title-en {
		font-size: 16px;
	}
}

.post_content h2 {
	   margin: 4em 0 1em;
}

.manufacturer_h2 {
	   margin: 4em 0 0 !important;
}

/*----------------------- ヘッダーボタン -----------------------*/ 
.header_btn {
	--the-btn-color: linear-gradient(180deg, #F5A016 0.02%, #D82E2E 98.52%);
	padding: 16px 0;
	margin: 0 !important;
}
.header_btn>a {
	box-shadow: 4px 4px 0 0 #AE2415;
}

/*--バーガーメニュー 非表示--*/
.l-header__menuBtn {
	display: none;
}

/*----------------------- MV -----------------------*/
#content {
	padding-top: 0px !important;
}
.mv_text-top {
	font-size: 72px !important;
	background: #286522;
	color: #fff;
}

.mv>.swell-block-fullWide__inner>* {
	margin-bottom: 0px !important;
}

.mv_cta-copy {
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	line-height: 120%; 
	color: #fff;
	-webkit-text-stroke-width: 7px;
	-webkit-text-stroke-color: #286522;
}
.cta_button-wrapper {
	width: 70%;
	margin: 0 auto;
}

.mv_ieyasu {
	position: relative;
	padding: 0 24px;
}

@media screen and (max-width: 599px) {
	.mv_ieyasu {
		padding: 0 24px;
	}
}
.mv_ieyasu::before {
	position: absolute;
	content: "";
	background-image: url("https://yrkrenovate.com/ecocute-lp/wp-content/uploads/2025/10/mv-ieyasu.webp");
	background-size:contain;
	aspect-ratio: 1/1;
	width: 23%;
	right: 8px;
	top: -23%;
}
@media screen and (max-width: 599px) {
	.mv_ieyasu::before {
		width: 23%;
		right: 0px;
		top: -28%;
	}
}

/*----------------------- MV CTAボタン -----------------------*/
.mvcta_copy {
	margin-bottom:48px !important;
}
@media screen and (max-width: 599px) {
	.mvcta_copy {
		margin-bottom:28px !important;
	}
}
@media screen and (max-width: 599px) {
	.mv_btn_wrapper {
		margin: 32px auto 0 !important;
	}
}
@media screen and (max-width: 599px) {
	.swell-block-columns__inner {
		margin-left: 0 !important;
	}
}
.mvbutton_orange {
	--the-btn-color: linear-gradient(180deg, #F5A016 0.02%, #D82E2E 98.52%);
}
.mvbutton_orange>a {
	box-shadow: 4px 4px 0 0 #AE2415;
}
.mvbutton_mail {
	position:relative;
}
.mvbutton_mail::before {
	position:absolute;
	content:"";
	left: 50%;
	transform: translatex(-50%);
	top: -28px;
	display: inline-block;
	background-image: url("https://yrkrenovate.com/ecocute-lp/wp-content/uploads/2025/10/Frame-2117.webp");
	background-size:cover;
	aspect-ratio: 423/83;
	width: 60%;
	height: auto;
	z-index: 10;
}

.mvbutton_green {
	--the-btn-color: linear-gradient(180deg, #06C755 33.74%, #006B2C 100%);
}
.mvbutton_green>a {
	box-shadow: 4px 4px 0 0 #00722F;
}
.mvbutton_line {
	position: relative;
}
.mvbutton_line::before {
	position:absolute;
	content:"";
	left: 50%;
	transform: translatex(-50%);
	top: -28px;
	display: inline-block;
	background-image: url("https://yrkrenovate.com/ecocute-lp/wp-content/uploads/2025/10/Frame-2118.webp");
	background-size:cover;
	aspect-ratio: 423/83;
	width: 60%;
	height: auto;
	z-index: 10;
}


/*----------------------- CTA -----------------------*/
.cta_img {
	margin-bottom: -14px;
}
@media screen and (max-width: 599px) {
	.cta_img{
		margin-bottom: -6px;
	}
}


@media screen and (max-width: 599px) {
	.cta_btn_mb {
		margin-bottom: 40px !important;
	}
}

@media screen and (max-width: 599px) {
	.cta_calum>.swell-block-columns__inner {
		row-gap: 4rem;
	}
}

/*----------------------- CTAボタン -----------------------*/
.cap_box_content {
	padding : 2.5rem;
}
.button_orange {
	--the-btn-color: linear-gradient(180deg, #F5A016 0.02%, #D82E2E 98.52%);
}
.button_orange>a {
	box-shadow: 4px 4px 0 0 #AE2415;
}
.button_mail {
	position:relative;
}
.button_mail::before {
	position:absolute;
	content:"";
	left: 50%;
	transform: translatex(-50%);
	top: -28px;
	display: inline-block;
	background-image: url("https://yrkrenovate.com/ecocute-lp/wp-content/uploads/2025/10/Frame-2117.webp");
	background-size:cover;
	aspect-ratio: 423/83;
	width: 80%;
	height: auto;
	z-index: 10;
}
@media screen and (max-width: 599px) {
	.button_mail::before {
		width: 60%;
	}
}

.button_green {
	--the-btn-color: linear-gradient(180deg, #06C755 33.74%, #006B2C 100%);
}
.button_green>a {
	box-shadow: 4px 4px 0 0 #00722F;
}
.button_line {
	position: relative;
}
.button_line::before {
	position:absolute;
	content:"";
	left: 50%;
	transform: translatex(-50%);
	top: -28px;
	display: inline-block;
	background-image: url("https://yrkrenovate.com/ecocute-lp/wp-content/uploads/2025/10/Frame-2118.webp");
	background-size:cover;
	aspect-ratio: 423/83;
	width: 80%;
	height: auto;
	z-index: 10;
}
@media screen and (max-width: 599px) {
	.button_line::before {
		width: 60%;
	}
}

/*----------------------- 取扱いメーカー　ロゴのループ -----------------------*/
.loop-slider {
    display: flex;
    overflow: hidden;
    gap: 1.5rem; /* 画像間の余白を指定 */
}

.loop-slider .wp-block-group__inner-container,
.loop-slider .swell-block-columns {
    display: contents;
}

.loop-slider .swell-block-columns__inner {
    flex-wrap: nowrap;
    animation: infinity-scroll-left 20s infinite linear; /* アニメーションの時間を指定 */
}

.loop-slider .swell-block-column figure {
    width: 300px; /* 画像の横幅を指定（パソコン） */
    position: relative;
}

.loop-slider .swell-block-column figure::before {
    padding-top: 65%; /* 画像の縦横比を指定 */
    display: block;
    content: "";
}

.loop-slider .swell-block-column figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 959px) {
    .loop-slider .swell-block-column figure {
        width: 140px; /* 画像の横幅を指定（スマホ） */
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*----------------------- 悩み -----------------------*/
.nayami_sp {
	margin-bottom: 0 !important;
}

/*----------------------- 選ばれる理由 -----------------------*/
.reason_title {
	font-weight:bold;
	color: #286522;
	font-size: 24px;
}
@media screen and (max-width: 599px) {
	.reason_title {
		font-size: 18px;
	}
}


/*----------------------- 3つのお約束 -----------------------*/
.is-style-num_circle li {
	padding-left: 3.2rem;
}
.is-style-num_circle li:before {
	border-radius:0;
	left:0;
	top:50%;
	transform:translatey(-50%);
	content:"0"counter(li);
}

.oyakusoku {
	font-size: 1.2rem;
	background-color: #F2FAF4;
	padding:24px !important;
}

@media screen and (max-width: 599px) {
	.oyakusoku {
		padding:16px !important;
		font-size: 1rem;
	}
}

/*----------------------- 対応エリア -----------------------*/
.area_ieyasu {
	position: relative;
}
.area_ieyasu::before {
	position: absolute;
	content: "";
	background-image: url("https://yrkrenovate.com/ecocute-lp/wp-content/uploads/2025/10/area-ieyasu.webp");
	background-size:contain;
	background-repeat: no-repeat;
	aspect-ratio: 1/1;
	width: 13%;
	right: 4%;
	bottom: 4%;
	z-index: 10;
}


@media screen and (max-width: 959px) {
	.area_ieyasu::before {
		width: 12%;
		bottom: 0;
	}
}

@media screen and (max-width: 761px) {
	.area_ieyasu::before {
		width: 20%;
		bottom: 0;
	}
}

@media screen and (max-width: 599px) {
	.area_ieyasu::before {
		width: 23%;
		bottom: 0;
	}
}

/*----------------------- お問い合わせ -----------------------*/
.contact_arrow {
	position:relative;
}

@media screen and (max-width: 959px) {
	.contact_arrow {
		margin-bottom: 60px;
	}
}
.contact_arrow::after {
	position:absolute;
	content: "";
	background-image: url("https://yrkrenovate.com/ecocute-lp/wp-content/uploads/2025/10/contact_arrow.webp");
	background-size:contain;
	background-repeat: no-repeat;
	aspect-ratio: 141/164;
	width: 28px;
	top:50%;
	transform:translatey(-50%);
	right: -12%;
}


.contact_arrow_sp {
	position: relative;
}
.contact_arrow_sp::after {
	position:absolute;
	content: "";
	background-image: url("https://yrkrenovate.com/ecocute-lp/wp-content/uploads/2025/10/contact_arrow.webp");
	background-size:contain;
	background-repeat: no-repeat;
	aspect-ratio: 141/164;
	width: 28px;
	left: 50%;
	transform: translatex(-50%) rotate(90deg);
	bottom: -55px;
}

.contact_button_green {
	--the-btn-color: linear-gradient(180deg, #06C755 33.74%, #006B2C 100%);
}
.contact_button_green>a {
	box-shadow: 4px 4px 0 0 #00722F;
}
.contact_button_line {
	position: relative;
}
.contact_button_line::before {
	position:absolute;
	content:"";
	left: 50%;
	transform: translatex(-50%);
	top: -30px;
	display: inline-block;
	background-image: url("https://yrkrenovate.com/ecocute-lp/wp-content/uploads/2025/10/Frame-2118.webp");
	background-size:cover;
	aspect-ratio: 423/83;
	width: 28%;
	height: auto;
	z-index: 10;
}
@media screen and (max-width: 899px) {
	.contact_button_line::before {
		width: 30%;
		top: -48%;
	}
}
@media screen and (max-width: 659px) {
	.contact_button_line::before {
		width: 38%;
		top: -48%;
	}
}

@media screen and (max-width: 599px) {
	.contact_button_line::before {
		width: 62%;
		top: -48%;
	}
}

.com_border {
	border-left:2px solid red;
}