@charset "utf-8";

/* mv */
.gw2026 .mv {
	margin-top: 1.5rem;
}

/* info */
.gw2026 .info {
	overflow: hidden;
}
.gw2026 .info .wrap {
	gap: 0 3.5%;
}
.btn__more{
	display: inline-flex;
	padding: 1.25rem 2.5rem;
	align-items: center;
	border-radius: 6.25rem;
	border: 4px solid #000;
	color: #000;
	background: #FFF;
  }
  .btn__more-text{
	padding-right: 50px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
  }
  .btn__more-icon{
	display: flex;
	width: 2.8rem;
	height: 2.8rem;
	padding: 0.3rem;
	align-items: center;
	border-radius: 1.6rem;
	background: #000;
	background-image: url("/pages/gw/img/chevron_right.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
  }
  .btn__more:hover{
	background-color: #FFF100;
	color: #000;
	opacity: 1;
	text-decoration: none;
  }

/* セクション共通 */
.gw2026 .info .children,.gw2026 .info .taiwan {
	position: relative;
	padding: 12rem 0;
	text-align: center;
	overflow: hidden;
}
.gw2026 .info .children figure img,.gw2026 .info .taiwan figure img,.gw2026 .info .two__box .event figure img,
.gw2026 .info .two__box .fashion figure img{
	width: 100%;
	border: 4px solid #000;
	border-radius: 5rem;
	box-shadow: 0 8px 0 0 #000;
}
.gw2026 .info .children .children__wrap,.gw2026 .info .taiwan .taiwan__wrap,.gw2026 .info .last__box .mothers .mothers__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
.gw2026 .info .children ul .children__smn-img,.gw2026 .info .taiwan ul .taiwan__smn-img,.gw2026 .info .last__box .mothers ul .mothers__smn-img {
	margin-right: 3rem;
	width: 49%;
}
.gw2026 .info .children ul .children__smn-img p,.gw2026 .info .taiwan ul .taiwan__smn-img p{
	margin-top: 1.4rem;
	font-size: 1.2rem;
}
.gw2026 .info .children ul .children__text,.gw2026 .info .taiwan ul .taiwan__text,.gw2026 .info .two__box .event,.gw2026 .info .two__box .fashion,.gw2026 .info .last__box .mothers ul .mothers__text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	line-height: 1.8;
}
.gw2026 .info .children ul .children__text .children__copy,.gw2026 .info .taiwan ul .taiwan__text .taiwan__copy,.gw2026 .info .two__box .event .event__copy,.gw2026 .info .two__box .fashion .fashion__copy,.gw2026 .info .last__box .mothers ul .mothers__text .mothers__copy {
	margin-bottom: 3rem;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
}
.gw2026 .info .children ul .children__text .children__note,.gw2026 .info .taiwan ul .taiwan__text .taiwan__note,.gw2026 .info .two__box .event .event__note,.gw2026 .info .two__box .fashion .fashion__note,.gw2026 .info .last__box .mothers ul .mothers__text .mothers__note{
	margin-bottom: 5rem;
}

/* children */
.gw2026 .info .children{
	padding-bottom: 20rem;	
}
.gw2026 .info .children::before {
    content: '';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: #9ED8F6;
	background-image: url(/pages/gw/img/bg_children.png);
	background-repeat: repeat;
	background-size: contain;
	background-position: top center;
    transform: skewY(2deg) translateY(-50px);
    z-index: -1;
}
.gw2026 .info .children::after {
    content: '';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: #254379;
	z-index: -2
}

/*taiwan*/
.gw2026 .info .taiwan {
	padding-bottom: 16rem;
	color: #fff;
	background: #254379;
	background-image: url(/pages/gw/img/bg_taiwan.png);
	background-repeat: repeat;
	background-size: 36%;
	background-position: top center;
}
.gw2026 .info .taiwan::after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:40px;
	background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 20' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23ffffff' points='0,20 5,0 10,20 15,0 20,20 25,0 30,20 35,0 40,20 45,0 50,20 55,0 60,20 65,0 70,20 75,0 80,20 85,0 90,20 95,0 100,20 100,100 0,100'/%3E%3C/svg%3E");
	background-size:100% 100%;
	background-repeat:no-repeat;
}

/*2column共通*/
.gw2026 .info .two__box{
	padding: 10rem 0 12rem;
	display: flex;
	justify-content: center;
	background-image: url(/pages/gw/img/bg_two.png);
	background-repeat: repeat;
	background-size: 50%;
	background-position: top center;
	gap: 3rem;
}
.gw2026 .info .two__box .event,.gw2026 .info .two__box .fashion{
	padding: 5rem 4rem;
	max-width: 536px;
	text-align: center;
	border-radius: 5rem;
}
.gw2026 .info .two__box .event .event__copy,.gw2026 .info .two__box .fashion .fashion__copy{
	margin-top: 5rem;;
}

/* event */
.gw2026 .info .two__box .event{
	background-color: #E1FFDC;
}

/* fashion */
.gw2026 .info .two__box .fashion{
	background-color: #DCF6FF;
}


/* 最後のエリア共通 */
.gw2026 .info .last__box{
	padding: 10rem 0 12rem;
	background-color: #FFDCE6;
}

/* mothers */
.gw2026 .info .last__box .mothers{
	position: relative;
	text-align: center;
	overflow: hidden;
}
.gw2026 .info .last__box .mothers ul figure img{
	border: 4px solid #000;
	border-radius: 5rem;
	box-shadow: 0 8px 0 0 #000;
	margin-bottom: 8px;
}

/* new-shops */
.gw2026 .info .last__box .new-shops{
	margin: 12rem auto;
	padding: 5rem;
    max-width: 1100px;
	background-color: #FFF2F5;
    border-radius: 5rem;
}
.gw2026 .info .last__box .new-shops h2{
	text-align: center;
}
.gw2026 .info .last__box .new-shops .wrap {
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
	gap: 4rem 2rem;
	align-self: stretch;
	flex-wrap: nowrap;
}
.gw2026 .info .last__box .new-shops .wrap li{
	display: flex;
	max-width: 376px;
	width: 100%;
	padding: 2rem;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	border-radius: 4rem;
	background: #FFF;
}
.gw2026 .info .last__box .new-shops .wrap li img{
	border-radius: 1rem;
}
.gw2026 .info .last__box .new-shops .wrap li h3{
	width: 100%;
	margin-bottom: 0;
	font-size: 2.2rem;
	color: #23B8BC;
}
.gw2026 .info .last__box .new-shops .wrap li .date{
	display: flex;
	padding: 1rem 0 1.2rem 0;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	align-self: stretch;
	background-color: #DCF6FF;
	border-radius: 5rem;
}
.gw2026 .info .last__box .new-shops .wrap li .date p{
	display: flex;
	justify-content: center;
	align-items: baseline;
	font-size: 2.8rem;
}
.gw2026 .info .last__box .new-shops .wrap li .date p span{
	font-size: 1.8rem;
	line-height: 1.6rem;
}
.gw2026 .info .last__box .new-shops .wrap li .date .open{
	display: inline-flex;
	align-items: center;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 400;
}
.gw2026 .info .last__box .new-shops .wrap li p{
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.gw2026 .info .last__box .new-shops .wrap li .detail{
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	gap: 1rem;
	align-self: stretch;
}
.gw2026 .info .last__box .new-shops .wrap li .detail span{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.6rem;
	width: 5rem;
	font-size: 1.4rem;
	color: #fff;
	background: #23B8BC;
	border-radius: 5rem;
}
.gw2026 .info .last__box .new-shops .wrap li .attention{
	font-size: 1.2rem;
	line-height: 1.6rem;
}

/* bnrArea */
.gw2026 .info .last__box .bnrArea {
	text-align: center;
}
.gw2026 .info .last__box .bnrArea .inner{
	display: grid;
}
.gw2026 .info .last__box .bnrArea .inner p a img {
	border-radius: 1rem;
}


@media screen and (max-width: 768px) {
	/* セクション共通 */
	.gw2026 .info .children, .gw2026 .info .taiwan{
		padding: 9rem 2%;
	}
	.gw2026 .info .children ul, .gw2026 .info .taiwan ul, .gw2026 .info .last__box .mothers ul{
		flex-wrap: wrap;
	}
	.gw2026 .info .children ul .children__smn-img, .gw2026 .info .taiwan ul .taiwan__smn-img, .gw2026 .info .last__box .mothers ul .mothers__smn-img {
		margin: 0;
		width: 100%;
	}
	.gw2026 .info .children ul .children__text, .gw2026 .info .taiwan ul .taiwan__text, .gw2026 .info .two__box .event, .gw2026 .info .two__box .fashion, .gw2026 .info .last__box .mothers ul .mothers__text{
		margin-top: 4rem;
		width: auto;
		font-size: 1.6rem;
	}
	.gw2026 .info .children ul .children__text .children__copy, .gw2026 .info .taiwan ul .taiwan__text .taiwan__copy, .gw2026 .info .two__box .event .event__copy, .gw2026 .info .two__box .fashion .fashion__copy, .gw2026 .info .last__box .mothers ul .mothers__text .mothers__copy{
		margin-bottom: 2rem;
		font-size: 2.4rem;
	}
	.gw2026 .info .children ul .children__text .children__note, .gw2026 .info .taiwan ul .taiwan__text .taiwan__note, .gw2026 .info .two__box .event .event__note, .gw2026 .info .two__box .fashion .fashion__note, .gw2026 .info .last__box .mothers ul .mothers__text .mothers__note{
		margin-bottom: 3rem;
	}
	/* 2column以外 */
	.children__text, .taiwan__text, .mothers__text{
		padding: 0 4rem;
	 }
	/* children */
	.gw2026 .info .children{
		padding-bottom: 12rem;	
	}
	.gw2026 .info .children::before {
		background-size: 200%;
		transform: skewY(6deg) translateY(-50px);
	}
	/*taiwan*/
	.gw2026 .info .taiwan {
		padding-bottom: 10rem;
		background-size: 50%;
	}
	.gw2026 .info .taiwan::after {
		height:20px;
	}
	/*2column共通*/
	.gw2026 .info .two__box{
		flex-wrap: wrap;
		padding: 2rem 2% 9rem;
		background-size: 100%;
		gap: 0;
	}
	/* 最後のエリア共通 */
	.gw2026 .info .last__box{
		padding: 9rem 2%;
	}
	/* new-shops */
	.gw2026 .info .last__box .new-shops{
		margin: 9rem auto;
		padding: 3rem;
	}
	.gw2026 .info .last__box .new-shops .wrap{
		flex-wrap: wrap;
		gap: 2rem;
	}
}