/*============================================================= #gift =============================================================*/
#gift { background: url("../img/common/bg_white01.png"); }

/* #mainImg
================================================ */
#mainImg {
	background-image: url("../img/gift/bg_main01_sp.png");
}
#mainImg .tit {
	max-width: 160px;
}
@media screen and (min-width: 600px) {
	#mainImg {
		background-image: url("../img/gift/bg_main01_pc.png");
	}
	#gift #mainImg .tit {
		max-width: 540px;
	}
}

/* 共通
================================================ */
#gift .secTit.mod_tit01 {
	margin-bottom: 14px;
}
#gift .txt.center {
	text-align: center;
}
@media screen and (min-width: 600px) {
	#gift .secTit.mod_tit01 {
		margin-bottom: 20px;
	}
	#gift .txt.pc-center {
		text-align: center;
	}
}

/* #intro
================================================ */
#gift #intro .inner {
	padding-top: 40px;
	padding-bottom: 50px;
}
#gift #intro .detail {
	margin-top: 22px;
}
#gift #intro .detail .tit {
	color: #4d372a;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
}
#gift #intro .detail .copy {
	color: #4d372a;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}
#gift #intro .detail .area-img {
	margin-top: 15px;
}
@media screen and (min-width: 600px) {
	#gift #intro .inner {
		padding-top: 20px;
		padding-bottom: 100px;
	}
	#gift #intro .detail {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 125px;
	}
	#gift #intro .detail .area-txt {
		width: 580px;
	}
	#gift #intro .detail .tit {
		font-size: 4.8rem;
		margin-bottom: 10px;
	}
	#gift #intro .detail .copy {
		font-size: 2rem;
		margin-bottom: 28px;
	}
	#gift #intro .detail .area-img {
		width: 580px;
		margin: 0;
	}
}

/* #example
================================================ */
#gift #example {
	background: url("../img/common/bg_beige01.png");
}
#gift #example .inner {
	padding-top: 40px;
	padding-bottom: 50px;
}
#gift #example .head {
	color: #4d372a;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
}
#gift #example .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
#gift #example .list .item {
	margin-bottom: 20px;
	width: 100%;
}
#gift #example .list .areaTxt {
	margin-top: 16px;
}
#gift #example .list .tit {
	border-bottom: 2px solid #8f7362;
	color: #4d372a;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 8px;
	padding-bottom: 12px;
}
@media screen and (min-width: 600px) {
	#gift #example .inner {
		padding-top: 80px;
		padding-bottom: 90px;
	}
	#gift #example .secTit.mod_tit01 {
		font-size: 3.6rem;
		margin-left: 0;
		margin-bottom: 38px;
	}
	#gift #example .list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -18px -36px;
	}
	#gift #example .list .item {
		margin: 0 18px 36px;
		width: calc(33.33% - 36px);
	}
	#gift #example .list .tit {
		font-size: 2.3rem;
		margin-bottom: 10px;
	}
}

/* #flow
================================================ */
#gift #flow .inner {
	padding-top: 40px;
}
#gift #flow .list {
	margin-top: 30px;
	margin-bottom: 25px;
}
#gift #flow .list .item {
	text-align: center;
	background: #fff;
	padding: 25px 0;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
}
#gift #flow .list .item::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 75px 75px 0 0;
	border-color: #6c5241 transparent transparent transparent;
}
#gift #flow .list .item +.item {
	margin-top: 50px;
	position: relative;
}
#gift #flow .list .item +.item::before {
	position: absolute;
	content: "";
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 19px 0 19px;
	border-color: #4d372a transparent transparent transparent;
}
#gift #flow .list .img {
	width: 120px;
	margin: 0 auto 12px;
}
#gift #flow .list .num {
	position: absolute;
	top: 13px;
	left: 13px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	z-index: 2;
}
#gift #flow .list .txt {
	color: #4d372a;
	font-size: 1.8rem;
	font-weight: 700;
}
@media screen and (min-width: 600px) {
	#gift #flow .inner {
		padding-top: 90px;
	}
	#gift #flow .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 50px;
		margin-bottom: 35px;
	}
	#gift #flow .list .item {
		width: 260px;
		padding: 38px 0 35px;
	}
	#gift #flow .list .item +.item {
		margin-top: 0;
	}
	#gift #flow .list .item +.item::before {
		top: 50%;
		left: -45px;
		transform: translate(0,-50%) rotate(-90deg);
	}
	#gift #flow .list .num {
		font-size: 1.8rem;
	}
	#gift #flow .list .img {
		margin-bottom: 20px;
		width: 114px;
	}
}

/* #difference
================================================ */
#gift #difference .inner {
	padding-top: 40px;
	padding-bottom: 50px;
}
#gift #difference .secTit.mod_tit01 {
	margin-bottom: 26px;
}
#gift #difference .areaImg {
	margin-top: 12px;
}
@media screen and (min-width: 600px) {
	#gift #difference .inner {
		padding-top: 80px;
		padding-bottom: 90px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gift #difference .secTit.mod_tit01 {
		font-size: 3.6rem;
		margin-left: 0;
		text-align: left;
		width: 100%;
	}
	#gift #difference .areaTxt {
		width: 570px;
	}
	#gift #difference .areaImg {
		width: 580px;
	}
}
