@charset "UTF-8";

@media screen and (max-width: 767px) {
	.only-lg {
		display: none;
	}
}

@media print,
screen and (min-width: 768px) {
	.only-sp {
		display: none;
	}
}

@media print,
screen and (min-width: 451px) {
	.sp450 {
		display: none;
	}
}


img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a:hover {
	opacity: 0.8;
}

.tasaki_renewal {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #333232;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	background-color: #FFFDCE;
}

@media screen and (max-width: 767px) {
	.tasaki_renewal {
		font-size: 14px;
	}
}

.tasaki_renewal a {
	transition: all 0.3s;
	text-decoration: none;
}

.tasaki_renewal a:hover {
	opacity: 0.8;
}

.tasaki_renewal p {
	line-height: 1.4;
}

.tasaki_renewal p span.youbi {
	font-size: 0.8em;
}

.tasaki_renewal h3 {
	width: 95%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.tasaki_renewal h3 {
		max-width: 550px;
	}
}

.w1100 {
	position: relative;
	width: 95%;
	margin: 0 auto;
	max-width: 1100px;
	z-index: 1;
}

.con {
	position: relative;
	padding: 0 0 80px;
	z-index: 1;
}

.con h3 {
	text-align: center;
}

.con__btn {
	width: 70%;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.con__btn {
		width: 95%;
	}
}

.con__btn a {
	position: relative;
	display: block;
	padding: 16px 8px;
	font-size: 1.1em;
	background: #C70078;
	border-radius: 40px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	color: #fff;
	transition: all 0.3s;
	line-height: 1.4;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.con__btn a {
		font-size: 1em;
	}
}

.con__btn a::after {
	content: "";
	position: absolute;
	background: url(../img/arrow.svg) no-repeat;
	background-position: center;
	width: 10px;
	height: 20px;
	right: 5%;
	bottom: 32%;
	transition: all 0.3s;
}

.con__btn a:hover {
	box-shadow: none;
}

.con__btn a:hover::after {
	right: 3%;
}

.fv {
	position: relative;
	background-color: #ADDDF4;
	text-align: center;
	background-image:
		linear-gradient(rgba(173, 221, 244, 0.41), rgba(173, 221, 244, 0.41)),
		url(../img/fv-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.fv {
		padding: 5% 0 0;
	}
}


.fv__bottom {
	position: absolute;
	width: 100%;
	line-height: 0;
	bottom: -8%;
	z-index: 0;
}

@media screen and (max-width: 767px) {
	.fv__bottom {
		width: 200%;
		bottom: -8%;
		left: -100%;
	}
}


.fv__ttl img {
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

.fv__ttl .mainttl {
	width: 90%;
	margin: 0 auto;
	max-width: 980px;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.fv__ttl .mainttl {
		width: 95%;
		max-width: 440px;
	}
}

.fv__ttl .mainttl img {
	width: 100%;
}

.fv-kikan {
	position: relative;
	padding: 1em 0;
	background: #FFD1E5;
	z-index: 1;
	box-shadow: 0 -5px 6px #00000020;
}

.fv-kikan-sub {
	font-size: 1.5em;
}

.fv-kikan-day {
	font-size: 2.2em;
}

.fv-kikan-day span {
	font-size: 0.7em;
}

@media screen and (max-width: 767px) {
	.fv-kikan-day {
		font-size: 1.8em;
	}
}

.unkernav {
	padding: 80px 0 40px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.unkernav {
		padding: 10px 0;
	}
}

.unkernav__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.unkernav__list {
		justify-content: space-around;
	}
}

.unkernav__list .navitem {
	width: 30%;
	max-width: 300px;
	margin: 12px 10px;
}

@media screen and (max-width: 767px) {
	.unkernav__list .navitem {
		width: 48%;
		margin: 8px 0;
	}
}

.unkernav__list .navitem a {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 0;
	background-color: #E4007F;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 2em;
	line-height: 1.2;
	box-shadow: 3px 3px 3px rgba(144, 144, 144, 0.6);
}

@media screen and (max-width: 767px) {
	.unkernav__list .navitem a {
		font-size: 1em;
		padding: 15px 0;
	}
}

.unkernav__list .navitem a::before {
	content: "";
	position: absolute;
	border: 1px solid #fff;
	border-radius: 100px;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	z-index: 0;
}

.unkernav__list .navitem a::after {
	content: "";
	position: absolute;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	right: 8%;
	top: 45%;
}

@media screen and (max-width: 767px) {
	.unkernav__list .navitem a::after {
		border-top: 6px solid #fff;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		right: 10%;
		top: 45%;
	}
}

.unkernav__list .navitem a:hover {
	box-shadow: none;
}

.youmecard {
	position: relative;
	text-align: center;
	padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
	.youmecard {
		padding-bottom: 80px;
	}

	.youmecard::before {
		position: absolute;
		content: "";
		background-image: url(../img/navi-r.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 100px;
		height: 50px;
		bottom: 0%;
		right: 3%;
	}
}

.youmecard h3 {
	color: #E4007F;
	font-weight: 900;
	font-size: 3em;
}

@media screen and (max-width: 767px) {
	.youmecard h3 {
		font-size: 2em;
	}
}

.youmecard__wrap {
	background: #fff;
	border: 10px solid #d64183;
	max-width: 1430px;
	margin-top: 120px;
}

@media screen and (max-width: 767px) {
	.youmecard__wrap {
		border: 6px solid #d64183;
		margin-top: 70px;
	}
}

.youmecard__list {
	padding: 2em;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.youmecard__list {
		padding: 1em;
		margin-top: 0;
	}
}

.youmecard__item {
	background-color: #FFFDDE;
	padding: 30px 60px;
	margin: 40px auto;
	max-width: 980px;
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.youmecard__item.visible {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 767px) {
	.youmecard__item {
		width: 95%;
		margin: 20px auto;
		padding: 15px 30px;
	}
}

@media screen and (max-width: 560px) {
	.youmecard__item {
		padding: 3%;
	}
}

.youmecard__item hr {
	background-color: #F39EB5;
	border: #F39EB5 solid 2px;
	margin: 40px 0;
}

@media screen and (max-width: 767px) {
	.youmecard__item hr {
		margin: 5% 0;
	}
}

.youmecard__item-md {
	background-color: #FFFDDE;
	padding: 90px 0 40px;
	margin: 50px auto 40px;
	max-width: 980px;
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.youmecard__item-md.visible {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 767px) {
	.youmecard__item-md {
		width: 95%;
		margin: 50px auto 20px;
		padding: 85px 0 20px;
	}
}

@media screen and (max-width: 560px) {
	.youmecard__item-md {
		padding: 20% 5% 3%;
	}
}

.item-md-ttl {
	max-width: 700px;
	margin: -100px auto 20px;
	text-align: center;
}

.youmecard__item-md-img {
	padding: 0 120px;
}

@media screen and (max-width: 767px) {
	.youmecard__item-md-img {
		padding: 0 3%;
	}
}

.youmecard__item-md hr {
	background-color: #F39EB5;
	border: #F39EB5 solid 2px;
	margin: 40px 0;
}

@media screen and (max-width: 767px) {
	.youmecard__item-md hr {
		margin: 5% 0;
	}
}

.youmecard__item-cosme {
	max-width: 980px;
	background-color: #ffffff;
	border: #4D3420 solid 10px;
	margin: 40px auto;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

@media screen and (max-width: 767px) {
	.youmecard__item-cosme {
		border: #4D3420 solid 3px;
	}
}

.youmecard__item-cosme.visible {
	opacity: 1;
	transform: translateY(0);
}

.cosme-ttl {
	width: 100%;
	background: #4D3420;
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
	.cosme-ttl {
		padding: 10px 0;
	}
}

.cosme-ttl img {
	max-width: 240px;
	text-align: center;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.cosme-ttl img {
		max-width: 160px;
		width: 40%;
	}
}

.cosme-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 40px 20px;
}

@media screen and (max-width: 767px) {
	.cosme-flex {
		gap: 10px;
		padding: 10px 5px 20px;
	}
}

@media screen and (max-width: 660px) {
	.cosme-flex {
		gap: 5px;
		padding: 10px 0 20px;
	}
}

.cosme-img {
	height: 290px;
	display: inline-block;
	/* 子要素（画像）の幅に合わせる */
	text-align: center;
}

@media screen and (max-width: 800px) {
	.cosme-img {
		height: 220px;
	}
}

@media screen and (max-width: 660px) {
	.cosme-img {
		height: 150px;
	}
}

.cosme-img img {
	display: block;
	/* 余白をなくす（おすすめ） */
	width: auto;
	/* 画像の自然な幅を使う */
	height: 100%;
}

.youmecard__kikan {
	max-width: 480px;
	margin: 0.5em auto;
	width: 95%;
	padding: 0.1em 2em;
	border-radius: 100px;
	border: #E4017F solid 2px;
	background-color: #ffffff;
	color: #E4017F;
	font-weight: 800;
	font-size: 2em;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.youmecard__kikan {
		font-size: 1em;
		max-width: 330px;
	}
}

.youbi {
	font-size: 0.7em;
}

@media screen and (max-width: 767px) {
	.youbi {
		font-size: 0.8em;
	}
}

.cosme__kikan {
	max-width: 480px;
	margin: 0.5em auto;
	width: 95%;
	padding: 0.1em 2em;
	border-radius: 100px;
	background-color: #ffffff;
	color: #4D3420;
	border: #4D3420 solid 2px;
	font-weight: 800;
	font-size: 2em;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.cosme__kikan {
		font-size: 1em;
		margin: 1em auto;
		max-width: 330px;
	}
}

.conditions {
	position: relative;
	background: #3e3a39;
	color: #fff;
	padding: 2px 4px;
	text-align: center;
	margin-top: 4px;
	border-radius: 8px;
	margin-bottom: 12px;
}

.conditions::after {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	background: #3e3a39;
	transform: rotate(45deg);
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -6px;
	z-index: -1;
}

.fashion__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 970px;
	width: 95%;
	margin: 0 auto;
	margin-top: 30px;
	gap: 1em;
}

@media screen and (max-width: 767px) {
	.fashion__list {
		margin-top: 0;
		gap: 0.5em;
	}
}

.fashion__notice {
	font-size: 0.9em;
	text-align: center;
	margin-top: 12px;
}

.fashion {
	background-color: #F9C9D6;
	padding: 120px 0;
}

.item {
	background: #fff;
}

.fashion .item--youme {
	background: #C70078;
}

.fashion .item--youme .item__txt {
	color: #fff;
}

.fashion .item--youme .item__tsumitate {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #fff;
}

.fashion .item--youme .item__tsumitate p {
	color: #FFF100;
	font-weight: 600;
}

.fashion .item--youme .item__tsumitate .tsumitate {
	line-height: 1.2;
	margin-right: 4px;
}

@media screen and (max-width: 767px) {
	.fashion .item--youme .item__tsumitate .tsumitate {
		font-size: 0.8em;
	}
}

.fashion .item--youme .item__tsumitate .bai {
	font-size: 2.8em;
}

@media screen and (max-width: 767px) {
	.fashion .item--youme .item__tsumitate .bai {
		font-size: 2em;
	}
}

.fashion .item--youme .item__tsumitate .bai span.small {
	font-size: 0.6em;
}

.fashion__wrap {
	padding: 60px 0 120px;
	background: #ffffff;
	border: 20px solid #F2E825;
	max-width: 1430px;
	position: relative;
	box-shadow: 3px 3px 3px rgba(124, 124, 124, 0.2);
}

@media screen and (max-width: 767px) {
	.fashion__wrap {
		padding: 40px 0;
		border: 5px solid #F2E825;
	}
}


/* 上に疑似要素 */

.fashion__wrap::before {
	content: '';
	display: block;
	background-image: url(../img/ttl03-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	/* セクション直上に */
}


/* 下に疑似要素 */

.fashion__wrap::after {
	content: '';
	display: block;
	background-image: url(../img/ttl03-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleY(-1);
	/* 上下反転！ */
	/* セクション直下に */
}


.campaing {
	position: relative;
	background-color: #E5FEBE;
	padding: 120px 0;
}

@media screen and (max-width: 767px) {
	.campaing::before {
		position: absolute;
		content: "";
		background-image: url(../img/navi-r.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 100px;
		height: 50px;
		bottom: 0%;
		right: 3%;
	}
}

.campaing__wrap {
	padding: 160px 0 120px;
	background: #ffffff;
	border: 20px solid #AAD05A;
	max-width: 1430px;
	position: relative;
	box-shadow: 3px 3px 3px rgba(124, 124, 124, 0.2);
}

@media screen and (max-width: 767px) {
	.campaing__wrap {
		padding: 40px 0;
		border: 5px solid #AAD05A;
	}
}


/* 上に疑似要素 */

.campaing__wrap::before {
	content: '';
	display: block;
	background-image: url(../img/ttl04-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	/* セクション直上に */
}


/* 下に疑似要素 */

.campaing__wrap::after {
	content: '';
	display: block;
	background-image: url(../img/ttl04-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleY(-1);
	/* 上下反転！ */
	/* セクション直下に */
}

.senmon {
	padding-bottom: 60px;
}

.senmon__img {
	margin: 40px auto;
}

.notice {
	padding: 60px 0;
}

.notice p {
	font-size: 0.9em;
}

.senmon {
	text-align: center;
}


/*アニメーション*/

.anime-b {
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;
	transform: translateY(40px);
}

@media screen and (max-width: 767px) {
	.anime-b {
		transform: translateY(30px);
	}
}

.anime-l {
	opacity: 0;
	visibility: hidden;
	transition: 2s;
	transform: translateX(-50px);
}

.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.item {
	width: 350px;
	box-shadow: 3px 3px 3px rgba(124, 124, 124, 0.2);
	padding: 1em 0.5em;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.item.visible {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 767px) {
	.item {
		width: 48%;
		margin: 10px 0;
	}
}

.item--w100 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 1em 0.5em;
	gap: 1em;
	background-color: #ffffff;
	box-shadow: 3px 3px 3px rgba(124, 124, 124, 0.2);
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.item--w100.visible {
	opacity: 1;
	transform: translateY(0);
}


@media screen and (max-width: 767px) {
	.item--w100 {
		padding: 1em 0.5em;
		border-radius: 0;
	}
}

.item--w100 .item__img {
	width: 45%;
}

.item--w100 .item__about {
	width: 45%;
}

.item__img {
	text-align: center;
	margin-bottom: 8px;
}

.item__txt .sentyaku {
	display: inline-block;
	background: #CD0000;
	color: #fff;
	padding: 2px 6px;
	margin-bottom: 8px;
}

.item__txt .sentyaku--youme {
	background: #C70078;
}

.item__txt .limited {
	display: inline-block;
	background: #1C1C1C;
	color: #fff;
	padding: 2px 6px;
	margin-bottom: 8px;
}

.item__txt .limited--drug {
	background: #FFF100;
	color: #000;
}

.item__txt .drugcorner {
	color: #004098;
}

.item__txt .iyakuhin {
	display: inline-block;
	background: #004098;
	color: #fff;
	padding: 2px 6px;
	margin-bottom: 8px;
}

.item__txt .seiniku {
	display: inline-block;
	background: #b81c22;
	color: #fff;
	padding: 2px 6px;
	margin-bottom: 8px;
}

.item__txt .from--second {
	margin-top: 8px;
}

.item__txt .ttl {
	font-size: 1.38em;
	font-weight: 600;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.item__txt .ttl {
		font-size: 1.2em;
	}
}

.item__txt .ttl--second {
	margin-top: 8px;
}

.item__txt .comment {
	font-size: 1em;
	margin-top: 4px;
}

@media screen and (max-width: 767px) {
	.item__txt .comment {
		font-size: 0.9em;
		margin-top: 3px;
	}
}

.item__price {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #707070;
	text-align: right;
}

.item__price p {
	color: #E4007F;
}

.item__price.red p {
	color: #CD0000;
}

.item__price .price {
	font-size: 2.2em;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.item__price .price {
		font-size: 1.7em;
		line-height: 1.2;
	}
}

.item__price .price span.small {
	font-size: 0.7em;
}

@media screen and (max-width: 767px) {
	.item__price .price span.small {
		font-size: 0.5em;
	}
}

.item__price .price span.yoridori {
	font-size: 0.6em;
	background: #CD0000;
	color: #fff;
	padding: 0 2px;
	margin-right: 4px;
}

@media screen and (max-width: 767px) {
	.item__price .price span.yoridori {
		display: inline-block;
		font-size: 0.65em;
	}
}

.item__price .tax {
	font-weight: 600;
	font-size: 1.4em;
}

@media screen and (max-width: 767px) {
	.item__price .tax {
		font-size: 1.2em;
	}
}

.item .kaku {
	text-align: right;
}

.fv-navi {
	background-color: #efc4d0;
	padding: 60px 0;
}

.fv-navi-ttl {
	max-width: 800px;
	width: 95%;
	margin: -110px auto 60px;
	position: relative;
	z-index: 10;
}

.nav_btn {
	position: relative;
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: auto;
	gap: 20px;
	flex-wrap: wrap;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.nav_btn {
		flex-wrap: wrap;
		max-width: 450px;
		width: 90%;
	}
}

.nav_btn::before {
	position: absolute;
	content: "";
	background-image: url(../img/navi-l.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100px;
	height: 100px;
	left: 10%;
	bottom: 0%;
}

.nav_btn::after {
	position: absolute;
	content: "";
	background-image: url(../img/navi-r.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 110px;
	height: 50px;
	right: 3%;
	top: -21%;
}

@media screen and (max-width: 767px) {
	.nav_btn::before {
		width: 70px;
		height: 70px;
		left: 0%;
		bottom: 0%;
	}

	.nav_btn::after {
		width: 80px;
		height: 50px;
		right: 0;
		top: -20%;
	}
}

.anker_btn {
	text-align: center;
	width: 300px;
}

@media screen and (max-width: 767px) {
	.anker_btn {
		width: 45%;
	}
}

.anker_btn a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.anker_btn a:hover {
	opacity: 0.8;
}

.ttl-con {
	position: relative;
	max-width: 1430px;
	width: 95%;
	margin: 0 auto -50px;
	line-height: 0;
	z-index: 2;
}

@media screen and (max-width: 1010px) {
	.ttl-con {
		margin: 0 auto -30px;
	}
}

@media screen and (max-width: 767px) {
	.ttl-con {
		margin: 0 auto -10px;
	}
}

.youmecard-ttl-img {
	width: 100%;
	line-height: 0;
}

.sakura {
	position: relative;
}


/* 左側 */

@media screen and (min-width: 768px) {
	.sakura::before {
		content: '';
		position: absolute;
		top: 0;
		left: -40px;
		/* 本体から離す距離 */
		width: 200px;
		height: 100%;
		background: url(../img/sakura-bg.png);
		background-size: contain;
		background-repeat: repeat-y;
		/* ※illustration.pngをご用意ください */
		z-index: 0;
		transform: scaleX(-1);
		opacity: 0.7;
	}

	/* 右側 */
	.sakura::after {
		content: '';
		position: absolute;
		top: 0;
		right: -40px;
		width: 200px;
		height: 100%;
		background: url(../img/sakura-bg.png);
		background-size: contain;
		background-repeat: repeat-y;
		z-index: 0;
		opacity: 0.7;
	}
}

.baloon {
	position: relative;
}

@media screen and (min-width: 768px) {

	/* 左側 */
	.baloon::before {
		content: '';
		position: absolute;
		top: 0;
		left: 40px;
		/* 本体から離す距離 */
		width: 100px;
		height: 100%;
		background: url(../img/baloonl.png);
		background-size: contain;
		background-repeat: repeat-y;
		/* ※illustration.pngをご用意ください */
		z-index: 0;
	}

	/* 右側 */
	.baloon::after {
		content: '';
		position: absolute;
		top: 0;
		right: -40px;
		width: 150px;
		height: 100%;
		background: url(../img/baloonr.png);
		background-size: contain;
		background-repeat: repeat-y;
		z-index: 0;
	}
}

@media screen and (max-width: 768px) {

	/* 左側 */
	.baloon::before {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		/* 本体から離す距離 */
		width: 100px;
		height: 100px;
		background: url(../img/baloon01.png);
		background-size: contain;
		background-repeat: no-repeat;
		/* ※illustration.pngをご用意ください */
		z-index: 0;
	}

	/* 右側 */
	.baloon::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 40px;
		/* 本体から離す距離 */
		width: 100px;
		height: 100px;
		background: url(../img/baloon02.png);
		background-size: contain;
		background-repeat: no-repeat;
		/* ※illustration.pngをご用意ください */
		z-index: 0;
	}
}

.youme-icon {
	background-color: #E4007F;
	font-size: 0.9em;
	color: #ffffff;
	font-weight: 800;
	padding: 0 0.2em;
	width: fit-content;
}

.redline {
	background-color: #CD0000;
	font-size: 0.9em;
	text-align: center;
	padding: 0.2em 0;
	color: #ffffff;
	font-weight: 800;
}

.ttl-saikyo {
	background-color: #E4007F;
	padding: 0.5em;
	color: #FFF100;
	text-align: center;
	font-size: 1.38em;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.ttl-saikyo {
		font-size: 1.1em;
	}
}

.orangeline {
	background-color: #EE7700;
	font-size: 0.9em;
	text-align: center;
	padding: 0.2em 0;
	color: #ffffff;
	font-weight: 800;
}

.food-logo {
	width: 72px;
	border: #707070 solid 1px;
	padding-bottom: 0.2em;
}

.comment-tax {
	color: #000 !important;
	font-size: 0.9em;
	text-align: left;
	margin-bottom: 0.5em;
}

.life-info {
	background-color: #ffffff;
	border: #CD0000 solid 1px;
	width: 100%;
	text-align: center;
}

.life-info-m {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 0.3em;
}

.life-info-s {
	font-size: 0.9em;
}

.zaiko-icon {
	background-color: #000;
	font-size: 0.9em;
	color: #ffffff;
	font-weight: 800;
	padding: 0 0.2em;
	width: fit-content;
}

.waribikigo {
	font-size: 1.1em;
	font-weight: 600;
	margin-top: 0.5em;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.waribikigo {
		font-size: 1em;
	}
}

.pinkline {
	background-color: #F571C0;
	font-size: 0.9em;
	text-align: center;
	padding: 0.2em 0;
	color: #ffffff;
	font-weight: 800;
}

.fashion-bg {
	background-color: #FEF2F7;
	width: 95%;
	padding: 5% 0;
	margin: 200px auto 0;
}

@media screen and (max-width: 767px) {
	.fashion-bg {
		width: 100%;
		padding: 140px 0 60px;
		margin: 100px auto 50px;
	}
}

.saleline {
	background-color: #E4007F;
	font-size: 0.9em;
	text-align: center;
	padding: 0.3em 0;
	color: #FFFBC6;
	font-weight: 800;
	line-height: 1.4;
}

.saleline span {
	color: #ffffff;
	font-weight: 500;
	font-size: 0.8em;
}

.women {
	font-size: 1em;
	color: #E4007F;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.women {
		font-size: 0.9em;
		margin-bottom: 2px;
	}
}

.mens {
	font-size: 1em;
	color: #19AEB8;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.mens {
		font-size: 0.9em;
		margin-bottom: 2px;
	}
}

.kids {
	font-size: 1em;
	color: #69AB00;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.kids {
		font-size: 0.9em;
		margin-bottom: 2px;
	}
}

.unisex {
	font-size: 1em;
}

@media screen and (max-width: 767px) {
	.unisex {
		font-size: 0.9em;
		margin-bottom: 2px;
	}
}

.fashion .item__price p {
	color: #E4007F;
}

.others-logo {
	width: 100px;
	margin: 0.2em 0;
}

.others-logo2 {
	width: 200px;
}

@media screen and (max-width: 767px) {
	.others-logo2 {
		width: 94px;
	}
}

.fashion-subttl {
	max-width: 520px;
	width: 90%;
	margin: -200px auto 0;
}

.cp-wrap {
	max-width: 980px;
	width: 95%;
	margin: 0 auto 10%;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.cp-wrap.visible {
	opacity: 1;
	transform: translateY(0);
}

.cp-btn {
	max-width: 490px;
	width: 90%;
	text-align: center;
	background-color: #E3007F;
	font-size: 1.5em;
	font-weight: 800;
	border-radius: 100px;
	line-height: 1.2;
	box-shadow: 3px 3px 3px rgba(144, 144, 144, 0.6);
	margin: 20px auto 0;
}

.cp-btn a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	width: 100%;
	height: 100%;
	padding: 0.5em;
}

.cp-btn a::after {
	content: "";
	position: absolute;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	right: 8%;
	top: 45%;
	rotate: -90deg;
}

.fashion__list-code {
	max-width: 1148px;
	margin: 60px auto -30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	padding: 2% 0;
}

@media screen and (min-width: 1181px) {
	.fashion__list-code {
		background-color: #D3DF39;
		border-radius: 40px;
	}
}

@media screen and (max-width: 1180px) {
	.fashion__list-code {
		margin: 0 auto -50px;
		max-width: 970px;
		width: 95%;
	}
}

@media screen and (max-width: 767px) {
	.fashion__list-code {
		margin-top: 20px;
		margin: 0 auto -20px;
		gap: 0.5em;
	}
}

@media screen and (min-width: 1181px) {
	.code-img {
		width: 310px;
	}
}

@media screen and (max-width: 1180px) {
	.only-1181 {
		display: none;
	}
}

@media screen and (min-width: 1181px) {
	.only-1180 {
		display: none;
	}
}

@media screen and (max-width: 1180px) {
	.code-img-sp {
		max-width: 400px;
		width: 70%;
		margin: 10px auto;
	}
}

@media screen and (max-width: 767px) {
	.code-img-sp {
		max-width: 280px;
		width: 70%;
		margin: 20px auto 0;
	}
}

.bd1 {
	border: #707070 solid 1px;
}

.newshop-bg {
	background-size: auto auto;
	background-color: rgb(33, 176, 225);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgb(0, 165, 220) 10px, rgb(0, 165, 220) 20px);
	margin-bottom: 15%;
}

.newshop {
	position: relative;
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 120px 0;
}

@media screen and (max-width: 767px) {
	.newshop::before {
		content: "";
		position: absolute;
		background: url(../img/star.png) no-repeat;
		background-size: contain;
		position: absolute;
		width: 90px;
		height: 90px;
		right: 0;
		top: 2%;
		z-index: 0;
	}
}

.newshop-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.5em;
}

@media screen and (max-width: 767px) {
	.newshop-flex {
		flex-direction: column-reverse;
	}
}

.newshop__ttl {
	position: relative;
	text-align: center;
	width: 48%;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.newshop__ttl {
		max-width: 700px;
		width: 95%;
		margin: 0 auto;
	}
}

.newshop__ttl p {
	color: #fff;
	font-size: 1.5em;
}

@media screen and (max-width: 767px) {
	.newshop__ttl p {
		margin-top: 20px;
		font-size: 1.4em;
	}
}

.newshop__ttl img {
	width: 80%;
	margin: 0 auto -1em;
}

.newshop__about {
	position: relative;
	text-align: center;
	width: 48%;
	margin-top: 20px;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.newshop__about {
		width: 90%;
		margin: 0 auto;
	}
}

.newshop__main {
	position: relative;
	margin-top: 100px;
	z-index: 1;
}

.newshop__main::before {
	content: "";
	position: absolute;
	width: 170px;
	height: 170px;
	background: url(../img/star.png) no-repeat;
	background-size: contain;
	right: -18%;
	top: -8%;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	.newshop__main::before {
		width: 90px;
		height: 90px;
		right: auto;
		left: 0;
	}
}

.newshop__item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.newshop__item--rev {
		flex-direction: column-reverse;
		margin-top: 120px;
	}
}

.newshop__item-img {
	position: relative;
	width: 45%;
}

@media screen and (max-width: 767px) {
	.newshop__item-img {
		width: 90%;
		max-width: 500px;
	}
}

.newshop__item-img--item1 {
	margin-right: 40px;
}

@media screen and (max-width: 767px) {
	.newshop__item-img--item1 {
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

.newshop__item-img--item1::before {
	content: "";
	position: absolute;
	width: 40%;
	height: 40%;
	background: url(../img/littleplanet-img2.png) no-repeat;
	background-size: contain;
	left: -20%;
	bottom: -10%;
}

@media screen and (max-width: 767px) {
	.newshop__item-img--item1::before {
		left: auto;
		bottom: auto;
		right: -5%;
		top: -10%;
	}
}

.newshop__item-img--item2 {
	margin-left: 40px;
}

@media screen and (max-width: 767px) {
	.newshop__item-img--item2 {
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

.newshop__item-img--item2::before {
	content: "";
	position: absolute;
	width: 40%;
	height: 40%;
	background: url(../img/littleplanet-img5.png) no-repeat;
	background-size: contain;
	right: -10%;
	bottom: -5%;
}

@media screen and (max-width: 767px) {
	.newshop__item-img--item2::before {
		width: 45%;
		height: 45%;
		right: -15%;
		bottom: auto;
		top: -20%;
	}
}

.newshop__item-txt {
	position: relative;
	width: 40%;
	background: #FFE10B;
	border-radius: 20px;
	padding: 3em 2em;
	box-shadow: 0 3px 6px #00000020;
}

@media screen and (max-width: 767px) {
	.newshop__item-txt {
		width: 95%;
		max-width: 500px;
		padding: 2em 1em;
		text-align: center;
	}
}

.newshop__item-txt--item1::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 40px;
	background-color: #FFE10B;
	-webkit-clip-path: polygon(0% 50%, 30px 0%, 30px 40px);
	clip-path: polygon(0% 50%, 30px 0%, 30px 40px);
	top: 50%;
	left: -25px;
}

@media screen and (max-width: 767px) {
	.newshop__item-txt--item1::before {
		width: 30px;
		height: 30px;
		background-color: #ffe10b;
		-webkit-clip-path: polygon(50% 0%, 0% 30px, 30px 30px);
		clip-path: polygon(50% 0%, 0% 30px, 30px 30px);
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -28px;
	}
}

.newshop__item-txt--item1::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 50%;
	background: url(../img/littleplanet-img3.png) no-repeat;
	background-size: contain;
	right: -30%;
	bottom: -30%;
}

@media screen and (max-width: 767px) {
	.newshop__item-txt--item1::after {
		right: auto;
		bottom: -35%;
		left: -8%;
	}
}

.newshop__item-txt--item2 {
	position: relative;
}

.newshop__item-txt--item2::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 40px;
	background-color: #FFE10B;
	-webkit-clip-path: polygon(0 0, 30px 50%, 0 40px);
	clip-path: polygon(0 0, 30px 50%, 0 40px);
	top: 50%;
	right: -30px;
}

@media screen and (max-width: 767px) {
	.newshop__item-txt--item2::before {
		width: 30px;
		height: 30px;
		background-color: #ffe10b;
		-webkit-clip-path: polygon(50% 0%, 0% 30px, 30px 30px);
		clip-path: polygon(50% 0%, 0% 30px, 30px 30px);
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -28px;
	}
}

@media screen and (max-width: 767px) {
	.newshop__item-txt--item2::after {
		content: "";
		position: absolute;
		background: url(../img/star.png) no-repeat;
		background-size: contain;
		width: 90px;
		height: 90px;
		right: auto;
		right: -10%;
		top: -30%;
		z-index: 0;
	}
}

.newshop__item-ttl {
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 2px solid #00A5DC;
}

.newshop__item-about p {
	color: #00A5DC;
	line-height: 1.6;
}

.newshop__open {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 160px;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.newshop__open {
		display: block;
		max-width: 500px;
		margin: 0 auto;
		margin-top: 120px;
	}
}

.newshop__open::before {
	content: "";
	position: absolute;
	width: 170px;
	height: 170px;
	background: url(../img/star.png) no-repeat;
	background-size: contain;
	right: -24%;
	top: -8%;
	transform: rotate(15deg);
}

@media screen and (max-width: 767px) {
	.newshop__open::before {
		width: 90px;
		height: 90px;
		right: auto;
		left: 4%;
		top: -10%;
	}
}

.newshop__open::after {
	content: "";
	position: absolute;
	width: 170px;
	height: 170px;
	background: url(../img/star.png) no-repeat;
	background-size: contain;
	left: -24%;
	bottom: -10%;
}

@media screen and (max-width: 767px) {
	.newshop__open::after {
		width: 90px;
		height: 90px;
		left: auto;
		right: -4%;
	}
}

.newshop__open-txt {
	width: 38%;
	margin-right: 16px;
	padding: 2em 1em;
	background: #FFE10B;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 3px 6px #00000020;
}

@media screen and (max-width: 767px) {
	.newshop__open-txt {
		width: 100%;
		margin: 0;
		margin-bottom: 16px;
	}
}

.newshop__open-ttl {
	width: 90%;
	margin: 0 auto;
}

.newshop__open-img {
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}

.newshop__open-map {
	width: 60%;
}

@media screen and (max-width: 767px) {
	.newshop__open-map {
		width: 100%;
	}
}

.newshop__open-notice {
	font-size: 0.8em;
}

.anime-rotate::before {
	opacity: 0;
	visibility: hidden;
	transition: 1.6s;
	transform: rotateY(180deg);
}

.anime-rotate.active::before {
	opacity: 1;
	visibility: visible;
	transform: rotateY(0deg);
}

.event-slider {
	position: relative;
	background-color: #AAEAFF;
	max-width: 1600px;
	width: 90%;
	margin: 5% auto;
	padding: 1em;
	border-radius: 20px;
	box-shadow: 0 3px 6px #00000020;

}

@media screen and (max-width: 767px) {
	.event-slider {
		width: 95%;
		border-radius: 10px;
	}
}

.event-slider-ttl {
	max-width: 750px;
	margin: -12% auto 0;
	text-align: center;
}

.kids-floor {
	margin-bottom: 5%;
	position: relative;
}

@media screen and (max-width: 767px) {
	.kids-floor {
		margin-bottom: 8%;
	}
}

.kids-floor-ttl {
	background-color: #ffffff80;
	padding: 1em 0;
	margin-bottom: 3%;
}

.kids-floor-ttl img {
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.kids-floor-ttl img {
		width: 90%;
	}

}

.kids-floor-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5em;
}

.kids-floor-flex-in {
	width: 500px;
	background-color: #ffffff;
	border: #E50012 solid 5px;
	border-radius: 20px;
	padding: 1em;
}

@media screen and (max-width: 767px) {
	.kids-floor-flex-in {
		width: 90%;
		border: #E50012 solid 3px;
		border-radius: 8px;
		padding: 1em 0.5em;
	}

}

.youme-otoku {
	overflow-x: hidden;
	background-color: #EEAAC8;
	padding: 20% 300px 10%;
	border-radius: 1200px 1200px 0 0;
	margin: 0 -300px auto;
	background-image: url(../img/circle.png), url(../img/circle.png), url(../img/circle.png), url(../img/circle.png);
	background-repeat: no-repeat;
	background-position: top 5% right 0, top 20% left 0, bottom 30% right 0, bottom 5% left 0;
	background-size: 450px, 450px;
}

@media screen and (max-width: 1840px) {
	.youme-otoku {
		padding: 30% 300px 10%;
	}
}

@media screen and (max-width: 767px) {
	.youme-otoku {
		background-image: url(../img/circle.png), url(../img/circle.png), url(../img/circle.png), url(../img/circle.png);
		background-repeat: no-repeat;
		background-position: top 5% right 0, top 20% left 0, bottom 30% right 0, bottom 5% left 0;
		background-size: 450px, 450px;
	}
}



.youme-otoku-in {
	max-width: 1500px;
	width: 95%;
	margin: -100px auto 5%;
	background-color: #FBD7E7;
	border: #ffffff solid 5px;
	padding: 3em 1em;
}

@media screen and (max-width: 767px) {
	.youme-otoku-in {
		margin: -50px auto 5%;
		border: #ffffff solid 3px;
		padding: 1.5em 0.5em;
	}
}


.youme-otoku-day {
	background: #ffffff;
	border: #C60079 solid 10px;
	margin: 2em auto;
	padding: 3em 1em;
	width: 95%;
	border-radius: 20px;

}

@media screen and (max-width: 767px) {
	.youme-otoku-day {
		border: #C60079 solid 5px;
		margin: 1em auto;
		padding: 1.5em 0.5em;
		width: 95%;
		border-radius: 8px;

	}
}

.youme-otoku-dayobi {
	background-color: #C60079;
	padding: 0.2em 0;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	width: 95%;
	max-width: 900px;
	margin: 0 auto 1em;
}

.youme-otoku-day-in {
	width: 95%;
	max-width: 900px;
	border-radius: 20px;
	background-color: #FBE4ED;
	margin: 0 auto 1.5em;
	padding: 2em 1em;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.youme-otoku-day-in.visible {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 767px) {
	.youme-otoku-day-in {
		width: 100%;
		border-radius: 8px;
		margin: 0 auto 1em;
		padding: 1.5em 0.5em;
	}
}

.bg-green {
	background-color: #009944;
}

.bg-blue {
	background-color: #1D2088;
}

.bg-l-blue {
	background-color: #2B42B5;
}

.bl-bg {
	background-color: #00AFEC;
}

.youme-otoku-day-in img {
	max-width: 550px;
	margin: auto;
	text-align: center;
}

.bl-bg img {
	max-width: 100%;
}

.youme-otoku-ttl {
	max-width: 600px;
	width: 80%;
	margin: -10% auto 2%;
	animation: floatSoft 6s ease-in-out infinite;
}

@keyframes floatSoft {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}

	100% {
		transform: translateY(0);
	}
}

@media screen and (min-width: 1200px) {
	.youme-otoku-ttl {
		margin: -8% auto 2%;
	}


}

.ect {
	margin: 0 auto 2%;
}

.youme-cp-ect {
	margin-top: 5%;
}

@media screen and (max-width: 767px) {
	.youme-cp-ect {
		margin-top: 10%;
	}

}

.f2-renewal {
	position: relative;
	background-color: #FBE4ED;
	padding: 10em 0;
}

@media screen and (max-width: 767px) {
	.f2-renewal {
		padding: 5em 0;
	}

}

.flag-top {
	position: absolute;
	width: 150%;
	top: 0;
	transform: scaleY(-1);
}

.flag-bottom {
	position: absolute;
	width: 150%;
	bottom: 0;
}

.f2-renewal-ttl {
	max-width: 1000px;
	width: 80%;
	margin: 0 auto 1%;
	text-align: center;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.f2-renewal-ttl {
		margin: 0 auto 3%;
	}

}

.f2-renewal-map {
	background-color: #ffffff;
	max-width: 1500px;
	width: 100%;
	margin: auto;
}

.f2-renewal-map img {
	max-width: 1100px;
	text-align: center;
	margin: auto;
}

.apparel-renewal {
	position: relative;
	background-color: #FFFDCE;
	background-image: -webkit-linear-gradient(45deg, #FFF7A7 25%, #FFF7A7 25%, transparent 25%, transparent 75%, #FFF7A7 75%, #FFF7A7 75%), -webkit-linear-gradient(-45deg, #FFF7A7 25%, #FFF7A7 25%, transparent 25%, transparent 75%, #FFF7A7 75%, #FFF7A7 75%);
	background-image: linear-gradient(45deg, #FFF7A7 25%, #FFF7A7 25%, transparent 25%, transparent 75%, #FFF7A7 75%, #FFF7A7 75%), linear-gradient(-45deg, #FFF7A7 25%, #FFF7A7 25%, transparent 25%, transparent 75%, #FFF7A7 75%, #FFF7A7 75%);
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;
	padding: 10% 0;
}

.apparel-youme-point {
	max-width: 1500px;
	width: 95%;
	margin: 5% auto;
	background-color: #ffffff;
	border: #DFA126 solid 10px;
	padding: 3em 1em;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.apparel-youme-point {
		border: #DFA126 solid 5px;
		padding: 1.5em 0.5em;
		border-radius: 8px;
	}
}


.apparel-youme-point-in {
	position: relative;
	background-color: #E60020;
	border-radius: 20px;
	margin: 3em auto;
	padding: 2em 1em;
	width: 90%;
	max-width: 900px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.apparel-youme-point-in.visible {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 767px) {
	.apparel-youme-point-in {
		width: 95%;
		padding: 4em 0.5em 1.5em;
		border-radius: 8px;
		margin: 3em auto;
	}
}

.point-day {
	position: absolute;
	width: 160px;
	top: -40px;
	left: -20px;
}

@media screen and (max-width: 767px) {
	.point-day {
		width: 120px;
		top: -40px;
		left: -20px;
	}
}

@media screen and (max-width: 750px) {
	.point-day {
		width: 100px;
		top: -40px;
		left: -20px;
	}
}

@media screen and (max-width: 440px) {
	.point-day {
		width: 90px;
		top: -30px;
		left: -10px;
	}
}


.apparel-youme-point-in.bg-green {
	position: relative;
	background-color: #009944;
	margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
	.apparel-youme-point-in.bg-green {
		padding-top: 4em;
		background-color: #009944;
		margin-bottom: 5em;
	}
}

.apparel-youme-point-in.bg-green::before {
	content: "";
	position: absolute;
	top: -10px;
	/* 要素の上に出す */
	left: 50%;
	transform: translateX(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #009944;
	/* ▲ */
}

.apparel-youme-point-in img {
	max-width: 450px;
	width: 90%;
	margin: auto;
	text-align: center;
}

.apparel-youme-point-in.bg-green img {
	max-width: 550px;
}

.apparel-renewal-wrap {
	max-width: 1500px;
	width: 95%;
	margin: 5% auto;
	background-color: #FFF2DC;
	border: #F29600 solid 10px;
	padding: 3em 0 5em;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.apparel-renewal-wrap {
		border: #F29600 solid 5px;
		padding: 1.5em 0 3em;
		border-radius: 8px;
	}
}

.apparel-renewal-wrap-ttl {
	max-width: 500px;
	width: 70%;
	margin: 0 auto auto 0;
}

.kids-sub-ttl {
	max-width: 800px;
	width: 80%;
	margin: auto;
}

.wpcgoods {
	max-width: 550px;
	width: 70%;
}

.men-solid {
	background-color: #E4F6F9;
	border: #009EB8 solid 10px;
}

@media screen and (max-width: 767px) {
	.men-solid {
		background-color: #E4F6F9;
		border: #009EB8 solid 5px;
	}
}

.women-solid {
	border: #E40065 solid 10px;
	background-color: #FFDEEC;
}

@media screen and (max-width: 767px) {
	.women-solid {
		border: #E40065 solid 5px;
	}
}

.shoes-solid {
	background-color: #EFF8DC;
	border: #8DC21F solid 10px;
}

@media screen and (max-width: 767px) {
	.shoes-solid {
		border: #8DC21F solid 5px;
	}
}

.wpc-solid {
	background-color: #FEE4D5;
	border: #EA5504 solid 10px;
}

@media screen and (max-width: 767px) {
	.wpc-solid {
		background-color: #FEE4D5;
		border: #EA5504 solid 5px;
	}
}

.bed-solid {
	background-color: #F6FDFF;
	border: #00A5DC solid 10px;
}

@media screen and (max-width: 767px) {
	.bed-solid {
		background-color: #F6FDFF;
		border: #00A5DC solid 5px;
	}
}

.apparel-youme-point-in hr {
	border: none;
	height: 2px;
	margin: 1.5em;
	background: repeating-linear-gradient(to right,
			#ffffff 0px,
			#ffffff 10px,
			transparent 10px,
			transparent 20px);
}

.center {
	text-align: center;
}

.big {
	font-size: 1.2em;
	font-weight: bold;
}

.red {
	color: #E60012;
}

.kidsfloor-in-day {
	background-color: #FADBDA;
	border-radius: 10px;
	padding: 0.2em 0;
	color: #E60012;
	text-align: center;
	font-size: 1.5em;
	font-weight: 800;
}

@media screen and (max-width: 767px) {
	.kidsfloor-in-day {
		border-radius: 4px;
		font-weight: 800;
	}
}

.kids-off-wrap {
	max-width: 1100px;
	width: 95%;
	margin: 2em auto 0;
	background-color: #FFC86E;
	border-radius: 20px;
	padding: 1.5em 0;
}

@media screen and (max-width: 767px) {
	.kids-off-wrap {
		max-width: 600px;
		margin: 2em auto 0;
		background-color: #FFC86E;
		border-radius: 8px;
		padding: 1em 0.2em;
	}
}

.kids-off-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 1em;
}

@media screen and (max-width: 767px) {
	.kids-off-flex {
		gap: 0.5em;
	}
}

.kids-off-flexin {
	width: 310px;
	background-color: #FFF7EA;
	border: #F29600 solid 3px;
	border-radius: 20px;
	padding: 1em;
	text-align: center;
	display: flex;
	/* 追加 */
	flex-direction: column;
	/* 縦並び */
	justify-content: center;
	/* 縦中央 */
}

@media screen and (max-width: 767px) {
	.kids-off-flexin {
		width: 48%;
		padding: 0.5em;
		border: #F29600 solid 2px;
		border-radius: 8px;
	}
}

.kids-off-logo {
	width: 100%;
	margin-bottom: 1em;
}

.kids-off-txt {
	font-size: 0.9em;
	font-weight: 800;
}

.girls {
	background-color: #E5167D;
	padding: 0.1em 0.5em;
	margin-left: 0.8em;
	color: #ffffff;
	font-weight: 800;
}

.boys {
	background-color: #00A8D7;
	padding: 0.1em 0.5em;
	margin-left: 0.8em;
	color: #ffffff;
	font-weight: 800;
}

.enji {
	background-color: #03BE35;
	padding: 0.1em 0.5em;
	margin-left: 0.8em;
	color: #ffffff;
}

@media screen and (max-width: 767px) {
	.girls {
		margin-left: 0.5em;
	}

	.boys {
		margin-left: 0.5em;
	}

	.enji {
		margin-left: 0.5em;
	}
}

@media screen and (max-width: 450px) {
	.girls {
		margin-left: 0;
	}

	.boys {
		margin-left: 0;
	}

	.enji {
		margin-left: 0;
	}
}

.kids-off-txtbig {
	font-size: 1.2em;
	font-weight: 800;
}

.kids-off-per {
	max-width: 600px;
	width: 95%;
	margin: 2em auto;
}

.women-brand-pointmain {
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.women-brand-pointmain {
		width: 70%;
		margin: auto;
	}

}


.brand-wrap {
	background-color: #FFFFFF;
	border-radius: 20px;
	max-width: 770px;
	width: 95%;
	padding: 2em 0;
	margin: 2em auto;
	box-shadow: 0 3px 6px #00000020;

}

@media screen and (max-width: 767px) {
	.brand-wrap {
		border-radius: 10px;

	}

}

.brand-ttl {
	max-width: 600px;
	width: 90%;
	margin: 0 auto 1em;
}

.brand-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1em;
}

@media screen and (max-width: 767px) {
	.brand-flex {
		display: block;
	}
}

.brand-logo {
	width: 200px;
	border: #eeeeee solid 1px;
}

@media screen and (max-width: 767px) {
	.brand-logo {
		width: 50%;
		margin: 0 auto 1em;
	}
}

.brand-txt {
	text-align: left;
	width: 380px;
}

@media screen and (max-width: 767px) {
	.brand-txt {
		width: 95%;
		text-align: center;
		margin: auto;
	}
}

.women-brand-point {
	max-width: 770px;
	width: 95%;
	margin: 3% auto 5%;
}

.women-brand-pointday {
	width: 100%;
	margin: 1em auto;
	background-color: #231815;
	text-align: center;
}

.women-brand-pointday img {
	margin: auto;
	max-width: 460px;
}

.women-brand-pointttl {
	max-width: 500px;
	margin: 1em auto;
	text-align: center;
}

.brand-shoespoint {
	max-width: 650px;
	margin: auto;
}

.item-comment {
	background-color: #FFE5F3;
	border-radius: 10px;
	padding: 0.5em;
	margin-bottom: 1em;
	font-size: 0.9em;
}

.bbq-bg {
	background-image: linear-gradient(#addef5, #dbf1fb 10% 100%);
	padding: 15% 0 0;
}

.dot-bg {
	background-color: #f5fbfe;
	background-image: radial-gradient(circle, #bfe6f8 7px, transparent 7px), radial-gradient(circle, #bfe6f8 7px, transparent 7px);
	background-position: 0 0, 22px 44px;
	background-size: 44px 88px;
	padding: 5% 300px;
	border-radius: 800px 800px 0 0;
	margin: 0 -300px auto;
}

@media screen and (max-width: 767px) {
	.dot-bg {
		background-image: radial-gradient(circle, #bfe6f8 2.5px, transparent 2.5px), radial-gradient(circle, #bfe6f8 2.5px, transparent 2.5px);
		background-position: 0 0, 15px 30px;
		background-size: 30px 60px;
	}
}

.bbq-ttl {
	max-width: 1000px;
	width: 90%;
	margin: -10% auto 2%;
}

.bbq-catettl {
	max-width: 600px;
	width: 80%;
	margin: 5% auto 2%;
	text-align: center;
}

.newshop__sns {
	position: relative;
	background-color: #FFE10B;
	border-radius: 20px;
	box-shadow: 0 3px 6px #00000020;
	max-width: 1200px;
	margin: 5% auto 0;
	padding: 2em 0.5em;
	z-index: 1;
}

.newshop__snsttl {
	font-size: 2em;
	font-weight: 800;
	color: #00A5DC;
	text-align: center;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
	.newshop__snsttl {
		font-size: 1.6em;
	}

}

.pink {
	color: #EE87B4;
}

.newshop__snssub {
	font-size: 1.2em;
	font-weight: 800;
	color: #00A5DC;
	text-align: center;
	margin-bottom: 1.5em;
}

.newshop__snssub span {
	font-size: 0.9em;
	font-weight: 600;
}

.newshop__snsflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;
}

.snsflex-line, .snsflex-app {
	width: 350px;
}

.snsflex-ttl {
	background-color: #00A5DC;
	color: #ffffff;
	font-size: 1.4em;
	padding: 0.2em 0;
	text-align: center;
	border-radius: 100px;
	width: 320px;
	margin: 0 auto 0.5em;
}

.snsflex-txt {
	color: #00A5DC;
	text-align: center;
	font-size: 1.2em;
	font-weight: 800;
}

.snsflex-txt span {
	font-size: 0.9em;
	font-weight: 600;
}

.snsflex-appimg {
	width: 320px;
	margin: 1em auto 0;
	text-align: center;
}

.snsflex-lineimg {
	width: 200px;
	margin: 1em auto 0;
	text-align: center;
}

.navi-page {
	position: relative;
	max-width: 1200px;
	width: 95%;
	margin: 3em auto;
	background-color: #ffffff;
	border: #EE92BA solid 10px;
	padding: 2em 1em;

}

@media screen and (max-width: 767px) {
	.navi-page {
		border: #EE92BA solid 5px;

	}

}


.navi-page::before {
	position: absolute;
	content: "";
	background-image: url(../img/naviacc-top.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 140px;
	height: 100px;
	top: -45px;
	right: -65px;
	z-index: 1;
}

.navi-page::after {
	position: absolute;
	content: "";
	background-image: url(../img/naviacc-bottom.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 130px;
	height: 70px;
	bottom: -35px;
	left: -65px;
	z-index: 1;
}

@media screen and (max-width: 767px) {

	.navi-page::before {
		width: 90px;
		height: 60px;
		top: -35px;
		right: -35px;
	}

	.navi-page::after {
		width: 90px;
		height: 50px;
		bottom: -35px;
		left: -16px;
	}

}

.navi-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em 1.5em;
}

.nav-link {
	width: 340px;
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.nav-link {
		width: 85%;

	}
}

.nav-link a {
	position: relative;
	display: inline-block;
	font-size: 1.5em;
	font-weight: 800;
	color: #333232;
	text-align: center;
}



/* 下線 */
.nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #E63178;
}

/* 三角形 */
.nav-link::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -13px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid #E63178;
}

@media screen and (max-width: 767px) {
	.nav-link::after {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.nav-link a::after {
		content: "";
		position: absolute;
		transform: translateY(-50%);
		bottom: 10%;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 13px solid #E63178;
		left: calc(100% + 1em);
	}
}

.couponprice {
	margin-top: auto;
	border: 2px solid #009d88;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	.couponprice {
		display: block;
	}
}

.couponprice .c-txt {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 4px 6px;
	background: #009d88;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.couponprice .c-txt {
		padding: 4px 2px;
		text-align: center;
	}
}

.couponprice .c-txt p {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.couponprice .c-txt p {
		font-size: 0.8em;
		text-align: center;
	}
}

.couponprice .c-price {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 0 8px;
	background: #fff100;
	text-align: center;
}

.couponprice .c-price p {
	color: #e6002d;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.couponprice .c-price p {
		font-size: 1.6em;
	}
}

.couponprice .c-price p span.small {
	font-size: 0.8em;
}

.f2-renewal-kikan {
	max-width: 900px;
	width: 70%;
	margin: 0 auto 10%;
	text-align: center;
	border-top: #005BAC solid 5px;
	border-bottom: #005BAC solid 5px;
	position: relative;
	z-index: 1;
}

.f2-renewal-kikan img {
	width: 80%;
	padding: 0.5em 0;
	text-align: center;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.f2-renewal-kikan {
		width: 95%;
		max-width: 600px;
		border-top: #005BAC solid 3px;
		border-bottom: #005BAC solid 3px;
		margin: 3% auto 10%;
	}
}

.bbq-kikan {
	max-width: 900px;
	width: 70%;
	margin: 0 auto 5%;
	text-align: center;
	border-top: #502310 solid 5px;
	border-bottom: #502310 solid 5px;
}

.bbq-kikan img {
	width: 80%;
	padding: 0.5em 0;
	text-align: center;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.bbq-kikan {
		width: 95%;
		max-width: 600px;
		border-top: #502310 solid 3px;
		border-bottom: #502310 solid 3px;
		margin: 3% auto 10%;
	}
}

.youme-cp-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.5em;
}

.youme-cp-img {
	width: 480px;
}

@media screen and (max-width: 767px) {
	.youme-cp-img {
		width: 80%;
	}
}

.alcohol-atte {
	text-align: center;
	color: #E60020;
	width: 90%;
	margin: 0 auto 1.5em;
	font-weight: 600;
}

.confetti span {
	position: absolute;
	width: 12px;
	height: 18px;
	top: -20px;
	opacity: 0.9;
	animation: fall linear infinite;
}

@keyframes fall {
	0% {
		transform: translateY(0) rotate(0deg);
	}

	100% {
		transform: translateY(110vh) rotate(360deg);
	}
}

.balloon {
	position: absolute;
	width: 100px;
}

@media screen and (max-width: 1200px) {
	.balloon {
		width: 80px;
	}
}

@media screen and (max-width: 767px) {
	.balloon {
		width: 60px;
	}
}

@media screen and (max-width: 460px) {
	.balloon {
		width: 40px;
	}
}

.b1 {
	left: 5%;
	top: 65%;
	animation: float1 7s ease-in-out infinite;
}

.b2 {
	right: 5%;
	top: 55%;
	animation: float2 8s ease-in-out infinite;
}

.b3 {
	left: 10%;
	top: 5%;
	animation: float3 6.5s ease-in-out infinite;
}

.b4 {
	right: 3%;
	top: 25%;
	animation: float4 7.5s ease-in-out infinite;
}

.b5 {
	right: 10%;
	top: 10%;
	animation: float5 6.5s ease-in-out infinite;
}

.b6 {
	left: 3%;
	top: -17%;
	animation: float4 7.5s ease-in-out infinite;
}

.b7 {
	right: -4%;
	top: -8%;
	animation: float4 7.5s ease-in-out infinite;
}

.b8 {
	left: -2%;
	bottom: -10%;
	animation: float5 6.5s ease-in-out infinite;
}

.b9 {
	right: 2%;
	top: 0%;
	animation: float3 7.5s ease-in-out infinite;
}

.b10 {
	left: 3%;
	bottom: -25%;
	animation: float1 6.5s ease-in-out infinite;
}

.b11 {
	right: 6%;
	top: 1%;
	animation: float3 7.5s ease-in-out infinite;
}

.b12 {
	left: 6%;
	top: 4%;
	animation: float1 6.5s ease-in-out infinite;
}

@keyframes float1 {
	0%, 100% {
		transform: translateY(0) translateX(0) rotate(0deg);
	}

	50% {
		transform: translateY(-20px) translateX(8px) rotate(3deg);
	}
}

@keyframes float2 {
	0%, 100% {
		transform: translateY(0) translateX(0) rotate(0deg);
	}

	50% {
		transform: translateY(-25px) translateX(-10px) rotate(-3deg);
	}
}

@keyframes float3 {
	0%, 100% {
		transform: translateY(0) translateX(0) rotate(0deg);
	}

	50% {
		transform: translateY(-18px) translateX(6px) rotate(2deg);
	}
}

@keyframes float4 {
	0%, 100% {
		transform: translateY(0) translateX(0) rotate(0deg);
	}

	50% {
		transform: translateY(-22px) translateX(-6px) rotate(-2deg);
	}
}

@keyframes float5 {
	0%, 100% {
		transform: translateY(0) translateX(0) rotate(0deg);
	}

	50% {
		transform: translateY(-24px) translateX(10px) rotate(3deg);
	}
}

.line_btn {
	max-width: 400px;
	width: 90%;
	margin: 0 auto 20px;
	text-align: center;
	background-color: #27AD38;
	border-radius: 20px;
	font-weight: 800;
	position: relative;
}

.line_btn a {
	display: inline-block;
	font-size: 1.6em;
	padding: 20px 40px;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
}

.line_btn::after {
	content: '';
	width: 14px;
	height: 14px;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	position: absolute;
	top: 45%;
	right: 25px;
	margin-top: -4px;
	transform: rotate(45deg);
	transition: all .3s;
}

.line_btn:hover::after {
	right: 15px;
}

@media screen and (max-width: 767px) {
	.line_btn a {
		font-size: 1.1em;
		padding: 20px;
	}

	.line_btn::after {
		right: 15px;
	}

	.line_btn:hover::after {
		right: 10px;
	}
}

.line_btn:hover {
	transition: all .3s;
}

.line_comment {
	max-width: 120px;
	margin: 1em auto 0;
}

.baloon02 {
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 768px) {

	/* 左側 */
	.baloon02::before {
		content: '';
		position: absolute;
		top: 45%;
		left: 40px;
		/* 本体から離す距離 */
		width: 100px;
		height: 100%;
		background: url(../img/baloonl.png);
		background-size: contain;
		background-repeat: repeat-y;
		/* ※illustration.pngをご用意ください */
		z-index: 0;
	}

	/* 右側 */
	.baloon02::after {
		content: '';
		position: absolute;
		top: 30%;
		right: 40px;
		width: 150px;
		height: 100%;
		background: url(../img/baloonr.png);
		background-size: contain;
		background-repeat: repeat-y;
		z-index: 0;
	}
}

.bedttl {
	font-size: 1.5em;
	text-align: center;
	font-weight: 800;
	color: #00A4DC;
	line-height: 1.3;
}

.bed-comment {
	max-width: 600px;
	width: 80%;
	margin: -5% auto 0;
	text-align: center;
}