@charset "utf-8";

/* mv */
.gw2026 .mv {
	margin-top: 1.5rem;
}

/*title*/
.title_bg{
	margin-bottom: -6rem;
    padding: 6rem 0 12rem;
	background-color: #fff;
	background-image: url(/pages/gw/img/fashion/bg_title_pc.png);
	background-repeat: 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;
}

.parent-child_bg,.uv_bg,.early-summer_bg {
	overflow: hidden;
}
.parent-child_bg__inner,.uv_bg__inner,.early-summer_bg__inner{
	background-color: #FDE8D0;
	border-top: 4px solid #000;
    border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
    margin: 0 -180px;
    padding: 90px 190px;
    text-align: center;
}
.uv_bg,.early-summer_bg {
	margin-top: -6rem;
}
.uv_bg__inner{
	background-color: #FFFCDB;
}
.early-summer_bg__inner{
	background-color: #DFF2FC;
}

/* mainTtl */
.gw2026 .mainTtl {
	padding-top: 2rem;
}

.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: #EA6188;
}
.gw2026 .anchor li:nth-child(2) {
	background-color: #ED6D1F;
}
.gw2026 .anchor li:nth-child(3) {
	background-color: #007BB1;
}
.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;
}

/* fashionItems */
.gw2026 .fashionItems h3 {
	margin: 0 auto;
	width: 47.6rem;
	text-align: center;
}
.gw2026 .fashionItems h3 img{
	width: 50%;
}
.gw2026 .fashionItems .wrap {
	display: flex;
    flex-wrap: wrap;
	margin: 3rem auto 0;
    max-width: 1080px;
    gap: 2rem;
}
.gw2026 .fashionItems .box {
	width: 346px;
	padding: 3rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	background-color: #fff;
	border-radius: 4rem;
}
.gw2026 .fashionItems .box a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.gw2026 .fashionItems .box a .pic img{
	border-radius: 1rem;
}
.gw2026 .fashionItems .box .name {
	margin-top: 1.5rem;
	font-size: 2rem;
	font-weight: bold;
}
.gw2026 .fashionItems .box .name span.note {
	font-size: 1.2rem;
	color: #f00;
}
.gw2026 .fashionItems .box .name + .name {
	margin-top: 0;
}
.gw2026 .fashionItems .box .price {
	margin-top: 0.3rem;
	font-size: 1.4rem;
}
.gw2026 .fashionItems .box .price span {
	font-size: 1.8rem;
	font-weight: bold;
}
.gw2026 .fashionItems .box .icon {
	margin-top: 0.7rem;
	display: flex;
	gap: 0 0.8rem;
}
.gw2026 .fashionItems .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 .fashionItems .box .shop {
	margin-top: 1rem;
	font-size: 1.4rem;
	font-weight: 700;
}
.gw2026 .fashionItems .box .place {
	font-size: 1.4rem;
	font-weight: 700;
}
.gw2026 .fashionItems .box .btnMore {
	margin: auto auto 0;
	padding-top: 2rem;
	width: 100%;
}
.gw2026 .fashionItems .box .btnMore span {
	display: block;
	position: relative;
	padding: 1.2rem 3rem;
	border-radius: 3rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
}
.gw2026 .fashionItems .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;
}

/* parent-child */
.gw2026 .parent-child .fashionItems .box .name {
	color: #EA6188;
}
.gw2026 .parent-child .fashionItems .box .icon li {
	border-color: #EA6188;
	color: #EA6188;
}
.gw2026 .parent-child .fashionItems .box .btnMore span {
	background-color: #EA6188;
}
/* uv */
.gw2026 .uv .fashionItems .box .name {
	color: #ED6D1F;
}
.gw2026 .uv .fashionItems .box .icon li {
	border-color: #ED6D1F;
	color: #ED6D1F;
}
.gw2026 .uv .fashionItems .box .btnMore span {
	background-color: #ED6D1F;
}
/* early-summer */
.gw2026 .early-summer .fashionItems .box .name {
	color: #007BB1;
}
.gw2026 .early-summer .fashionItems .box .icon li {
	border-color: #007BB1;
	color: #007BB1;
}
.gw2026 .early-summer .fashionItems .box .btnMore span {
	background-color: #007BB1;
}

/* modal */
.gw2026 .modalBox .wrap {
	margin: 0;
	padding: 0;
	gap: 0 4.3%;
}

/* parent-child */
.gw2026 .parent-child .modalBox .modalDetail .modalItemName {
	color: #EA6188;
}
.gw2026 .parent-child .modalBox .modalDetail .modalIcon li {
	border-color: #EA6188;
	color: #EA6188;
}
.gw2026 .parent-child .modalBox .modalDetail .modalInfoBtn,.gw2026 .parent-child .modalBox .modalClose {
	background-color: #EA6188;
}
.gw2026 .parent-child .modalBox .modalDetail .moadlPlace::before,.gw2026 .parent-child .modalBox .modalDetail .modalTel::before{
	filter: invert(46%) sepia(75%) saturate(1978%) hue-rotate(314deg) brightness(109%) contrast(83%);
}

/* uv */
.gw2026 .uv .modalBox .modalDetail .modalItemName {
	color: #ED6D1F;
}
.gw2026 .uv .modalBox .modalDetail .modalIcon li {
	border-color: #ED6D1F;
	color: #ED6D1F;
}
.gw2026 .uv .modalBox .modalDetail .modalInfoBtn,.gw2026 .uv .modalBox .modalClose {
	background-color: #ED6D1F;
}
.gw2026 .uv .modalBox .modalDetail .moadlPlace::before,.gw2026 .uv .modalBox .modalDetail .modalTel::before{
	filter: invert(49%) sepia(57%) saturate(3157%) hue-rotate(353deg) brightness(100%) contrast(87%);
}

/* early-summer */
.gw2026 .early-summer .modalBox .modalDetail .modalItemName {
	color: #007BB1;
}
.gw2026 .early-summer .modalBox .modalDetail .modalIcon li {
	border-color: #007BB1;
	color: #007BB1;
}
.gw2026 .early-summer .modalBox .modalDetail .modalInfoBtn,.gw2026 .early-summer .modalBox .modalClose {
	background-color: #007BB1;
}
.gw2026 .early-summer .modalBox .modalDetail .moadlPlace::before,.gw2026 .early-summer .modalBox .modalDetail .modalTel::before{
	filter: invert(53%) sepia(65%) saturate(6947%) hue-rotate(175deg) brightness(84%) contrast(101%);
}

/* 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;
}
@media screen and (max-width: 768px) {
	/*title*/
	.title_bg{
		margin-bottom: -7rem;
	}
	.title_bg h2{
		margin: 0 auto;
	}
	.title_bg h2 img{
		width: 96%;
	}

	.parent-child_bg__inner{
		border-radius: 2000px 2000px 0 0 / 1000px 1000px 0 0;
		padding: 80px 180px;
	}

	/* mainTtl */
	.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%;
	}
	.gw2026 .anchor li {
		width: 30%;
	}
	.gw2026 .anchor li a {
		padding: 1rem 1.4rem;
		font-size: 1.4rem;
	}
	.gw2026 .anchor li a::after {
		width: 2rem;
		height: 2rem;
		border-width: 0.2rem;
		top: calc(50% - 1rem);
		right: 1rem;
	}

	/* conts */
	.gw2026 .conts {
		padding: 0 0 3.5rem;
	}

	/* fashionItems */
	.gw2026 .fashionItems h3 {
		width: 82.3%;
	}
	.gw2026 .fashionItems .wrap {
		margin: 1rem auto 0;
		padding-left: 2vw;
		border-radius: 3rem;
		gap: 1rem;
	}
	.gw2026 .fashionItems .box {
		padding: 2rem 1rem;
		width: 47.5%;
	}
	.gw2026 .fashionItems .box .name {
		margin-top: 0.8rem;
		font-size: 1.6rem;
	}
	.gw2026 .fashionItems .box .name span.note {
		font-size: 1rem;
	}
	.gw2026 .fashionItems .box .price {
		margin-top: 0.5rem;
		font-size: 1.4rem;
	}
	.gw2026 .fashionItems .box .price span {
		font-size: 1.6rem;
	}
	.gw2026 .fashionItems .box .icon li {
		padding: 0.2rem 1rem 0.3rem 1rem;
		font-size: 1.2rem;
	}
	.gw2026 .fashionItems .box .shop {
		margin-top: 0.5rem;
		font-size: 1.2rem;
	}
	.gw2026 .fashionItems .box .place {
		font-size: 1.2rem;
	}
	.gw2026 .fashionItems .box .btnMore {
		padding-top: 1rem;
		width: 100%;
	}
	.gw2026 .fashionItems .box .btnMore span {
		padding: 0.6rem 0.6rem 0.6rem 1.4rem;
		font-size: 1.2rem;
	}
	.gw2026 .fashionItems .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;
	}
	/* framebox */
	.gw2026 .framebox {
		margin-top: -3rem;
		padding: 3rem 1.5rem;
		border-radius: 1.5rem;
		gap: 3rem 4.7%;
	}
	.gw2026 .framebox iframe {
		height: 380px !important;
	}
}
@media screen and (max-width: 380px) {
	.gw2026 .anchor li a {
        padding: 0.9rem 1.4rem 1rem;
        font-size: 1.2rem;
    }
}