* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* アニメーションモジュール */
.animated-module {
	visibility: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	will-change: transform, opacity;
}

.animated-module.will-animate {
	contain: layout style;
	transform-style: preserve-3d;
}

.animated-module.animated {
	visibility: visible;
	will-change: auto;
}

/* メインコンテナ */
.kids-phone-page-container img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.kids-phone-page-container .kids-phone-page-wrapper .content-layout {
	margin: 0 auto;
	max-width: 1224px;
	box-sizing: border-box;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.kids-phone-page-container .kids-phone-page-wrapper .p-unit {
	margin-top: 80px;
}

/* バナー */
.kids-phone-page-container .kids-phone-page-wrapper .banner {
	position: relative;
	overflow: hidden;
}

.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 20px;
}

.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .product-image {
	width: 577px;
}

.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .content-container .logo img {
	width: 402px;
}

.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .content-container .title {
	font-size: 40px;
	line-height: 1.5;
	margin: 38px 0;
}

.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .content-container .date {
	font-size: 18px;
	line-height: 1.2;
	margin: 32px 0 56px 0;
}

.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .content-container .button-wrap {
	display: flex;
}

.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .content-container .button-wrap a {
	background: #00b5ca;
	color: #fff;
	padding: 20px 52px;
	border-radius: 1125px;
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.3s;
}

.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .content-container .button-wrap a:hover {
	background: #0095a8;
}

/* セクション2 */
.kids-phone-page-container .kids-phone-page-wrapper .section-2 {
	margin-top: 80px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-2 .section-2-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-2 .section-2-wrap .image-container {
	width: 55.5555555556%;
	flex-shrink: 0;
	flex-grow: 0;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-2 .section-2-wrap .title {
	font-size: 40px;
	line-height: 1.5;
}

/* 位置 */
.position {
	color: #00B5CA;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 10px;
}

/* セクション3 */
.kids-phone-page-container .kids-phone-page-wrapper .section-3 {
	margin-top: 80px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-3 .section-3-wrap {
	padding: 0 20px;
}

/* セクション4 */
.kids-phone-page-container .kids-phone-page-wrapper .section-4 {
	margin-top: 80px;
	padding: 0 20px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-4 .position {
	text-align: center;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-4 .title {
	line-height: 1.5;
	font-size: 40px;
	text-align: center;
	margin-bottom: 68px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-4 .card-list {
	display: flex;
	gap: 25px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-4 .card-list .card-item {
	width: calc((100% - 25px) / 2);
	background: #F7F8F9;
	border-radius: 12px;
	overflow: hidden;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-4 .card-list .card-item .image-container {
	text-align: center;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-4 .card-list .card-item .image-container img {
	height: auto;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-4 .card-list .card-item .text-container {
	padding: 25px 25px 40px 25px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-4 .card-list .card-item .text-container .desc {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-4 .card-list .card-item .text-container .tips {
	font-size: 14px;
	line-height: 1.8;
}

/* セクション5 */
.kids-phone-page-container .kids-phone-page-wrapper .section-5 {
	margin-top: 80px;
	padding: 0 20px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-5 .position {
	text-align: center;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-5 .title {
	line-height: 1.5;
	font-size: 40px;
	text-align: center;
	margin-bottom: 68px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list {
	display: flex;
	gap: 25px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item {
	width: calc((100% - 50px) / 3);
	background: #F7F8F9;
	border-radius: 12px;
	overflow: hidden;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item.w-50 {
	width: calc((100% - 25px) / 2);
}

.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item .image-container {
	text-align: center;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item .image-container img {
	width: 100%;
	height: auto;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item .text-container {
	padding: 25px 25px 40px 25px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item .text-container .title {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 600;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item .text-container .desc {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item .text-container .desc .tips {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
}

/* レスポンシブデザイン */
@media screen and (max-width: 1080px) {
	.kids-phone-page-container .kids-phone-page-wrapper .content-layout {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container {
		flex-wrap: wrap;
		padding-top: 42px;
		justify-content: center;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .product-image {
		width: 253px;
		margin-top: 20px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .content-container {
		width: 100%;
		text-align: center;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .content-container .logo img {
		width: 237px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .content-container .title {
		font-size: 25px;
		margin: 20px 0;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .content-container .date {
		font-size: 14px;
		margin: 16px 0 25px 0;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .content-container .button-wrap {
		justify-content: center;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .banner .banner-container .content-container .button-wrap a {
		padding: 16px 42px;
		border-radius: 910px;
		font-size: 15px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-2 {
		margin-top: 40px;
		text-align: center;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-2 .section-2-wrap {
		flex-wrap: wrap;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-2 .section-2-wrap.mob-flex-reverse {
		flex-direction: column-reverse;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-2 .section-2-wrap .content-container {
		width: 100%;
		margin-bottom: 40px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-2 .section-2-wrap .image-container {
		width: 100%;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-2 .section-2-wrap .title {
		font-size: 24px;
	}

	.position {
		font-size: 16px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-3 {
		margin-top: 40px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-4 {
		margin-top: 40px;
		padding: 0;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-4 .card-list {
		gap: 30px;
		flex-wrap: wrap;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-4 .card-list .card-item {
		width: 100%;
		border-radius: 12px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-4 .card-list .card-item .text-container {
		padding: 20px 20px 30px 20px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-4 .card-list .card-item .text-container .desc {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-4 .card-list .card-item .text-container .tips {
		font-size: 12px;
		line-height: 1.8;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-5 {
		margin-top: 40px;
		padding: 0;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-5 .title {
		font-size: 24px;
		margin-bottom: 40px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list {
		gap: 30px;
		flex-wrap: wrap;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item {
		width: 100%;
		border-radius: 12px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item.w-50 {
		width: 100%;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item .image-container {
		text-align: center;
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item .image-container img {
		width: 100%;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item .text-container {
		padding: 20px 20px 30px 20px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item .text-container .title {
		font-size: 18px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item .text-container .desc {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .section-5 .card-list .card-item .text-container .desc .tips {
		font-size: 12px;
		line-height: 1.8;
	}

	.p-unit.is-spec, .p-unit.is-color {
		margin-top: 18.6666666667vw;
	}

	.p-hdr-a__ttl {
		font-size: 24px !important;
		margin-bottom: 40px !important;
	}

	.p-spec__item summary {
		padding: 4vw 0;
		font-size: 18px;
	}

	.p-spec__icon-toggle {
		width: 16px;
		height: 16px;
		right: 1.6vw;
	}

	.p-spec__table th, .p-spec__table td {
		display: block;
		font-size: 3.7333333333vw;
		text-align: left;
		padding: 0;
	}

	.p-spec__table td {
		padding-bottom: 5.3333333333vw;
	}

	.p-spec-note {
		padding: 0 0 6.4vw 0;
	}

	.p-spec-note p {
		font-size: 12px;
	}
}

.kids-phone-page-container .kids-phone-page-wrapper .p-spec__item {
	margin-top: 20px;
}

.p-unit.is-spec, .p-unit.is-color {
	margin-top: 11.25em;
}

.p-hdr-a__ttl {
	margin-bottom: 68px;
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-unit.is-spec, .p-unit.is-color {
		margin-top: 18.6666666667vw;
	}
}

.p-spec {
	margin: 0;
	padding: 0;
}

.p-spec__item {
	display: block;
	border-bottom: 1px solid #E1E4E7;
}

@media screen and (min-width: 768px) {
	.p-spec__item {
		margin-top: 1.25em;
	}
}

.p-spec__item summary::-webkit-details-marker {
	display: none;
}

.p-spec__item summary {
	list-style: none;
	display: block;
	position: relative;
	font-size: 150%;
	padding-bottom: 0.8333333333em;
	cursor: pointer;
	user-select: none;
}

@media screen and (max-width: 767px) {
	.p-spec__item summary {
		padding: 4vw 0;
		font-size: 18px;
	}
}

.p-spec__item[open] .p-spec__icon-toggle::before {
	transform: rotate(0);
}

@media screen and (max-width: 767px) {
	.p-spec__table {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	.p-spec__table th, .p-spec__table td {
		vertical-align: top;
		padding: 1.125em 0;
	}
}

@media screen and (max-width: 767px) {
	.p-spec__table th, .p-spec__table td {
		display: block;
		font-size: 3.7333333333vw;
		text-align: left;
	}
}

.p-spec__table th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.p-spec__table th {
		padding-right: 1.25em;
	}
}

.p-spec__table td {
	color: #999999;
}

@media screen and (max-width: 767px) {
	.p-spec__table td {
		padding-bottom: 5.3333333333vw;
	}
}

.p-spec__icon-toggle {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0.4166666667em;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
}

@media screen and (max-width: 767px) {
	.p-spec__icon-toggle {
		width: 16px;
		height: 16px;
		right: 1.6vw;
	}
}

.p-spec__icon-toggle::before, .p-spec__icon-toggle::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
	transform: translateY(50%);
	border-radius: 10px;
}

.p-spec__icon-toggle::before {
	transition: 0.25s transform;
	transform: rotate(90deg);
}

.p-spec__icon-toggle::after {
	transform: rotate(0);
}

.p-spec-note {
	padding: 1.6666666667em 0 2.5em 0;
	font-size: 75%;
	line-height: 1.5;
	color: #999999;
}

@media screen and (max-width: 767px) {
	.p-spec-note {
		padding: 0 0 6.4vw 0;
	}

	.p-spec-note p {
		font-size: 12px;
	}

	.p-hdr-a__ttl {
		font-size: 24px !important;
		margin-bottom: 40px !important;
	}

	.kids-phone-page-container .kids-phone-page-wrapper .p-spec__item {
		margin-top: 0;
	}
}

.p-spec-note p {
	text-indent: -2em;
	margin: 0 0 0 2em;
}

/* アニメーションキーフレーム */
@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 動きの削減設定 */
@media (prefers-reduced-motion: reduce) {
	.animated-module {
		animation: none !important;
		transition: none !important;
	}
}