@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* font */
.zenmaruLight {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.zenmaruRegular {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.zenmaruMedium {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.zenmaruBold {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.zenmaruBlack {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 900;
	font-style: normal;
}

/*----------------------------
	common
------------------------------*/
@media (max-width: 1200px) {
	html {
		font-size: 0.83vw;
	}
}
@media (max-width: 980px) {
	html {
		font-size: 0.83vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 1.333333vw;
	}
}
main {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #f6c8dd;
}

/* header,footer */
header,
footer {
	background: #fff;
}

/* mainLeft */
.mainLeft .logo {
	position: fixed;
	width: 25.2rem;
	top: 50%;
	left: max(4.9rem, calc(50% - 60rem));
	transform: translateY(-50%);
}
@media (max-width: 768px) {
	.mainLeft {
		display: none;
	}
}

/* mainRight */
.mainRight .navList {
	position: fixed;
	width: 13rem;
	top: 50%;
	right: max(11rem, calc(50% - 50rem));
	transform: translateY(-50%);
}
.mainRight .navList li + li {
	margin-top: 1rem;
}
@media (max-width: 768px) {
	.mainRight {
		display: none;
	}
}

/* navList */
.navList li a {
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/kawaiibishu/btn01.png) no-repeat top center;
	display: block;
	width: 13rem;
	height: 12.5rem;
	background-size: contain;
	position: relative;
	font-size: 1.9rem;
	line-height: 0.9;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding-top: 1.7rem;
	transition: background 0.2s ease, transform 0.2s ease;
}
.navList li a span {
	font-size: 1.3rem;
	display: inline-block;
	padding-bottom: 0.3rem;
}
.navList li a:hover {
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/kawaiibishu/btn01_on.png) no-repeat top center;
	background-size: contain;
	transform: translateY(0.4rem);
	opacity: 1;
}
.navList li:nth-child(2) a {
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/kawaiibishu/btn02.png) no-repeat top center;
	width: 13rem;
	height: 12.5rem;
	background-size: contain;
	padding-top: 2rem;
}
.navList li:nth-child(2) a:hover {
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/kawaiibishu/btn02_on.png) no-repeat top center;
	background-size: contain;
}
.navList li:nth-child(3) a {
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/kawaiibishu/btn03.png) no-repeat top center;
	width: 13rem;
	height: 12.5rem;
	background-size: contain;
	padding-top: 2rem;
}
.navList li:nth-child(3) a:hover {
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/kawaiibishu/btn03_on.png) no-repeat top center;
	background-size: contain;
}
@media (max-width: 768px) {
}

/* contents */
.contents {
	margin: 0 auto;
	width: 50rem;
}
.contents .bgPink {
	background: #fbecf3;
}
.contents .bgMagenta {
	background: #b42062;
}
.contents .bgWhite {
	background: #fff;
}
.contents .bgBlue {
	background: #c7d8ef;
}
.contents .inner {
	padding: 0 4rem;
}
@media (max-width: 768px) {
	.contents {
		width: 100%;
	}
	.contents .inner {
		padding: 0 6rem;
	}
}

/* introWrap */
.introWrap {
	padding: 1.8rem 0 4rem;
	position: relative;
}
.introWrap::after {
	content: "";
	position: absolute;
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/kawaiibishu/bg_lace.png) no-repeat bottom center;
	width: 100%;
	height: 3.3rem;
	left: 0;
	bottom: 0;
	background-size: cover;
}
.introWrap .tsunagu {
	padding-left: 2.2rem;
}
.introWrap .tsunagu a {
	display: block;
	width: 17.6rem;
}
.introWrap h1 {
	width: 39.6rem;
	margin: 3rem auto 0;
}
.introWrap h2 {
	color: #b42062;
	font-weight: 700;
	font-size: 3.5rem;
	line-height: 1.2;
	margin-top: 5rem;
	text-align: center;
}
.introWrap h2 .txt01 {
	font-size: 2.6rem;
}
.introWrap h2 .txt02 {
	font-size: 2.3rem;
	display: block;
}
.introWrap .lead {
	font-size: 1.8rem;
	line-height: 1.85;
	font-weight: 700;
	text-align: center;
	margin-top: 5.2rem;
	color: #301751;
}
.introWrap .navList {
	margin: 5.2rem -0.5rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.introWrap .navList li + li {
	margin-top: -2rem;
}
.introWrap .navList li:nth-child(1) {
	width: 100%;
	display: flex;
	justify-content: center;
}
.introWrap .navList li:nth-child(2),
.introWrap .navList li:nth-child(3) {
	width: 20.4rem;
}
.introWrap .navList li a {
	width: 22rem;
	height: 21.1rem;
	font-size: 2.8rem;
	padding-top: 3.5rem;
}
.introWrap .navList li a span {
	font-size: 2rem;
	padding-bottom: 0.6rem;
}
.introWrap .navList li:nth-child(2) a,
.introWrap .navList li:nth-child(3) a {
	width: 20.4rem;
	height: 19.4rem;
	padding-top: 3.5rem;
}
.introWrap .navList li a:hover {
	transform: translateY(0.8rem);
}
@media (max-width: 768px) {
	.introWrap {
		padding: 2.5rem 0 6rem;
	}
	.introWrap::after {
		width: 100%;
		height: 5.1rem;
		background-size: cover;
	}
	.introWrap .tsunagu {
		padding-left: 3rem;
	}
	.introWrap .tsunagu a {
		width: 26.8rem;
	}
	.introWrap h1 {
		width: 58.9rem;
		margin: 4rem auto 0;
	}
	.introWrap h2 {
		font-size: 5.4rem;
		margin-top: 7rem;
	}
	.introWrap h2 .txt01 {
		font-size: 4rem;
	}
	.introWrap h2 .txt02 {
		font-size: 3.6rem;
	}
	.introWrap .lead {
		font-size: 2.7rem;
		margin-top: 8rem;
	}
	.introWrap .navList {
		margin: 8rem -1rem 0;
	}
	.introWrap .navList li + li {
		margin-top: -3rem;
	}
	.introWrap .navList li:nth-child(2),
	.introWrap .navList li:nth-child(3) {
		width: 31rem;
	}
	.introWrap .navList li a {
		width: 33.4rem;
		height: 32rem;
		font-size: 4.5rem;
		padding-top: 4.8rem;
	}
	.introWrap .navList li a span {
		font-size: 3.1rem;
		padding-bottom: 1rem;
	}
	.introWrap .navList li:nth-child(2) a,
	.introWrap .navList li:nth-child(3) a {
		width: 31rem;
		height: 29.5rem;
		padding-top: 4.8rem;
	}
}

/* popupWrap */
.popupWrap {
	color: #fff;
	padding: 8.6rem 0 13.2rem;
	position: relative;
}
.bgMagenta.popupWrap {
	background: linear-gradient(180deg, #b42062, #b42062 calc(100% - 3.3rem), #fbecf3 calc(100% - 3.3rem), #fbecf3);
}
.popupWrap::after {
	width: 100%;
	height: 5.1rem;
	background-size: cover;
	content: "";
	position: absolute;
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/kawaiibishu/bg_lace.png) no-repeat bottom center;
	width: 100%;
	height: 3.3rem;
	left: 0;
	bottom: 0;
	background-size: cover;
	transform: rotate(-180deg);
}
.popupWrap h2 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	padding-bottom: 4rem;
}
.popupWrap h2 span {
	font-size: 2.6rem;
	display: block;
}
.popupWrap h2::after {
	content: "";
	position: absolute;
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/kawaiibishu/character.png) no-repeat bottom center;
	width: 12.4rem;
	height: 14.3rem;
	background-size: contain;
	right: 0;
	bottom: 0;
}
.popupWrap .videoWrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.popupWrap .videoWrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.popupWrap .lead {
	margin-top: 3.3rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}
.popupWrap .detailWrap {
	margin-top: 3.6rem;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.35;
}
.popupWrap .detailWrap .note {
	font-size: 1.6rem;
}
.popupWrap .itemWrap {
	margin-top: 6.6rem;
}
.popupWrap .itemWrap .pic {
	margin: 0 -1rem;
	text-align: center;
}
.popupWrap .itemWrap dl {
	margin-top: 3rem;
	text-align: center;
	font-weight: 700;
}
.popupWrap .itemWrap dt {
	font-size: 1.8rem;
	line-height: 1.5;
}
.popupWrap .itemWrap dd {
	font-size: 3rem;
}
.popupWrap .itemWrap dd span {
	font-size: 1.7rem;
	padding-left: 0.5rem;
}
.popupWrap .itemWrap .note {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 1rem;
	font-weight: 500;
}
.popupWrap .designerWrap {
	margin-top: 7.8rem;
}
.popupWrap .designerWrap h3 {
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	color: #b42062;
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/kawaiibishu/ribon01.png) no-repeat top center;
	background-size: contain;
	height: 9.7rem;
	padding-top: 1.8rem;
}
.popupWrap .designerWrap h3 span {
	font-size: 1.7rem;
	font-weight: 700;
	display: block;
	margin-bottom: 0.5rem;
}
.popupWrap .designerWrap .pic {
	width: 33.5rem;
	margin: 3rem auto 0;
	text-align: center;
}
.popupWrap .designerWrap .profile {
	margin-top: 2.6rem;
	font-size: 1.78rem;
	line-height: 1.66;
	color: #000;
	font-weight: 700;
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/kawaiibishu/bg_profile.png) no-repeat top center;
	background-size: contain;
	height: 37.2rem;
	padding: 0 4.6rem;
	display: flex;
	align-items: center;
}
@media (max-width: 768px) {
	.popupWrap {
		padding: 14.5rem 0 20.1rem;
	}
	.bgMagenta.popupWrap {
		background: linear-gradient(180deg, #b42062, #b42062 calc(100% - 5.1rem), #fbecf3 calc(100% - 5.1rem), #fbecf3);
	}
	.popupWrap::after {
		width: 100%;
		height: 5.1rem;
		background-size: cover;
	}
	.popupWrap h2 {
		font-size: 6.2rem;
		padding-bottom: 7rem;
	}
	.popupWrap h2 span {
		font-size: 4rem;
	}
	.popupWrap h2::after {
		width: 18.8rem;
		height: 21.7rem;
		background-size: contain;
	}
	.popupWrap .lead {
		margin-top: 5rem;
		font-size: 2.8rem;
	}
	.popupWrap .detailWrap {
		margin-top: 5rem;
		font-size: 3.5rem;
	}
	.popupWrap .detailWrap .note {
		font-size: 2.4rem;
	}
	.popupWrap .itemWrap {
		margin-top: 10rem;
	}
	.popupWrap .itemWrap dl {
		margin-top: 4.5rem;
	}
	.popupWrap .itemWrap dt {
		font-size: 2.8rem;
	}
	.popupWrap .itemWrap dd {
		font-size: 4.6rem;
	}
	.popupWrap .itemWrap dd span {
		font-size: 2.7rem;
	}
	.popupWrap .itemWrap .note {
		font-size: 2.4rem;
		margin-top: 1.5rem;
	}
	.popupWrap .designerWrap {
		margin-top: 12rem;
	}
	.popupWrap .designerWrap h3 {
		font-size: 3rem;
		background-size: cover;
		height: 14.5rem;
		padding-top: 2.6rem;
	}
	.popupWrap .designerWrap h3 span {
		font-size: 2.7rem;
		margin-bottom: 0.8rem;
	}
	.popupWrap .designerWrap .pic {
		width: 50.6rem;
		margin: 4.5rem auto 0;
	}
	.popupWrap .designerWrap .profile {
		margin-top: 3.8rem;
		font-size: 2.7rem;
		background-size: contain;
		height: 55.4rem;
		padding: 0 7.2rem;
	}
}

/* sec */
.sec {
	padding: 7rem 0 8rem;
}
.sec h2 {
	font-size: 4.3rem;
	line-height: 1.1;
	font-weight: 700;
	text-align: center;
}
.sec h2 span {
	font-size: 3.3rem;
	display: block;
}
.sec .lead {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	margin-top: 3rem;
}
.sec .boxWhite {
	background: #fff;
	border-radius: 2.9rem;
	padding: 0 3.9rem 7rem;
}
.sec .boxTtl {
	background: #616ca3;
	color: #fff;
	font-size: 3.96rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.025em;
	margin: 0 -3.9rem 3.3rem;
	padding: 1.3rem 3.9rem 1.4rem;
	border-radius: 2.9rem 2.9rem 0 0;
}
@media (max-width: 768px) {
	.sec {
		padding: 10rem 0 12rem;
	}
	.sec h2 {
		font-size: 6.5rem;
	}
	.sec h2 span {
		font-size: 5rem;
	}
	.sec .lead {
		font-size: 3rem;
		margin-top: 5rem;
	}
	.sec .boxWhite {
		border-radius: 4.3rem;
		padding: 0 6rem 10rem;
	}
	.sec .boxTtl {
		font-size: 6rem;
		margin: 0 -6rem 5rem;
		padding: 2rem 6rem 2.1rem;
		border-radius: 4.3rem 4.3rem 0 0;
	}
}

/* eventsWrap */
.eventsWrap {
	color: #840441;
	position: relative;
}
.bgPink.eventsWrap {
	padding-bottom: 14.6rem;
	background: linear-gradient(180deg, #fbecf3, #fbecf3 calc(100% - 6.6rem), #fff calc(100% - 6.6rem), #fff);
}
.eventsWrap::after {
	content: "";
	position: absolute;
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/kawaiibishu/bg_pink.png) no-repeat bottom center;
	width: 100%;
	height: 6.7rem;
	left: 0;
	bottom: 0;
	background-size: cover;
}
.eventsWrap .eventsList {
	margin-top: 6.6rem;
}
.eventsWrap .eventsList li + li {
	margin-top: 7.9rem;
}
.eventsWrap .eventsList h3 {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: url(/base/pc/store/special/tsunaguaction/2025aw/img/kawaiibishu/ribon02.png) no-repeat top center;
	background-size: contain;
	height: 9.7rem;
	padding-top: 1.5rem;
	line-height: 1.2;
}
.eventsWrap .eventsList .pic {
	width: 33.6rem;
	margin: 2.5rem auto 0;
}
.eventsWrap .eventsList .cap {
	font-size: 1.32rem;
	font-weight: 700;
	text-align: right;
	margin-top: 0.66rem;
}
.eventsWrap .eventsList li:nth-child(2) .pic {
	width: 100%;
	margin: 1.5rem auto 0;
}
.eventsWrap .eventsList .txt {
	font-size: 1.84rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 2.5rem;
	text-align: justify;
}
.eventsWrap .eventsList .txtNote {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	padding-top: 0.3rem;
}
.eventsWrap .eventsList .detailWrap {
	margin-top: 3.6rem;
	text-align: center;
	font-weight: 700;
	line-height: 1.35;
}
.eventsWrap .eventsList .detailWrap.wideWrap {
	margin-right: -3rem;
	margin-left: -3rem;
}
.eventsWrap .eventsList .detailWrap .txt01 {
	font-size: 2.3rem;
}
.eventsWrap .eventsList .detailWrap .txt02 {
	font-size: 1.58rem;
	line-height: 1.5;
	padding: 0.3rem 0;
}
.eventsWrap .eventsList .detailWrap .txt03 {
	font-size: 1.84rem;
	line-height: 1.5;
	padding: 0.2rem 0;
}
.eventsWrap .eventsList .btn {
	margin-top: 2.8rem;
}
.eventsWrap .eventsList .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	border: solid 0.4rem #840441;
	border-radius: 1.2rem;
	background: #fff;
	margin: 0 auto;
	min-height: 5.5rem;
	padding: 0 3rem 0.2rem;
}
.eventsWrap .eventsList .btn a span {
	position: relative;
	font-size: 2.3rem;
	color: #840441;
	line-height: 1;
	font-weight: 700;
}
.eventsWrap .eventsList .btn a span::after {
	content: "";
	position: absolute;
	border-top: solid 0.2rem#840441;
	border-right: solid 0.2rem #840441;
	width: 1rem;
	height: 1rem;
	top: calc(50% - 0.5rem);
	right: -2rem;
	transform: rotate(45deg);
}
.eventsWrap .eventsList .btn.coming a {
	pointer-events: none;
}
@media (max-width: 768px) {
	.bgPink.eventsWrap {
		padding-bottom: 22rem;
		background: linear-gradient(180deg, #fbecf3, #fbecf3 calc(100% - 9.8rem), #fff calc(100% - 9.8rem), #fff);
	}
	.eventsWrap::after {
		width: 100%;
		height: 10rem;
		background-size: cover;
	}
	.eventsWrap .eventsList {
		margin-top: 10rem;
	}
	.eventsWrap .eventsList li + li {
		margin-top: 12rem;
	}
	.eventsWrap .eventsList h3 {
		font-size: 3rem;
		background-size: cover;
		height: 14.5rem;
		padding-top: 2.1rem;
	}
	.eventsWrap .eventsList .pic {
		width: 50.9rem;
		margin: 4rem auto 0;
	}
	.eventsWrap .eventsList .cap {
		font-size: 2rem;
		margin-top: 1rem;
	}
	.eventsWrap .eventsList li:nth-child(2) .pic {
		width: 100%;
		margin: 2.5rem auto 0;
	}
	.eventsWrap .eventsList .txt {
		font-size: 2.8rem;
		margin-top: 4rem;
	}
	.eventsWrap .eventsList .txtNote {
		font-size: 2.4rem;
		padding-top: 0.5rem;
	}
	.eventsWrap .eventsList .detailWrap {
		margin-top: 5rem;
	}
	.eventsWrap .eventsList .detailWrap .txt01 {
		font-size: 3.5rem;
	}
	.eventsWrap .eventsList .detailWrap .txt02 {
		font-size: 2.4rem;
	}
	.eventsWrap .eventsList .detailWrap .txt03 {
		font-size: 2.8rem;
	}
	.eventsWrap .eventsList .btn {
		margin-top: 3.8rem;
	}
	.eventsWrap .eventsList .btn a {
		border: solid 0.5rem #840441;
		border-radius: 1.8rem;
		min-height: 8.4rem;
		padding: 0 3.5rem 0.2rem;
	}
	.eventsWrap .eventsList .btn a span {
		font-size: 3.5rem;
	}
	.eventsWrap .eventsList .btn a span::after {
		border-top: solid 0.3rem#840441;
		border-right: solid 0.3rem #840441;
		width: 1.6rem;
		height: 1.6rem;
		top: calc(50% - 0.8rem);
		right: -2.5rem;
	}
}

/* fashionWrap */
.fashionWrap {
	color: #642a70;
}
.fashionWrap .fashionList {
	margin-top: 6.6rem;
}
.fashionWrap .fashionList li + li {
	margin-top: 6.6rem;
}
.fashionWrap .fashionList .pic img {
	width: 100%;
}
.fashionWrap .fashionList .txt {
	margin-top: 3.3rem;
	font-size: 1.98rem;
	line-height: 1.5;
	font-weight: 700;
}
.fashionWrap .fashionList .detailWrap {
	margin: 3.3rem -2rem 0 0;
	font-size: 1.9rem;
	line-height: 1.5;
	font-weight: 900;
}
.fashionWrap .fashionList .detailWrap .itemName {
	line-height: 1.1;
}
.fashionWrap .fashionList .detailWrap .itemName .price {
	font-size: 3rem;
	padding: 0 0.5rem;
}
.fashionWrap .fashionList .detailWrap .place {
	margin-top: 0.66rem;
}
.fashionWrap .fashionList .detailWrap .days {
	margin-top: 3.3rem;
}
.fashionWrap .fashionList .detailWrap .note {
	font-size: 1.58rem;
	padding-top: 0.4rem;
}
@media (max-width: 768px) {
	.fashionWrap .fashionList {
		margin-top: 10rem;
	}
	.fashionWrap .fashionList li + li {
		margin-top: 10rem;
	}
	.fashionWrap .fashionList .txt {
		margin-top: 5rem;
		font-size: 3rem;
	}
	.fashionWrap .fashionList .detailWrap {
		margin-top: 5rem;
		font-size: 3rem;
	}
	.fashionWrap .fashionList .detailWrap .itemName .price {
		font-size: 4.5rem;
	}
	.fashionWrap .fashionList .detailWrap .place {
		margin-top: 1rem;
	}
	.fashionWrap .fashionList .detailWrap .days {
		margin-top: 5rem;
	}
	.fashionWrap .fashionList .detailWrap .note {
		font-size: 2.4rem;
	}
}

/* otherWrap */
.otherWrap.sec {
	color: #616ca3;
	padding-bottom: 4rem;
}
.otherWrap .otherList {
	margin-top: 6.6rem;
}
.otherWrap .otherList li + li {
	margin-top: 8rem;
}
.otherWrap .otherList h3 {
	font-size: 3.96rem;
	font-weight: 700;
	text-align: center;
	margin: 0 -3rem;
}
.otherWrap .otherList h3.manyTxt {
	font-size: 3.69rem;
}
.otherWrap .otherList .pic {
	margin-top: 1.98rem;
}
.otherWrap .otherList .pic img {
	width: 100%;
}
.otherWrap .otherList .cap {
	font-size: 1.32rem;
	font-weight: 700;
	text-align: right;
	margin-top: 0.66rem;
}
.otherWrap .otherList .txt {
	margin-top: 3.3rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}
.otherWrap .otherList .detail {
	margin-top: 3.3rem;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}
.otherWrap .otherList .note {
	margin-top: 3.3rem;
	font-size: 1.58rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}
@media (max-width: 768px) {
	.otherWrap.sec {
		padding-bottom: 6rem;
	}
	.otherWrap .otherList {
		margin-top: 10rem;
	}
	.otherWrap .otherList li + li {
		margin-top: 12rem;
	}
	.otherWrap .otherList h3 {
		font-size: 6rem;
	}
	.otherWrap .otherList h3.manyTxt {
		font-size: 5.6rem;
	}
	.otherWrap .otherList .pic {
		margin-top: 3rem;
	}
	.otherWrap .otherList .cap {
		font-size: 2rem;
		margin-top: 1rem;
	}
	.otherWrap .otherList .txt {
		margin-top: 5rem;
		font-size: 2.8rem;
	}
	.otherWrap .otherList .detail {
		margin-top: 5rem;
		font-size: 3.5rem;
	}
	.otherWrap .otherList .note {
		margin-top: 5rem;
		font-size: 2.4rem;
	}
}

/* noteWrap */
.noteWrap {
	padding: 2.5rem 0;
	font-size: 1.32rem;
	font-weight: 700;
	line-height: 2;
	color: #000;
}
@media (max-width: 768px) {
	.noteWrap {
		padding: 3.5rem 0;
		font-size: 2rem;
	}
}
