/* dryice LP */

/* フェードインアニメーション */
.fade-in-up {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

#dryiceLP .unit.wrapper:has(.col_lead) {
	padding: 100px 0 50px;
}
.col_lead {
	margin: 0;
}
.col_lead .lead {
	font-size: 3.17rem;
}
.case_lead .col_lead {
	margin-top: 0;
}
.col_lead .lead::first-letter {
	color: #42A548;
}

.nayami_list {
	display: flex;
	gap: 30px;
}
.nayami_block {
	flex: 1;
	font-size: 1.6rem;
	line-height: 2;
	padding: 25px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: left;
}
.nayami_img {
	width: 100%;
	height: 200px;
	display: block;
	margin-bottom: 15px;
	border-radius: 8px;
	object-fit: cover;
}
.nayami_icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 15px;
	display: block;
}
.nayami_block strong {
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	font-size: 3.2rem;
	line-height: 1.3;
	text-align: center;
}
.nayami_block strong .num {
	font-size: 4.8rem;
}

.nayami_arrow {
	text-align: center;
	margin: 40px 0;
	font-size: 6rem;
	color: #42A548;
	line-height: 1;
}
.sp_br {
	display: none;
}
@media screen and (max-width: 1030px) {
	.sp_br {
		display: block;
	}
}
.highlight_text {
	font-size: 1.5em;
}
.nayami_solution {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.6;
	color: #333;
}

/* 解決CTAボタン */
.solution_cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	max-width: 900px;
	margin: 35px auto 0;
}
/* CTA直下の注釈テキスト：左端をボタンの左端に合わせる */
.solution_cta + .shop_note {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* 「くわしくはこちらをご覧ください。」を1行に固定（途中改行させない） */
.cancel_note_line {
	white-space: nowrap;
}
/* テーマのグローバル a{display:block} を打ち消し、リンクを文中インラインに戻す */
#dryiceLP .cancel_note_line a {
	display: inline;
}
#dryiceLP .unit.wrapper:has(> .solution_cta:first-child) {
	padding-top: 100px;
	padding-bottom: 100px;
}
.unit.wrapper > .solution_cta:first-child {
	margin-top: 0;
}
.solution_cta_btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 18px 15px;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	line-height: 1.4;
	transition: opacity 0.2s, transform 0.2s;
}
.solution_cta_btn:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}
.solution_cta_btn.pit {
	flex-direction: row;
	justify-content: center;
	gap: 15px;
	background-color: #42A548;
	color: #fff;
	border: 2px solid #42A548;
}
.solution_cta_text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	text-align: left;
}
.solution_cta_btn.pit .solution_cta_main {
	font-size: 1.56rem;
	font-weight: 400;
	white-space: nowrap;
}
.solution_cta_btn.pit .solution_cta_shop {
	padding-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	font-weight: 700;
}
.solution_cta_btn.tel {
	background-color: #fff;
	color: #42A548;
	border: 2px solid #42A548;
}
.solution_cta_label {
	font-size: 1.56rem;
	letter-spacing: 1px;
}
.solution_cta_main {
	font-size: 2.4rem;
	white-space: nowrap;
}
.solution_cta_btn.tel .solution_cta_main::before {
	content: "☎";
	margin-right: 6px;
}
.solution_cta_shop {
	font-size: 1.92rem;
}

@media screen and (max-width: 640px) {
	.nayami_list {
		flex-direction: column;
	}
	.nayami_arrow {
		font-size: 4rem;
		margin: 30px 0;
	}
	.nayami_solution {
		font-size: 1.8rem;
	}
	.solution_cta {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.solution_cta_main {
		font-size: 2.04rem;
	}
}

.dryice_desc {
	font-size: 1.6rem;
	line-height: 2;
	text-align: left;
}
.dryice_steps {
	margin: 30px 0;
}
.dryice_steps p {
	font-size: 1.6rem;
	line-height: 2;
}
.dryice_steps p.dryice_steps_note {
	font-size: 1.2rem;
	line-height: 1.7;
	color: #999;
	margin-top: 8px;
}
.nayami_note {
	display: inline-block;
	margin-top: 8px;
	font-size: 1.2rem;
	line-height: 1.7;
	color: #999;
}
.faq_note {
	color: #999;
}

.case_title {
	font-size: 2rem;
	margin-bottom: 20px;
	margin-top: 50px;
}
.case_title:first-of-type {
	margin-top: 0;
}
.case_block {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}
.case_img_wrap {
	width: 50%;
	min-width: 50%;
}
.case_img {
	width: 100%;
	display: block;
}
.case_text {
	font-size: 1.6rem;
	line-height: 2;
}
.case_scope {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
}
.case_scope strong {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.case_scope ul {
	list-style: none;
	padding: 0;
}
.case_scope li {
	font-size: 1.4rem;
	line-height: 1.8;
}
.case_scope li::before {
	content: "・";
}
.case_info {
	margin-top: 15px;
	padding: 20px;
	font-size: 1.6rem;
	line-height: 2;
	border: 1px solid #ccc;
	border-radius: 8px;
	text-align: center;
}
.case_info_inner {
	display: inline-block;
	text-align: left;
}
.case_info strong {
	font-weight: 700;
}
.case_note {
	margin-top: 15px;
	font-size: 1.4rem;
	color: #666;
}
@media screen and (max-width: 640px) {
	.case_block {
		flex-direction: column;
	}
	.case_img_wrap {
		width: 100%;
	}
	.menu_list {
		flex-direction: column;
	}
}

.youtube_list {
	display: flex;
	gap: 20px;
}
.youtube_item {
	width: calc(100% / 3 - 14px);
}
.youtube_item a {
	text-decoration: none;
}
.youtube_thumb {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background-color: #ddd;
}
.youtube_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.menu_list {
	display: flex;
	gap: 30px;
}
.menu_block {
	flex: 1;
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	text-align: center;
}
.menu_detail {
	display: inline-block;
	text-align: left;
}
.menu_title {
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.menu_subtitle {
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 20px;
}
.menu_price {
	font-size: 2rem;
	margin-bottom: 5px;
}
.price_strike {
	text-decoration: line-through;
	text-decoration-color: #e60012;
	text-decoration-style: double;
}
.menu_price_sale {
	color: #e60012;
}
.menu_time {
	font-size: 1.4rem;
	margin-bottom: 20px;
	color: #666;
}
.menu_detail {
	list-style: none;
	padding: 0;
}
.menu_detail li {
	font-size: 1.4rem;
	line-height: 1.8;
}
.menu_detail li::before {
	content: "・";
}

.flow_scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
}
.flow_list {
	display: flex;
	align-items: stretch;
	min-width: 1200px;
	gap: 0;
}
.flow_step {
	flex: 1;
	min-width: 220px;
	padding: 25px 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.flow_num {
	font-size: 1.4rem;
	color: #42A548;
	margin-bottom: 10px;
}
.flow_title {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.flow_desc {
	font-size: 1.3rem;
	line-height: 1.6;
	color: #666;
}
.flow_arrow {
	font-size: 2rem;
	color: #42A548;
	padding: 0 10px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.faq_list {
	max-width: 900px;
	margin: 0 auto;
}
.faq_item {
	border-bottom: 1px solid #ccc;
}
.faq_item:first-child {
	border-top: 1px solid #ccc;
}
.faq_q {
	width: 100%;
	padding: 20px;
	background: none;
	border: none;
	text-align: left;
	font-size: 1.6rem;
	cursor: pointer;
	position: relative;
	padding-right: 50px;
}
.faq_q::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.4rem;
	color: #42A548;
	transition: transform 0.3s;
}
.faq_q.is_open::after {
	content: "−";
}
.faq_a {
	display: none;
	padding: 0 20px 20px;
	font-size: 1.4rem;
	line-height: 2;
}
.faq_a.is_open {
	display: block;
}

.shop_address {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.shop_info_wrap {
	display: flex;
	justify-content: center;
}
.shop_info {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: left;
}
.shop_info table {
	border-collapse: collapse;
	margin: 0 auto;
}
.shop_info table td {
	padding: 5px 0;
	vertical-align: top;
}
.shop_info table td:first-child {
	font-weight: 700;
	padding-right: 35px;
	white-space: nowrap;
}
.shop_info table a {
	color: #333;
	text-decoration: none;
}
.shop_note {
	font-size: 1.2rem;
	color: #666;
	margin-top: 10px;
}
.shop_btn {
	text-align: center;
}
.shop_btn .button {
	display: inline-flex;
	align-items: center;
	padding: 6px 15px;
	background-color: #42A548;
	color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
	border-radius: 5px;
	transition: opacity 0.3s;
}
.shop_btn .button:hover {
	opacity: 0.7;
}

.flow_note {
	font-size: 1.6rem;
	line-height: 2;
}
.flow_note_title {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.youtube_single {
	max-width: 800px;
	margin: 0 auto;
}
.yt_popup {
	cursor: pointer;
}
/* サムネイル中央の再生ボタン（クリックで動画が再生されることを視覚的に示す） */
.youtube_thumb::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 84px;
	height: 60px;
	background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 60'><rect width='84' height='60' rx='14' fill='%23ff0000' opacity='0.85'/><path d='M35 18 L35 42 L57 30 Z' fill='%23ffffff'/></svg>") center / contain no-repeat;
	pointer-events: none;
	transition: transform .2s ease, opacity .2s ease;
	opacity: .9;
}
.yt_popup:hover .youtube_thumb::after {
	transform: translate(-50%, -50%) scale(1.08);
	opacity: 1;
}
@media screen and (max-width: 640px) {
	.youtube_thumb::after {
		width: 64px;
		height: 46px;
	}
}

/* YouTubeポップアップ */
#yt_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#yt_modal.is_open {
	display: flex;
	justify-content: center;
	align-items: center;
}
.yt_modal_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.yt_modal_content {
	position: relative;
	width: 90%;
	max-width: 900px;
	z-index: 1;
}
.yt_modal_close {
	position: absolute;
	top: -40px;
	right: 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 3.6rem;
	cursor: pointer;
	line-height: 1;
}
.yt_modal_video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.yt_modal_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 固定CTA */
#fixed_cta {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	opacity: 0.95;
	background-color: #42A548;
	border: 1px solid #F5EA29;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	max-width: 700px;
	text-align: center;
}
.fixed_cta_title {
	line-height: 45px;
	color: #fff;
	font-size: 1.8rem;
}
.fixed_cta_shops {
	display: flex;
	justify-content: center;
	gap: 15px;
	padding: 0 15px 10px;
}
.fixed_cta_shop_wrap {
	flex: 1;
}
.fixed_cta_btn {
	display: block;
	padding: 8px 0;
	background-color: #fff;
	border-radius: 5px;
	text-decoration: none;
}
.fixed_cta_btn p {
	text-align: center;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.6;
}
.fixed_cta_tel_row {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fixed_cta_tel_row::before {
	content: "☎";
	font-size: 2rem;
	color: #42A548;
	margin-right: 8px;
}
.fixed_cta_tel {
	color: #42A548;
	font-size: 2.8rem;
	letter-spacing: 2px;
}
.fixed_cta_info {
	padding: 5px 0 8px;
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 640px) {
	#fixed_cta {
		max-width: none;
		border-radius: 0;
	}
	.fixed_cta_title {
		font-size: 1.4rem;
		line-height: 35px;
	}
	.fixed_cta_tel {
		font-size: 1.8rem;
	}
}

/* KV */
#kv {
	margin: 120px 0 0;
	padding: 0;
	overflow: hidden;
}
#kv:after {
	display: none;
}
.kv_slider {
	position: relative;
	width: 100%;
	aspect-ratio: 3200 / 940;
	overflow: hidden;
}
.kv_slides {
	width: 100%;
	height: 100%;
}
.kv_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease;
}
.kv_slide.active {
	opacity: 1;
}
.kv_slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.kv_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px 60px 40px 15%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
	box-sizing: border-box;
}
.kv_title {
	color: #fff;
	font-size: 4rem;
	line-height: 1.6;
	margin: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.kv_highlight {
	font-size: 1.2em;
	color: #0000FF;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 2px 2px 4px rgba(0,0,0,0.8);
}
.kv_desc {
	color: rgba(255, 255, 255, 0.9);
	font-size: 2rem;
	line-height: 1.8;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* レスポンシブ */
@media screen and (max-width: 1420px) {
	#kv {
		margin: 90px 0 0;
	}
}
@media screen and (max-width: 1030px) {
	#kv {
		margin: 53px 0 0;
	}
	.kv_slider {
		aspect-ratio: 16 / 9;
	}
	.kv_text {
		padding: 30px 40px;
	}
	.kv_title {
		font-size: 2.2rem;
	}
	.kv_desc {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 640px) {
	#kv {
		margin: 53px 0 0;
	}
	.kv_slider {
		aspect-ratio: 4 / 3;
	}
	.kv_text {
		padding: 20px;
	}
	.kv_title {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.kv_desc {
		font-size: 1.2rem;
	}
}
