@charset "utf-8";

/* mv */
.gw2026 .mv {
	margin-top: 1.5rem;
}

/*title*/
.title_bg{
	margin-bottom: -7rem;
    padding: 6rem 0 12rem;
	background-color: #9FD9F6;
	background-image: url(/pages/gw/img/children/bg_title_pc.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}
.title_bg h2{
	margin: -1rem auto 3rem;
	text-align: center;
}
.title_bg h2 img{
	width: 52vw;
	max-width: 740px;
}

.koinobori_bg {
	overflow: hidden;
}
.koinobori_bg__inner{
	background-color: #F8F399;
    background-image: url(/pages/gw/img/children/bg_koinobori.png);
    background-repeat: repeat;
    background-size: 80%;
    border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
    margin: 0 -180px;
    padding: 90px 190px;
    text-align: center;
}
.children_bg {
	margin-top: -6rem;
	overflow: hidden;
}
.children_bg__inner{
	background-color: #fff;
    background-image: url(/pages/gw/img/children/bg_children.png);
    background-repeat: repeat;
    background-size: 80%;
	border-top: 4px solid #000;
    border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
    margin: 0 -180px;
    padding: 90px 190px 60px;
    text-align: center;
}

/*koinoborifes*/
.gw-event__inner {
	max-width: 1080px;
	margin: 0 auto;
}
.gw-event__inner .box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5rem;
	background: #fff;
	border-radius: 5rem;
	gap: 0 4rem;
}
.gw-event__inner .box > .pic {
	position: relative;
	width: 520px;
}
.gw-event__inner .box .pic img {
	border-radius: 2rem;
}
.gw-event__inner .box .detail {
	width: 420px;
	text-align: left;
}
.gw-event__inner .detail .date {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 0px 12px;
	max-width: 313px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	background-color: #0098C5;
	border-radius: 5rem;
}
.gw-event__inner .detail .date p{
	margin: 0;
	font-size: 1.8rem;
	color: #fff;
}
.gw-event__inner .detail .date .arrow {
	margin: 0.5rem 1rem 0;
	font-size: 1.2rem;
}
.gw-event__inner .detail .date span {
	margin: 0 0.5rem;
	font-size: 2.8rem;
}
.gw-event__inner .detail .name {
	margin-top: 15px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 4.4rem;
	color: #0098C5;
}
.gw-event__inner .detail .name span {
	display: block;
	font-size: 2.2rem;
	line-height: 3.2rem;
}
.gw-event__inner .detail .txt {
	margin-top: 1rem;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.gw-event__inner .detail .txt_w {
	margin-top: 1rem;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.gw-event__inner .detail .dl_title{
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
}
.gw-event__inner .detail .dl_block{
	display: block;
}
.gw-event__inner .detail .dl_block dt{
	width: fit-content;
}
.gw-event__inner .detail dl {
	margin: 2rem 0;
	display: flex;
	gap: 0 1rem;
}
.gw-event__inner .detail dl + dl {
	margin-top: 1rem;
}
.gw-event__inner .detail dl dt {
	padding: 8px 10px;
	width: 7rem;
	background-color: #0098C5;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	line-height: 2rem;
	text-align: center;
	align-self: flex-start;
	flex-shrink: 0;
	border-radius: 5rem;
}
.gw-event__inner .detail dl dd {
	padding-top: 0.4rem;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.8rem;
}
.gw-event__inner .detail dl.long{
	flex-wrap: wrap;
}
.gw-event__inner .detail dl.long dt{
	width: auto;
}
.gw-event__inner .detail .attention {
	margin-top: 2rem;
	font-size: 1.2rem;
	line-height: 1.6rem;
}

/* mainTtl */
.gw2026 .mainTtl {
	padding-top: 13rem;
	padding-bottom: 4rem;
}

.gw-copy{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	text-wrap: nowrap;
	margin-bottom: 3rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: #234379;
}
.gw-copy::before,
.gw-copy::after {
  content: "";
  display: block;
  width: 42px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gw-copy::before {
  background-image: url(/pages/gw/img/children/title-left.svg);
  margin-right: 3rem;
}
.gw-copy::after {
  background-image: url(/pages/gw/img/children/title-right.svg);
  margin-left: 3rem;
}

.gw2026 .anchor {
	display: flex;
	margin-top: 3rem;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0 1.5rem;
}
.gw2026 .anchor li {
	width: 27.4rem;
	border-radius: 3rem;
	background-color: #ED6D1F;
}
.gw2026 .anchor li:nth-child(2) {
	background-color: #EA6188;
}
.gw2026 .anchor li:nth-child(3) {
	background-color: #007BB1;
}
.gw2026 .anchor li:nth-child(4) {
	background-color: #1D9D08;
}
.gw2026 .anchor li a {
	display: block;
	position: relative;
	padding: 1.6rem 1.6rem 1.6rem 3rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	color: #fff;
}
.gw2026 .anchor li a::after {
	content: '';
	display: block;
    position: absolute;
    top: calc(50% - 1rem);
    right: 2.5rem;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(/pages/gw/img/chevron_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* conts */
.gw2026 .conts {
	padding: 4rem 0 7rem;
}

/* childrenItems */
.gw2026 .childrenItems h3 {
	margin: 0 auto;
	width: 47.6rem;
	text-align: center;
}
.gw2026 .childrenItems .wrap {
	display: flex;
    flex-wrap: wrap;
	margin: 3rem auto 0;
    max-width: 1080px;
    gap: 2rem;
}
.gw2026 .childrenItems .box {
	width: 346px;
	padding: 3rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	background-color: #fff;
	border-radius: 4rem;
}
.gw2026 .childrenItems .box a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.gw2026 .childrenItems .box a .pic img{
	border-radius: 1rem;
}
.gw2026 .childrenItems .box .name {
	margin-top: 1.5rem;
	font-size: 2rem;
	font-weight: bold;
}
.gw2026 .childrenItems .box .name span.note {
	font-size: 1.2rem;
	color: #f00;
}
.gw2026 .childrenItems .box .name + .name {
	margin-top: 0;
}
.gw2026 .childrenItems .box .price {
	margin-top: 0.3rem;
	font-size: 1.4rem;
}
.gw2026 .childrenItems .box .price span {
	font-size: 1.8rem;
	font-weight: bold;
}
.gw2026 .childrenItems .box .icon {
	margin-top: 0.7rem;
	display: flex;
	gap: 0 0.8rem;
}
.gw2026 .childrenItems .box .icon li {
	padding: 0.6rem 1rem 0.6rem 1rem;
	font-size: 1.4rem;
	font-weight: 500;
	border: solid 0.2rem;
	border-radius: 5rem;
	text-align: center;
	background-color: #fff;
}
.gw2026 .childrenItems .box .shop {
	margin-top: 1rem;
	font-size: 1.4rem;
	font-weight: 700;
}
.gw2026 .childrenItems .box .place {
	font-size: 1.4rem;
	font-weight: 700;
}
.gw2026 .childrenItems .box .btnMore {
	margin: auto auto 0;
	padding-top: 2rem;
	width: 100%;
}
.gw2026 .childrenItems .box .btnMore span {
	display: block;
	position: relative;
	padding: 1.2rem 3rem;
	border-radius: 3rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
}
.gw2026 .childrenItems .box .btnMore span::after {
	display: block;
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	border-right: solid 0.3rem #fff;
	border-bottom: solid 0.3rem #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.6rem);
	right: 2.5rem;
}

/* koinobori-goods */
.gw2026 .koinobori-goods .childrenItems .box .name {
	color: #ED6D1F;
}
.gw2026 .koinobori-goods .childrenItems .box .icon li {
	border-color: #ED6D1F;
	color: #ED6D1F;
}
.gw2026 .koinobori-goods .childrenItems .box .btnMore span {
	background-color: #ED6D1F;
}
/* koinobori-gourmet */
.gw2026 .koinobori-gourmet .childrenItems .box .name {
	color: #EA6188;
}
.gw2026 .koinobori-gourmet .childrenItems .box .icon li {
	border-color: #EA6188;
	color: #EA6188;
}
.gw2026 .koinobori-gourmet .childrenItems .box .btnMore span {
	background-color: #EA6188;
}
/* children-gift */
.gw2026 .children-gift .childrenItems .box,.gw2026 .children-gourmet .childrenItems .box {
	background-color: #FFFCBF;
}
.gw2026 .children-gift .childrenItems .box .name {
	color: #007BB1;
}
.gw2026 .children-gift .childrenItems .box .icon li {
	border-color: #007BB1;
	color: #007BB1;
}
.gw2026 .children-gift .childrenItems .box .btnMore span {
	background-color: #007BB1;
}
/* children-gourmet */
.gw2026 .children-gourmet .childrenItems .box .name {
	color: #1D9D08;
}
.gw2026 .children-gourmet .childrenItems .box .icon li {
	border-color: #1D9D08;
	color: #1D9D08;
}
.gw2026 .children-gourmet .childrenItems .box .btnMore span {
	background-color: #1D9D08;
}

/* modal */
.gw2026 .modalBox .wrap {
	margin: 0;
	padding: 0;
	gap: 0 4.3%;
}

/* koinobori-goods */
.gw2026 .koinobori-goods .modalBox .modalDetail .modalItemName {
	color: #ED6D1F;
}
.gw2026 .koinobori-goods .modalBox .modalDetail .modalIcon li {
	border-color: #ED6D1F;
	color: #ED6D1F;
}
.gw2026 .koinobori-goods .modalBox .modalDetail .modalInfoBtn,.gw2026 .koinobori-goods .modalBox .modalClose {
	background-color: #ED6D1F;
}
.gw2026 .koinobori-goods .modalBox .modalDetail .moadlPlace::before,.gw2026 .koinobori-goods .modalBox .modalDetail .modalTel::before{
	filter: invert(49%) sepia(57%) saturate(3157%) hue-rotate(353deg) brightness(100%) contrast(87%);
}

/* koinobori-gourmet */
.gw2026 .koinobori-gourmet .modalBox .modalDetail .modalItemName {
	color: #EA6188;
}
.gw2026 .koinobori-gourmet .modalBox .modalDetail .modalIcon li {
	border-color: #EA6188;
	color: #EA6188;
}
.gw2026 .koinobori-gourmet .modalBox .modalDetail .modalInfoBtn,.gw2026 .koinobori-gourmet .modalBox .modalClose {
	background-color: #EA6188;
}
.gw2026 .koinobori-gourmet .modalBox .modalDetail .moadlPlace::before,.gw2026 .koinobori-gourmet .modalBox .modalDetail .modalTel::before{
	filter: invert(46%) sepia(75%) saturate(1978%) hue-rotate(314deg) brightness(109%) contrast(83%);
}

/* children-gift */
.gw2026 .children-gift .modalBox .modalDetail .modalItemName {
	color: #007BB1;
}
.gw2026 .children-gift .modalBox .modalDetail .modalIcon li {
	border-color: #007BB1;
	color: #007BB1;
}
.gw2026 .children-gift .modalBox .modalDetail .modalInfoBtn,.gw2026 .children-gift .modalBox .modalClose {
	background-color: #007BB1;
}
.gw2026 .children-gift .modalBox .modalDetail .moadlPlace::before,.gw2026 .children-gift .modalBox .modalDetail .modalTel::before{
	filter: invert(53%) sepia(65%) saturate(6947%) hue-rotate(175deg) brightness(84%) contrast(101%);
}

/* children-gourmet */
.gw2026 .children-gourmet .modalBox .modalDetail .modalItemName {
	color: #1D9D08;
}
.gw2026 .children-gourmet .modalBox .modalDetail .modalIcon li {
	border-color: #1D9D08;
	color: #1D9D08;
}
.gw2026 .children-gourmet .modalBox .modalDetail .modalInfoBtn,.gw2026 .children-gourmet .modalBox .modalClose {
	background-color: #1D9D08;
}
.gw2026 .children-gourmet .modalBox .modalDetail .moadlPlace::before,.gw2026 .children-gourmet .modalBox .modalDetail .modalTel::before{
	filter: invert(42%) sepia(77%) saturate(3682%) hue-rotate(81deg) brightness(99%) contrast(94%);
}

/* framebox */
.gw2026 .framebox {
	padding: 5rem;
	background-color: #fff;
	border-radius: 5rem;
}
.gw2026 .framebox iframe {
	border: none;
}

/* tag */
.gw2026 .tag {
	margin: 0 auto;
	max-width: 1080px;
}
.gw2026 .tag h3 {
	margin: 0 auto 5rem;
	width: 46.4rem;
	position: relative;
}
.gw2026 .tag .framebox {
	border: 4px solid #DAE000;
	border-radius: 5rem;
	box-shadow: 0 8px 0 0 #DAE000;
	margin-bottom: 8px;
}
.btn__more{
	display: inline-flex;
	margin-top: 2.4rem;
	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;
}

/* banner */
.gw__bnr {
	margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
	/*title*/
	.title_bg{
		margin-bottom: -7rem;
		background-image: url(/pages/gw/img/children/bg_title_sp.png);
		background-size: cover;
		background-position: center;
	}
	.title_bg h2{
		margin: 0 auto;
	}
	.title_bg h2 img{
		width: 96%;
	}

	.koinobori_bg__inner,.children_bg__inner{
		border-radius: 2000px 2000px 0 0 / 1000px 1000px 0 0;
		padding: 80px 190px;
	}
	.children_bg {
		margin-top: -7rem;
	}

	/*koinoborifes*/
	.gw-event__inner .box {
		padding: 3rem 2rem;
		border-radius: 10px;
		flex-direction: column;
		gap: 1.5rem 0;
	  }
	.gw-event__inner .box > .pic {
		width: 100%;
	 }
	.gw-event__inner .box .detail {
		width: 100%;
	}
	.gw-event__inner .detail .date {
		max-width: 100%;
		font-size: 1.2rem;
	}
	.gw-event__inner .detail .name {
		margin-top: 1rem;
		line-height: 3rem;
	}
	.gw-event__inner .detail .name span{
		line-height: 3rem;
	}
	.gw-event__inner .detail .txt,
	.gw-event__inner .detail .txt_w {
		margin-top: 2rem;
		line-height: 2.4rem;
	}
	.gw-event__inner .detail dl dt {
		padding: 4px 1rem;
		width: 65px;
		font-size: 1.4rem;
	}
	.gw-event__inner .detail dl dd {
		line-height: 2.2rem;
	}

	/* mainTtl */
	.gw2026 .mainTtl {
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
	.gw-copy {
		font-size: 1.6rem;
	}
	.gw-copy::before {
		margin-right: 5px;
	}
	.gw-copy::after {
		margin-left: 5px;
	}
	.gw2026 .anchor {
		margin-top: 1.5rem;
		justify-content: center;
		flex-wrap: wrap;
		gap: 1.2rem 2.6%;
	}
	.gw2026 .anchor li {
		width: 45%;
	}
	.gw2026 .anchor li a {
		padding: 1.2rem 1.4rem 1.4rem 2rem;
		font-size: 1.6rem;
	}
	.gw2026 .anchor li a::after {
		width: 2rem;
		height: 2rem;
		border-width: 0.2rem;
		top: calc(50% - 1rem);
		right: 1.5rem;
	}

	/* conts */
	.gw2026 .conts {
		padding: 0 0 3.5rem;
	}

	/* childrenItems */
	.gw2026 .childrenItems h3 {
		width: 82.3%;
	}
	.gw2026 .childrenItems .wrap {
		margin: 1rem auto 0;
		padding-left: 2vw;
		border-radius: 3rem;
		gap: 1rem;
	}
	.gw2026 .childrenItems .box {
		padding: 2rem 1rem;
		width: 47.5%;
	}
	.gw2026 .childrenItems .box .name {
		margin-top: 0.8rem;
		font-size: 1.6rem;
	}
	.gw2026 .childrenItems .box .name span.note {
		font-size: 1rem;
	}
	.gw2026 .childrenItems .box .price {
		margin-top: 0.5rem;
		font-size: 1.4rem;
	}
	.gw2026 .childrenItems .box .price span {
		font-size: 1.6rem;
	}
	.gw2026 .childrenItems .box .icon li {
		padding: 0.2rem 1rem 0.3rem 1rem;
		font-size: 1.2rem;
	}
	.gw2026 .childrenItems .box .shop {
		margin-top: 0.5rem;
		font-size: 1.2rem;
	}
	.gw2026 .childrenItems .box .place {
		font-size: 1.2rem;
	}
	.gw2026 .childrenItems .box .btnMore {
		padding-top: 1rem;
		width: 100%;
	}
	.gw2026 .childrenItems .box .btnMore span {
		padding: 0.6rem 0.6rem 0.6rem 1.4rem;
		font-size: 1.2rem;
	}
	.gw2026 .childrenItems .box .btnMore span::after {
		width: 0.8rem;
		height: 0.8rem;
		border-width: 0.2rem;
		top: calc(50% - 0.3rem);
		right: 1.2rem;
	}

	/* modal */
	.gw2026 .modalBox .wrap {
		padding-left: 0;
		gap: 1.5rem 0;
	}
	.gw2026 .children-gift .modalBox,.gw2026 .children-gourmet .modalBox {
		background-color: #FFFCBF;
	}
	.gw2026 .children-gift .modalBox .modalDetail .modalshop,.gw2026 .children-gourmet .modalBox .modalDetail .modalshop{
		background-color: #fff;
	}
	/* framebox */
	.gw2026 .framebox {
		margin-top: -3rem;
		padding: 3rem 1.5rem;
		border-radius: 1.5rem;
		gap: 3rem 4.7%;
	}
	.gw2026 .framebox iframe {
		height: 380px !important;
	}

	/* tag */
	.gw2026 .tag {
		padding: 2rem 0 3.5rem;
	}
	.gw2026 .tag h3 {
		margin: 0 auto 3rem;
		width: 100%;
	}
	.gw2026 .tag .framebox {
		margin-top: 0;
	}
}
@media screen and (max-width: 390px) {
	.gw2026 .anchor li a::after {
		display: none!important;
	}
}
