.campaign-all-wrap,
.campaign-container-wrap,
main,
.main-section {
	background: #fff;
}

.contents {
	padding-top: 0 !important;
	background: #fff;
}

@media screen and (min-width: 1260px) {
	.contents {
		padding-top: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.contents {
		padding-top: 0 !important;
	}
}

@media screen and (max-width: 768px) {
    .main-section {
        padding: 0 3% !important;
    }
}

/* ここから本文領域 */

/* section1 */
.airgle-hero {
	max-width: 1850px;
	margin: 0 auto;
	background-color: #ffffff;
}

.airgle-hero-img {
	display: block;
	width: 100%;
	height: auto;
}

/* section2 */
.airgle-trouble {
	padding: 80px 0 75px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}

.airgle-trouble__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	padding: 0;
}

.airgle-trouble__head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 80px;
	width: 100%;
}

.airgle-trouble__head-icon {
	width: 110px;
	height: auto;
	flex-shrink: 0;
}

.airgle-trouble__head-copy {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.4;
	color: #113157;
	letter-spacing: 0;
	display: inline-block;
	position: relative;
}

.airgle-trouble__head-copy .airgle-text--accent {
	font-size: 38px;
	font-weight: 700;
}

.airgle-text--accent {
	color: #F46631;
	font-weight: 700;
}

.airgle-trouble__dots {
	display: block;
	font-size: 22px;
	color: #F46631;
	letter-spacing: 0.75em;
	margin-bottom: -10px;
	margin-left: 130px;
}

.airgle-trouble__list {
	width: 1200px;
	max-width: 100%;
 	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 60px;
	grid-row-gap: 70px;
}

.airgle-trouble-item {
	position: relative;
	background-color: #F2F3F5;
	border-radius: 28px;
	padding: 35px 20px 35px 40px;
	box-shadow: 0 6px 14px rgba(16, 48, 90, 0.12);
	display: flex;
	align-items: center;
	z-index: 999;
	min-height: 195px;
}

.airgle-trouble-item__text {
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.7;
	color: #113157;
}

.airgle-trouble-item__text .airgle-text--accent {
	color: #f46631;
	font-size: 28px;
}

.airgle-trouble-item__quote {
	position: absolute;
	top: -14px;
	left: 40px;
	width: 42px;
	height: auto;
}

.airgle-trouble-item--with-person {
	padding-right: 120px;
}

.airgle-trouble-item__person {
	position: absolute;
	right: 28px;
	bottom: -20px;
	width: 70px;
	height: auto;
}

.airgle-trouble__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -110px;
  height: 260px;
  background: url("https://gigaplus.makeshop.jp/yagamiyhhc/images/airgle/section-bg01.jpg") no-repeat center top;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

/* section3 */
.airgle-solution {
	padding: 0 0 140px;
	position: relative;
	z-index: 2;
}

.airgle-solution {
  background: linear-gradient(
    to bottom,
    transparent 0px,
    transparent 50px,
    #ECF2FF 51px
  );
}

.airgle-solution__inner {
	/*max-width: 1200px;*/
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
	color: #153a61;
}

.airgle-solution__label {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 560px;
	padding: 20px 0;
	margin: 0 auto 35px;
	border-radius: 999px;
	background: #1ACED2;
	color: #113157;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

/* 下向きの矢印（三角形） */
.airgle-solution__label::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 14px 0 14px;
	border-color: #1ACED2 transparent transparent transparent;
}

.airgle-solution__catch {
	margin: 0 0 65px;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.7;
}

.airgle-solution__catch-sub {
	color: #113157;
}

.airgle-solution__catch-main {
	display: inline-block;
	margin: 0;
	padding: 10px 35px;
	background: #113157;
	color: #ffffff;
}

.airgle-solution__circles {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 0;
	flex-wrap: nowrap;
}

.airgle-solution__circles--bottom {
	gap: 80px;
}

.airgle-solution-circle {
	position: relative;
	width: 398px;
	height: 402px;
	/*border-radius: 50%;*/
	background: url("https://gigaplus.makeshop.jp/yagamiyhhc/images/airgle/solution-circle-bg-01.png") center/cover no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: visible;
}

.airgle-solution-circle__small {
	font-size: 32px;
	line-height: 1.0;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 4px 0;
}

.airgle-solution-circle__small2 {
	font-size: 23px;
}

.airgle-solution-circle__small3 {
	font-size: 32px;
}

.airgle-solution-circle__big {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.airgle-solution-circle__big2 {
	font-size: 49px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
	margin: -20px 0 0 0;
}

.airgle-solution-circle__big3 {
	font-size: 49px;
	line-height: 1.0;
	font-weight: 700;
	color: #ffffff;
	margin: -20px 0 0 0;
}

.airgle-solution-circle__product {
	position: absolute;
	bottom: 10px;
	height: auto;
}

.airgle-solution-circle__product--left {
	left: -30px;
	width: 138px;
}

.airgle-solution-circle__product--right {
	right: -120px;
	top: -50px;
	width: 231px;
}

/* 注釈部分 */
.airgle-solution__note {
	margin: 120px auto 0;
	padding: 0 10px;
	width: 100%;
	max-width: 1200px;
	text-align: left;
	font-size: 15.5px;
	line-height: 1.8;
	color: #000000;
}

/* section4 */
.airgle-ag300 {
	background-color: #e9f1ff;
	padding: 0 0 90px;
}

.airgle-ag300__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;;
}

.airgle-ag300__left {
	flex: 0 0 55%;
}

.airgle-ag300__right {
	flex: 0 0 44.25%;
	margin-left: 3.75%;
	display: flex;
	flex-direction: column;
	align-items: center; /* ← 横方向の中央揃えのみ */
	justify-content: flex-start; /* ← 縦方向は上揃えのまま */
}

/* 商品画像 */
.airgle-ag300__photo {
	width: 85%;
	height: auto;
	margin-bottom: 40px;
	display: block;
}

.airgle-ag300__btn-wrap {
	max-width: 421px;
	width: 100%;
	text-align: center;
}

/* カートボタンを右に寄せるための余白調整 */
.airgle-btn-cart {
	margin-right: 0;
}

.airgle-ag300__heading {
	margin-bottom: 32px;
}

.airgle-ag300__title-wrap {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	margin-bottom: 18px;
}

.airgle-ag300__title-img {
	display: block;
	height: 78px;
	width: auto;
}

.airgle-ag300__title-sub {
	font-size: 18px;
	font-weight: 700;
	color: #153a61;
}

.airgle-ag300__title-line {
	display: block;
	width: 100%;
	max-width: 665px;
	height: auto;
}

.airgle-ag300__lead {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6;
	margin: 26px 0 20px;
}

.airgle-ag300__text {
	font-size: 16px;
	line-height: 1.87;
	margin: 0 0 32px;
}

.airgle-ag300__bottom {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
	margin-top: 8px;
}

.airgle-ag300__price-img {
	display: block;
	height: auto;
	max-width: 658px;
	width: 100%;
}

.airgle-ag__price-img-ft {
	display: block;
	height: auto;
	margin-top: 10px;
	max-width: 431px;
	width: 100%;
}

.airgle-ag300__btn-wrap {
	flex-shrink: 0;
}

/* section5 */
.airgle-reasons {
	padding: 100px 0 150px;
	background-color: #ffffff;
	color: #153a61;
}

.airgle-reasons__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}

.airgle-reasons__head {
    text-align: center;
    margin-bottom: 30px;
}

.airgle-reasons__icon {
	display: block;
	margin: 0 auto 12px;
	width: 122px;
}

.airgle-reasons__title {
	font-weight: 700;
 	line-height: 1.45;
	margin: 0 0 20px;
}

.airgle-reasons__title-orange {
	color: #F46631;
	font-size: 52px;
}

.airgle-reasons__title-blue {
	color: #113157;
	font-size: 45px;
 	font-weight: 700;
}

.airgle-reasons__title-blue-small {
	color: #113157;
	font-size: 38px;
 	font-weight: 700;
}

.airgle-reasons__line {
	width: 100%;
	max-width: 1200px;
	height: 2px;
	background-color: #113157;
	margin: 0 auto;
}

/* ─── 4つのカード（2×2） ──────────── */

.airgle-reasons__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	margin-bottom: 50px;
}

.airgle-reasons-item {
	position: relative;
	background-color: #E6F8FF;
	padding: 50px 40px 40px;
	min-height: 380px;
	box-sizing: border-box;
	overflow: hidden;
}

/* --- 左上の三角形タブ（背景のみ） --- */
.airgle-reasons-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 80px solid #1ACED2;  /* 三角形の色 */
	border-right: 80px solid transparent;
	width: 0;
	height: 0;
	z-index: 1;
}

/* --- 左上の三角形タブ --- */
.airgle-reasons-item__num {
	position: absolute;
	top: 12px;
	left: 12px;
	color: #ffffff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	z-index: 2; /* 三角形の上に表示 */
}

/* --- 見出し（2行構造の色分け対応） --- */
.airgle-reasons-item__title {
	font-size: 38px;
	line-height: 1.44;
	font-weight: 700;
	color: #113157; /* 1行目の濃紺 */
	margin-bottom: 20px;
	text-align: left;
}

/* タイトルの後半をオレンジ */
.airgle-reasons-item__title strong,
.airgle-reasons-item__title span {
	color: #F46631 !important;
}

/* --- テキスト --- */
.airgle-reasons-item__text {
	font-size: 20px;
	line-height: 2;
	color: #113157;
	font-weight: 500;
	margin-top: 10px;
	text-align: left;
}

.airgle-reasons__note {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	color: #000000;
	max-width: 1200px;
	margin: 20px auto 0;
}

/* section6 */
.airgle-cases {
	padding: 120px 0 140px;
	background-color: #ffffff;
}

.airgle-cases__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	color: #153a61;
}

/* 見出し */
.airgle-cases__head {
	margin-bottom: 40px;
}

.airgle-cases__title-wrap {
	display: inline-block;
	margin-bottom: 14px;
}

.airgle-cases__title-img {
	display: block;
	width: 191px;
	height: auto;
	margin-bottom: 8px;
}

.airgle-cases__title-line {
	display: block;
	width: 205px;
	height: auto;
}

.airgle-cases__lead {
	font-size: 20px;
	font-weight: 500:
	line-height: 2em;
	margin-bottom: 20px;
}

.airgle-cases__note {
	font-size: 20px;
	font-weight: 500:
	line-height: 2em;
	margin: 0;
}

/* スライダー全体（画面幅いっぱい） */
.airgle-cases__slider {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

/* 各段 */
.airgle-cases__row {
	overflow: hidden;
	width: 100vw;
}

.airgle-cases__row--bottom {
	margin-top: 35px;
}

/* トラック（アニメーションさせる要素） */
.airgle-cases__track {
	display: flex;
	flex-wrap: nowrap;
	/* 両方とも 0 からスタートさせるのがポイント */
	transform: translateX(0);
}

/* 画像アイテム */
.airgle-cases__item {
	flex: 0 0 auto;
}

.airgle-cases__item img {
	display: block;
	height: 466px;
	width: auto;
	object-fit: cover;
	margin-right: 20px;
}

/* 上段の高さを少し高く */
.airgle-cases__row--top .airgle-cases__item img {
	height: 466px;
}

/* トラック共通 */
.airgle-cases__track {
	display: flex;
	flex-wrap: nowrap;
}

/* 上段：右 → 左（0 → -50%） */
@keyframes airgle-slide-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* 下段：左 → 右（-50% → 0） */
@keyframes airgle-slide-right {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}

/* 実際の動き指定 */
.airgle-cases__track--top {
	animation: airgle-slide-left 55s linear infinite;
}

.airgle-cases__track--bottom {
	animation: airgle-slide-right 55s linear infinite;
}

/* section7 */
.airgle-tech {
	position: relative;
	padding: 90px 0 110px;
	background-color: #fff;
}

.airgle-tech__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.airgle-tech__bg {
	overflow: hidden;
	width: 100%;
}

.airgle-tech__bg-img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2500px;
	height: auto;
	max-width: none;
}

/* インナー */
.airgle-tech__inner {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	color: #113157;
	background: transparent;
}

/* 見出し */
.airgle-tech__head {
	margin-top: 40px;
	margin-bottom: 60px;
}

.airgle-tech__eyecatch {
	display: inline-block;
	padding: 6px 22px;
	border-radius: 999px;
	background-color: #1ACED2;
	color: #ffffff;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 18px;
}

.airgle-tech__title {
	font-size: 46px;
	font-weight: 700;
	color: #113157;
	margin: 0 0 10px;
}

.airgle-tech__blocks {
	display: flex;
	flex-direction: column;
	row-gap: 0;
}

/* ▼ ブロック全体 */
.airgle-tech__blocks {
	max-width: 1200px;
	margin: 0 auto;
}

/* 各ブロック */
.airgle-tech__block {
	position: relative;
	padding: 40px 30px 130px;
	background-color: rgba(255, 255, 255, 0.95);
	margin-bottom: 90px;
	width: 923px;
}

/* 1つ目 & 3つ目 … 左寄せ（右側に余白） */
.airgle-tech__block:nth-child(1),
.airgle-tech__block:nth-child(3) {
	margin-left: 0;
	margin-right: auto;
}

/* 2つ目 … 右寄せ（左側に余白） */
.airgle-tech__block:nth-child(2) {
	margin-left: auto;
	margin-right: 0;
}

/* ▼ テキスト部（上揃え） */
.airgle-tech__content {
	font-size: 16px;
	line-height: 1.9;
	max-width: 710px;
}

.airgle-tech__content.middle-block {
	margin-left: 120px;
}

.airgle-tech__block-heading {
	margin: 0 0 12px;
}

.airgle-tech__block-heading-main {
	display: inline-block;
	color: #F46631;
	font-weight: 700;
	font-size: 28px;
}

/* ▼ 商品画像：白ボックスの端から少しはみ出させる */
.airgle-tech__image {
	position: absolute;
	bottom: -35px;           /* 下にはみ出す量 */
	right: -100px;             /* 基本：右下配置 */
	z-index: 3;  /* 画像が帯より前へ */
}

/* 2つ目だけ左下配置 */
.airgle-tech__block:nth-child(2) .airgle-tech__image {
	right: auto;
	left: -100px;
	bottom: -85px
}

.airgle-tech__block:nth-child(3) .airgle-tech__image {
	right: auto;
	bottom: -70px;           /* 下にはみ出す量 */
	right: -120px;             /* 基本：右下配置 */
}

/* 画像サイズ調整 */
.airgle-tech__image-img {
	/*max-width: 260px;
	height: auto;*/
	display: block;
	z-index: 3;
}

/* ▼ 下の帯ラベル */
.airgle-tech__label {
	position: absolute;
	left: 0;
	bottom: 0;
	/*transform: translateY(100%);*/
	z-index: 1;
}

.airgle-tech__label.middle-block {
	right: 0;
	left: auto;
}

.airgle-tech__label-img {
	display: block;
	width: 849px;
	height: auto;
}

.airgle-tech__text {
	font-size: 20px;
	font-weight: 500;
	color: #113157;
}

/* section8 */
.airgle-products {
	padding: 160px 0 110px;
	background-color: #ffffff;
}

.airgle-products__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	color: #153a61;
}

/* 見出し */
.airgle-products__head {
	margin-bottom: 40px;
}

.airgle-products__title-wrap {
	display: inline-block;
}

.airgle-products__title-img {
	display: block;
	width: 378px;
	height: auto;
	margin-bottom: 8px;
}

.airgle-products__title-line {
	display: block;
	width: 378px;
	height: auto;
}

/* リスト全体 */
.airgle-products__list {
	display: flex;
	flex-direction: column;
	row-gap: 70px;
}

/* 各商品行 */
.airgle-products__item {
	display: flex;
	column-gap: 60px;
	align-items: flex-start;
}

/* サムネイル */
.airgle-products__thumb {
	flex: 0 0 388px;
}

.airgle-products__thumb-img {
	display: block;
	width: 100%;
	height: auto;
}

.airgle-products__thumb-img.item01 {
	display: block;
	width: 80%;
	height: auto;
}

.airgle-products__thumb-img.item02 {
	display: block;
	width: 90%;
	height: auto;
}

/* 本文エリア */
.airgle-products__body {
	flex: 1 1 auto;
}

/* モデル名周り */
.airgle-products__header {
	margin-bottom: 16px;
}

.airgle-products__model {
	display: flex;
	align-items: baseline;
	column-gap: 14px;
	margin-bottom: 6px;
}

.airgle-products__model-img {
	display: block;
	width: 190px;
	height: auto;

}

.airgle-products__model-type {
	font-size: 18px;
	font-weight: 700;
	color: #113157;
	margin: 0;
}

.airgle-products__model-line {
	display: block;
	width: 100%;
	max-width: 733px;
	height: auto;
}

/* キャッチ・本文 */
.airgle-products__catch {
	font-size: 28px;
	font-weight: 700;
	color:#113157;
	margin: 0 0 8px;
}

.airgle-products__text {
	font-size: 16px;
	color:#113157;
	line-height: 1.87;
	margin: 0 0 14px;
}

/* 価格 */
.airgle-products__price {
	margin-bottom: 16px;
}

.airgle-products__price {
	display: flex;
	align-items: flex-end;
	gap: 14px;
}

.airgle-products__price-row {
	margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 1.0;
}

.airgle-products__price-row--before {
	color: #113157;
}

.airgle-products__price-label {
	margin-right: 4px;
}

.airgle-products__price-before {
	text-decoration: line-through;
	margin-right: 4px;
}

.airgle-products__price-note {
	color: #F46631;
	font-weight: 700;
}

.airgle-products__price-row--after {
	margin-top: 2px;
}

.airgle-products__price-main {
	font-size: 38px;
	font-weight: 700;
	color: #F46631;
	margin-right: 4px;
}

.airgle-products__price-tax {
	color: #F46631;
	font-size: 18px;
	font-weight: 700;
}

@media (min-width: 981px) {
	.airgle-products__btn-wrap{
		display: flex;
	 	justify-content: flex-end;
	}
}

/* section9 */
.airgle-spec {
	padding: 90px 0 110px;
	background-color: #ffffff;
}

.airgle-spec__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	color: #153a61;
}

/* 見出し */
.airgle-spec__head {
	margin-bottom: 36px;
}

.airgle-spec__title-wrap {
	display: inline-block;
}

.airgle-spec__title-img {
	display: block;
	width: 322px;
	height: auto;
	margin-bottom: 8px;
}

.airgle-spec__title-line {
	display: block;
	width: 345px;
	height: auto;
}

.airgle-spec__head {
	margin-bottom: 0;
}

.scroll {
	width: 100%;
	padding: 0 0 10px 0;
	overflow-x: auto;
}

@media only screen and (max-width: 1350px) {
	.scroll {
		margin-bottom: 30px;
		padding: 0 0 10px 0;
	}
}

.scroll::-webkit-scrollbar {
	height: 10px;
}

.scroll::-webkit-scrollbar-thumb {
	background: #acacac;
	border-radius: 5px;
}

.scroll-wrap::-webkit-scrollbar-track-piece {
	background: #f8f8f8 !important;
	border-radius: 5px;
}

.scroll::-webkit-scrollbar-track {
	background: #f8f8f8;
	border-radius: 5px;
}

/* テーブル */
.airgle-spec__table {
	width: 1200px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
	background-color: #ffffff;
}
.airgle-spec__table tr {
	height: 100px;
}

/* モデル名行（AG300 / AG600 / AG900） */
.airgle-spec__model-name {
	font-size: 24px;
	color: #113157;
	font-weight: 700;
	padding: 26px 0 18px;
	background-color: #F2F3F5;
	text-align: center;
	border-right: 1px solid #ffffff;
	border-bottom: none;
}

/* 左端の見出しセル（風量／床面積／運転音…） */
.airgle-spec__rowhead {
	width: 280px;
	padding: 18px 12px;
	background-color: #113157;
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	border-right: 1px solid #ffffff; 
	border-bottom: 1px solid #ffffff;
	line-height: 1.6;
	vertical-align: middle;
}

/* 右側のデータセル */
.airgle-spec__cell {
	font-size: 28px;
	color: #113157;
	font-weight: 700;
	padding: 18px 12px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

/* 偶数行・奇数行の背景色 */
.airgle-spec__table tbody tr:nth-child(odd) .airgle-spec__cell {
	background-color: #ffffff;
	border-left: 1px solid #113157;
}
.airgle-spec__table tbody tr:nth-child(even) .airgle-spec__cell {
	background-color: #ECF2FF;
}

.cellFrist {
	border-left: none !important;
}

.cellSmall {
	font-size: 22px;
}

/* 一番右のセルだけ右線を消す */
.airgle-spec__table tr > *:last-child {
	border-right: none;
}

/* 最終行の下線を消す（外枠なし仕様） */
.airgle-spec__table tbody tr:last-child .airgle-spec__cell,
.airgle-spec__table tbody tr:last-child .airgle-spec__rowhead {
	border-bottom: none;
}

/* section10 */
.faq-section {
	position: relative;
	width: 100%;
	padding: 120px 0 30px;
	margin-bottom: 0;
	background: url("https://gigaplus.makeshop.jp/yagamiyhhc/images/airgle/faq-bg-01.png") no-repeat top center / cover;
	background-color: #fff;
	border: none !important;
}

.faq-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

/* タイトル */
.faq-title-wrap {
	display: inline-block;
	margin-bottom: 24px;
}

.faq-title-img {
	display: block;
	width: 276px;
	height: auto;
	margin-bottom: 8px;
}

.faq-title-line {
	display: block;
	width: 292px;
	height: auto;
}

/*--------------------------------
	FAQ アコーディオン
--------------------------------*/
.airgle-faq__list {
	margin-top: 120px;
}

.airgle-faq__item {
	background: none;
	border-radius: 12px;
	margin-bottom: 40px;
	overflow: hidden;
}

/* summary（見出し） */
.airgle-faq__summary {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #113157;
}

.airgle-faq__summary {
	user-select: none;
	-webkit-user-select: none;
}

/* ブラウザデフォルトの三角を消す */
.airgle-faq__summary::-webkit-details-marker {
	display: none;
}

/* 見出し内レイアウト（Q＋テキスト） */
.airgle-faq__summary-inner {
	flex: 1;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 22px 26px;
}

.airgle-faq__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.airgle-faq__icon img {
	display: block;
	width: 26px;
	height: auto;
}

.airgle-faq__question {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.7;
	color: #113157;
}

/* トグルアイコン（summaryの右端） */
.airgle-faq__toggle {
	flex-shrink: 0;
	align-self: center;
	margin-right: 26px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	background: #113157;
}

.airgle-faq__toggle::before,
.airgle-faq__toggle::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 2px;
	background: #fff;
	transform: translate(-50%, -50%);
}

/* 縦棒（＋アイコン用） */
.airgle-faq__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

/* open 時は − アイコン（縦棒を消す） */
.airgle-faq__item[open] .airgle-faq__toggle::after {
	opacity: 0;
}

/* 回答部分 */
.airgle-faq__content {
}

.airgle-faq__content-inner {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 18px 26px 22px 26px;
	background: none;
}

.airgle-faq__answer {
	margin: 5px 0 0 0;
	font-size: 20px;
	line-height: 1.6;
	color: #113157;
}

.footer-note {
	max-width: 1200px;
	margin: 0 auto;
	color: #000;
	font-size: 16px;
	line-height: 1.56em;
}

.footer-note a {
	color: #331ad2;
	text-decoration: none;
}

/* section11 */
.footer-cta-wrap {
	position: relative;
	width: 100%;
}

.footer-cta-bg {
	width: 100%;
	height: auto;
	display: block;
}

/* ★ 画像サイズに比例するボタン ★ */
.footer-cta-btn {
	position: absolute;
	left: 30%;
	top: 74%;
	transform: translateX(-50%);
	
	width: 19%;
	aspect-ratio: 4.5 / 1;
	
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;

	background: #331ad2;
	color: #fff;
	border-radius: 9999px;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.4vw;
	padding: 0;
	box-shadow: 0 0.5vw 0 #2D2082;
}

/* アイコンサイズも比例させる */
.footer-cta-btn .cart-icon {
	width: 1.4em;
	height: 1.4em;
	background: url("https://gigaplus.makeshop.jp/yagamiyhhc/images/airgle/icon-cart.png") no-repeat center / contain;
}

.footer-cta-btn .arrow-icon {
	position: relative;
	width: 1.5em;
	height: 1.5em;
}

.footer-cta-btn .arrow-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	border-top: 0.15em solid #fff;
	border-right: 0.15em solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

/* hover */
.footer-cta-btn:hover {
	background: #2d2082;
	opacity: 1.0;
}

/* 共通パーツ */
.airgle-pr-banner {
	width: 100%;
	background: #fff;
}

.airgle-pr-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    box-sizing: border-box;
}

.airgle-pr-banner__img {
	display: inline-block;
	max-width: 812px;
	width: 100%;
	height: auto;
}

.airgle-pr-banner__inner img {
	margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1192px) {
	.airgle-products__price {
		flex-direction: column;
		align-items: flex-start;
	}
	.airgle-products__model {
		flex-direction: column;
		align-items: flex-start;
	}
	.airgle-products__price-note {
		margin-top: 10px;
		display: block;
	}
}

@media screen and (min-width: 769px) and (max-width: 1350px) {
	.airgle-trouble__inner,
	.airgle-ag300__inner,
	.airgle-reasons__inner,
	.airgle-cases__inner,
	.airgle-tech__inner,
	.airgle-products__inner,
	.footer-note {
		padding: 0 15px;
	}

	.airgle-tech__block {
		max-width: 90%;
	}

	.airgle-ag300__right {
		margin-left: 2%;
	}

	/* 横3つの配置はそのまま、幅だけ割合で縮める */
	.airgle-solution__circles {
		gap: 20px; /* 丸同士の隙間 */
	}

	/* 丸を画面幅に応じて可変サイズにする */
	.airgle-solution-circle {
		width: 28vw;      /* 画面幅の28%に自動縮小 */
		height: 28vw;     /* 正円を維持 */
		max-width: 260px; /* 大きくなりすぎないように上限 */
		max-height: 260px;
		min-width: 180px; /* 小さくなりすぎないように下限 */
		min-height: 180px;

		padding: 20px;
	}

	/* 丸の中の文字も少し縮める */
	.airgle-solution-circle__big,
	.airgle-solution-circle__big2,
	.airgle-solution-circle__big3 {
		font-size: 2.1vw;
	}

	.airgle-solution-circle__small,
	.airgle-solution-circle__small2,
	.airgle-solution-circle__small3 {
		line-height: 1.5em;
		font-size: 1.6vw;
	}
	.airgle-solution-circle__product--right {
		width: 22vw;      /* ←画面幅に応じて縮小 */
		max-width: 200px; /* 上限を設定 */
	}
	.airgle-solution-circle__product--left {
		width: 22vw;      /* ←画面幅に応じて縮小 */
		max-width: 100px; /* 上限を設定 */
	}

}

/*  768px 以下・スマホ用調整 */
@media screen and (max-width: 768px) {

	/*  section2 */
	.airgle-trouble {
		padding: 50px 0 0;
	}

	.airgle-trouble__inner {
		padding: 0 20px;
	}

	.airgle-trouble__head {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 12px;
		margin-bottom: 32px;
	}

	.airgle-trouble__head-icon {
		width: 80px;
		height: auto;
	}

	.airgle-trouble__head-copy {
		font-size: 22px;
		line-height: 1.6;
	}

	.airgle-trouble__head-copy .airgle-text--accent{
		font-size: 28px;
	}

	.airgle-trouble__dots {
		display:none;
	}

	.airgle-trouble__list {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
	}

	.airgle-trouble-item {
		padding: 22px 18px 24px;
		min-height: auto;
		border-radius: 8px;
	}

	.airgle-trouble-item__text {
		font-size: 16px;
		line-height: 1.7;
	}

	.airgle-trouble-item__text .airgle-text--accent {
		font-size: 16px;
	}

	.airgle-trouble-item__quote {
		top: -10px;
		left: 16px;
		width: 22px;
	}

	.airgle-trouble-item--with-person {
		padding-right: 90px;
	}

	.airgle-trouble-item__person {
		width: 56px;
		right: 14px;
		bottom: 6px;
	}

	.airgle-trouble__wave {
		bottom: -200px;
		height: 200px;
		background-position: center top;
	}

	/* section3 */
	.airgle-solution {
		padding: 70px 0 20px;
		background: linear-gradient(to bottom,transparent 0px,transparent 100px,#ECF2FF 101px)
	}

	.airgle-solution__inner {
		padding: 0 20px;
	}

	.airgle-solution__label {
		min-width: auto;
		width: 100%;
		max-width: 320px;
		font-size: 14px;
		padding: 10px 18px;
		margin-bottom: 24px;
	}

	.airgle-solution__label::after {
		bottom: -10px;
		border-width: 10px 10px 0 10px;
	}

	.airgle-solution__catch {
		font-size: 20px;
		margin: 0 0 32px;
		line-height: 1.6;
	}

	.airgle-solution__catch-main {
		display: block;
		margin: 10px auto 0;
		padding: 6px 16px;
	}

	.airgle-solution__circles {
		gap: 10px;
	}

	.airgle-solution__circles--bottom {
		gap: 10px;
	}

	.airgle-solution-circle {
		width: 210px;
		height: 210px;
		margin: 0 auto;
	}

	.airgle-solution-circle--with-image-left,
	.airgle-solution-circle--with-image-right {
		margin: 0;
	}

	.airgle-solution-circle__small {
		font-size: 14px;
		line-height: 1.5em;
		display: inline-block;
	}

	.airgle-solution-circle__small2 {
		font-size: 14px;
		line-height: 1.5em;
	}

	.airgle-solution-circle__small3 {
		font-size: 16px;
		line-height: 1.0em;
	}

	.airgle-solution-circle__big {
		font-size: 23px;
	}

	.airgle-solution-circle__big2,
	.airgle-solution-circle__big3 {
		font-size: 23px;
		margin: 0;
	}

	.airgle-solution-circle__product--left {
		width: 90px;
		left: -10px;
		bottom: -10px;
	}

	.airgle-solution-circle__product--right {
		width: 120px;
		right: -30px;
		bottom: -10px;
		top: auto;
	}

	.airgle-solution__note {
		font-size: 11px;
		line-height: 1.7;
		margin-top: 20px;
	}

	/* section4 AG300 */
	.airgle-ag300 {
		padding: 60px 0 70px;
	}

	.airgle-ag300__inner {
		flex-direction: column;
		gap: 32px;
		padding: 0 20px;
	}

	.airgle-ag300__right {
		order: 2;
		align-items: center;
		justify-content: center;
		margin-left: 0;
	}

	.airgle-ag300__photo {
		max-width: 100%;
		margin-bottom: 24px;
	}

	.airgle-ag300__title-wrap {
		gap: 12px;
	}

	.airgle-ag300__title-img {
		height: 40px;
	}

	.airgle-ag300__title-sub {
		font-size: 14px;
	}

	.airgle-ag300__heading {
		margin-bottom: 18px;
		overflow: hidden; /* line.png 用：はみ出し隠し */
	}

	.airgle-ag300__title-line {
		max-width: none;
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.airgle-ag300__lead {
		font-size: 20px;
		margin: 18px 0 14px;
	}

	.airgle-ag300__text {
		font-size: 13px;
		line-height: 1.9;
	}

	.airgle-ag300__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	.airgle-ag300__price-img {
		max-width: 100%;
	}

	.airgle-ag__price-img-ft {
		max-width: 100%;
	}

	.airgle-ag300__btn-wrap {
		width: 90%;
		text-align: center;
	}

	/* section5 理由4つ */
	.airgle-reasons {
		padding: 70px 0 50px;
	}

	.airgle-reasons__inner {
		padding: 0 20px;
	}

	.airgle-reasons__head {
		margin-bottom: 32px;
	}

	.airgle-reasons__icon {
		width: 80px;
	}

	.airgle-reasons__title {
		font-size: 22px;
		line-height: 1.6;
	}

	.airgle-reasons__title-orange {
		font-size: 26px;
	}

	.airgle-reasons__title-blue-small {
		font-size: 18px;
	}

	.airgle-reasons__title-blue {
		font-size: 22px;
	}

	.airgle-reasons__list {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 32px;
	}

	.airgle-reasons-item {
		min-height: auto;
		padding: 32px 20px 34px;
	}

	.airgle-reasons-item::before {
		border-top: 50px solid #1ACED2;
		border-right: 50px solid transparent;
	}

	.airgle-reasons-item__num {
		font-size: 12px;
		top: 8px;
		left: 8px;
	}

	.airgle-reasons-item__title {
		font-size: 18px;
	}

	.airgle-reasons-item__text {
		font-size: 13px;
	}

	.airgle-reasons__note {
		font-size: 13px;
		line-height: 1.8;
	}

	/* section6 導入事例スライダー */
	.airgle-cases {
		padding: 70px 0 50px;
	}

	.airgle-cases__inner {
		padding: 0 20px;
	}

	.airgle-cases__title-img {
		width: auto;
		height: 30px;
	}

	.airgle-cases__title-line {
		width: 90px;
		height: auto;
	}

	.airgle-cases__title-wrap {
		overflow: hidden; /* line.png 用 */
	}

	.airgle-cases__lead,
	.airgle-cases__note {
		font-size: 13px;
		line-height: 1.8;
	}

	.airgle-cases__slider {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		gap: 10px;
	}

	.airgle-cases__item img {
		height: 180px;
		margin-right: 12px;
	}

	.airgle-cases__row--top .airgle-cases__item img {
		height: 200px;
	}

	/* section7 テクノロジー */
	.airgle-tech {
		padding: 30px 0 50px;
	}

	.airgle-tech__inner {
		padding: 0 20px;
	}

	.airgle-tech__eyecatch {
		font-size: 14px;
		padding: 4px 16px;
	}

	.airgle-tech__title {
		font-size: 22px;
	}

	.airgle-tech__title-line {
		overflow: hidden; /* ag-under-line.png 用 */
	}

	.airgle-tech__line {
		width: 270px;
		height: auto;
		max-width: none;
		display: block;
	}

	.airgle-tech__head {
		margin-bottom: 30px;
	}

	.airgle-tech__blocks {
		max-width: 100%;
		row-gap: 40px;
	}

	.airgle-tech__block {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 24px 18px 26px;
	}

	.airgle-tech__content {
		max-width: none;
		font-size: 14px;
	}

	.airgle-tech__content.middle-block {
		margin-left: 0;
	}

	.airgle-tech__block-heading-main {
		font-size: 24px;
		line-height: 1.5em;
	}

	.airgle-tech__image {
		position: static;
		margin: 16px auto 0;
	}

	.airgle-tech__image-img {
		max-width: 150px;
		width: 100%;
		height: auto;
		margin: auto;
	}

	.airgle-tech__block:nth-child(3) .airgle-tech__image-img {
		max-width: 350px;
	}

	.airgle-tech__label,
	.airgle-tech__label.middle-block {
		position: static;
		margin-top: 12px;
	}

	.airgle-tech__label-img {
		width: 100%;
		max-width: none;
	}

	.airgle-pr-banner {
		padding-top: 20px !important;
	}

	.airgle-tech__text {
		font-size: 17px;
	}

	/* section8 製品ラインナップ */
	.airgle-products {
		padding: 70px 0 50px;
	}

	.airgle-products__inner {
		padding: 0 20px;
	}

	.airgle-products__title-img {
		height: 30px;
		width: auto;
	}

	.airgle-products__title-line {
		width: 170px;
		height: auto;
	}

	.airgle-products__title-wrap {
		overflow: hidden; /* product-title-line.png 用 */
	}

	.airgle-products__model {
		display: block;
	}

	.airgle-products__model-img {
		width: 150px;
		margin-bottom:10px;
	}

	.airgle-products__list {
		row-gap: 70px;
	}

	.airgle-products__item {
		flex-direction: column;
		align-items: center;
		text-align: left;
	}

	.airgle-products__thumb {
		flex-basis: auto;
		width: 260px;
		margin-bottom: 16px;
	}

	.airgle-products__body {
		width: 100%;
	}

	.airgle-products__model-line {
		max-width: none;
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.airgle-products__header {
		margin-bottom: 12px;
		overflow: hidden; /* model-line 用 */
	}

	.airgle-products__catch {
		font-size: 15px;
	}

	.airgle-products__text {
		font-size: 13px;
		line-height: 1.9;
	}

	.airgle-products__price {
		display: block;
	}

	.airgle-products__price-row {
		margin-bottom: 6px;
		font-size: 18px;
	}

	.airgle-products__price-main {
		font-size: 26px;
	}

	.airgle-products__price-tax {
		font-size: 14px;
	}

	.airgle-products__price-note {
		margin-top: 10px;
		display: block;
	}

	/* section9 スペック表 */
	.airgle-spec {
		padding: 50px 0 50px;
	}

	.airgle-spec__inner {
		padding: 0 20px;
	}

	.airgle-spec__title-img {
		height: 30px;
		width: auto;
	}

	.airgle-spec__title-line {
		width: 160px;
		height: auto;
	}

	.airgle-spec__title-wrap {
		overflow: hidden; /* spec-title-line.png 用 */
	}

	.airgle-spec__table {
		font-size: 13px;
		min-width: 760px;
		width: 760px;
	}

	.airgle-spec__table tr {
		height: auto;
	}

	.airgle-spec__model-name {
		font-size: 17px;
		padding: 13px 0 18px;
	}

	.cellSmall {
		font-size: 12px;
	}

	.airgle-spec__rowhead {
		width: 160px;
		padding: 10px 6px;
		font-size: 13px;
	}

	.airgle-spec__cell {
		padding: 10px 6px;
		font-size: 13px;
	}

	/* section10 FAQ */
	.faq-section {
		padding: 80px 0 50px;
		background-size: cover;
	}

	.faq-inner {
		padding: 0 20px;
	}

	.faq-title-img {
		height: 32px;
		width: auto;
	}

	.faq-title-line {
		width: 140px;
		height: auto;
	}

	.faq-title-wrap {
		overflow: hidden; /* faq-title-line.png 用 */
	}

	.airgle-faq__summary-inner {
		padding: 16px 16px;
		gap: 14px;
	}

	.airgle-faq__list {
		margin-top: 20px;
	}

	.airgle-faq__toggle {
		margin-right: 16px;
	}

	.airgle-faq__question {
		font-size: 16px;
	}

	.airgle-faq__item {
		margin-bottom: 30px;
	}

	.airgle-faq__content-inner {
		padding: 14px 16px 18px 16px;
	}

	.airgle-faq__answer {
		font-size: 15px;
	}

	.footer-note {
		padding: 0 20px 0;
		font-size: 13px;
		line-height: 1.7;
	}

	.footer-cta-bg {
		padding-bottom: 60px;
	}

	/* section11 下部 CTA */
	.footer-cta-btn {
		/* 画像の比率に追従させつつ、SP では少し大きめ固定 */
		width: 70%;
		max-width: 340px;
		left: 50%;
		top: 86%;
		transform: translateX(-50%);
		font-size: 16px;
		box-shadow: 0 6px 0 #251ea7;
		aspect-ratio: 4.5 / 1;
		margin-bottom: 50px;
	}

	.footer-cta-btn .cart-icon {
		width: 1.4em;
		height: 1.4em;
	}

	.footer-cta-btn .arrow-icon {
		width: 1.2em;
		height: 1.2em;
	}
}

.pc-off {
	display: none !important;
}

.tb-off {
	display: none !important;
}

.br-on {
	display: none !important;
}

@media screen and (min-width: 769px) and (max-width: 1192px) {
	.br-on {
		display: block !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 1350px) {
	.tb-off {
		display: none !important;
	}
	
}

@media only screen and (max-width: 767px) {
	.sm-off {
		display: none !important;
	}
}

@media only screen and (max-width: 479px) {
	.pc-off {
		display: block !important;
	}
}

/* カスタム調整 */
.br480-680 {
	display: none;
}

@media only screen and (min-width: 480px) and (max-width: 680px) {
	.airgle-solution-circle {
		width: 140px;
		height: 140px;
		margin: 0;
    	}
	.airgle-solution-circle__big {
		font-size: 18px;
	}
	.airgle-solution-circle__big2 {
		font-size: 18px;
	}
	.airgle-solution-circle__big3 {
		font-size: 18px;
	}
	.airgle-solution-circle__small {
		font-size: 12px;
		line-height: 1.0em;
 	}
	.airgle-solution-circle__small2 {
		font-size: 12px;
		line-height: 1.0em;
 	}
	.airgle-solution-circle__small3 {
		font-size: 12px;
		line-height: 1.0em;
 	}
	.br480-680 {
		display: block;
 	}
	.airgle-solution-circle__product--left {
        	left: -55px;
		width: 80px;
 	}
	.airgle-solution-circle__product--right {
        	left: 95px;
		width: 100px;
 	}
}

@media only screen and (max-width: 479px) {
	.airgle-products__price-note {
		margin-top: 10px;
		display: block;
		text-align: right;
	}

	.airgle-products__price-row--after {
		text-align: right;
	}
}

.airgle-solution-sp {
	display: none !important;
}

@media only screen and (max-width: 479px) {
	.airgle-solution.airgle-solution-pcWrap {
		display: none !important;
	}
	.airgle-trouble__wave {
		display: none !important;
	}
	.airgle-solution-sp {
		display: block !important;
	}
}

/* Airgle セクション（SP） */

.airgle-solution-sp {
	position: relative;
	padding: 40px 0 0;
	overflow: hidden;
}

.airgle-solution-inner-sp {
	position: relative;
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	padding: 0 5px;
}

/* メイン（背景画像） */
.airgle-solution-main-sp {
	position: relative;
	border-radius: 12px;
	padding: 26px 20px 70px;
	margin-bottom: 18px;
}

.airgle-solution-title-sp {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 6px;
}

.airgle-solution-title-sp span {
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.airgle-solution-copy-sp {
	font-size: 14px;
	font-weight: 700;
}

/* 商品画像@（absolute） */
.airgle-solution-product-01-sp {
	position: absolute;
	left: -10px;
	top: 90px;
	width: 55px;
	height: auto;
}

/* カード */
.airgle-solution-card-wrap-sp {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
	margin-bottom: 14px;
}

.airgle-solution-card-sp {
	box-sizing: border-box;
	min-height: 115px;
	background: url("https://gigaplus.makeshop.jp/yagamiyhhc/images/airgle/bg-card-sp.png") no-repeat center;
	background-size: auto 115px;
	display: flex;
	align-items: center;      /* 縦中央 */
	justify-content: center;  /* 横中央 */
	text-align: center;
}

/* 下部（背景画像） */
.airgle-solution-bottom-sp {
	box-sizing: border-box;
	position: relative;
	min-height: 115px;
	background: url("https://gigaplus.makeshop.jp/yagamiyhhc/images/airgle/bg-bottom-sp.png") no-repeat center;
	background-size: auto 115px;
	display: flex;
	align-items: center;      /* 縦中央 */
	justify-content: center;  /* 横中央 */
	text-align: center;
}

/* 商品画像A（absolute） */
.airgle-solution-product-02-sp {
	position: absolute;
	right: 10px;
	top: -10px;
	width: 77px;
	height: auto;
	pointer-events: none;
}

.airgle-solution-inner-sp .airgle-solution__catch {
	margin-bottom: 15px;
}

.airgle-solution-inner-sp .airgle-solution-main-sp {
	padding: 0 20px 0;
	margin-bottom: 18px;
}

.airgle-solution-inner-sp .airgle-solution__label {
        margin-bottom: 12px;
}

.airgle-solution-inner-sp .airgle-solution__catch-main {
	font-size: 32px;
}

.airgle-solution-inner-sp .airgle-solution__catch-main .catchMini {
	font-size: 21px;
}

.airgle-solution-inner-sp .airgle-solution__catch-sub {
	font-size: 15px;
}

.airgle-solution-inner-sp .airgle-solution-circle__big3 {
	margin: 0;
}

.airgle-solution-sp::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 105px;              /* ラベル縦中央のY位置に合わせる */
	bottom: 0;
	background-color: #ECF2FF;
	z-index: 0;
}

.br380 {
	display: none;
}

@media only screen and (max-width: 380px) {
	.airgle-solution-card-sp,
	.airgle-solution-bottom-sp {
		border-radius: 20px;
		background-size: auto 140px;
	}
	.br380 {
		display: block;
	}
}

.font-footer {
	position: absolute;
	left: 18%;
	top: 65%;
	color: #fff;
 	font-weight: 500;
	font-size: 1.4vw;
}

@media screen and (max-width: 768px) {
    .font-footer {
        left: 0;
        top: 70%;
        font-size: 16px;
        width: 100%;
        text-align: center;
        text-shadow: 0 0 4px #331ad2, 0 0 4px #331ad2, 0 0 4px #331ad2,
                     0 0 4px #331ad2, 0 0 4px #331ad2, 0 0 4px #331ad2,
                     0 0 4px #331ad2, 0 0 4px #331ad2, 0 0 4px #331ad2,
                     0 0 4px #331ad2, 0 0 4px #331ad2, 0 0 4px #331ad2,
                     0 0 4px #331ad2, 0 0 4px #331ad2, 0 0 4px #331ad2,
                     0 0 4px #331ad2;
    }
}

.footer-cta-section {
	margin-bottom: 50px;
}

@media screen and (max-width: 479px) {
	.font-footer {
        	font-size: 14px;
		top: 71%;
	}
}

@media screen and (max-width: 370px) {
	.airgle-solution-product-02-sp {
		top: -35px;
	}
}

/* 共通カートボタン */
.airgle-cart-form {
  margin: 0;
  padding: 0;
}

/* 本体 */
.airgle-products__btn-wrap .airgle-btn-cart {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 421px;

  background: #331ad2;
  color: #ffffff;

  padding: 21.5px 35px;
  border-radius: 47px;

  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  text-align: center;

  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;

  box-shadow: 0 8px 0 #2D2082;
}

/* 左：カートアイコン */
.airgle-products__btn-wrap .airgle-btn-cart .cart-icon {
  position: absolute;
  left: 35px;
  width: 37px;
  height: 32px;
  background: url("https://gigaplus.makeshop.jp/yagamiyhhc/images/airgle/icon-cart.png") no-repeat center / contain;
}

/* 右：矢印 */
.airgle-products__btn-wrap .airgle-btn-cart .arrow-icon {
  position: absolute;
  right: 35px;
  width: 18px;
  height: 18px;
}

.airgle-products__btn-wrap .airgle-btn-cart .arrow-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

/* hover */
.airgle-products__btn-wrap .airgle-btn-cart:hover {
  background: #2d2082;
}

/* タブレット */
@media screen and (min-width: 769px) and (max-width: 1192px) {
  .airgle-products__btn-wrap .airgle-btn-cart {
    padding: 26px 20px;
    font-size: 22px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .airgle-products__btn-wrap .airgle-btn-cart {
    padding: 17.5px 26px;
    font-size: 18px;
  }

  .airgle-products__btn-wrap .airgle-btn-cart .cart-icon {
    width: 22px;
    height: 22px;
    left: 26px;
  }

  .airgle-products__btn-wrap .airgle-btn-cart .arrow-icon {
    width: 14px;
    height: 14px;
    right: 26px;
  }
}

@media (min-width: 981px) {
  .airgle-products__btn-wrap {
    display: flex;
    justify-content: flex-end;
  }

  .airgle-cart-form {
    width: 100%;
  }

  .airgle-btn-cart {
    margin-left: auto;
  }
}

/* ページ上部ボタン */
.airgle-ag300__btn-wrap .airgle-btn-cart {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 421px;

  background: #331ad2;
  color: #ffffff;

  padding: 21.5px 35px;
  border-radius: 47px;

  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  text-align: center;

  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;

  box-shadow: 0 8px 0 #2D2082;
}

/* 左：カートアイコン */
.airgle-ag300__btn-wrap .airgle-btn-cart .cart-icon {
  position: absolute;
  left: 35px;
  width: 37px;
  height: 32px;
  background: url("https://gigaplus.makeshop.jp/yagamiyhhc/images/airgle/icon-cart.png") no-repeat center / contain;
}

/* 右：矢印 */
.airgle-ag300__btn-wrap .airgle-btn-cart .arrow-icon {
  position: absolute;
  right: 35px;
  width: 18px;
  height: 18px;
}

.airgle-ag300__btn-wrap .airgle-btn-cart .arrow-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

/* hover */
.airgle-ag300__btn-wrap .airgle-btn-cart:hover {
  background: #2d2082;
}

/* タブレット */
@media screen and (min-width: 769px) and (max-width: 1192px) {
  .airgle-ag300__btn-wrap .airgle-btn-cart {
    padding: 26px 20px;
    font-size: 22px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .airgle-ag300__btn-wrap .airgle-btn-cart {
    padding: 17.5px 26px;
    font-size: 18px;
  }

  .airgle-ag300__btn-wrap .airgle-btn-cart .cart-icon {
    width: 22px;
    height: 22px;
    left: 26px;
  }

  .airgle-ag300__btn-wrap .airgle-btn-cart .arrow-icon {
    width: 14px;
    height: 14px;
    right: 26px;
  }
}

@media (min-width: 981px) {
  .airgle-ag300__btn-wrap {
    display: flex;
    justify-content: flex-end;
  }

  .airgle-cart-form {
    width: 100%;
  }

  .airgle-btn-cart {
    margin-left: auto;
  }
}

/* form が余計な余白を持たないように */
.footer-cta-form {
  margin: 0;
  padding: 0;
}

/* ★ 画像サイズに比例するボタン ★ */
.footer-cta-btn {
  position: absolute;
  left: 30%;
  top: 74%;
  transform: translateX(-50%);

  width: 19%;
  aspect-ratio: 4.5 / 1;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;

  background: #331ad2;
  color: #fff;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 1.4vw;
  padding: 0;
  box-shadow: 0 0.5vw 0 #2D2082;

  border: none !important;
  outline: none !important;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

/* フォーカス・クリック時も枠線を出さない */
.footer-cta-btn:focus,
.footer-cta-btn:focus-visible,
.footer-cta-btn:active {
  border: none !important;
  outline: none !important;
  box-shadow: 0 0.5vw 0 #2D2082;
}

/* カートアイコン（比例） */
.footer-cta-btn .cart-icon {
  width: 1.4em;
  height: 1.4em;
  background: url("https://gigaplus.makeshop.jp/yagamiyhhc/images/airgle/icon-cart.png") no-repeat center / contain;
  flex-shrink: 0;
}

/* 矢印 */
.footer-cta-btn .arrow-icon {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
}

.footer-cta-btn .arrow-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.15em solid #fff;
  border-right: 0.15em solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* hover */
.footer-cta-btn:hover {
  background: #2d2082;
  opacity: 1;
}

/* ===== SP ===== */
@media screen and (max-width: 768px) {
  .footer-cta-btn {
    width: 70%;
    max-width: 340px;

    left: 50%;
    top: 86%;
    transform: translateX(-50%);

    font-size: 16px;
    box-shadow: 0 6px 0 #251ea7;
    aspect-ratio: 4.5 / 1;
    margin-bottom: 50px;
  }

  .footer-cta-btn .cart-icon {
    width: 1.4em;
    height: 1.4em;
  }

  .footer-cta-btn .arrow-icon {
    width: 1.2em;
    height: 1.2em;
  }
}
