@charset "UTF-8";

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

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

/*共通*/
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

body.no-scroll {
	overflow: hidden;
	font-size: 14px;
}

.w1100 {
	width: 95%;
	margin: 0 auto;
	max-width: 1100px;
}

.con__list {
	position: relative;
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 1;
}

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

/* -------------------------------------
        FV
------------------------------------- */
.top_logo {
	position: absolute;
	z-index: 2;
	width: 140px;
	left: 10px;
	top: 18px;
}

@media screen and (max-width: 767px) {
	.top_logo {
		width: 100px;
		top: 20px;
	}
}

.fv {
	position: relative;
	background: url(../img/fv_bg.png), #e40a82;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding-top: 100px;
}

.fv__wrap {
	position: relative;
	width: 80%;
	margin: 0 auto;
	max-width: 960px;
	padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
	.fv__wrap {
		width: 90%;
	}
}

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

.fv__ttl {
	width: 85%;
	margin: 0 auto;
	opacity: 0;
	transform: scale(1);
	animation: fvTitleZoom 0.8s ease-out forwards;
}

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

.fv__kikan {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.fv__kikan {
		width: 90%;
		padding: 8px 15px;
		margin-top: 5px;
		max-width: 400px;
	}
}

.fv__dec {
	position: absolute;
}



.fv__dec--comment-you {
	width: 12%;
	left: -2%;
	bottom: 25%;
}

@media screen and (max-width: 1024px) {
	.fv__dec--comment-you {
		bottom: 20%;
	}
}

@media screen and (max-width: 767px) {
	.fv__dec--comment-you {
		width: 12%;
		left: -5%;
		bottom: 18%;
	}
}

.fv__dec--you {
	bottom: 0;
	width: 20%;
	left: 0;
	z-index: 2;
}

@media screen and (max-width: 1024px) {
	.fv__dec--you {
		width: 18%;
	}
}

@media screen and (max-width: 767px) {
	.fv__dec--you {
		left: -2%;
	}
}

.fv__dec--comment-me {
	width: 12%;
	right: -2%;
	bottom: 25%;
}

@media screen and (max-width: 1024px) {
	.fv__dec--comment-me {
		bottom: 20%;
	}
}

@media screen and (max-width: 767px) {
	.fv__dec--comment-me {
		width: 13%;
		right: -5%;
		bottom: 18%;
	}
}

.fv__dec--me {
	bottom: 0;
	width: 20%;
	right: 0;
	z-index: 2;
}

@media screen and (max-width: 1024px) {
	.fv__dec--me {
		width: 18%;
	}
}

@media screen and (max-width: 767px) {
	.fv__dec--me {
		right: -2%;
	}
}

@keyframes fvTitleZoom {
	0% {
		opacity: 0;
		transform: scale(0.4);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes sparkleY {
	0% {
		transform: rotateY(0deg) scale(1);
	}

	25% {
		transform: rotateY(90deg) scale(1.1);
	}

	50% {
		transform: rotateY(180deg) scale(1);
	}

	75% {
		transform: rotateY(270deg) scale(1.1);
	}

	100% {
		transform: rotateY(360deg) scale(1);
	}
}

.yumekuji {
	position: relative;
	margin-top: -6.5px;
	padding: 5px 0 20px;
	background: #F956A0;
	text-align: center;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.yumekuji {
		margin-top: -2px;
		padding-bottom: 15px;
	}
}

.yumekuji__ttl {
	width: 85%;
	margin: 0 auto;
}

.yumekuji__txt {
	font-size: 1.1em;
	font-weight: 600;
}

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

.unkernav {
	position: relative;
	padding: 40px 0 0;
	background: #F956A0;
	text-align: center;
	z-index: 2;
}

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

.unkernav::after {
	content: "";
	position: absolute;
	width: 100%;
	min-height: 100px;
	background: #F956A0;
	clip-path: ellipse(55% 70% at 50% 0%);
	left: 0;
	bottom: -100px;
}

@media screen and (max-width: 767px) {
	.unkernav::after {
		min-height: 40px;
		clip-path: ellipse(55% 85% at 50% 0%);
		bottom: -40px;
	}
}

.unkernav__txt {
	position: relative;
	font-weight: 700;
	font-size: 1.8em;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
}

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

.unkernav__txt::before {
	content: "";
	position: absolute;
	width: 1.1em;
	height: 1.1em;
	background: url(../img//kira1.png) no-repeat;
	background-size: contain;
	left: -1.1em;
	top: -0.5em;
}

.unkernav__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
	gap: 1em;
}

.unkernav__item {
	position: relative;
	width: 360px;
	z-index: 10;
}

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

.unkernav__item a {
	display: block;
	padding: 10px 24px;
	background: #fff;
	border: #e4007f solid 3px;
	color: #e4007f;
	text-align: center;
	font-size: 1.5em;
	border-radius: 10px;
	box-shadow: 2px 2px 0 #e4007f;
	font-weight: 600;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.unkernav__item a {
		font-size: 0.9em;
		padding: 8px 8px;
	}
}

.unkernav__item a:hover {
	opacity: 0.8;
}


/* -------------------------------------
    　ゆめカードお得情報
------------------------------------- */
.con {
	position: relative;
	margin-top: 120px;
	padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.con {
		margin-top: 80px;
		padding-bottom: 60px;
	}
}

.con__wrap {
	width: 95%;
	margin: 0 auto;
	max-width: 1500px;
}

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

.con__main {
	position: relative;
	border: 10px solid #e4007f;
	border-radius: 20px;
	background: #fff;
	padding: 100px 1em 60px;
}

@media screen and (max-width: 767px) {
	.con__main {
		border-top: 5px solid #e4007f;
		border-bottom: 5px solid #e4007f;
		border-left: none;
		border-right: none;
		border-radius: 0;
		padding: 50px 0.5em 40px;
	}
}

.con__ttl {
	position: absolute;
	width: 75%;
	max-width: 600px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -150px;
	z-index: 1;
}


@media screen and (max-width: 767px) {
	.con__ttl {
		max-width: 450px;
		width: 85%;
		top: -120px;
	}
}

@media screen and (max-width: 500px) {
	.con__ttl {
		top: -100px;
	}
}

@media screen and (max-width: 450px) {
	.con__ttl {
		top: -80px;
	}
}

.con__kikan {
	position: relative;
	width: 80%;
	max-width: 450px;
	margin: 0 auto;
	margin-top: 15px;
	background: #EB6D94;
	border-radius: 40px;
	padding: 8px 1em 12px;
}

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

.con__kikan p {
	position: relative;
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 auto;
}

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

.con__kikan p span.uridashi {
	margin-right: 4px;
	font-size: 0.8em;
}

.con__kikan p span.small {
	font-size: 0.8em;
}

.con__kikan::before, .con__kikan::after {
	content: "";
	position: absolute;
	width: 30%;
	height: 72px;
	bottom: -20px;
}

@media screen and (max-width: 767px) {
	.con__kikan::before, .con__kikan::after {
		bottom: -50px;
		width: 25%;
		height: 45px;
	}
}

.con__kikan::before {
	background: url(../img/0319/youkun.png) no-repeat;
	background-size: contain;
	background-position: bottom;
	left: -25%;
}

@media screen and (max-width: 767px) {
	.con__kikan::before {
		left: 25%;
	}
}

.con__kikan::after {
	background: url(../img/0319/mechan.png) no-repeat;
	background-size: contain;
	background-position: right bottom;
	right: -25%;
}

@media screen and (max-width: 767px) {
	.con__kikan::after {
		right: 25%;
	}
}

.youmecard {
	position: relative;
	background: #FFEBF6;
	background-size: 40px 40px;
	margin-top: 0;
	padding-top: 240px;
}

@media screen and (max-width: 767px) {
	.youmecard {
		background-size: 30px 30px;
		padding-top: 200px;
	}
}

@media screen and (max-width: 450px) {
	.youmecard {
		padding-top: 160px;
	}
}

.youmecard__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1em;
}

@media screen and (max-width: 767px) {
	.youmecard__list {
		max-width: 550px;
		margin: auto;
	}

}

.youmecard__item {
	position: relative;
	width: 31%;
	text-align: center;
	padding: 0 0 20px;
	cursor: pointer;
	transition: all 0.3s;
}

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

.youmecard__item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: #FFF7B7;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
	left: 0;
	top: 0;
	z-index: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 767px) {
	.youmecard__item::after {
		height: 100%;
		border-radius: 16px;
	}
}

.youmecard__item:hover {
	opacity: 0.7;
}

.youmecard__item img {
	position: relative;
	z-index: 1;
	margin-top: -2em;
}


@media screen and (max-width: 767px) {
	.youmecard__item img {
		margin-top: 0;
	}
}

.youmecard__item--d0328::after {
	background: #EDFFDE;
}


.youmecard__item--d0328 .youmecard__item__day {
	background: #88CC50;
}

.youmecard__item--d0329::after {
	background: #FFE2EF;
}

.youmecard__item--d0329 .youmecard__item__day {
	background: #E94892;
}


.youmecard__item__day {
	position: relative;
	margin-bottom: 10px;
	z-index: 1;
}


.youmecard__item__day {
	background: #FCEB64;
	border-radius: 20px 20px 0 0;
	padding: 0 50px 10px;
	margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
	.youmecard__item__day {
		border-radius: 16px 16px 0 0;
		padding: 10px;
		margin-bottom: 0;
	}

	.youmecard__item__day img {
		width: 100%;
	}
}

.youmecard__item__img {
	padding: 0.5em;
}

/* -------------------------------------
    　食品お得情報
------------------------------------- */
.syokuhin {
	margin-top: 0;
	padding-top: 80px;
	background-size: auto auto;
	background-color: rgba(255, 243, 148, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255, 252, 231, 1) 20px, rgba(255, 252, 231, 1) 40px);
}


@media screen and (max-width: 767px) {
	.syokuhin {
		padding-top: 60px;
		background-image: repeating-linear-gradient(90deg, transparent, transparent 14px, rgba(255, 252, 231, 1) 14px, rgba(255, 252, 231, 1) 28px);
	}
}

.syokuhin .con__main {
	padding: 100px 0 60px;
}

@media screen and (max-width: 767px) {
	.syokuhin .con__main {
		padding-top: 50px;
	}
}

.syokuhin__recommend {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}

.syokuhin__recommend::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 95%;
	background: url(../img/syokuhin_recommend_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	left: 0;
	bottom: 0;
}

.syokuhin__recommend img {
	position: relative;
	z-index: 1;
}

.syokuhin__recommend__img {
	width: 85%;
	margin: 0 auto;
}

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

.syokuhin__list {
	padding: 0 1em;
}

@media screen and (max-width: 767px) {
	.syokuhin__list {
		padding: 0 0.5em;
	}
}

.syokuhin__list .item {
	display: flex;
	flex-direction: column;
	padding-bottom: 0.5em;
}

.syokuhin__list .item__price, .syokuhin__list .item__tax {
	position: relative;
	z-index: 1;
	color: #fff;
}

.syokuhin__list .item__about {
	display: block;
	background: #fff;
}

.syokuhin__list .item__about p {
	display: inline-block;
	background: #000000;
	padding: 0 4px 4px;
}

.item.food {
	position: relative;
	display: flex;
	flex-direction: column;
	box-shadow: 3px 3px 3px #FFEB4D;
}

.item.food::after {
	content: "";
	position: absolute;
	width: 60%;
	height: 40%;
	max-width: 200px;
	background: url(../img/bomb.png) no-repeat;
	background-size: contain;
	background-position: right bottom;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 767px) {
	.item.food::after {
		width: 50%;
		height: 30%;
		min-width: 150px;
	}
}

.item__price.food {
	position: relative;
	color: #ffffff;
	z-index: 2;
}

.item.food .item__price {
	margin-top: auto;
	padding-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
	.item.food .item__price {
		padding-bottom: 0;
	}
}

.syokuhin__morettl {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	padding: 0 1em;
}

@media screen and (max-width: 767px) {
	.syokuhin__morettl {
		padding: 0 0.5em;
	}
}

.syokuhin__morelist {
	padding: 0 1em;
}

@media screen and (max-width: 767px) {
	.syokuhin__morelist {
		padding: 0 0.5em;
	}
}

/* -------------------------------------
    　衣料品・暮らしの品お得情報
------------------------------------- */
.iryo {
	margin-top: 0;
	padding: 120px 0 100px;
	background: #FEEBEB;
}

@media screen and (max-width: 767px) {
	.iryo {
		padding-top: 100px;
	}
}

.iryo .con__main {
	padding: 100px 0 60px;
}

@media screen and (max-width: 767px) {
	.iryo .con__main {
		padding-top: 50px;
	}
}


.con__btn {
	width: 80%;
	margin: 0 auto;
	max-width: 400px;
	margin-top: 10px;
}

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

.con__btn a {
	position: relative;
	display: block;
	text-align: center;
	background: #fff;
	border-radius: 50px;
	border: 3px solid #187FC4;
	color: #187FC4;
	padding: 12px 10px;
	font-weight: 700;
	font-size: 1.1em;
	box-shadow: 3px 3px 3px #AAAAAA;
}

@media screen and (max-width: 767px) {
	.con__btn a {
		border: 2px solid #187FC4;
	}
}

.con__btn a::after {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	background: url(../img/arrow.png) no-repeat;
	background-size: contain;
	right: 3%;
	top: 32%;
	transition: all 0.3s;
}

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

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

.mainnotice {
	width: 95%;
	margin: 60px auto;
	max-width: 1200px;
}

.mainnotice p {
	padding-left: 1em;
	text-indent: -1em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 0.9em;
	line-height: 1.4;
}

/*アニメーション*/
.anime-l {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateX(-40px);
}

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

.anime-o {
	opacity: 0;
	visibility: hidden;
	transition: 2.5s;
}

.anime-o2 {
	opacity: 0;
	visibility: hidden;
	transition: 3.5s;
	transition-delay: 0.4s;
}

.anime-o3 {
	opacity: 0;
	visibility: hidden;
	transition: 3.5s;
	transition-delay: 1.6s;
}

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

.asobotcha__img {
	width: 85%;
	margin: 0 auto;
	margin-top: 20px;
}

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

.shunen {
	overflow-x: hidden;
	background: #B6E9F1;
	background: linear-gradient(180deg, rgba(182, 233, 241, 1) 0%, rgba(226, 239, 245, 1) 100%);
	position: relative;
}

.shunen_bg {
	padding: 80px 0;
	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 -50% right 5%, top -60% left 10%, bottom -20% right 20%, bottom -15% left -4%;
	background-size: 280px, 280px;
}

@media screen and (max-width: 767px) {
	.shunen_bg {
		background-position: top 10% right -5%, top -5% left 0%, bottom -10% right 20%, bottom -5% left -4%;
		background-size: 100px, 100px;
	}

}

.shunen__ttl {
	width: 85%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	max-width: 600px;
}

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

.shunen__main {
	width: 95%;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
	margin-bottom: 20px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}

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

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 60;
}

.modal__main {
	background: #c60079;
	padding: 1em;
	margin-top: 40px;
}

.modal.is-active {
	display: flex;
}

.modal__content {
	position: relative;
	background: #fff;
	width: 95%;
	max-height: 80%;
	overflow-y: scroll;
	max-width: 750px;
	padding: 1em;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
	.modal__content {
		padding: 1em 0.5em;
	}
}

.close-btn {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 4em;
	line-height: 0.5;
	cursor: pointer;
	color: #000;
}



@media screen and (max-width: 767px) {
	#s_footer #s_toPageTop {
		right: -10px;
		bottom: -10px;
		padding: 20px;
	}
}

.morearea {
	width: 100%;
	margin-top: -200px;
	height: 200px;
	z-index: 1;
	background: #FFFFEC;
	background: linear-gradient(0deg, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 767px) {
	.morearea {
		margin-top: -120px;
		height: 120px;
	}
}

.morebtn {
	text-align: center;
	font-size: 1.8em;
	font-weight: 600;
	width: 100%;
	height: 100%;
	padding-top: 80px;
}

@media screen and (max-width: 767px) {
	.morebtn {
		padding-top: 100px;
		font-size: 1.4em;
	}
}

.morebtn {
	cursor: pointer;
	transition: all 0.3s;
}

.morebtn span {
	position: relative;
	display: inline-block;
}

.morebtn:hover {
	box-shadow: none;
}

.item-pc {
	display: none;
}

.item-pc.isopen {
	display: block;
}

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

.item-sp.isopen {
	display: block;
}

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

@media screen and (max-width: 767px) {
	.fashion__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1em;
		width: 98%;
		max-width: 610px;
		margin: 30px auto 0;
		gap: 0.5em;
	}
}

.item {
	width: 350px;
	background-color: #ffffff;
	box-shadow: 3px 3px 3px #f9191949;
	padding: 1em 0.5em 0;
}

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

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

.item__txt {
	font-weight: 500;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #707070;
}

.item.food .item__txt {
	margin-bottom: 50px;
	padding-bottom: 8px;
	border-bottom: 1px solid #707070;
}

@media screen and (max-width: 767px) {
	.item.food .item__txt {
		margin-bottom: 40px;
		;
	}
}


.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 {
	text-align: right;
	color: #E50012;
	margin-bottom: 0.5em;
}

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

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

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

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

.small-name {
	font-size: 1.2em;
	line-height: 1.2;
}


.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;
}

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

@media screen and (max-width: 767px) {
	.item-comment {
		border-radius: 8px;
	}
}

.item-comment2 {
	background-color: #FFE5F3;
	border-radius: 10px;
	padding: 0.5em;
	margin-top: 0.5em;
	font-size: 0.9em;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.item-comment2 {
		border-radius: 8px;
	}
}

.others-logo {
	margin: 0.2em 0;
	display: flex;
	justify-content: flex-start;
	gap: 0.5em;
}

.others-logo img {
	width: auto;
	max-height: 35px;
}

@media screen and (max-width: 767px) {
	.others-logo img {
		max-height: 24px;
	}
}

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

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

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

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

.kids-off-wrap {
	max-width: 1200px;
	width: 95%;
	margin: 2em auto 0;
	background-color: #FFFFFF;
	border: #F91919 solid 5px;
	border-radius: 20px;
	padding: 1.5em 0;
	position: relative;
}

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

/* ふきだしの三角 */
.kids-off-wrap::before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 18px 14px 0 14px;
	border-style: solid;
	border-color: #F91919 transparent transparent transparent;
}

/* 内側の色 */
.kids-off-wrap::after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 14px 10px 0 10px;
	border-style: solid;
	border-color: #FFFFFF transparent transparent transparent;
}

.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: 340px;
	background-color: #FEE8E8;
	border: #FA6969 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: 90%;
		padding: 0.5em;
		border: #FA6969 solid 2px;
		border-radius: 8px;
	}
}

.kids-off-logo {
	width: 70px;
}

@media screen and (max-width: 400px) {
	.kids-off-logo {
		width: 56px;
	}
}


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

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

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

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

	.boys {
		margin-left: 0.2em;
	}

}

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

	.boys {
		margin-left: 0.2em;
	}

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

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

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

.logo-flex {
	display: flex;
	margin-bottom: 0.2em;
	justify-content: center;
	align-items: baseline;
}

.kids-off-txts {
	font-weight: 500;
	font-size: 0.95em;
}

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

.youme-otoku-day {
	background: #ffffff;
	border: #E4007F solid 5px;
	margin: 4em auto 1em;
	padding: 3em 1em 2em;
	width: 95%;
	max-width: 1000px;
	border-radius: 20px;

}

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

	}
}

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

@media screen and (max-width: 767px) {
	.youme-otoku-dayobi {
		font-size: 1.3em;
	}
}

.youme-otoku-day-in {
	width: 95%;
	max-width: 900px;
	border-radius: 20px;
	background-color: #FBE4ED;
	margin: 0 auto 1.5em;
	padding: 2em 1em;
}

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

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

.waribikigo {
	margin-bottom: 0.5em;
}

.ttl-kikan {
	background-color: #ffffff;
	padding: 0.5em 0;
	text-align: center;
	margin-top: -1em;
	font-size: 2em;
	font-weight: 800;
}

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

		font-size: 1.4em;
	}
}

@media screen and (max-width: 400px) {
	.ttl-kikan {

		font-size: 1.3em;
	}
}


.ichirei {
	position: relative;
	max-width: 300px;
	background-color: #FF3A3A;
	border-radius: 100px;
	margin: 1em auto;
	text-align: center;
	color: #ffffff;
	font-size: 2em;
	padding: 0.4em 0;
}

@media screen and (max-width: 767px) {
	.ichirei {
		position: relative;
		max-width: 250px;
		font-size: 1.4em;
	}
}

/* 左画像 */
.ichirei::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 41px;
	height: 35px;
	background-image: url("../img/kira-l.png");
	background-size: contain;
	background-repeat: no-repeat;
}

/* 右画像 */
.ichirei::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 41px;
	height: 35px;
	background-image: url("../img/kira-r.png");
	background-size: contain;
	background-repeat: no-repeat;
}

/* 初期状態 */
.fashion__list .item {
	opacity: 0;
	transform: translateY(40px);
	transition:
		opacity 0.8s ease,
		transform 0.8s ease;
}

/* 表示時 */
.fashion__list .item.is-show {
	opacity: 1;
	transform: translateY(0);
}

.ttl-kikan.or {
	color: #FF6600;
}

.ttl-kikan.rd {
	color: #F91919;
}