@charset "utf-8";

/*----------------------------
	top
------------------------------*/

/* bgWrap */
.bgWrap {
	background: #004136;
	padding-bottom: 8rem;
}

/* mvWrap */
.mvWrap h1 {
	width: 100%;
	max-width: 110rem;
	margin: 0 auto;
}
.mvWrap h1 img {
	margin: 0 auto;
}
@media (max-width: 768px) {
	.mvWrap h1 {
		margin: 0 auto 2rem;
	}

}

/* sec */
.sec + .sec {
	margin-top: 8rem;
}
.sec .box {
	padding: 10rem 8.5rem 7rem;
}
@media (max-width: 768px) {
	.sec .box {
		padding: 8.5rem 4rem 10rem;
	}
}

/* h2 */
.essential_gifts .sec h2 {
	width: 36.9rem;
	margin: 0 auto;
}
.shareable_gifts .sec h2 {
	width: 39.5rem;
	margin: 0 auto;
}
.new_gifts_ideas .sec h2 {
	width: 40.5rem;
	margin: 0 auto;
}
.dress_up_items .sec h2 {
	width: 38.1rem;
	margin: 0 auto;
}
.for_kids .sec h2 {
	width: 22.6rem;
	margin: 0 auto;
}
.living .sec h2 {
	width: 16.5rem;
	margin: 0 auto;
}
.special_dishes .sec h2 {
	width: 36.1rem;
	margin: 0 auto;
}
.sec h2 img {
	display: block;
}

/* lead */
.sec .leadMain {
	color: #004136;
	font-size: 2.2rem;
	line-height: 3.6rem;
	text-align: center;
	margin-top: 3.5rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 9.7rem;
	padding-bottom: 2.5rem;
}
.sec .leadTxt {
	font-size: 1.8rem;
	line-height: 3rem;
	text-align: center;
	font-weight: 600;
}
.sec .itemWrap + .leadMain {
	margin-top: 12rem;
}
@media (max-width: 768px) {
	.sec .leadMain {
		font-size: 3.5rem;
		line-height: 6.5rem;
		margin: 4rem -3rem 0;
		padding-bottom: 4rem;
		min-height: 0;
	}
	.sec .leadTxt {
		font-size: 2.8rem;
		line-height: 4.4rem;
		margin: 0 -3rem;
	}
	.sec .itemWrap + .leadMain {
		margin-top: 15rem;
	}
}

/* btn */
.sec .btn {
	margin-top: 2.5rem;
}
.sec .btn a {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	border: solid 1px #000;
	padding: 0.5rem 1.8rem 0.6rem;
	position: relative;
	margin: 0 auto;
}
.sec .btn a::after {
	content: "";
	position: absolute;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	width: 1.2rem;
	height: 1.2rem;
	top: calc(50% - 0.65rem);
	right: 1.2rem;
	transform: rotate(45deg);
}
.sec .btn.comming a {
	color: #969696;
	border: solid 1px #969696;
	pointer-events: none;
}
.sec .btn.comming a::after {
	border-top: solid 1px #969696;
	border-right: solid 1px #969696;
}
.sec .endTxt {
	font-size: 1.3rem;
	line-height: 1.53;
	font-weight: 600;
	text-align: center;
	margin-top: 0.2rem;
}
.sec .endTxt + .btn {
	margin-top: 1.2rem;
}
.sec .btn + .btn {
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.sec .btn {
		margin-top: 4.5rem;
	}
	.sec .btn a {
		font-size: 3.4rem;
		padding: 1.1rem 2.5rem 1.2rem;
	}
	.sec .btn a::after {
		width: 2.2rem;
		height: 2.2rem;
		top: calc(50% - 1.15rem);
		right: 1.5rem;
	}
	.sec .btn span.longTxt {
		font-size: 2.8rem;
		position: relative;
		top: -0.3rem;
	}
	.sec .endTxt {
		font-size: 2.4rem;
		margin-top: 0.5rem;
	}
	.sec .endTxt + .btn {
		margin-top: 2.5rem;
	}
	.sec .btn + .btn {
		margin-top: 4rem;
	}
}

/* itemWrap */
.sec .itemWrap {
	margin-top: 8rem;
}
.sec .itemWrap .itemList {
	display: flex;
	flex-wrap: wrap;
	gap: 6rem 7rem;
}
.sec .itemWrap .itemList li {
	width: calc(50% - 3.5rem);
}
.sec .itemWrap .itemList li .pic {
	width: 100%;
	margin-bottom: 2.5rem;
}
.sec .itemWrap .itemList li .txt {
	font-size: 1.5rem;
	line-height: 2.3rem;
	font-weight: 600;
	text-align: justify;
	letter-spacing: 0;
}
.sec .itemWrap .itemList li .txt + .txt {
	margin-top: 2rem;
}
.sec .itemWrap .itemList li .note {
	font-size: 1.3rem;
	line-height: 1.53;
	font-weight: 600;
	text-align: justify;
	letter-spacing: 0;
}
.sec .itemWrap .itemList li .btn + .note {
	margin-top: 0.2rem;
}
/* itemWrap fullWra */
.sec .itemWrap .itemList li.fullWrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 6rem 3rem;
}
.sec .itemWrap .itemList li.fullWrap .pic {
	width: 37rem;
	margin-bottom: 0;
}
.sec .itemWrap .itemList li.fullWrap .txtWrap {
	width: calc(100% - 40rem);
	margin-top: -0.3rem;
}
@media (max-width: 768px) {
	.sec .itemWrap {
		margin-top: 9rem;
	}
	.sec .itemWrap .itemList {
		gap: 9rem 6rem;
	}
	.sec .itemWrap .itemList li {
		width: 100%;
	}
	.sec .itemWrap .itemList li .pic {
		margin-bottom: 3rem;
	}
	.sec .itemWrap .itemList li.slideWrap .pic {
		margin-bottom: 6.5rem;
	}
	.sec .itemWrap .itemList li .txt {
		font-size: 2.8rem;
		line-height: 4.4rem;
	}
	.sec .itemWrap .itemList li .txt + .txt {
		margin-top: 4rem;
	}
	.sec .itemWrap .itemList li .note {
		font-size: 2.4rem;
	}
	.sec .itemWrap .itemList li .btn + .note {
		margin-top: 0.5rem;
	}
	/* itemWrap fullWra */
	.sec .itemWrap .itemList li.fullWrap {
		display: block;
	}
	.sec .itemWrap .itemList li.fullWrap .pic {
		width: 100%;
		margin-bottom: 3rem;
	}
	.sec .itemWrap .itemList li.fullWrap .txtWrap {
		width: 100%;
		margin-top: 0;
	}
}

/*----------------------------
	swiper
------------------------------*/
.sec .slide {
	position: relative;
}
.sec .swiper-prev,
.sec .swiper-next {
	width: 1rem;
	height: 1.8rem;
	position: absolute;
	top: calc(50% - 0.9rem);
	z-index: 10;
	cursor: pointer;
}
.sec .swiper-prev {
	left: -2rem;
}
.sec .swiper-next {
	right: -2rem;
}
.sec .swiper-prev img,
.sec .swiper-next img {
	display: block;
}
.sec .swiper-pagination {
	bottom: -2.4rem;
}
.sec .swiper-pagination .swiper-pagination-bullet {
	background: #808080;
	opacity: 1;
	width: 1rem;
	height: 1rem;
	margin: 0 1rem;
}
.sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #CF0000;
}
@media (max-width: 768px) {
	.sec .swiper-prev,
	.sec .swiper-next {
		width: 1.8rem;
		height: 3.1rem;
		top: calc(50% - 1.55rem);
	}
	.sec .swiper-prev {
		left: -3rem;
	}
	.sec .swiper-next {
		right: -3rem;
	}
	.sec .swiper-pagination {
		bottom: -6rem;
	}
	.sec .swiper-pagination .swiper-pagination-bullet {
		width: 1.6rem;
		height: 1.6rem;
		margin: 0 1.5rem;
	}
}

/* infoWrap */
.sec .infoWrap {
	border-top: 1px solid #000;
	margin-top: 7rem;
	padding-top: 5.5rem;
}
.sec .infoWrap h3 {
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: bold;
}
.sec .infoWrap .txt {
	font-size: 1.5rem;
	line-height: 2.3rem;
	font-weight: bold;
	text-align: justify;
	letter-spacing: 0;
}
.sec .infoWrap .note01 {
	font-size: 1.5rem;
	line-height: 2.3rem;
	font-weight: 600;
	text-align: justify;
	letter-spacing: 0;
}
.sec .infoWrap .note02 {
	font-size: 1.3rem;
	line-height: 1.53;
	font-weight: 600;
	text-align: justify;
	letter-spacing: 0;
}
.sec .infoWrap .space {
	margin-top: 2.5rem;
}
@media (max-width: 768px) {
	.sec .infoWrap {
		margin-top: 10rem;
		padding-top: 7.5rem;
	}
	.sec .infoWrap h3 {
		font-size: 3.4rem;
		line-height: 5.3rem;
	}
	.sec .infoWrap .txt {
		font-size: 2.8rem;
		line-height: 4.4rem;
	}
	.sec .infoWrap .note01 {
		font-size: 2.8rem;
		line-height: 4.4rem;
	}
	.sec .infoWrap .note02 {
		font-size: 2.4rem;
	}
	.sec .infoWrap .space {
		margin-top: 4rem;
	}
}

/* boxGreen */
.sec .boxGreen {
	background: #004136;
	border-radius: 1.2rem;
	padding: 2rem 3rem;
}
.sec .boxGreen + h3 {
	margin-top: 2.5rem;
}
@media (max-width: 768px) {
	.sec .boxGreen {
		border-radius: 2rem;
		padding: 4rem 3rem 4rem;
	}
	.sec .boxGreen + h3 {
		margin-top: 5rem;
	}
}

/* checkLinkWrap */
.sec .checkLinkWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.sec .checkLinkWrap .checkTtl {
	width: 50%;
	text-align: center;
}
.sec .checkLinkWrap .checkTtl h3 {
	display: inline-block;
	text-align: left;
	color: #fff;
}
.sec .checkLinkWrap ul {
	width: calc(50% - 3rem);
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.sec .checkLinkWrap ul .btn {
	width: 100%;
	background: #fff;
	margin-top: 0;
}
.sec .checkLinkWrap ul .btn a {
	padding: 0.6rem 0 0.7rem;
	background: #fff;
	font-weight: bold;
}
@media (max-width: 768px) {
	.sec .checkLinkWrap .checkTtl {
		width: 100%;
	}
	.sec .checkLinkWrap .checkTtl h3 {
		text-align: center;
		font-size: 3.2rem;
		line-height: 1.55;
	}
	.sec .checkLinkWrap ul {
		width: 100%;
		margin-top: 3rem;
		padding: 0 1rem;
		gap: 3rem;
	}
	.sec .checkLinkWrap ul .btn {
		width: 100%;
		background: #fff;
		margin-top: 0;
	}
	.sec .checkLinkWrap ul .btn a {
		padding: 1.1rem 0 1.2rem;
		font-size: 3.2rem;
		line-height: 1.3;
	}
}
