@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL PLUS
    Theme URI: https://manuon.com/swell_plus/
    Description: SWELLを機能拡張する子テーマ
    Version: 1.3.0
    Author: suya(suyasite)@manuon.com
    Author URI: https://manuon.com/
*/

#swell_plus_floating_button {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 98;
    bottom: -60px;
    transition: bottom .4s;
    margin-bottom: 0.5em;
}

[data-scrolled=true] #swell_plus_floating_button {
    display: block;
    bottom: 0;
}

#swell_plus_floating_button.am-mobile-floating-cta {
    bottom: -96px;
    padding: 0 12px 0.5em;
}

[data-scrolled=true] #swell_plus_floating_button.am-mobile-floating-cta {
    bottom: 0;
}

#swell_plus_floating_button.am-mobile-floating-cta > * {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .am-price-list {
        width: min(100%, calc(100vw - 24px)) !important;
        max-width: calc(100vw - 24px) !important;
        margin-right: auto !important;
        margin-left: auto !important;
        gap: 22px !important;
        overflow: visible !important;
    }

    .am-price-card {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        gap: 14px !important;
        padding: 26px 20px !important;
        overflow: hidden !important;
        border-radius: 22px !important;
    }

    .am-price-no {
        font-size: clamp(2rem, 12vw, 3rem) !important;
        line-height: 1 !important;
    }

    .am-price-body {
        min-width: 0 !important;
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 18px !important;
        border-left: 4px solid #D8A437 !important;
    }

    .am-price-body h3 {
        font-size: clamp(1.5rem, 7vw, 2rem) !important;
        line-height: 1.35 !important;
        overflow-wrap: anywhere !important;
    }

    .am-price-body p {
        font-size: 0.98rem !important;
        line-height: 1.8 !important;
        overflow-wrap: anywhere !important;
    }

    .am-price {
        font-size: clamp(2rem, 10vw, 2.8rem) !important;
        line-height: 1.18 !important;
        overflow-wrap: anywhere !important;
        word-break: keep-all !important;
    }

    .am-price-break {
        display: block !important;
        height: 0;
    }

    .am-price-tag {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    .am-price-btn {
        position: static !important;
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 48px !important;
        margin-top: 18px !important;
        transform: none !important;
    }
}

/*.p-fixBtnWrap {
    bottom: calc(50px + 1.25em);
}*/

footer {
    padding-bottom: 50px;
}

:root {
	--amr-web-bg: #f8f5ef;
	--amr-web-ink: #17130f;
	--amr-web-muted: #6f665c;
	--amr-web-card: #ffffff;
	--amr-web-line: rgba(23, 19, 15, 0.12);
	--amr-web-gold: #b8944d;
	--amr-web-dark: #15130f;
	--amr-web-red: #8d241c;
}

.amr-web-works,
.amr-web-work {
	color: var(--amr-web-ink);
	background: var(--amr-web-bg);
}

.amr-web-works *,
.amr-web-work * {
	box-sizing: border-box;
}

.amr-web-works a,
.amr-web-work a {
	color: inherit;
}

.amr-web-inner,
.amr-web-work__inner,
.amr-web-work-hero__inner {
	width: min(1120px, calc(100% - 32px));
	margin-right: auto;
	margin-left: auto;
}

.amr-web-breadcrumb {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 16px 0 10px;
	color: var(--amr-web-muted);
	font-size: 0.78rem;
	line-height: 1.55;
}

.amr-web-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.amr-web-breadcrumb li {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.amr-web-breadcrumb li + li::before {
	content: "/";
	margin-right: 6px;
	color: rgba(23, 19, 15, 0.34);
}

.amr-web-breadcrumb a {
	color: var(--amr-web-muted);
	text-decoration: none;
}

.amr-web-breadcrumb a:hover {
	color: var(--amr-web-gold);
}

.amr-web-breadcrumb span {
	display: inline-block;
	max-width: min(100%, 42em);
	overflow: hidden;
	color: rgba(23, 19, 15, 0.58);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.amr-web-works-hero,
.amr-web-work-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(184, 148, 77, 0.24), rgba(248, 245, 239, 0) 42%),
		linear-gradient(180deg, #fbf8f2 0%, var(--amr-web-bg) 100%);
	border-bottom: 1px solid var(--amr-web-line);
}

.amr-web-works-hero {
	padding: clamp(56px, 8vw, 104px) 0 clamp(42px, 6vw, 76px);
}

.amr-web-work-hero {
	padding: clamp(50px, 7vw, 88px) 0 clamp(34px, 5vw, 64px);
}

.amr-web-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin: 0 0 18px;
	padding: 5px 12px;
	color: var(--amr-web-gold);
	background: rgba(184, 148, 77, 0.12);
	border: 1px solid rgba(184, 148, 77, 0.28);
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.35;
}

.amr-web-works-title,
.amr-web-work-title {
	margin: 0;
	color: var(--amr-web-ink);
	font-size: clamp(2.4rem, 7vw, 5.2rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
	overflow-wrap: anywhere;
}

.amr-web-works-lead,
.amr-web-work-lead {
	max-width: 760px;
	margin: 20px 0 0;
	color: var(--amr-web-muted);
	font-size: clamp(1rem, 1.8vw, 1.18rem);
	line-height: 1.9;
	overflow-wrap: anywhere;
}

.amr-web-filter {
	display: grid;
	gap: 18px;
	margin-top: clamp(28px, 5vw, 48px);
	padding: clamp(18px, 3vw, 28px);
	background: var(--amr-web-card);
	border: 1px solid var(--amr-web-line);
	border-radius: 12px;
}

.amr-web-filter__group {
	display: grid;
	gap: 10px;
}

.amr-web-filter__label {
	color: var(--amr-web-gold);
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1.4;
}

.amr-web-filter__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.amr-web-filter__links a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 12px;
	color: var(--amr-web-ink);
	background: #f4efe6;
	border: 1px solid rgba(184, 148, 77, 0.26);
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.amr-web-filter__links a:hover {
	background: rgba(184, 148, 77, 0.18);
	border-color: rgba(184, 148, 77, 0.48);
}

.amr-web-works-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: clamp(32px, 5vw, 58px);
}

.amr-web-works-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	color: var(--amr-web-ink);
	background: var(--amr-web-card);
	border: 1px solid var(--amr-web-line);
	border-radius: 12px;
	box-shadow: 0 18px 48px rgba(23, 19, 15, 0.06);
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.amr-web-works-card:hover {
	color: var(--amr-web-ink);
	border-color: rgba(184, 148, 77, 0.48);
	box-shadow: 0 24px 62px rgba(23, 19, 15, 0.1);
	transform: translateY(-2px);
}

.amr-web-works-card__thumb {
	display: grid;
	place-items: center;
	margin: 0;
	overflow: hidden;
	background: #e7dfd1;
	color: rgba(23, 19, 15, 0.42);
	font-weight: 900;
	letter-spacing: 0.08em;
}

.amr-web-works-card__thumb img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.amr-web-works-card__thumb span {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 16 / 10;
}

.amr-web-works-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 22px;
}

.amr-web-works-card__private {
	align-self: flex-start;
	margin-bottom: 10px;
	padding: 4px 9px;
	color: var(--amr-web-red);
	background: rgba(141, 36, 28, 0.08);
	border: 1px solid rgba(141, 36, 28, 0.18);
	border-radius: 999px;
	font-size: 0.74rem;
	font-weight: 900;
	line-height: 1.35;
}

.amr-web-works-card h2 {
	margin: 0;
	color: var(--amr-web-ink);
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.amr-web-works-card p {
	margin: 14px 0 0;
	color: var(--amr-web-muted);
	font-size: 0.92rem;
	line-height: 1.75;
	overflow-wrap: anywhere;
}

.amr-web-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.amr-web-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 9px;
	color: var(--amr-web-gold);
	background: rgba(184, 148, 77, 0.1);
	border: 1px solid rgba(184, 148, 77, 0.2);
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 900;
	line-height: 1.35;
}

.amr-web-works-card__result {
	margin-top: auto;
	padding-top: 20px;
}

.amr-web-works-card__result span {
	display: block;
	color: var(--amr-web-gold);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.35;
}

.amr-web-works-card__result strong {
	display: block;
	margin-top: 5px;
	color: var(--amr-web-ink);
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.amr-web-pagination {
	margin-top: clamp(34px, 5vw, 58px);
}

.amr-web-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.amr-web-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 7px 12px;
	color: var(--amr-web-ink);
	background: var(--amr-web-card);
	border: 1px solid var(--amr-web-line);
	border-radius: 999px;
	text-decoration: none;
}

.amr-web-pagination .page-numbers.current,
.amr-web-pagination .page-numbers:hover {
	background: rgba(184, 148, 77, 0.16);
	border-color: rgba(184, 148, 77, 0.48);
}

.amr-web-work-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
	gap: clamp(26px, 5vw, 60px);
	align-items: center;
}

.amr-web-work-hero__inner--no-image {
	grid-template-columns: minmax(0, 860px);
}

.amr-web-work-hero__image {
	margin: 0;
	overflow: hidden;
	background: #e7dfd1;
	border: 1px solid var(--amr-web-line);
	border-radius: 14px;
	box-shadow: 0 22px 60px rgba(23, 19, 15, 0.1);
}

.amr-web-work-hero__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

.amr-web-work__inner {
	padding: clamp(44px, 6vw, 80px) 0 clamp(64px, 7vw, 104px);
}

.amr-web-overview {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	margin-bottom: clamp(36px, 5vw, 64px);
	background: var(--amr-web-line);
	border: 1px solid var(--amr-web-line);
	border-radius: 12px;
}

.amr-web-overview__row {
	display: grid;
	grid-template-columns: minmax(90px, 0.34fr) minmax(0, 1fr);
	gap: 12px;
	padding: 18px;
	background: var(--amr-web-card);
}

.amr-web-overview dt {
	color: var(--amr-web-gold);
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1.5;
}

.amr-web-overview dd {
	min-width: 0;
	margin: 0;
	color: var(--amr-web-ink);
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.amr-web-section {
	margin-top: clamp(36px, 5vw, 64px);
}

.amr-web-section__title {
	margin: 0 0 18px;
	padding-left: 14px;
	color: var(--amr-web-ink);
	border-left: 4px solid var(--amr-web-gold);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.35;
}

.amr-web-prose,
.amr-web-card {
	background: var(--amr-web-card);
	border: 1px solid var(--amr-web-line);
	border-radius: 12px;
}

.amr-web-prose {
	padding: clamp(22px, 4vw, 34px);
	color: var(--amr-web-muted);
	line-height: 1.95;
	overflow-wrap: anywhere;
}

.amr-web-prose > *:first-child {
	margin-top: 0;
}

.amr-web-prose > *:last-child {
	margin-bottom: 0;
}

.amr-web-result {
	padding: clamp(24px, 4vw, 38px);
	color: #fff;
	background:
		linear-gradient(135deg, rgba(184, 148, 77, 0.26), rgba(21, 19, 15, 0)),
		var(--amr-web-dark);
	border-radius: 14px;
}

.amr-web-result .amr-web-section__title {
	color: #fff;
}

.amr-web-result__body {
	color: rgba(255, 255, 255, 0.86);
}

.amr-web-before-after,
.amr-web-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.amr-web-gallery {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amr-web-image-card {
	margin: 0;
	overflow: hidden;
	background: var(--amr-web-card);
	border: 1px solid var(--amr-web-line);
	border-radius: 12px;
}

.amr-web-image-card img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.amr-web-image-card figcaption {
	padding: 12px 14px;
	color: var(--amr-web-gold);
	font-size: 0.86rem;
	font-weight: 900;
}

.amr-web-testimonial {
	margin: 0;
	padding: clamp(24px, 4vw, 36px);
	color: var(--amr-web-ink);
	background: var(--amr-web-card);
	border: 1px solid rgba(184, 148, 77, 0.26);
	border-radius: 14px;
	font-size: clamp(1rem, 1.8vw, 1.16rem);
	font-weight: 700;
	line-height: 1.9;
}

.amr-web-testimonial > *:first-child {
	margin-top: 0;
}

.amr-web-testimonial > *:last-child {
	margin-bottom: 0;
}

.amr-web-cta {
	margin-top: clamp(44px, 6vw, 76px);
	padding: clamp(30px, 5vw, 52px);
	text-align: center;
	color: #fff;
	background:
		linear-gradient(135deg, rgba(184, 148, 77, 0.26), rgba(21, 19, 15, 0)),
		var(--amr-web-dark);
	border-radius: 16px;
}

.amr-web-cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.5rem, 3vw, 2.4rem);
	font-weight: 900;
	line-height: 1.35;
}

.amr-web-cta p {
	max-width: 680px;
	margin: 14px auto 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.9;
}

.amr-web-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: min(100%, 280px);
	min-height: 56px;
	margin-top: 26px;
	padding: 14px 26px;
	color: #fff;
	background: var(--amr-web-red);
	border: 1px solid rgba(184, 148, 77, 0.32);
	border-radius: 999px;
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
}

.amr-web-cta__button:hover {
	color: #fff;
	background: #711a14;
}

.amr-web-featured-works {
	padding: clamp(44px, 6vw, 80px) 0;
}

.amr-web-section-head {
	text-align: center;
}

.amr-web-section-head p {
	margin: 0 0 8px;
	color: var(--amr-web-gold);
	font-size: 0.84rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.amr-web-section-head h2 {
	margin: 0;
	color: var(--amr-web-ink);
	font-size: clamp(1.8rem, 4vw, 3rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
}

@media (max-width: 900px) {
	.amr-web-works-grid,
	.amr-web-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amr-web-work-hero__inner,
	.amr-web-before-after {
		grid-template-columns: 1fr;
	}

	.amr-web-work-hero__image {
		max-width: 560px;
	}
}

@media (max-width: 600px) {
	.amr-web-inner,
	.amr-web-breadcrumb,
	.amr-web-work__inner,
	.amr-web-work-hero__inner {
		width: min(100% - 24px, 1120px);
	}

	.amr-web-works-grid,
	.amr-web-gallery,
	.amr-web-overview {
		grid-template-columns: 1fr;
	}

	.amr-web-overview__row {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 16px;
	}

	.amr-web-works-card__body,
	.amr-web-prose,
	.amr-web-result,
	.amr-web-cta {
		padding: 20px;
	}

	.amr-web-breadcrumb span {
		max-width: 18em;
	}

	.amr-web-cta__button {
		width: 100%;
	}
}

/* AMOUROI GlowBiz sitemap page */
.am-sitemap {
	color: #2c3440;
	background: #f8fafc;
}

.am-sitemap,
.am-sitemap * {
	box-sizing: border-box;
}

.am-sitemap a {
	color: inherit;
}

.am-sitemap-hero {
	padding: clamp(56px, 8vw, 104px) 0 clamp(34px, 5vw, 64px);
	background:
		linear-gradient(135deg, rgba(216, 164, 55, 0.18), rgba(248, 250, 252, 0) 44%),
		linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border-bottom: 1px solid #e5e7eb;
}

.am-sitemap-hero__inner,
.am-sitemap-inner {
	width: min(1120px, calc(100% - 32px));
	margin-right: auto;
	margin-left: auto;
}

.am-sitemap-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin: 0 0 16px;
	padding: 5px 12px;
	color: #163a5f;
	background: rgba(216, 164, 55, 0.14);
	border: 1px solid rgba(216, 164, 55, 0.34);
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.08em;
}

.am-sitemap-title {
	margin: 0;
	color: #163a5f;
	font-size: clamp(2.2rem, 6vw, 4.8rem);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
}

.am-sitemap-lead {
	max-width: 760px;
	margin: 20px 0 0;
	color: #2c3440;
	font-size: clamp(1rem, 1.8vw, 1.16rem);
	line-height: 1.9;
	overflow-wrap: anywhere;
}

.am-sitemap-inner {
	padding: clamp(42px, 6vw, 80px) 0 clamp(64px, 7vw, 104px);
}

.am-sitemap-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.am-sitemap-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	padding: 28px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	box-shadow: 0 18px 42px rgba(22, 58, 95, 0.08);
}

.am-sitemap-card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: #d8a437;
	content: "";
}

.am-sitemap-card__title {
	margin: 0 0 18px;
	color: #163a5f;
	font-size: 1.16rem;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.am-sitemap-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.am-sitemap-list__item {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.am-sitemap-link {
	display: grid;
	gap: 3px;
	min-width: 0;
	padding: 0 0 0 14px;
	color: #2c3440;
	border-left: 2px solid rgba(216, 164, 55, 0.3);
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.am-sitemap-link:hover {
	color: #d8a437;
	border-color: #d8a437;
	transform: translateX(4px);
}

.am-sitemap-link__title {
	display: block;
	min-width: 0;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.am-sitemap-link__url {
	display: block;
	min-width: 0;
	color: rgba(44, 52, 64, 0.58);
	font-size: 0.75rem;
	line-height: 1.45;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.am-sitemap-link:hover .am-sitemap-link__url {
	color: rgba(216, 164, 55, 0.78);
}

.am-sitemap-empty {
	margin: 0;
	color: rgba(44, 52, 64, 0.68);
	font-size: 0.92rem;
	line-height: 1.7;
}

@media (max-width: 900px) {
	.am-sitemap-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.am-sitemap-hero__inner,
	.am-sitemap-inner {
		width: min(100% - 24px, 1120px);
	}

	.am-sitemap-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.am-sitemap-card {
		padding: 24px 20px;
		border-radius: 20px;
	}

	.am-sitemap-link__url {
		white-space: normal;
	}
}
