@charset "UTF-8";

/* ===============================
	変数定義
=============================== */
:root {
	--color-white-gray: #f5f5f5;
	--color-light-gray: #d9d9d9;
	--color-gray: #959595;
	--margin-large: 6rem;
	--margin-medium: 4rem;
	--margin-small: 2rem;

	/* フォント */
	--base-font: tot-shizukasmudgemin-stdn, sans-serif;
}

/* ===============================
	共通スタイル
=============================== */

/* 基本アニメーション（初期化） */
.fade-in,
.column-fade-in {
	opacity: 0;
}


/* マージン */
.mts {
	margin-top: var(--margin-small);
}

.mtm {
	margin-top: var(--margin-medium)
}

.mtl {
	margin-top: var(--margin-large);
}

.mt05em {
	margin-top: 0.5em;
}

.mt1em {
	margin-top: 1em;
}

/* フレックスコンテナ */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	inline-size: 100%;
}


/* 共通 */
article {
	font-family: var(--base-font);
}

.chevron-right {
	inline-size: 1em;
	block-size: 1em;
}

.bg {
	position: absolute;
	top: 1px;
	left: 0;
	transform: translateY(-100%);
	inline-size: 100%;
}

.caption {
	font-family: "Noto Sans JP", sans-serif;
}

.point1 .outer-base-width,
.point2 .outer-base-width,
.point3 .outer-base-width,
.point4 .outer-base-width {
	padding-top: 1rem;
}

.purple {
	color: #91698D;
}

.green {
	color: #4E6F60;
}

.blue {
	color: #577597;
}

.brown {
	color: #826C5C;
}

.point-title-outer {
	padding-inline: 5%;
	max-inline-size: 1200px;
	margin: 0 auto;
}

.word-break {
	word-break: break-all;
}

.nowrap {
	white-space: nowrap;
}

.sup-nowrap {
	white-space: nowrap;
}

/* MV */

.mv-video-area {
	position: relative;
	max-block-size: 900px;
	margin-inline: auto;
	overflow: hidden;
	object-fit: cover;
	object-position: top center;
}

.mv-video {
	inline-size: 100%;
	block-size: 53vw;
	max-block-size: 900px;
	object-fit: cover;
	object-position: top center;
	opacity: 0;
}

.movie-text {
	inline-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -25%);
	text-align: center;
	font-size: 3rem;
	z-index: 2;
	opacity: 0;
}

.mv-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	max-block-size: 900px;
	object-fit: cover;
	animation: mv-anime 3s 3s forwards;
	z-index: 3;
	object-fit: cover;
	object-position: top center;
	filter: blur(20px);
}

.mv-text {
	inline-size: 45%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -15%);
	opacity: 0;
	z-index: 3;
}

/* イントロ */

.intro {
	margin-top: 4rem;
}

.intro-text-container {
	margin-top: -10rem;
}

.intro-title {
	margin-top: 12rem;
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
}

.intro-text {
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.3;
}

.intro-text-block:nth-of-type(2) {
	margin-top: 2em;
}

.intro-btn-list {
	margin-top: 7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 6rem 2rem;
}

.intro-btn-list::after {
	content: "";
	display: block;
	inline-size: 27rem;
	block-size: 100%;
}

.intro-btn-list::before {
	content: "";
	display: block;
	inline-size: 27rem;
	block-size: 100%;
	order: 1;
}

.base-sphere {
	position: relative;
	inline-size: 27rem;
	block-size: 26rem;
}

.base-sphere-img {
	position: relative;
}

.base-sphere-img img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}

.base-sphere-img img:nth-of-type(2) {
	opacity: 0;
}

.intro-icon {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -25%);
	inline-size: 100%;
	text-align: center;
	z-index: 2;
}

.intro-icon img {
	inline-size: 60px;
}

.intro-icon span {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
}

.intro-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	inline-size: 100%;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.6;
	z-index: 2;
}

.intro-down-arrow {
	position: absolute;
	left: 50%;
	bottom: 12%;
	transform: translateX(-50%) rotate(90deg);
	transition: .5s .2s;
	z-index: 2;
}

.intro-down-arrow svg {
	inline-size: 1.2em;
	block-size: 1.2em;
}


/* ポイント１ */

.section-bg {
	position: relative;
}

.section-bg.green-bg::after {
	display: block;
	content: "";
	background: url(images/green-bg.png) no-repeat bottom left / contain;
	inline-size: 100%;
	block-size: 8.5vw;
	position: absolute;
	top: 2px;
	left: 0;
	transform: translateY(-100%);
}

.section-bg.purple-bg::after {
	display: block;
	content: "";
	background: url(images/purple-bg.png) no-repeat bottom left / contain;
	inline-size: 100%;
	block-size: 8.5vw;
	position: absolute;
	top: 2px;
	left: 0;
	transform: translateY(-100%);
}

.section-bg.blue-bg {
	background-color: #EEE9F2;
}

.section-bg.blue-bg::after {
	display: block;
	content: "";
	background: url(images/blue-bg.png) no-repeat bottom left / contain;
	inline-size: 100%;
	block-size: 8.5vw;
	position: absolute;
	top: 2px;
	left: 0;
	transform: translateY(-100%);
}

.section-bg.brown-bg {
	background-color: #E1E9F2;
}

.section-bg.brown-bg::after {
	display: block;
	content: "";
	background: url(images/brown-bg.png) no-repeat bottom left / contain;
	inline-size: 100%;
	block-size: 8.5vw;
	position: absolute;
	top: 2px;
	left: 0;
	transform: translateY(-100%);
}


.point1 {
	position: relative;
	margin-top: 10rem;
	padding-top: 10rem;
}

.point1 .outer-base-width {
	background-color: #E9F2EE;
	padding-bottom: 10rem;
}

.point2 .outer-base-width {
	background-color: #EEE9F2;
}

.point3 .outer-base-width {
	background-color: #E1E9F2;
}

.point4 .outer-base-width {
	background-color: #F2EDE9;
	padding-bottom: 16rem;
}

.point1-contents-width {
	margin-top: 8rem;
	position: relative;
	max-inline-size: 1500px;
	margin-inline: auto;
}

.point1-aircon-img-area {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.point1-aircon-img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.point1-second-img {
	opacity: 0;
}

.point1-third-img {
	opacity: 0;
}

.point1-third-img {
	overflow: hidden;
}

.point1-contents {
	position: relative;
	max-inline-size: 1200px;
	margin-inline: auto;
}

.baby01 {
	opacity: 0;
	inline-size: 360px;
	margin-left: -5rem;
}

.point1-graph-area {
	padding-inline: 5%;
	text-align: center;
}

.point1-graph-container {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.point1-graph {
	inline-size: 300px;
}


.point-box {
	text-align: center;
}

.point-box img {
	inline-size: 60px;
}

.point-box span {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
}


.point-title {
	max-inline-size: 1200px;
	position: relative;
	margin-top: 4rem;
	margin-inline: auto;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	z-index: 2;
	overflow: hidden;
}

.point1 .point-title .title-paragraph:first-of-type {
	font-size: 2.8rem;
}

.point2 .point-title {
	inline-size: 800px;
}

.point3 .point-title {
	inline-size: 950px;
}


.title-paragraph {
	display: block;
}

.title-paragraph sup {
	top: -1.4em;
	font-size: 0.4em;
}

.point1-subtitle sup {
	top: -1em;
	font-size: 0.5em;
}

.point1-bottom-subtitle sup {
	top: -0.8em;
	font-size: 0.6em;
}


.point1-text-container {
	position: relative;
	max-inline-size: 50rem;
	inline-size: 41.6%;
	z-index: 2;
}

.point-tag {
	display: inline-block;
	padding: .3em .6em;
	font-size: 1.5rem;
	color: #fff;
	background-color: #4E6F60;
}

.point1-subtitle {
	margin-top: 2rem;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.8;
}

.point1-bottom-subtitle {
	margin-top: 1rem;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.8;
}

.point1-text {
	max-inline-size: 400px;
	inline-size: 90%;
	margin-top: 3em;
	line-height: 1.8;
}

.point1-subtext {
	margin-top: 2rem;
}

.point1-list {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	gap: 2rem;
}

.point1-list li {
	inline-size: fit-content;
	text-align: center;
}

.point1-list li img {
	inline-size: 130px;
}

.point1-list li p {
	margin-top: 0.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
}

.point1-sub-contents-area {
	margin-inline: auto;
	max-inline-size: 1200px;
	margin-top: 10rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 10rem;
}

.point1-sub-contents {
	inline-size: 46%;
}

.point1-sub-img {
	margin-bottom: 3rem;
}

.point-caption {
	font-size: 1.2rem;
	font-family: "Noto Sans JP", sans-serif;
}

.point1-graph-caption {
	inline-size: fit-content;
	margin-inline: auto;
	text-align: left;
}

.evidence-caption {
	inline-size: fit-content;
	margin-right: auto;
}

/* point1　コラム */

.point1-column-contents {
	margin-top: 15rem;
	margin-inline: auto;
	position: relative;
	inline-size: 90%;
	padding: 7rem 5rem 3rem;
	max-inline-size: 1100px;
	background-color: #fff;
	border: 1px dashed #4E6F60;
}

.point1-column-tag {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	inline-size: 20rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 2;
	background-color: #4E6F60;
	border-radius: 10px;
}

.column-contents-area {
	margin-top: 3rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2rem;
}

.column-contents-area.second {
	column-gap: 4rem;
}

.point1-column-block:first-of-type {
	padding-bottom: 5rem;
	margin-bottom: 5rem;
	background-image: repeating-linear-gradient(90deg, #4e6f60, #4e6f60 5px, transparent 5px, transparent 8px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 2px;
}

.column-title {
	position: relative;
	padding-left: 16px;
	font-size: 2.4rem;
	line-height: 1.8;
	font-weight: 600;
}

.column-title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	inline-size: 8px;
	height: 26px;
	background-color: #4E6F60;
}

.column-item {
	inline-size: 46%;
	min-inline-size: 300px;
	flex-grow: 1;
}

.column-item.img {
	inline-size: 49%;
	flex-grow: 1;
}

.column-item.flex {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 1rem;
	min-inline-size: 300px;
}

.column-item.flex .column-text {
	inline-size: 65%;

}

.column-text {
	line-height: 1.8;
}

.teacher {
	inline-size: 15rem;
}

.teacher p {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}

.mechanism-text {
	margin-bottom: 1rem;
	font-weight: 500;
}


/* point2 */

.baby02 {
	display: block;
	inline-size: 360px;
	margin-top: -7rem;
	margin-left: -3rem;
}

.point2 {
	position: relative;
	padding-top: 10rem;
	background-color: #E9F2EE;
}

.point2-contents {
	overflow: hidden;
}

.point2-img-container {
	position: relative;
}

.point2-ion {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(0);
}

.point2-text {
	line-height: 1.8;
	text-align: center;
}

/* point3 */

.baby03 {
	display: block;
	inline-size: 360px;
	margin-top: -8rem;
	margin-right: -170px;
	margin-left: auto;
}

.point3 {
	position: relative;
	overflow: hidden;
	background-color: #EEE9F2;
	padding-top: 10rem;
}

.point3-contents-width {
	padding-inline: 5%;
	position: relative;
	max-inline-size: 1500px;
	margin-inline: auto;
}

.point3-base-img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
}

.point3-wind-img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	overflow: hidden;
	width: 100%;
}

.point3-wind-img img {
	display: block;
	width: 100%;
	height: auto;
	clip-path: inset(0% 0% 0% 100%);
	opacity: 0;
	transition: 1.2s ease-out;

}

.point3-pallarax-img {
	position: relative;
	z-index: 3;
	margin-top: -10rem;
}

.point3-img-container {
	padding-bottom: 7rem;
}

.point3-text-container {
	max-inline-size: 1200px;
	margin-inline: auto;
}

.point3-text {
	inline-size: 37.5%;
	font-weight: 600;
	line-height: 1.8;
}


/* point4 */

.baby04 {
	margin-top: -5rem;
	inline-size: 360px;
}

.point4 {
	position: relative;
	background-color: #E1E9F2;
	padding-top: 10rem;
}


.point4-column2 {
	max-inline-size: 1100px;
	margin-top: 6rem;
	margin-inline: auto;
	display: flex;
	justify-content: center;
	column-gap: 4rem;
}

.point4-text-container {
	margin-top: 1rem;
	inline-size: 39%;
}

.point4-text-container p {
	line-height: 1.8;
	font-weight: 600;
}

.point4-img-container {
	inline-size: 50%;
}

.point4-bottom-img {
	margin-top: 6rem;
	margin-inline: auto;
	max-inline-size: 1100px;
}


/* 製品紹介 */

.product {
	position: relative;
}

.product-title {
	padding-top: 5rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.8;
}

.product-title span {
	display: block;
}

.product-img-container {
	margin-top: 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 5rem;
}

.series-box {
	inline-size: 42%;
	text-align: center;
}

.series-box p {
	font-family: "Noto Sans JP", sans-serif;
	word-break: break-all;
}

.product-icon-area {
	margin-top: 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.size-icon-list {
	max-inline-size: 270px;
	inline-size: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.size-icon {
	display: inline-block;
	inline-size: 6rem;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	background-color: #727272;
	color: #fff;
	border-radius: 5px;
	line-height: 1.5;
	padding: 0.2rem 1.2rem;
}

.aircon-icon-list {
	position: relative;
	padding-left: 30px;
	margin-left: 30px;
	display: flex;
	align-items: center;
	gap: 2rem;
}

.aircon-icon-list::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	inline-size: 1px;
	block-size: 8rem;
	background-color: #222;
}

.babytech {
	position: relative;
	inline-size: 90px;
	padding-right: 1em;
}

.babytech sup {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Noto Sans JP", sans-serif;
}

.pci {
	inline-size: 200px;
}

.eco {
	inline-size: 110px;
}

.product-btn-area {
	text-align: center;
}

.product-btn {
	display: inline-block;
	inline-size: fit-content;
	margin-top: 6rem;
}

.product-btn a {
	display: grid;
	grid-template-columns: auto 1fr;
	place-content: center;
	align-items: center;
	grid-column-gap: .8em;
	padding: 1rem 4rem;
	block-size: fit-content;
	font-weight: 400;
	font-size: 1.8rem;
	border-radius: 40px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #000;
	border: 2px solid #000;
	transition: .3s;
}

/* 注釈エリア */

.caption-area {
	margin-block: 10rem;
	font-family: "Noto Sans JP", sans-serif;
}

/* ====================================
	（～1300px）
===================================== */
@media screen and (width <1500px) {

	.baby01 {
		margin-top: 2rem;
		transform: translateX(0);
		inline-size: 250px;
	}

	.baby02 {
		inline-size: 250px;
		margin-top: 0;
		margin-left: 0;
	}

	.point2 .point-title {
		inline-size: fit-content;
	}

	.baby03 {
		inline-size: 250px;
		margin-top: 0;
		margin-right: 0;
		transform: translateX(0);
	}

	.point3 .point-title {
		inline-size: fit-content;
	}

	.baby04 {
		margin-top: 0;
		inline-size: 250px;
	}

}



/* ====================================
	（～1080px）
===================================== */
@media screen and (width <1080px) {

	/* point1 */

	.point1-text-container {
		max-inline-size: 100%;
		inline-size: 100%;
	}

	.point1-text {
		max-inline-size: 100%;
		inline-size: 100%;
	}

	.point1-aircon-img-area {
		position: relative;
		margin-top: 3rem;
		margin-inline: auto;
	}

	.point1-list {
		justify-content: center;
	}

	.point1-column-contents {
		margin-top: 3rem;
	}

	.evidence-caption {
	margin-inline: auto;
}

}

/* ====================================
	スマートフォン専用スタイル（～768px）
===================================== */
@media screen and (width <768px) {

	/* MV */

	.mv-video-area {
		block-size: 60vw;
		max-block-size: 500px;
		min-block-size: 250px;
	}

	.mv-video {
		block-size: 100%;
		min-block-size: 0;
	}

	.mv-image {
		max-block-size: 100%;
		min-block-size: 250px;
	}

	.mv-text {
		transform: translate(-50%, -30%);
	}


	.movie-text {
		text-align: center;
		font-size: 1.8rem;
	}

	/* イントロ */

	.intro-text-container {
		margin-top: -3rem;
	}

	.intro-text {
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.intro-title {
		margin-top: 10rem;
		font-size: 2rem;
	}

	.intro-btn-list::after {
		inline-size: 16rem;
	}

	.intro-btn-list::before {
		inline-size: 16rem;
	}

	.base-sphere {
		inline-size: 16rem;
		block-size: 15rem;
	}

	.intro-link {
		margin-top: 1em;
		font-size: 1.4rem;
	}

	.intro-icon span {
		font-size: 1.2rem;
	}

	.intro-icon img {
		inline-size: 50px;
	}

	.intro-down-arrow {
		bottom: 7%;
	}

	.intro-btn-list {
		gap: 4rem 1rem;
	}




	/* 共通 */
	.point-title {
		position: relative;
		margin-top: 2rem;
		font-size: 2rem;
	}

	.point1 .point-title .title-paragraph:first-of-type {
		font-size: 1.8rem;
	}

	.title-paragraph sup,
	.point1-subtitle sup,
	.point1-bottom-subtitle sup {
		top: -.5em;
		font-size: .75em;
	}

	/* point1 */
	.point1 {
		margin-top: 5rem;
		padding-top: 2rem;
	}

	.point1 .outer-base-width {
		padding-bottom: 10rem;
	}

	.baby01 {
		inline-size: 160px;
		margin-left: -2rem;
	}

	.point1-contents {
		background-image: none;
	}

	.point1-contents-width {
		margin-top: 4rem;
	}

	.point1-text-container {
		padding-inline: 5%;
		max-inline-size: 100%;
		inline-size: 100%;
		margin-top: 0;
		text-align: center;
	}

	.point1-subtitle {
		inline-size: 90%;
		margin-inline: auto;
		font-size: 1.7rem;
	}

	.point1-text {
		margin-top: 2rem;
		max-inline-size: 100%;
		inline-size: 100%;
		font-size: 1.5rem;
		text-align: left;
	}

	.point1-sub-contents-area {
		padding-inline: 5%;
		flex-direction: column;
		row-gap: 10rem;
	}

	.point1-sub-contents {
		inline-size: 100%;
		text-align: center;
	}

	.point1-subtext {
		text-align: left;
	}

	.point1-bottom-subtitle {
		font-size: 1.7rem;
	}

	.point1-graph-area {
		text-align: left;
	}

	.point1-graph {
		inline-size: 55%;
	}

	.point-caption {
		text-align: left;
	}

	.point1-list li img {
		inline-size: 110px;
	}

	/* ポイント1(コラム) */

	.point1-column-contents {
		inline-size: 95%;
		margin-top: 2rem;
		padding: 5rem 2rem 3rem;
	}

	.column-title {
		font-size: 1.7rem;
	}

	.column-text {
		font-size: 1.5rem;
	}

	.teacher p {
		font-size: 1.2rem;
	}

	.column-item,
	.column-item.flex {
		min-inline-size: 0;
	}

	.column-item.img {
		inline-size: 50%;
		flex-shrink: 0;
	}

	/* point02 */

	.point2 {
		padding-top: 2rem;
	}

	.point2 .outer-base-width {
		padding-bottom: 5rem;
	}

	.baby02 {
		inline-size: 160px;
	}

	.point2-contents {
		margin-top: 2rem;
	}

	.point2-text {
		text-align: left;
	}

	/* point3 */

	.point3 {
		padding-top: 2rem;
	}

	.baby03 {
		inline-size: 160px;
		margin-left: auto;
	}

	.point3-text-container {
		margin-top: 2rem;
		inline-size: 100%;
	}

	.point3-text {
		inline-size: 100%;
	}


	.point3-base-img {
		position: static;
	}

	.point3-img-container {
		position: relative;
		margin-top: 2rem;
		padding-bottom: 6rem;
	}

	.point3-pallarax-img {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 0;
	}



	/* point4 */

	.point4 {
		padding-top: 2rem;
	}

	.point4 .outer-base-width {
		padding-bottom: 10rem;
	}

	.baby04 {
		inline-size: 160px;
	}

	.point4-column2 {
		margin-top: 0;
		flex-direction: column;
		row-gap: 20px;
	}

	.point4-text-container {
		inline-size: 100%;
	}

	.point4-img-container {
		inline-size: 70%;
	}

	.point4-bottom-img {
		margin-top: 2rem;
		margin-inline: auto 0;
		inline-size: 70%;
	}

	/* 製品情報 */

	.product-img-container {
		flex-direction: column;
		row-gap: 5rem;
		margin-top: 3rem;
	}

	.series-box {
		inline-size: 100%;
	}

	.product-title {
		font-size: 1.5rem;
	}

	.product-icon-area {
		flex-direction: column;
		row-gap: 3rem;
	}

	.aircon-icon-list::before {
		content: none;
	}

	.aircon-icon-list {
		padding-left: 0;
		margin-left: 0;
		gap: 1rem;
		flex-wrap: wrap;
		justify-content: center;
	}


	.babytech sup {
		right: -1em;
	}

	.series-box p {
		font-size: 1.2rem;
	}

	.babytech {
		inline-size: 50px;
		padding-right: 0.5em;
	}

	.pci {
		inline-size: 100px;
	}

	.eco {
		inline-size: 155px;
	}

	.product-btn {
		margin-top: 3rem;
	}

}

/* ====================================
	TAB、PC、印刷専用スタイル（1800px～）
===================================== */
@media print,
screen and (width >=1800px) {

	.mv-video-area {
		max-block-size: 1000px;
	}

	.mv-video {
		max-block-size: 1000px;
	}

	.mv-image {
		max-block-size: 1000px;
	}


	.mv-text {
		max-inline-size: 700px;
		inline-size: 45%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, 0);
	}

}




/* ====================================
	TAB、PC、印刷専用スタイル（768px～）
===================================== */
@media print,
screen and (width >=768px) {
	:root {
		--margin-large: 8rem;
		--margin-medium: 6rem;
		--margin-small: 4rem;
	}
}

/* ====================================
	タブレット専用スタイル（768px～1079px）
===================================== */
@media screen and (768px <=width < 1080px) {


	.tablet-only .point-title {
		font-size: 3rem;
	}


	/* point1 */
	.point1-contents {
		background-size: contain;
		background-position: center;
	}

	.point1-sub-contents-area {
		column-gap: 4rem;
	}

	.point1-sub-contents {
		inline-size: 47%;
	}

	/* point3 */

	.point3-text {
		inline-size: 40%;
	}

	.point3-base-img,
	.point3-wind-img {
		top: 10rem;
	}

	.point3-pallarax-img {
		margin-top: -6rem;
	}

	/* point4 */

	.point4-bottom-img {
		margin-top: 8rem;
	}


}

/* ====================================
	PC専用スタイル（1080px～）
===================================== */
@media print,
screen and (1080px <=width) {}


/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {

	.product-btn a:hover {
		color: #222;
		background-color: #fff;
		text-decoration: none;
	}

	.intro-link:hover {
		text-decoration: none;
	}

	.intro-link:hover~.intro-down-arrow {
		transform: translate(-50%, 8px) rotate(90deg);
	}

	.intro-link:hover~.base-sphere-img img:nth-of-type(2) {
		opacity: 1;
		transform: scale(1.05);
	}

}