/*========================
ローディング
========================*/
#loaded {
	display: none;
	overflow: hidden;
}

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #00A2DE;
	z-index: 1000;
	overflow: hidden;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 100;
}

#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	transform: translate(-50%, -50%);
	position: 0;
	width: 90%;
	max-width: 1.00rem;
	opacity: 0.6;
	z-index: 0;
	animation: load_obi 1.4s 1 ease-in-out forwards;
}

@media screen and (max-width: 499px) {
	#loader img {
	max-width: 0.50rem;
	}
}

.load_obi {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #00A2DE;
/*	background: #333;*/
	position: absolute;
	opacity: 1;
	z-index: 2;
	animation: load_obi 1.4s 1 ease-in-out forwards;
}

@keyframes load_obi {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


#mynetz_kids {
	background-color: #00A2DE;
	margin-top: 0.90rem;
	padding: 0;
}

@media screen and (max-width: 599px) {
	#mynetz_kids {
		background-color: #00A2DE;
		margin-top: 0.50rem;
		padding: 0;
	}
}

/*========================
共通ボタン
========================*/
#mynetz_kids .more_btn {
	width: 100%;
	max-width: 3.80rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#mynetz_kids .more_btn {
		max-width: 3.00rem;
	}
}

#mynetz_kids .more_btn button {
	display: block;
	line-height: 0;
	border: 3px solid #FFF;
	box-sizing: border-box;
	border-radius: 0.50rem;
	padding: 0.39rem 0 0.41rem;
	text-align: center;
	font-size: 0.21rem;
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0.075em;
	position: relative;
	width: 100%;
	background: initial;
	cursor: pointer;
}

@media screen and (max-width: 599px) {
	#mynetz_kids .more_btn button {
		border-radius: 0.50rem;
		padding: 0.29rem 0 0.31rem;
		font-size: 0.18rem;
	}
}

#mynetz_kids .more_btn button:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

/* 左上の飾り */
#mynetz_kids .more_btn button::before {
	content: "";
	width: 0.21rem;
	height: 0.21rem;
	background-image: url(../img/mynetz_kids/btn_deco.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.13rem;
	left: 0.13rem;
}

@media screen and (max-width: 599px) {
	#mynetz_kids .more_btn button::before {
		width: 0.18rem;
		height: 0.18rem;
		top: 0.11rem;
		left: 0.11rem;
	}
}

/* 右側の矢印 */
#mynetz_kids .more_btn button::after {
	content: "";
	width: 0.13rem;
	height: 0.23rem;
	background-image: url(../common/img/sp_menu_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.30rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#mynetz_kids .more_btn button::after {
		width: 0.10rem;
		height: 0.16rem;
		right: 0.20rem;
	}
}

#mynetz_kids .more_btn button:hover::after {
	top: 53%;
}

/*========================
MV
========================*/
#mv {
	color: #FFF;
	height: calc(100vh - 0.90rem);
	max-height: 7.20rem;
	min-height: 5.50rem;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#mv {
		max-height: 5.00rem;
		min-height: 4.00rem;
	}
}

#mv .in {
	height: 100%;
}

#mv .textbox {
	width: 100%;
	max-width: 4.36rem;
	position: absolute;
	top: 45%;
	left: 0.40rem;
	transform: translateY(-50%);
	z-index: 10;
}

@media screen and (max-width: 599px) {
	#mv .textbox {
		max-width: 3.00rem;
		top: inherit;
		bottom: 0.40rem;
		left: 0.20rem;
		transform: none;
	}
}

#mv .textbox .text {
	font-size: 0.20rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	line-height: 1.75;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	#mv .textbox .text {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
		padding-bottom: 0.20rem;
	}
}

#mv .ph_wrap {
	width: 7.70rem;
	position: absolute;
	top: 50%;
	right: -0.60rem;
	transform: translateY(-50%);
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#mv .ph_wrap {
		width: 3.40rem;
		position: absolute;
		top: 32%;
		right: -0.40rem;
		transform: translateY(-50%);
		z-index: 1;
	}
}

/* 01 右上の海藻 */
#mv .deco01 {
	width: 1.72rem;
	height: 1.91rem;
	background-image: url(../img/mynetz_kids/mv_deco01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.77rem;
	left: -1.10rem;
	z-index: 2;
}

@media screen and (max-width: 599px) {
	#mv .deco01 {
		width: 1.02rem;
		top: 1.40rem;
		left: -0.5rem;
	}
}

/* 02 3匹の魚 */
#mv .deco02 {
	width: 1.85rem;
	height: 0.83rem;
	background-image: url(../img/mynetz_kids/mv_deco02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 1.10rem;
	left: -0.20rem;
	z-index: 2;
}

@media screen and (max-width: 599px) {
	#mv .deco02 {
		width: 0.85rem;
		left: inherit;
		right: -0.1rem;
		bottom: 1.3rem;
	}
}

/* 03 下の海藻と魚 */
#mv .deco03 {
	width: 2.66rem;
	height: 1.00rem;
	background-image: url(../img/mynetz_kids/mv_deco03.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -0.20rem;
	left: 0.40rem;
	z-index: 2;
}

@media screen and (max-width: 599px) {
	#mv .deco03 {
		width: 1.36rem;
		height: 0.5rem;
	}
}

/* 04 下の海藻（中央） */
#mv .deco04 {
	width: 1.80rem;
	height: 1.70rem;
	background-image: url(../img/mynetz_kids/mv_deco04.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -0.10rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

@media screen and (max-width: 599px) {
	#mv .deco04 {
		display: none;
	}
}

/* 05 下の海藻（右） */
#mv .deco05 {
	width: 1.67rem;
	height: 1.66rem;
	background-image: url(../img/mynetz_kids/mv_deco05.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -0.40rem;
	left: calc(50% + 1.40rem);
	z-index: 2;
}

@media screen and (max-width: 599px) {
	#mv .deco05 {
		width: 0.77rem;
		height: 1.06rem;
	}
}

/* 亀 */
#mv .deco_turtle {
	width: 3.37rem;
	height: 2.80rem;
	background-image: url(../img/mynetz_kids/mv_deco_turtle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 60%;
	left: 47%;
	transform: translateX(-50%);
	z-index: 2;
}

@media screen and (max-width: 599px) {
	#mv .deco_turtle {
		width: 1.3rem;
		height: 1.3rem;
		bottom: auto;
		top: 5%;
		left: 26%;
	}
}

/* イルカ */
#mv .deco_iruka {
	width: 4.00rem;
	height: 1.50rem;
	background-image: url(../img/mynetz_kids/mv_deco_iruka.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 72%;
	left: 20%;
	transform: translateY(-50%);
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#mv .deco_iruka {
		width: 2rem;
		height: 0.8rem;
		top: 54%;
		left: 5%;
	}
}

/*========================
マイネッツキッズについて
========================*/
#about {
	background-color: #B3E4F5;
	padding: 0.60rem 0;
	position: relative;
	z-index: 1;
}

#about .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 左側テキスト */
#about .textbox {
	width: 100%;
	max-width: 5.54rem;
}

@media screen and (max-width: 599px) {
	#about .textbox {
		padding-bottom: 0.30rem;
	}
}

#about .textbox .sec_title {
	color: #005DAB;
	font-size: 0.30rem;
	font-weight: 600;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#about .textbox .sec_title {
		font-size: 0.22rem;
		margin-bottom: 0.20rem;
	}
}

#about .textbox .sec_title span {
	display: inline-block;
}

#about .textbox .sec_title span img {
	height: 0.45rem;
}

@media screen and (max-width: 599px) {
	#about .textbox .sec_title span img {
		height: 0.30rem;
	}
}

#about .textbox .text {
	font-size: 0.16rem;
	line-height: 1.85;
	letter-spacing: 0.075em;
	text-align: justify;
	color: #454545;
}

@media screen and (max-width: 599px) {
	#about .textbox .text {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
	}
}

#about .textbox .age {
	padding: 0.30rem 0;
}

#about .textbox .age span {
	display: inline-block;
	padding: 0.25rem;
	line-height: 0;
	font-size: 0.20rem;
	letter-spacing: 0.075em;
	border: 1px solid #000;
	border-radius: 0.10rem;
	color: #454545;
}

@media screen and (max-width: 599px) {
	#about .textbox .age span {
		display: block;
		padding: 0.20rem;
		font-size: 0.16rem;
		text-align: center;
		/* width: 2.00rem; */
		margin: auto;
	}
}

/* 右側特典 */
#about .prize_wrap {
	width: 100%;
	max-width: 5.60rem;
}

#about .prize_wrap .detail {
	background-color: #FFF;
	border-radius: 0.15rem;
	margin-bottom: 0.30rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

#about .prize_wrap .detail:last-child {
	margin-bottom: 0;
}

#about .prize_wrap .detail .ph_wrap {
	width: 2.45rem;
	height: 1.63rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#about .prize_wrap .detail .ph_wrap {
		width: 100%;
		height: 55vw;
	}
}

#about .prize_wrap .detail .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#about .prize_wrap .detail .textwrap {
	width: calc(100% - 2.45rem);
	box-sizing: border-box;
	padding: 0 0.20rem;
}

@media screen and (max-width: 599px) {
	#about .prize_wrap .detail .textwrap {
		width: 100%;
		padding: 0.20rem;
	}
}

#about .prize_wrap .detail .textwrap .title {
	font-size: 0.25rem;
	color: #005DAB;
	font-weight: 600;
	padding-bottom: 0.15rem;
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	#about .prize_wrap .detail .textwrap .title {
		font-size: 0.18rem;
		padding-bottom: 0.10rem;
		padding-top: 0;
	}
}

#about .prize_wrap .detail .textwrap .text {
	font-size: 0.16rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
	text-align: justify;
	color: #454545;
}

@media screen and (max-width: 599px) {
	#about .prize_wrap .detail .textwrap .text {
		font-size: 0.14rem;
		letter-spacing: 0;
	}
}

/* 無料の飾り */
#about .free_deco {
	width: 2.34rem;
	height: 2.67rem;
	background-image: url(../img/mynetz_kids/free_deco.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -2.48rem;
	right: 0.40rem;
}

@media screen and (max-width: 599px) {
	#about .free_deco {
		width: 1.00rem;
		height: 1.30rem;
		top: -1.30rem;
		right: 0.20rem;
	}
}

/*========================
お知らせ
========================*/
#news {
	padding: 1.40rem 0 2.00rem;
	position: relative;
	z-index: 1;
}

#news .sec_title {
	font-size: 0.30rem;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding-bottom: 0.60rem;
}

@media screen and (max-width: 599px) {
	#news .sec_title {
		font-size: 0.22rem;
		text-align: center;
		line-height: 1.50;
		letter-spacing: 0.05em;
		padding-bottom: 0.40rem;
	}
}

#news .news_list .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.15rem;
}



#news .news_list .list .detail {
	width: 33.3%;
	padding: 0 0.15rem 0.40rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#news .news_list .list .detail {
		width: 100%;
	}
}

#news .list .detail.is-hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin: 0 10px;
	padding:0;
}


#news .news_list .list .detail a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#news .news_list .list .detail a .ph_wrap {
	width: 100%;
	height: 2.12rem;
	border-radius: 0.30rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#news .news_list .list .detail a .ph_wrap {
		height: 55vw;
		border-radius: 0.15rem;
	}
}

#news .news_list .list .detail a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

#news .news_list .list .detail a:hover .ph_wrap img {
	transform: scale(1.04);
	opacity: 0.7;
}

#news .news_list .list .detail a .title {
	font-size: 0.18rem;
	padding-top: 0.10rem;
	line-height: 1.77;
	font-weight: 600;
}

@media screen and (max-width: 599px) {
	#news .news_list .list .detail a .title {
		font-size: 0.15rem;
	}
}

/* 01 魚 */
#news .deco01 {
	width: 0.89rem;
	height: 0.39rem;
	background-image: url(../img/mynetz_kids/news_deco01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.50rem;
	left: 50%;
}

@media screen and (max-width: 599px) {
	#news .deco01 {
		width: 0.40rem;
		top: 0.4rem;
	}
}

/* 02 魚 */
#news .deco02 {
	width: 0.84rem;
	height: 0.37rem;
	background-image: url(../img/mynetz_kids/news_deco02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 1.00rem;
	right: 1.80rem;
}

@media screen and (max-width: 599px) {
	#news .deco02 {
		width: 0.50rem;
		top: 0.8rem;
		right: 1.9rem;
	}
}

/* 泡 */
#news .deco_babble {
	width: 0.74rem;
	height: 1.10rem;
	background-image: url(../img/mynetz_kids/news_deco_babble.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0.70rem;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
	#news .deco_babble {
		width: 0.50rem;
		height: 0.9rem;
		bottom: 0.9rem;
	}
}

/* 03 左の海藻 */
#news .deco03 {
	width: 1.18rem;
	height: 1.14rem;
	background-image: url(../img/mynetz_kids/news_deco03.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -0.10rem;
	left: 0.60rem;
}

@media screen and (max-width: 599px) {
	#news .deco03 {
		width: 0.98rem;
		height: 0.94rem;
		left: -0.1rem;
	}
}

/* 04 中央の海藻 */
#news .deco04 {
	width: 2.22rem;
	height: 0.90rem;
	background-image: url(../img/mynetz_kids/news_deco04.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -0.10rem;
	left: 26%;
}

@media screen and (max-width: 599px) {
	#news .deco04 {
		width: 1.42rem;
		height: 0.6rem;
		left: 29%;
	}
}

/* 05 右の海藻 */
#news .deco05 {
	width: 2.56rem;
	height: 1.80rem;
	background-image: url(../img/mynetz_kids/news_deco05.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -0.30rem;
	right: 0.60rem;
}

@media screen and (max-width: 599px) {
	#news .deco05 {
		width: 1.16rem;
		height: 1rem;
		right: -0.2rem;
	}
}

/*========================
クジラのデコレーション
========================*/
.whale {
	background-color: #B3E4F5;
	padding: 1.10rem 0;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	.whale {
		padding: 0.60rem 0;
	}
}

.whale .ph_wrap {
	padding: 0 0.60rem;
}

@media screen and (max-width: 599px) {
	.whale .ph_wrap {
		padding: 0;
	}
}

/*========================
過去のイベント
========================*/
#past_event {
	padding: 1.00rem 0 2.00rem;
}

@media screen and (max-width: 599px) {
	#past_event {
		padding: 0.50rem 0 1.00rem;
	}
}

#past_event .sec_title {
	font-size: 0.30rem;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding-bottom: 0.60rem;
}

@media screen and (max-width: 599px) {
	#past_event .sec_title {
		font-size: 0.22rem;
		text-align: center;
		padding-bottom: 0.40rem;
	}
}

#past_event .event_list .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.15rem;
}

#past_event .event_list .list .detail {
	width: 25%;
	padding: 0 0.15rem 0.60rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#past_event .event_list .list .detail {
		width: 50%;
		padding: 0 0.15rem 0.40rem;
	}
}

#past_event .list .detail.is-hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin: 0 10px;
	padding:0;
}


#past_event .event_list .list .detail a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#past_event .event_list .list .detail a .ph_wrap {
	width: 100%;
	height: 1.55rem;
	border-radius: 0.30rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#past_event .event_list .list .detail a .ph_wrap {
		width: 100%;
		height: 30vw;
		border-radius: 0.20rem;
		overflow: hidden;
	}
}

#past_event .event_list .list .detail a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

#past_event .event_list .list .detail a:hover .ph_wrap img {
	transform: scale(1.04);
	opacity: 0.7;
}

#past_event .event_list .list .detail a .title {
	font-size: 0.16rem;
	padding-top: 0.10rem;
	line-height: 1.77;
	font-weight: 500;
}

@media screen and (max-width: 599px) {
	#past_event .event_list .list .detail a .title {
		font-size: 0.13rem;
		text-align: center;
		padding-top: 0.06rem;
		line-height: 1.47;
		font-weight: 500;
	}
}

/* 泡 */
#past_event .deco_babble {
	width: 0.74rem;
	height: 1.10rem;
	background-image: url(../img/mynetz_kids/news_deco_babble.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0.70rem;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
	#past_event .deco_babble {
		width: 0.50rem;
		height: 0.9rem;
		bottom: -0.20rem;
	}
}


/*========================
店舗イベントレポート
========================*/
#shop_event {
	padding: 1.00rem 0 2.00rem;
}

@media screen and (max-width: 599px) {
	#past_event {
		padding: 0.50rem 0 1.00rem;
	}
}

#shop_event .sec_title {
	font-size: 0.30rem;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding-bottom: 0.60rem;
}

@media screen and (max-width: 599px) {
	#shop_event .sec_title {
		font-size: 0.22rem;
		text-align: center;
		padding-bottom: 0.40rem;
	}
}

#shop_event .event_list .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.15rem;
}

#shop_event .event_list .list .detail {
	width: 25%;
	padding: 0 0.15rem 0.60rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#shop_event .event_list .list .detail {
		width: 50%;
		padding: 0 0.15rem 0.40rem;
	}
}

#shop_event .list .detail.is-hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin: 0 10px;
	padding:0;
}


#shop_event .event_list .list .detail a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#shop_event .event_list .list .detail a .ph_wrap {
	width: 100%;
	height: 1.55rem;
	border-radius: 0.30rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#shop_event .event_list .list .detail a .ph_wrap {
		width: 100%;
		height: 30vw;
		border-radius: 0.20rem;
		overflow: hidden;
	}
}

#shop_event .event_list .list .detail a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

#shop_event .event_list .list .detail a:hover .ph_wrap img {
	transform: scale(1.04);
	opacity: 0.7;
}

#shop_event .event_list .list .detail a .title {
	font-size: 0.16rem;
	padding-top: 0.10rem;
	line-height: 1.77;
	font-weight: 500;
}

@media screen and (max-width: 599px) {
	#shop_event .event_list .list .detail a .title {
		font-size: 0.13rem;
		text-align: center;
		padding-top: 0.06rem;
		line-height: 1.47;
		font-weight: 500;
	}
}

/* 泡 */
#shop_event .deco_babble {
	width: 0.74rem;
	height: 1.10rem;
	background-image: url(../img/mynetz_kids/news_deco_babble.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0.70rem;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
	#shop_event .deco_babble {
		width: 0.50rem;
		height: 0.9rem;
		bottom: -0.20rem;
	}
}

/*========================
スライダー
========================*/
#mynetz_kids_slider {
	padding: 1.00rem 0 1.00rem;
}

@media screen and (max-width: 599px) {
	#mynetz_kids_slider {
		padding: 0.50rem 0 0.50rem;
	}
}

#mynetz_kids_slider::before {
	content: "";
	display: block;
	width: calc(100% - 1.00rem);
	position: relative;
	left: 0.50rem;
	height: 0.54rem;
	background-image: url(../img/mynetz_kids/slide_bg.svg);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: contain;
}

@media screen and (max-width: 599px) {
	#mynetz_kids_slider::before {
		width: calc(100% - 0.40rem);
		left: 0.20rem;
	}
}

#mynetz_kids_slider::after {
	content: "";
	display: block;
	width: calc(100% - 1.00rem);
	position: relative;
	left: 0.50rem;
	height: 0.54rem;
	background-image: url(../img/mynetz_kids/slide_bg.svg);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: contain;
}

@media screen and (max-width: 599px) {
	#mynetz_kids_slider::after {
		width: calc(100% - 0.40rem);
		left: 0.20rem;
	}
}

#mynetz_kids_slider .loop_slider_wrap {
	padding-top: 0.60rem;
}

@media screen and (max-width: 599px) {
	#mynetz_kids_slider .loop_slider_wrap {
		padding-top: 0.20rem;
	}
}

/* ループスライダーの写真 */
#mynetz_kids_slider .loop_slider_wrap .slide .ph_wrap {
	padding: 0 0.10rem;
}

@media screen and (max-width: 599px) {
	#mynetz_kids_slider .loop_slider_wrap .slide .ph_wrap {
		padding: 0 0.05rem;
	}
}

/* スライダー下段 */
#mynetz_kids_slider #mynetz_kids_slide02 {
	padding-top: 0.30rem;
	padding-bottom: 0.60rem;
}

@media screen and (max-width: 599px) {
	#mynetz_kids_slider #mynetz_kids_slide02 {
		padding-top: 0.20rem;
		padding-bottom: 0.20rem;
	}
}
