@charset "utf-8";
/* --------------------------------
  top
----------------------------------------------- */
/* reset
----------------------------------- */
html {
	font-size: 10px;
}
@media (max-width: 980px) {
	html {
		font-size: 1.02vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 1.3333vw;
	}
}
* {
	box-sizing: border-box;
}
html, body {
	overflow-x: hidden;
}
body {
	color: black;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-feature-settings: "palt";
	font-size: 1.6rem;
	line-height: 1.5;
}
a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
}
a:hover {
	opacity: 0.7;
}
em {
	color: inherit;
}
img, video {
	max-width: 100%;
	vertical-align: top;
}
a img {
	vertical-align: top;
}
sup {
	font-size: 70%;
}
.indent1em {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.indent2em {
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}
@media screen and (max-width: 768px) {
	a {
		transition: none;
	}
	a:hover {
		opacity: 1;
	}
}
/* module
----------------------------------- */
.latin {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	line-height: 1;
}
.container {
	display: block;
	width: 98rem;
	margin-right: auto;
	margin-left: auto;
}
.pad {
	display: block;
}
.pc {
	display: block;
}
br.pc, img.pc, span.pc {
	display: inline;
}
.sp {
	display: none !important;
}
.hide { /*要素を不可視にしてレイアウトから除去*/
	display: none;
}
.visible { /*要素を可視にしてレイアウトから除去*/
	visibility: visible;
}
@media screen and (max-width: 768px) {
	.container {
		width: 100%;
	}
	.container.inner, .container .inner {
		padding-left: 3.2vw;
		padding-right: 3.2vw;
	}
	.pc {
		display: none;
	}
	br.pc, img.pc, span.pc {
		display: none;
	}
	.sp {
		display: block !important;
	}
	br.sp, img.sp, span.sp {
		display: inline;
	}
}
a.comming {
	position: relative;
	display: block;
	pointer-events: none;
}
a.comming:after {
	content: "";
	position: absolute;
	display: block;
	width: 12rem;
	height: 12rem;
	background: url(/base/pc/store/special/casestudy_kids/2025/img/coming-soon.png) center center / contain no-repeat;
	top: 2.4rem;
	right: 0;
}
@media screen and (max-width: 768px) {
	a.comming:after {
		width: 15.6rem;
		height: 15.6rem;
		top: -1.4rem;
		right: 0;
	}
}
/* mv
----------------------------------- */
.mv {
	/* background: #ea6d47; */
	padding: 8.5rem 0 6rem;
}
.mv h1 {
	max-width: 51.7rem;
	margin: 0 auto;
}
.mv .lead {
	max-width: 58rem;
	margin: 6.5rem auto 0;
	font-size: 2rem;
	line-height: 3rem;
	/* color: #fff; */
}
@media screen and (max-width: 768px) {
	.mv {
		padding: 10rem 0 5.5rem;
	}
	.mv h1 {
		max-width: 48.5rem;
	}
	.mv .lead {
		max-width: 100%;
		margin: 7.5rem auto 0;
		font-size: 2.8rem;
		line-height: 4.3rem;
		padding: 0 6.5rem;
	}
}

/* contentsArea */
.contentsArea .title {
	color: #fff;
	background: #000;
	text-align: center;
	padding: 2.4rem 0;
}
.contentsArea .title .letter {
	display: inline-block;
	padding-left: 6.5rem;
	font-size: 4.3rem;
	position: relative;
	letter-spacing: .06em;
}
.contentsArea .title .letter::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background: url(/base/pc/store/special/casestudy_kids/2025/img/icon-bird.png) 100% 0/contain no-repeat;
	width: 4.4rem;
	height: 3.2rem;
	transform: translateY(-50%);
}
.contentsArea .contentsBox {
	max-width: 108rem;
	margin: 6rem auto 0;
	padding: 0 6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 6rem 6.25%;
}
.contentsArea .contentsBox .box {
	width: 29.167%;
}
.contentsArea .contentsBox .tag {
	margin-top: 2rem;
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;
	background-color: #000;
	border-radius: 3rem;
	padding: 0.5rem 1rem;
}
.contentsArea .contentsBox .tag.column {
	background-color: #de0010;
}
.contentsArea .contentsBox .contentsTtl {
	margin-top: 2rem;
	font-size: 1.9rem;
	line-height: 1.4;
}
.contentsArea .btnMore {
	margin: 3rem auto 0;
	width: 25rem;
}
.contentsArea .btnMore a {
	display: block;
	padding: 1.5rem;
	border: solid 2px #000;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.contentsArea .btnMore a::before {
	display: block;
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.6rem);
	right: 3rem;
}
@media screen and (max-width: 768px) {
	.contentsArea .title {
		padding: 3.4rem 0;
	}
	.contentsArea .title .letter {
		font-size: 5.1rem;
		letter-spacing: .06em;
	}
	.contentsArea .contentsBox {
		max-width: 100%;
		margin: 2rem auto 0;
		padding: 0 1.5rem;
		justify-content: space-between;
		gap: 1.5rem 0;
	}
	.contentsArea .contentsBox .box {
		width: 48%;
	}
	.contentsArea .contentsBox .tag {
		margin-top: 1rem;
		font-size: 2.3rem;
		padding: 0.7rem 1.5rem;
	}
	.contentsArea .contentsBox .contentsTtl {
		margin-top: 1rem;
		font-size: 2.3rem;
	}
	.contentsArea .btnMore {
		margin: 6rem auto 0;
		width: 45rem;
	}
	.contentsArea .btnMore a {
		padding: 1.2rem 1.5rem;
		font-size: 3.5rem;
	}
	.contentsArea .btnMore a::before {
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1rem);
		right: 5rem;
	}
}

/* brandIndex
------------------------- */
.brandIndex {
	margin-top: 8rem;
}
.brandIndex .brandInner {
	padding: 0 1rem;
}
.brandIndex .title {
	color: #fff;
	background: #000;
	text-align: center;
	padding: 2.4rem 0;
	margin-bottom: 3.8rem;
}
.brandIndex .title .letter {
	display: inline-block;
	padding-left: 6.5rem;
	font-size: 4.3rem;
	position: relative;
	letter-spacing: .06em;
}
.brandIndex .title .letter::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background: url(/base/pc/store/special/casestudy_kids/2025/img/icon-bird.png) 100% 0/contain no-repeat;
	width: 4.4rem;
	height: 3.2rem;
	transform: translateY(-50%);
}
.brandIndex .body {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: height .5s;
}
.brandIndex .lists {
	width: 30%;
	box-sizing: border-box;
	margin-right: 2.5%;
	padding-right: 2.5%;
	border-right: 2px dotted #000;
}
.brandIndex .lists:last-child {
	margin-right: auto;
	border-right: none;
	padding-right: 0;
}
.brandIndex .lists dl {
	padding-bottom: 3.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.brandIndex .lists dt {
	width: 3rem;
	font-size: 3.9rem;
	color: #02b5ee;
	text-align: center;
}
.brandIndex .lists dd {
	width: calc(100% - 5rem);
	display: flex;
	align-items: center;
}
.brandIndex .lists dd span {
	display: block;
}
.brandIndex .lists dd .latin {
	font-size: 1.9rem;
	line-height: 1.4;
}
.brandIndex .lists dd .kana {
	font-size: 1.4rem;
	line-height: 1.5;
	padding-bottom: 1.2rem;
}
.brandIndex .brandNote {
	margin-top: 3.5rem;
	font-size: 1.4rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.brandIndex .brandInner {
		padding: 0 1rem 0 3rem;
	}
	.brandIndex .title {
		padding: 3.4rem 0;
	}
	.brandIndex .title .letter {
		font-size: 5.1rem;
		letter-spacing: .06em;
	}
	.brandIndex .lists {
		padding-top: 3rem;
		width: 46%;
		margin-right: 5%;
	}
	.brandIndex .lists dl {
		padding-bottom: 3.2rem;
	}
	.brandIndex .lists dt {
		width: 4rem;
		font-size: 4.7rem;
	}
	.brandIndex .lists dl.sp {
		display: flex !important;
	}
	.brandIndex .lists dd {
		width: calc(100% - 6rem);
	}
	.brandIndex .lists dd .latin {
		font-size: 2.3rem;
	}
	.brandIndex .lists dd .kana {
		font-size: 1.7rem;
	}
	.brandIndex .brandNote {
		margin-top: 3.5rem;
		font-size: 2.7rem;
		text-align: center;
	}
	/* firefox */
	@-moz-document url-prefix() {
		.brandIndex .brandNote {
			line-height: 0.8;
		}
	}
	.brandIndex .brandNote span {
		display: inline-block;
		text-align: left;
	}
}

/* news */
.news {
	width: 100%;
	max-width: 60rem;
	margin: 7rem auto 0;
}
.news h2 {
	font-family: "Noto Sans CJK JP", sans-serif;
	font-feature-settings: "palt";
	font-size: 4.8rem;
	font-weight: bold;
	text-align: center;
}
.news a {
	margin-top: 3rem;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.28);
	padding: 1.5rem;
	text-decoration: none;
	color: #000;
}
.news .img {
	width: 11.4rem;
	height: 11.4rem;
	flex-shrink: 0;
}
.news .img img {
	width: 100%;
	height: 100%;
}
.news .text {
	width: 53rem;
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 2rem;
	display: flex;
	flex-direction: column;
}
.news .more {
	margin-top: auto;
	text-align: right;
}
.news .title {
	word-break: break-all;
}
@media screen and (max-width: 768px) {
	.news {
		margin-top: 10rem;
	}
	.news h2 {
		font-size: 6.5rem;
	}
	.news a {
		margin-top: 2rem;
		padding: 1.5rem;
	}
	.news .img {
		width: 16.5rem;
		height: 16.5rem;
	}
	.news .text {
		width: 35rem;
		font-size: 2.2rem;
	}
}
/* promotion
------------------------- */
.promotion {
	margin-top: 15rem;
}
.promotion .contents.insta {
	margin: 0 auto 5rem;
	width: 67rem;
}
.promotion .contents.insta .ttl {
	width: 37.1rem;
}
.promotion .contents.insta .snapBlock {
	margin-top: 3rem;
}
.promotion .btnMore {
	margin: 6rem auto 0;
	width: 25rem;
}
.promotion .btnMore a {
	display: block;
	padding: 1.5rem;
	border: solid 2px #000;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.promotion .btnMore a::before {
	display: block;
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.6rem);
	right: 3rem;
}
@media screen and (max-width: 768px) {
	.promotion {
		margin-top: 13rem;
	}
	.promotion .contents.insta {
		margin: 0 auto;
		width: 65.1rem;
	}
	.promotion .contents.insta .ttl {
		width: 46.2rem;
	}
	.promotion .btnMore {
		margin: 6rem auto 0;
		width: 45rem;
	}
	.promotion .btnMore a {
		padding: 1.2rem 1.5rem;
		font-size: 3.5rem;
	}
	.promotion .btnMore a::before {
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1rem);
		right: 5rem;
	}
}


/* storeInfo
------------------------- */
.storeInfo {
	margin-top: 3rem;
}
.storeInfo .title {
	color: white;
	background: #000;
	text-align: center;
	padding: 2.4rem 0;
	margin-bottom: 3.8rem;
}
.storeInfo .title .letter {
	display: inline-block;
	padding-left: 6.5rem;
	font-size: 4.3rem;
	position: relative;
	letter-spacing: .06em;
}
.storeInfo .title .letter::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background: url(/base/pc/store/special/casestudy_kids/2025/img/icon-bird.png) 100% 0/contain no-repeat;
	width: 4.4rem;
	height: 3.2rem;
	transform: translateY(-50%);
}
.storeInfo .body {
	margin-top: 2rem;
}
.storeInfo .container {
	max-width: 60rem;
}
.storeInfo .body .item-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.storeInfo .body .item-wrap .item:nth-child(n+3) {
	margin-top: 4rem;
}
.storeInfo .name {
	color: #808080;
	font-family: "Futura", "Century Gothic";
	font-size: 3rem;
	line-height: 1;
}
.storeInfo .floor {
	margin-top: 0.3em;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	white-space: nowrap;
}
.storeInfo .tel {
	margin-left: 1em;
	font-size: 1.33rem;
}
.storeInfo .guide {
	position: relative;
	margin-top: 0.3em;
}
.storeInfo .guide a::before {
	content: "";
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1rem 1rem 0;
	border-color: transparent white transparent transparent;
}
.storeInfo .guide a {
	display: block;
	padding: 0.5rem 0.75em 0.5rem 0.5rem;
	padding-right: 2em;
	background-color: #000;
	color: white;
	font-size: 1.4rem;
	position: relative;
	width: 26rem;
	line-height: 1;
}
.storeInfo .guide a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	width: .89rem;
	height: 1.3rem;
	margin-top: -.55rem;
	background: url(/base/pc/store/special/casestudy_kids/2025/img/store_guide_bg_2x.png) center center / contain no-repeat;
}
@media screen and (max-width: 768px) {
	.storeInfo {
		margin-top: 5rem;
	}
	.storeInfo .title {
		padding: 2.1rem 0 3.2rem;
	}
	.storeInfo .title .letter {
		font-size: 5.1rem;
		letter-spacing: .06em;
	}
	.storeInfo .body {
		margin-top: 8rem;
	}
	.storeInfo .body .item-wrap {
		display: block;
	}
	.storeInfo .body .item-wrap .item {
		width: 46.8rem;
		margin: 0 auto 7rem;
	}
	.storeInfo .body .item-wrap .item:nth-child(n+3) {
		margin-top: 0;
	}
	.storeInfo .floor {
		margin-top: 0;
		font-size: 3.7rem;
	}
	.storeInfo .tel {
		font-size: 2.4rem;
	}
	.storeInfo .guide {
		margin-top: 1rem;
	}
	.storeInfo .guide a::before {
		border-width: 0 2rem 2rem 0;
		border-color: transparent white transparent transparent;
	}
	.storeInfo .guide a {
		padding: 1rem 2em 1rem 1rem;
		font-size: 2.5rem;
		width: 100%;
	}
	.storeInfo .guide a::after {
		right: 6%;
		width: 1.6rem;
		height: 24.5rem;
		margin-top: 0;
		transform: translateY(-50%);
	}
}
/* cs
------------------------- */
.cs {
	margin: 9rem 0 10rem;
}
.cs .container {
	width: 60rem;
}
.cs .banner {
	text-align: center;
}
.cs .banner + .banner {
	margin-top: 5rem;
}
.cs .banner .txt {
	margin-bottom: 1rem;
	font-size: 2rem;
	line-height: 4rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.cs {
		margin: 10rem 0 7rem;
	}
	.cs .container {
		width: 100%;
		max-width: 64rem;
	}
	.cs .banner + .banner {
		margin-top: 5rem;
	}
	.cs .banner .txt {
		font-size: 2.8rem;
	}
}
/* note
------------------------- */
#note {
	margin: 3rem auto;
}
#note .body {
	text-align: center;
}
#note ul {
	display: inline-block;
	text-align: left;
}
#note ul li {
	font-size: 1.4rem;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 768px) {
	#note {
		margin: 0;
		margin-bottom: 5rem;
	}
	#note .container {
		width: 70rem;
	}
	#note ul li {
		font-size: 2.6rem;
		line-height: 3.4rem;
	}
}
