@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
.baby-step-process .keyvisual {
	position: relative;
	background-color: #fff0f2;
}

.baby-step-process .keyvisual .page-title {
	margin: auto;
}

.baby-step-process .keyvisual .page-title img {
	width: 100%;
}

.baby-step-process .sec-movie {
	position: relative;
}

.baby-step-process .sec-movie > .wrap .title h2 {
	text-align: center;
}

.baby-step-process .sec-movie > .wrap > .video {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.baby-step-process .sec-movie > .wrap > .video article figure a.image {
	position: relative;
	display: block;
	text-align: center;
}

.baby-step-process .sec-movie > .wrap > .video article figure a.image img {
	transition: opacity 0.3s;
	z-index: 0;
	position: relative;
}

.baby-step-process .sec-movie > .wrap > .video article figure a.image:before {
	content: '';
	position: absolute;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #ef3908;
	border-radius: 50%;
	background-image: url("/baby/step/assets/img/ico_02.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

.baby-step-process .sec-movie > .wrap > .video article figure a.image:after {
	content: '';
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #ffffff;
	border-radius: 50%;
	background-image: url("/baby/step/assets/img/ico_03.svg");
	background-repeat: no-repeat;
	background-position: center center;
	transition: opacity 0.3s;
	opacity: 0;
}

.baby-step-process .sec-movie > .wrap > .video article figure figcaption p {
	color: #4e4e4d;
	font-weight: bold;
	text-align: center;
}

.baby-step-process .sec-movie > .wrap > .video article figure figcaption p em {
	font-style: normal;
	font-weight: bold;
	color: #ef3908;
}

.baby-step-process .mfp-bg {
	z-index: 90000;
}

.baby-step-process .mfp-wrap {
	z-index: 90001;
}

.baby-step-process .mfp-wrap .mfp-container {
	z-index: 90002;
}

.baby-step-process .mfp-wrap .mfp-container .mfp-content,
.baby-step-process .mfp-wrap .mfp-container .mfp-preloader {
	z-index: 90003;
}

.baby-step-process .mfp-close {
	display: none;
	height: 0;
	overflow: hidden;
	text-indent: -5000px;
}

.baby-step-process .mfp-close:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.video-modal {
	margin: 0 auto;
}

.video-modal .close-button {
	position: absolute;
}

.video-modal .close-button a {
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: -5000px;
}

.video-modal .close-button a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.baby-step-process .sec-management {
	position: relative;
	background-color: #fff0f2;
}

.baby-step-process .sec-management > .wrap .title h2 {
	text-align: center;
}

.baby-step-process .sec-management__list {
	padding: 0;
	margin: auto;
}

.baby-step-process .sec-management__item {
	text-align: center;
}

.baby-step-process .sec-management__item figure img {
	width: 100%;
	position: relative;
}

.baby-step-process .sec-management__item figure figcaption {
	line-height: 2em;
	letter-spacing: 0.1em;
}

.baby-step-process .sec-process {
	position: relative;
}

.baby-step-process .sec-process > .wrap {
	margin: auto;
}

.baby-step-process .sec-process > .wrap .title h2 {
	text-align: center;
}

.baby-step-process .sec-process__nav {
	display: flex;
}

.baby-step-process .sec-process__nav-item:not(.is-active) picture.active {
	display: none;
}

.baby-step-process .sec-process__nav-item.is-active picture:not(.active) {
	display: none;
}

.baby-step-process .sec-process__nav img {
	width: 100%;
}

.baby-step-process .sec-process__list {
	padding: 0;
	margin: auto;
}

.baby-step-process .sec-process__item {
	text-align: center;
}

.baby-step-process .sec-process__item-title {
	color: #ef3908;
	font-weight: 500;
	line-height: 2em;
}

.baby-step-process .sec-process__item figure {
	display: block;
	padding: 0;
	margin: auto;
}

.baby-step-process .sec-process__item figure figcaption {
	line-height: 2em;
	letter-spacing: 0.1em;
}

.baby-step-process .sec-process__type-item {
	text-align: center;
	position: relative;
	overflow: visible;
}

.baby-step-process .sec-process__type-item:nth-child(1)::after, .baby-step-process .sec-process__type-item:nth-child(3)::after {
	content: '';
	display: block;
	position: absolute;
	background-image: url("/baby/step/process/img/arrow01-blue.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.baby-step-process .sec-process__type-item:nth-child(2)::after {
	content: '';
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.baby-step-process .sec-process__type-item-title {
	margin: auto;
}

.baby-step-process .sec-process__type-item figure figcaption {
	line-height: 2em;
}

.baby-step-process .sec-process__type-item img {
	width: 100%;
}

.baby-step-process .sec-links {
	background: #fff0f2;
	position: relative;
}

.baby-step-process .sec-links .wrap {
	position: relative;
	margin: 0 auto;
}

.baby-step-process .sec-links .wrap .banner {
	display: flex;
	justify-content: center;
}

.baby-step-process .sec-links .wrap .banner a {
	display: block;
}

.baby-step-process .sec-links .wrap .about {
	display: flex;
	justify-content: center;
}

.baby-step-process .sec-links .wrap .about .standard-button {
	display: block;
	background: #ef3908;
	color: #ffffff;
	border: 1px solid #ef3908;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'メイリオ', '游ゴシック', sans-serif;
	font-weight: 700;
	transition: background-color 0.3s, color 0.3s;
}

.baby-step-process .sec-links .wrap .about .standard-button .content {
	position: relative;
	text-align: center;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'メイリオ', '游ゴシック', sans-serif;
	font-weight: 700;
}

.baby-step-process .sec-links .wrap .about .standard-button .content:before {
	content: '';
	position: absolute;
}

.baby-step-process .sec-links .wrap .about .standard-button .content em {
	font-style: normal;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'メイリオ', '游ゴシック', sans-serif;
	font-weight: 700;
}

.baby-step-process .sec-links .wrap .about .standard-button .arrow {
	background: #ffffff;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	overflow: hidden;
	transition: background-color 0.3s;
}

.baby-step-process .sec-links .wrap .about .standard-button .arrow:before {
	content: '';
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	animation: button_arrow 3s linear infinite;
	transition: opacity 0.3s;
}

.baby-step-process .sec-links .wrap .about .standard-button .arrow:after {
	content: '';
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	animation: button_arrow 3s linear infinite;
	transition: opacity 0.3s;
}

.baby-step-process .sec-links .wrap .link {
	display: flex;
	justify-content: center;
}

.baby-step-process .sec-links .wrap .link .standard-button {
	display: block;
	background: #ffffff;
	color: #f74999;
	border: 1px solid #f74999;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'メイリオ', '游ゴシック', sans-serif;
	font-weight: 700;
	transition: background-color 0.3s, color 0.3s;
}

.baby-step-process .sec-links .wrap .link .standard-button .content {
	position: relative;
	text-align: center;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'メイリオ', '游ゴシック', sans-serif;
	font-weight: 700;
}

.baby-step-process .sec-links .wrap .link .standard-button .content:before {
	content: '';
	position: absolute;
	margin: auto;
	left: 0;
	top: -100px;
	bottom: -100px;
}

.baby-step-process .sec-links .wrap .link .standard-button .content em {
	font-style: normal;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'メイリオ', '游ゴシック', sans-serif;
	font-weight: 700;
}

.baby-step-process .sec-links .wrap .link .standard-button .arrow {
	background: #f74999;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	overflow: hidden;
	transition: background-color 0.3s;
}

.baby-step-process .sec-links .wrap .link .standard-button .arrow:before {
	content: '';
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	animation: button_arrow 3s linear infinite;
	transition: opacity 0.3s;
}

.baby-step-process .sec-links .wrap .link .standard-button .arrow:after {
	content: '';
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	animation: button_arrow 3s linear infinite;
	transition: opacity 0.3s;
}

.baby-step-process .sec-links .wrap .bg {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
}

.baby-step-process .sec-links .wrap .bg .bgimg {
	position: absolute;
}

.baby-step-process {
	overflow-x: hidden;
}

.wave.bottom {
	position: absolute;
	bottom: -1px;
}

figure {
	display: block;
	padding: 0;
	margin: auto;
}

.wrap {
	position: relative;
	z-index: 10;
}

.bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bg .bgimg {
	position: absolute;
}

@media screen and (max-width: 768px) {
	.baby-step-process .keyvisual {
		height: auto;
		padding: 5.33333vw 0 16vw;
	}
	.baby-step-process .keyvisual .text {
		height: auto;
	}
	.baby-step-process .keyvisual .page-title {
		width: 64.8vw;
	}
	.baby-step-process .keyvisual .bg .bgimg.bg01 {
		top: 8vw;
		right: 22.66667vw;
		width: 3.6vw;
	}
	.baby-step-process .keyvisual .bg .bgimg.bg03 {
		bottom: 4vw;
		right: 9.33333vw;
		width: 2.13333vw;
	}
	.baby-step-process .sec-movie > .wrap {
		padding: 10.66667vw 0 10.66667vw 0;
	}
	.baby-step-process .sec-movie > .wrap .title h2 img {
		width: 70.4vw;
	}
	.baby-step-process .sec-movie > .wrap > .video {
		margin-top: 9.33333vw;
	}
	.baby-step-process .sec-movie > .wrap > .video article {
		width: 42.66667vw;
	}
	.baby-step-process .sec-movie > .wrap > .video article:nth-child(3) {
		margin-top: 9.33333vw;
		width: 100%;
	}
	.baby-step-process .sec-movie > .wrap > .video article figure a.image img {
		width: 37.33333vw;
		border-radius: 2.66667vw;
	}
	.baby-step-process .sec-movie > .wrap > .video article figure a.image:before {
		width: 6.93333vw;
		height: 6.93333vw;
		background-size: 2.13333vw 2.66667vw;
	}
	.baby-step-process .sec-movie > .wrap > .video article figure a.image:after {
		width: 6.93333vw;
		height: 6.93333vw;
		background-size: 2.13333vw 2.66667vw;
	}
	.baby-step-process .sec-movie > .wrap > .video article figure figcaption {
		margin-top: 1.33333vw;
	}
	.baby-step-process .sec-movie > .wrap > .video article figure figcaption p {
		font-size: 2.93333vw;
		line-height: 5.33333vw;
	}
	.baby-step-process .sec-movie .bg .bgimg.bg01 {
		bottom: 21.33333vw;
		left: -1.6vw;
		width: 3.6vw;
	}
	.baby-step-process .mfp-wrap .mfp-container {
		padding: 0;
	}
	.baby-step-process .mfp-close {
		top: -6.66667vw;
		right: 5.33333vw;
		width: 5.33333vw;
		padding: 5.33333vw 0 0 0;
	}
	.baby-step-process .mfp-close:after {
		display: block;
		padding: 5.33333vw 0 0 0;
		width: 5.33333vw;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/assets/img/ico_neg_w.svg") no-repeat;
		background-size: 5.33333vw 5.33333vw;
		text-indent: -5000px;
	}
	.video-modal {
		width: 92vw;
		height: 51.75vw;
	}
	.video-modal iframe {
		width: 92vw;
		height: 51.75vw;
	}
	.video-modal .close-button {
		top: -6.66667vw;
		right: 5.33333vw;
		width: 5.33333vw;
		height: 5.33333vw;
	}
	.video-modal .close-button a {
		width: 5.33333vw;
		padding: 5.33333vw 0 0 0;
	}
	.video-modal .close-button a:after {
		display: block;
		padding: 5.33333vw 0 0 0;
		width: 5.33333vw;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/assets/img/ico_neg_w.svg") no-repeat;
		background-size: 5.33333vw 5.33333vw;
		text-indent: -5000px;
	}
	.baby-step-process .sec-management > .wrap {
		padding: 10.66667vw 0 16vw 0;
	}
	.baby-step-process .sec-management > .wrap .title h2 img {
		width: 55.73333vw;
	}
	.baby-step-process .sec-management__list {
		width: 92.66667vw;
		margin-top: 8vw;
	}
	.baby-step-process .sec-management__item-title img {
		width: 12vw;
	}
	.baby-step-process .sec-management__item figure {
		margin-top: 3.73333vw;
	}
	.baby-step-process .sec-management__item figure img {
		border-radius: 1.06667vw;
	}
	.baby-step-process .sec-management__item figure figcaption {
		font-size: 3.46667vw;
		margin-top: 3.2vw;
	}
	.baby-step-process .sec-management__item:not(:first-child) {
		margin-top: 8.53333vw;
	}
	.baby-step-process .sec-management .bg .bgimg.bg02 {
		top: 16vw;
		right: 8vw;
		width: 3.2vw;
	}
	.baby-step-process .sec-management .bg .bgimg.bg03 {
		top: 112vw;
		right: -20vw;
		width: 35.46667vw;
	}
	.baby-step-process .sec-management .bg .bgimg.bg05 {
		top: 210.66667vw;
		left: -16vw;
		width: 24vw;
		opacity: 0.5;
	}
	.baby-step-process .sec-process > .wrap {
		padding: 13.33333vw 4vw 16vw;
	}
	.baby-step-process .sec-process > .wrap .title h2 img {
		width: 81.73333vw;
	}
	.baby-step-process .sec-process__nav {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 3.2vw;
		margin-top: 12vw;
	}
	.baby-step-process .sec-process__nav-item {
		flex: 0 0 30.8vw;
	}
	.baby-step-process .sec-process__nav-item:not(:first-child) {
		margin-left: -0.26667vw;
	}
	.baby-step-process .sec-process__list {
		width: 92.66667vw;
		margin-top: 10.66667vw;
	}
	.baby-step-process .sec-process__item:not(:first-child) {
		margin-top: 5.33333vw;
		padding-top: 5.33333vw;
	}
	.baby-step-process .sec-process__item-title {
		font-size: 4.8vw;
	}
	.baby-step-process .sec-process__item-title img {
		width: 12vw;
	}
	.baby-step-process .sec-process__item figure {
		margin-top: 3.73333vw;
	}
	.baby-step-process .sec-process__item figure img {
		width: 100%;
		border: 0.26667vw solid #ef3908;
		border-radius: 1.06667vw;
	}
	.baby-step-process .sec-process__item figure figcaption {
		font-size: 3.46667vw;
		margin-top: 3.2vw;
	}
	.baby-step-process .sec-process__type {
		margin-top: 12vw;
	}
	.baby-step-process .sec-process__type-can, .baby-step-process .sec-process__type-cube {
		overflow: hidden;
		border-radius: 1.33333vw;
	}
	.baby-step-process .sec-process__type-cube {
		margin-top: 6.66667vw;
	}
	.baby-step-process .sec-process__type-button, .baby-step-process .sec-process__type-button-close {
		background-size: 5.33333vw;
		background-position: right 4vw center;
		background-repeat: no-repeat;
		background-color: #2ca7e0;
		display: flex;
		align-items: center;
		padding: 1em 1.5em;
		font-size: 4vw;
		color: #fff;
	}
	.baby-step-process .sec-process__type-button {
		background-image: url("/baby/step/process/img/icon-plus.png");
	}
	.baby-step-process .sec-process__type-button.is-open {
		background-image: url("/baby/step/process/img/icon-minus.png");
	}
	.baby-step-process .sec-process__type-button-close {
		background-image: url("/baby/step/process/img/icon-minus.png");
	}
	.baby-step-process .sec-process__type-list {
		background-color: #fff4e5;
		padding: 6.4vw 4vw 9.6vw;
	}
	.baby-step-process .sec-process__type-item:not(:first-child) {
		margin-top: 16vw;
	}
	.baby-step-process .sec-process__type-item:not(:first-child)::after {
		content: '';
		margin: auto;
		display: block;
		position: absolute;
		background-image: url("/baby/step/process/img/arrow01-blue.png");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 3.33333vw;
		height: 2.66667vw;
		right: 0;
		left: 0;
		top: -9.33333vw;
	}
	.baby-step-process .sec-process__type-item-title {
		width: 10.53333vw;
	}
	.baby-step-process .sec-process__type-item figure {
		margin-top: 3.73333vw;
	}
	.baby-step-process .sec-process__type-item figure figcaption {
		margin-top: 2.66667vw;
		font-size: 3.46667vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg03 {
		top: 37.33333vw;
		left: -1.33333vw;
		width: 2.93333vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg04 {
		top: 25.33333vw;
		right: 13.33333vw;
		width: 2.93333vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg05 {
		top: 42.66667vw;
		right: 6.66667vw;
		width: 29.33333vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg08 {
		top: 124vw;
		right: 10.66667vw;
		width: 2.93333vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg09 {
		top: 77.33333vw;
		left: 10.66667vw;
		width: 2.4vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg11 {
		top: 206.66667vw;
		right: 5.33333vw;
		width: 2.4vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg12 {
		top: 213.33333vw;
		left: -20vw;
		width: 26.66667vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg14 {
		top: 266.66667vw;
		left: -1.33333vw;
		width: 2.93333vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg15 {
		top: 413.33333vw;
		right: -13.33333vw;
		width: 29.33333vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg16 {
		top: 437.33333vw;
		left: 10.66667vw;
		width: 3.2vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg18 {
		top: 510.66667vw;
		left: -16vw;
		width: 29.33333vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg19 {
		top: 546.66667vw;
		right: 5.33333vw;
		width: 2.66667vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg20 {
		top: 670vw;
		left: -1.33333vw;
		width: 3.2vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg22 {
		top: 677.33333vw;
		right: 10.66667vw;
		width: 25.33333vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg24 {
		top: 753.33333vw;
		left: 0vw;
		width: 29.33333vw;
	}
	.baby-step-process .sec-process .bg .bgimg.bg25 {
		top: 210.66667vw;
		left: -16vw;
		width: 24vw;
		opacity: 0.5;
	}
	.baby-step-process .sec-links {
		padding: 18.66667vw 0 26.66667vw;
	}
	.baby-step-process .sec-links .wrap .banner {
		margin-top: 6.4vw;
	}
	.baby-step-process .sec-links .wrap .banner a {
		width: 74.66667vw;
	}
	.baby-step-process .sec-links .wrap .banner a img {
		width: 74.66667vw;
	}
	.baby-step-process .sec-links .wrap .about .standard-button {
		padding: 0 2.66667vw 0 4.53333vw;
		width: 92vw;
		height: 21.33333vw;
		border-radius: 1.33333vw;
		font-size: 4.26667vw;
		line-height: 5.6vw;
	}
	.baby-step-process .sec-links .wrap .about .standard-button .content {
		padding: 0 0 0 32.8vw;
	}
	.baby-step-process .sec-links .wrap .about .standard-button .content:before {
		display: block;
		padding: 15.2vw 0 0 0;
		width: 30.93333vw;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/process/img/links-products.png") no-repeat;
		background-size: 30.93333vw 15.2vw;
		text-indent: -5000px;
		left: -1.33333vw;
		bottom: -5.86667vw;
	}
	.baby-step-process .sec-links .wrap .about .standard-button .content em {
		font-size: 2.93333vw;
	}
	.baby-step-process .sec-links .wrap .about .standard-button .arrow {
		width: 5.06667vw;
		height: 5.06667vw;
		border-radius: 2.53333vw;
		right: 3.46667vw;
	}
	.baby-step-process .sec-links .wrap .about .standard-button .arrow:before {
		display: block;
		padding: 1.86667vw 0 0 0;
		width: 1.6vw;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/assets/img/ico_03.svg") no-repeat;
		background-size: 1.6vw 1.86667vw;
		text-indent: -5000px;
	}
	.baby-step-process .sec-links .wrap .about .standard-button .arrow:after {
		display: block;
		padding: 1.86667vw 0 0 0;
		width: 1.6vw;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/assets/img/ico_02.svg") no-repeat;
		background-size: 1.6vw 1.86667vw;
		text-indent: -5000px;
	}
	.baby-step-process .sec-links .wrap .link {
		margin-top: 6vw;
	}
	.baby-step-process .sec-links .wrap .link .standard-button {
		padding: 0 2.66667vw 0 4.53333vw;
		width: 92vw;
		height: 21.33333vw;
		border-radius: 1.33333vw;
		font-size: 4.26667vw;
		line-height: 5.6vw;
	}
	.baby-step-process .sec-links .wrap .link .standard-button .content {
		padding: 0 0 0 30.13333vw;
	}
	.baby-step-process .sec-links .wrap .link .standard-button .content:before {
		display: block;
		padding: 13.6vw 0 0 0;
		width: 23.86667vw;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/process/img/links-hohoemi-club.png") no-repeat;
		background-size: 23.86667vw 13.6vw;
		text-indent: -5000px;
	}
	.baby-step-process .sec-links .wrap .link .standard-button .content em {
		font-size: 2.93333vw;
	}
	.baby-step-process .sec-links .wrap .link .standard-button .arrow {
		width: 5.06667vw;
		height: 5.06667vw;
		border-radius: 2.53333vw;
		right: 3.46667vw;
	}
	.baby-step-process .sec-links .wrap .link .standard-button .arrow:before {
		display: block;
		padding: 1.86667vw 0 0 0;
		width: 1.6vw;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/assets/img/ico_02.svg") no-repeat;
		background-size: 1.6vw 1.86667vw;
		text-indent: -5000px;
	}
	.baby-step-process .sec-links .wrap .link .standard-button .arrow:after {
		display: block;
		padding: 1.86667vw 0 0 0;
		width: 1.6vw;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/assets/img/ico_04.svg") no-repeat;
		background-size: 1.6vw 1.86667vw;
		text-indent: -5000px;
	}
	.baby-step-process .sec-links .wrap .bg .bg1 {
		left: 92.66667vw;
		top: 4.26667vw;
		width: 3.6vw;
	}
	.baby-step-process .sec-links .bg .bgimg.bg03 {
		top: 112vw;
		right: -20vw;
		width: 35.46667vw;
	}
}

@media screen and (min-width: 769px) {
	.baby-step-process .keyvisual .page-title {
		width: 348px;
	}
	.baby-step-process .keyvisual .bg .bgimg.bg02 {
		top: 40px;
		left: -110px;
	}
	.baby-step-process .keyvisual .bg .bgimg.bg03 {
		top: 130px;
		right: -80px;
	}
	.baby-step-process .keyvisual .bg .bgimg.bg04 {
		bottom: 0px;
		left: -240px;
	}
	.baby-step-process .sec-movie > .wrap {
		width: 980px;
		margin: 0 auto 0 auto;
		padding: 65px 0 120px 0;
	}
	.baby-step-process .sec-movie > .wrap > .video {
		margin-top: 40px;
	}
	.baby-step-process .sec-movie > .wrap > .video article {
		width: 320px;
	}
	.baby-step-process .sec-movie > .wrap > .video article + article {
		margin-left: 5px;
	}
	.baby-step-process .sec-movie > .wrap > .video article figure a.image img {
		width: 280px;
		border-radius: 10px;
	}
	.baby-step-process .sec-movie > .wrap > .video article figure a.image:before {
		width: 52px;
		height: 52px;
		background-size: 16px 20px;
	}
	.baby-step-process .sec-movie > .wrap > .video article figure a.image:after {
		width: 52px;
		height: 52px;
		background-size: 16px 20px;
	}
	.baby-step-process .sec-movie > .wrap > .video article figure a.image:hover img {
		opacity: 0.8;
	}
	.baby-step-process .sec-movie > .wrap > .video article figure a.image:hover:after {
		opacity: 1;
	}
	.baby-step-process .sec-movie > .wrap > .video article figure figcaption {
		margin-top: 13px;
	}
	.baby-step-process .sec-movie > .wrap > .video article figure figcaption p {
		font-size: 18px;
		line-height: 30px;
	}
	.baby-step-process .sec-movie .bg .bgimg.bg01 {
		bottom: 140px;
		left: -60px;
	}
	.baby-step-process .sec-movie .bg .bgimg.bg02 {
		top: 140px;
		right: -150px;
	}
	.baby-step-process .mfp-close {
		top: -40px;
		right: calc((100% - 800px) / 2);
		width: 30px;
		padding: 30px 0 0 0;
	}
	.baby-step-process .mfp-close:after {
		display: block;
		padding: 30px 0 0 0;
		width: 30px;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/assets/img/ico_neg_w.svg") no-repeat;
		background-size: 30px 30px;
		text-indent: -5000px;
	}
	.video-modal {
		width: 800px;
		height: 450px;
	}
	.video-modal iframe {
		width: 800px;
		height: 450px;
	}
	.video-modal .close-button {
		top: -40px;
		right: calc((100% - 800px) / 2);
		width: 30px;
		height: 30px;
	}
	.video-modal .close-button a {
		width: 30px;
		padding: 30px 0 0 0;
	}
	.video-modal .close-button a:after {
		display: block;
		padding: 30px 0 0 0;
		width: 30px;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/assets/img/ico_neg_w.svg") no-repeat;
		background-size: 30px 30px;
		text-indent: -5000px;
	}
	.baby-step-process .sec-management > .wrap {
		width: 980px;
		margin: 0 auto 0 auto;
		padding: 65px 0 60px 0;
	}
	.baby-step-process .sec-management__list {
		display: flex;
		justify-content: space-between;
		margin-top: 48px;
	}
	.baby-step-process .sec-management__item {
		flex: 0 0 318px;
	}
	.baby-step-process .sec-management__item-title img {
		width: 50px;
	}
	.baby-step-process .sec-management__item figure {
		margin-top: 26px;
	}
	.baby-step-process .sec-management__item figure img {
		border-radius: 8px;
	}
	.baby-step-process .sec-management__item figure figcaption {
		font-size: 16px;
		margin-top: 20px;
	}
	.baby-step-process .sec-management .bg .bgimg.bg01 {
		top: 205px;
		left: -200px;
	}
	.baby-step-process .sec-management .bg .bgimg.bg03 {
		top: -80px;
		right: -240px;
	}
	.baby-step-process .sec-management .bg .bgimg.bg04 {
		top: 500px;
		left: -100px;
	}
	.baby-step-process .sec-process > .wrap {
		width: 980px;
		padding: 65px 0 120px 0;
	}
	.baby-step-process .sec-process__nav {
		margin-top: 60px;
	}
	.baby-step-process .sec-process__nav-item {
		flex: 0 0 202px;
	}
	.baby-step-process .sec-process__nav-item:not(:first-child) {
		margin-left: -8px;
	}
	.baby-step-process .sec-process__list {
		margin-top: 80px;
	}
	.baby-step-process .sec-process__item {
		flex: 0 0 318px;
	}
	.baby-step-process .sec-process__item:not(:first-child) {
		margin-top: 40px;
		padding-top: 40px;
	}
	.baby-step-process .sec-process__item-title {
		font-size: 24px;
	}
	.baby-step-process .sec-process__item-title img {
		width: 52px;
	}
	.baby-step-process .sec-process__item figure {
		margin-top: 26px;
	}
	.baby-step-process .sec-process__item figure img {
		width: 700px;
		border: 2px solid #ef3908;
		border-radius: 8px;
	}
	.baby-step-process .sec-process__item figure figcaption {
		font-size: 16px;
		margin-top: 20px;
	}
	.baby-step-process .sec-process__type {
		margin-top: 120px;
	}
	.baby-step-process .sec-process__type-tabs {
		display: flex;
		justify-content: space-between;
	}
	.baby-step-process .sec-process__type-tab-item {
		flex: 0 0 480px;
		text-align: center;
		font-size: 24px;
		background-image: url("/baby/step/process/img/arrow01-white.png");
		background-color: #2ca7e0;
		background-position: center bottom 8px;
		background-repeat: no-repeat;
		background-size: 15px auto;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		border-radius: 8px 8px 0 0;
		cursor: pointer;
	}
	.baby-step-process .sec-process__type-tab-item.is-active {
		background-image: url("/baby/step/process/img/arrow01-blue.png");
		background-color: #e3eff6;
		color: #2ca7e0;
	}
	.baby-step-process .sec-process__type-list-wrap {
		display: block !important;
	}
	.baby-step-process .sec-process__type-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		background-color: #e3eff6;
		padding: 40px;
		row-gap: 100px;
	}
	.baby-step-process .sec-process__type-item {
		flex: 0 0 430px;
	}
	.baby-step-process .sec-process__type-item:nth-child(1)::after, .baby-step-process .sec-process__type-item:nth-child(3)::after {
		width: 15px;
		height: 12px;
		transform: rotate(-90deg);
		top: 244px;
		right: -28px;
	}
	.baby-step-process .sec-process__type-item:nth-child(2)::after {
		background-image: url("/baby/step/process/img/arrow02.png");
		width: 480px;
		height: 50px;
		bottom: -80px;
		left: -264px;
	}
	.baby-step-process .sec-process__type-item-title {
		width: 52px;
	}
	.baby-step-process .sec-process__type-item figure {
		margin-top: 32px;
	}
	.baby-step-process .sec-process__type-item figure img {
		border-radius: 8px;
	}
	.baby-step-process .sec-process__type-item figure figcaption {
		margin-top: 24px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg01 {
		top: 480px;
		left: -230px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg02 {
		top: 720px;
		right: -150px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg03 {
		top: 1040px;
		left: -150px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg04 {
		top: 1100px;
		right: -120px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg05 {
		top: 1240px;
		right: -190px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg06 {
		top: 1470px;
		left: -140px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg07 {
		top: 1580px;
		left: -50px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg08 {
		top: 1560px;
		right: 110px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg09 {
		top: 1790px;
		right: 140px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg10 {
		top: 2050px;
		left: -110px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg11 {
		top: 2150px;
		right: -80px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg12 {
		top: 2200px;
		left: -250px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg13 {
		top: 2500px;
		right: -150px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg14 {
		top: 2700px;
		left: -60px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg15 {
		top: 2770px;
		right: -250px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg16 {
		top: 3120px;
		left: -190px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg17 {
		top: 3380px;
		left: -150px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg18 {
		top: 4100px;
		left: -230px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg19 {
		top: 4330px;
		right: -150px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg20 {
		top: 4660px;
		left: -150px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg21 {
		top: 4600px;
		right: -135px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg22 {
		top: 4780px;
		right: -180px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg23 {
		top: 5100px;
		left: -140px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg24 {
		top: 5200px;
		left: -50px;
	}
	.baby-step-process .sec-process .bg .bgimg.bg25 {
		top: 5580px;
		left: -150px;
	}
	.baby-step-process .sec-links {
		padding: 80px 0 120px;
	}
	.baby-step-process .sec-links .wrap {
		width: 1290px;
	}
	.baby-step-process .sec-links .wrap .banner {
		margin-top: 37px;
	}
	.baby-step-process .sec-links .wrap .banner a {
		width: 400px;
	}
	.baby-step-process .sec-links .wrap .banner a img {
		width: 400px;
	}
	.baby-step-process .sec-links .wrap .about .standard-button {
		padding: 0 20px 0 42px;
		width: 600px;
		height: 120px;
		border-radius: 10px;
		font-size: 26px;
		line-height: 29px;
	}
	.baby-step-process .sec-links .wrap .about .standard-button .content {
		padding: 0 0 0 206px;
	}
	.baby-step-process .sec-links .wrap .about .standard-button .content:before {
		display: block;
		padding: 95px 0 0 0;
		width: 197px;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/process/img/links-products.png") no-repeat;
		background-size: 197px 95px;
		text-indent: -5000px;
		left: -12px;
		bottom: -36px;
	}
	.baby-step-process .sec-links .wrap .about .standard-button .content em {
		font-size: 18px;
	}
	.baby-step-process .sec-links .wrap .about .standard-button .arrow {
		width: 26px;
		height: 26px;
		border-radius: 13px;
		right: 22px;
	}
	.baby-step-process .sec-links .wrap .about .standard-button .arrow:before {
		display: block;
		padding: 10px 0 0 0;
		width: 9px;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/assets/img/ico_03.svg") no-repeat;
		background-size: 9px 10px;
		text-indent: -5000px;
	}
	.baby-step-process .sec-links .wrap .about .standard-button .arrow:after {
		display: block;
		padding: 10px 0 0 0;
		width: 9px;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/assets/img/ico_02.svg") no-repeat;
		background-size: 9px 10px;
		text-indent: -5000px;
	}
	.baby-step-process .sec-links .wrap .about .standard-button:hover {
		background: #ffffff;
		color: #ef3908;
	}
	.baby-step-process .sec-links .wrap .about .standard-button:hover .arrow {
		background-color: #ef3908;
	}
	.baby-step-process .sec-links .wrap .about .standard-button:hover .arrow:before {
		opacity: 0;
	}
	.baby-step-process .sec-links .wrap .about .standard-button:hover .arrow:after {
		opacity: 1;
	}
	.baby-step-process .sec-links .wrap .link {
		margin-top: 60px;
	}
	.baby-step-process .sec-links .wrap .link .standard-button {
		padding: 0 20px 0 42px;
		width: 600px;
		height: 120px;
		border-radius: 10px;
		font-size: 26px;
		line-height: 29px;
	}
	.baby-step-process .sec-links .wrap .link .standard-button .content {
		padding: 0 0 0 186px;
	}
	.baby-step-process .sec-links .wrap .link .standard-button .content:before {
		display: block;
		padding: 90px 0 0 0;
		width: 157px;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/process/img/links-hohoemi-club.png") no-repeat;
		background-size: 157px 90px;
		text-indent: -5000px;
	}
	.baby-step-process .sec-links .wrap .link .standard-button .content em {
		font-size: 18px;
	}
	.baby-step-process .sec-links .wrap .link .standard-button .arrow {
		width: 26px;
		height: 26px;
		border-radius: 13px;
		right: 22px;
	}
	.baby-step-process .sec-links .wrap .link .standard-button .arrow:before {
		display: block;
		padding: 10px 0 0 0;
		width: 9px;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/assets/img/ico_02.svg") no-repeat;
		background-size: 9px 10px;
		text-indent: -5000px;
	}
	.baby-step-process .sec-links .wrap .link .standard-button .arrow:after {
		display: block;
		padding: 10px 0 0 0;
		width: 9px;
		height: 0;
		overflow: hidden;
		background: url("/baby/step/assets/img/ico_04.svg") no-repeat;
		background-size: 9px 10px;
		text-indent: -5000px;
	}
	.baby-step-process .sec-links .wrap .link .standard-button:hover {
		background: #f74999;
		color: #ffffff;
	}
	.baby-step-process .sec-links .wrap .link .standard-button:hover .arrow {
		background-color: #ffffff;
	}
	.baby-step-process .sec-links .wrap .link .standard-button:hover .arrow:before {
		opacity: 0;
	}
	.baby-step-process .sec-links .wrap .link .standard-button:hover .arrow:after {
		opacity: 1;
	}
	.baby-step-process .sec-links .wrap .bg .bg1 {
		left: 117px;
		top: 170px;
	}
	.baby-step-process .sec-links .bg .bgimg.bg01 {
		top: 10px;
		right: -80px;
	}
	.baby-step-process .sec-links .bg .bgimg.bg02 {
		top: 40px;
		left: -250px;
	}
	.baby-step-process .sec-links .bg .bgimg.bg03 {
		top: 360px;
		right: -150px;
	}
	.bg {
		width: 980px;
		margin: auto;
	}
}
/*# sourceMappingURL=style.css.map */
