@charset "utf-8";

/****************************
ページ共通
****************************/
.l-section__inner{
	margin-inline: 0;
	max-width: 100%;
	width: 100%;
}
#socialgift{
  font-size: 16px;
  line-height: 1.8;
}
#socialgift img{
	width: 100%;
}
#socialgift a{
	color: #202020;
}
#socialgift .bg-area{
	background: #FAF8F4;
}
#socialgift section{
	padding: 85px 0 100px;
	max-width: 1240px;
	margin: 0 auto;
}
#socialgift section.inner-content{
	max-width: 1140px;
	margin: 0 auto;
}
#socialgift .h2-title-wrap{
	margin-bottom: 70px;
	text-align: center;
}
#socialgift .h2-title-wrap .h2-title{
	display: inline-block;
	position: relative;
}
#socialgift .h2-title-wrap .h2-title::before,
#socialgift .h2-title-wrap .h2-title::after{
	content: "";
	position: absolute;
	bottom: -13px;
	color: #214f1d;
	border-top: 26px solid;
	border-bottom: 26px solid;
}
#socialgift .h2-title-wrap .h2-title::before{
	left: -35px;
	border-left: 17px solid transparent;
	border-right: 35px solid;
}
#socialgift .h2-title-wrap .h2-title::after{
	right: -35px;
	border-right: 17px solid transparent;
	border-left: 35px solid;
}
#socialgift .h2-title-wrap .h2-title h2{
  position: relative;
  height: 52px;
  line-height: 52px;
  padding: 0 40px;
	font-weight: 600;
	font-size: 26px;
	background: #22551d;
	color: #fff;
	z-index: 10;
}
#socialgift h2::before,
#socialgift h2::after{
  position: absolute;
	content: "";
	top: 100%;
	border-bottom: solid 13px transparent;
}
#socialgift h2::before {
	left: 0;
	border-right: solid 17px #11370d;
}
#socialgift h2::after {
	right: 0;
	border-left: solid 17px #11370d;
}
.l-footer{
	margin-top: 0;
}

@media screen and (min-width: 600px){
	#socialgift section.inner-content{
		padding: 85px 40px 100px;
	}
	.sp-only{
		display: none;
	}
}

@media screen and (max-width: 599.9px){
	.p-special__contents{
		margin-inline: 0;
	}
	#socialgift{
		font-size: 15px;
	}
	#socialgift section{
		padding: 60px 20px 70px;
	}
	#socialgift .h2-title-wrap{
		width: 80%;
		margin: 0 auto 45px;
	}
	#socialgift .h2-title-wrap .h2-title{
		min-width: 150px;
	}
	#socialgift .h2-title-wrap .h2-title::before, 
	#socialgift .h2-title-wrap .h2-title::after{
		bottom: -15px;
		border-top: 22px solid;
		border-bottom: 22px solid;
	}
	#socialgift .h2-title-wrap .h2-title::before{
		left: -35px;
		border-right: 39px solid;
		border-left: 17px solid transparent;
	}
	#socialgift .h2-title-wrap .h2-title::after{
		right: -35px;
		border-left: 39px solid;
		border-right: 17px solid transparent;
	}
	#socialgift .h2-title-wrap.two-lines .h2-title::before, 
	#socialgift .h2-title-wrap.two-lines .h2-title::after{
		border-top: 33px solid;
		border-bottom: 33px solid;
	}
	#socialgift .h2-title-wrap .h2-title h2{
		padding: 8px 20px;
		height: auto;
		font-size: 20px;
    line-height: 1.4;
	}
	#socialgift h2::before, 
	#socialgift h2::after{
		border-bottom: solid 15px transparent;
	}
	#socialgift h2::before{
		border-right: solid 21px #11370d;
	}
	#socialgift h2::after{
		border-left: solid 21px #11370d;
	}
	#socialgift .swiper-wrapper .swiper-slide{
		opacity: 0.3;
	}
	#socialgift .swiper-wrapper .swiper-slide-active{
		opacity: 1;
	}
	.pc-only{
		display: none;
	}
}

/****************************
ヘッダー
****************************/
#socialgift .header{
	/* padding: 7vh 10vw; */
	position: relative;
	height: 40vh;
	display: flex;
	/* flex-direction: column; */
	/* align-items: center; */
	gap: 40px;
	justify-content: center;
	background: #f3f9e9;
	box-sizing: border-box;
	border-top: 15px solid #284f25;
	border-bottom: 15px solid #22551d;
	/* position: relative; */
}
#socialgift .header .bg-image.left{
	width: 200px;
}
#socialgift .header .bg-image.right{
	right: calc(50% - 535px);
	bottom: 20px;
	width: 160px;
}
#socialgift .header .h1-title{
	display: inline-flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	position: relative;
}
#socialgift .header .main-tx{
	font-weight: 600;
	color: #22551d;
	font-size: 65px;
	letter-spacing: 0.2em;
}
#socialgift .header .sub-tx{
	position: relative;
	padding: 7px 25px;
	background: #7eb169;
	border-radius: 10px;
	color: #fff;
	font-size: 28px;
	letter-spacing: 0.2em;
	font-weight: 600;
}
#socialgift .header .sub-tx::before,
#socialgift .header .sub-tx::after{
	position: absolute;
  content: "";
  border-radius: 50%;
  background: #7eb169;
}
#socialgift .header .sub-tx::before{
	bottom: -13px;
	left: 30px;
	width: 27px;
	height: 27px;
}
#socialgift .header .sub-tx::after{
	bottom: -29px;
	left: 50px;
	width: 14px;
	height: 14px;
}

@media screen and (min-width: 600px){
	#socialgift .header{
		align-items: center;
	}
	#socialgift .header::before{
		content:"";
		width:10vw;
		background:url(/d_images/socialgift/images/socialgift-mv01.png) no-repeat center/contain;
		aspect-ratio: 33/50;
	}
	#socialgift .header::after{
		content:"";
		width:8vw;
		background:url(/d_images/socialgift/images/socialgift-mv02.png) no-repeat center/contain;
		aspect-ratio: 33/50;
	}
	#socialgift .header .bg-image{
		position: absolute;
	}
	#socialgift .header .bg-image.left{
    left: calc(50% - 540px);
		bottom: -8px;
	}
}

@media screen and (max-width: 599.9px){
	#socialgift .header{
		/* flex-direction: row; */
		gap: 16px;
		height: 30vh;
		padding: 10px;
		border-top: 8px solid #284f25;
		border-bottom: 8px solid #22551d;
	}
	#socialgift .header::before{
		content:"";
		width: 15vw;
		background: url(/d_images/socialgift/images/socialgift-mv01.png) no-repeat center 5%/contain;
		aspect-ratio: 33/50;
	}
	#socialgift .header::after{
		content:"";
		width: 12vw;
		background: url(/d_images/socialgift/images/socialgift-mv02.png) no-repeat center bottom 5%/contain;
		aspect-ratio: 33/50;
	}
	#socialgift .header .main-tx{
		font-size: 33px;
		line-height: 1.4;
	}
	#socialgift .header .h1-title{
		gap: 17px;
		text-align: center;
		justify-content: center;
	}
	#socialgift .header .sub-tx{
		padding: 7px 16px;
		font-size: 16px;
		line-height: 1.5;
	}
	#socialgift .header .sub-tx::before{
		bottom: -8px;
    left: 25px;
    width: 18px;
    height: 18px;
	}
	#socialgift .header .sub-tx::after{
		bottom: -16px;
    left: 42px;
    width: 9px;
    height: 9px;
	}
	#socialgift .header .bg-image.left{
		width: calc((100% - 15px) - 70%);
	}
}


/****************************
こんなときに便利
****************************/
#socialgift .benri-wrap{
	display: flex;
	gap: 50px;
	max-width: 1100px;
	margin: 0 auto;
}
#socialgift .benri-wrap .benri-item{
	width: calc((100% - 100px) / 3);
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 25px;
	text-align: center;
	border: 2px solid #3c6139;
	border-radius: 10px;
}
#socialgift .benri-wrap .benri-item .benri-img{
	width: 75%;
	margin: 0 auto;
}
#socialgift .benri-wrap .benri-item .benri-tx{
	font-size: 17px;
	line-height: 1.6;
	font-weight: 500;
}

@media screen and (max-width: 599.9px){
	#socialgift .benri-wrap{
		flex-direction: column;
		gap: 15px;
	}
	#socialgift .benri-wrap .benri-item{
		width: 100%;
		padding: 20px;
		align-items: center;
		flex-direction: row;
	}
	#socialgift .benri-wrap .benri-item:nth-of-type(2){
		flex-direction: row-reverse;
	}
	#socialgift .benri-wrap .benri-item .benri-img{
		width: 40%;
    margin: 0 auto;
	}
	#socialgift .benri-wrap .benri-item .benri-tx{
		width: calc((100% - 20px) - 40%);
		font-size: 16px;
	}
}


/****************************
贈り方
****************************/
#socialgift .flow-area .flow-inner{
	display: grid;
	grid-template-columns: repeat(2, 1fr); 
	gap: 40px;
	margin-top: 90px;
}
#socialgift .flow-area .flow-inner .flow-wrap{
	position: relative;
	padding: 45px 40px 40px;
}
#socialgift .flow-area .flow-inner .flow-wrap.give{
	background: #f9edb2;
}
#socialgift .flow-area .flow-inner .flow-wrap.receive{
	background: #f7dfb6;
}
#socialgift .flow-area .flow-inner .flow-wrap h3{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 4px 40px;
	background: #fff;
	border-radius: 100vh;
	border: 2px solid;
	font-size: 22px;
	font-weight: 600;
}
#socialgift .flow-area .flow-inner .flow-wrap.give h3{
	color: #8f7804;
}
#socialgift .flow-area .flow-inner .flow-wrap.receive h3{
	color: #7f5208;
	/* background: #654d09; */
}
#socialgift .flow-area .flow-inner .flow-wrap .flow-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item{
	display: flex;
	flex-direction: column;
	gap: 26px;
	position: relative;
}
#socialgift .flow-area .flow-inner .flow-wrap.give .flow-list .flow-item{
	justify-content: space-between;
}
#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item:first-of-type::before{
	position: absolute;
	content: "";
	display: block;
	width: 17px;
	height: 27px;
	top: 50%;
	right: -30px;
	background: #202020;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	transform: translateY(-50%);
}
#socialgift .flow-area .flow-inner .flow-wrap.give .flow-list .flow-item:first-of-type::before{
	background: #8f7804;
}
#socialgift .flow-area .flow-inner .flow-wrap.receive .flow-list .flow-item:first-of-type::before{
	background: #7f5208;
}
#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item .flow-tx-wrap{
	line-height: 1.6;
}
#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item .flow-tx-wrap .flow-num{
	margin-bottom: 3px;
	position: relative;
	font-size: 20px;
	font-weight: 600;
}
#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item .flow-tx-wrap .flow-num .l-number{
	margin-left: 6px;
	font-size: 29px;
}

@media screen and (min-width: 600px){
	#socialgift .flow-area .flow-inner .flow-wrap.receive .flow-list .flow-item .flow-tx-wrap{
		height: 152px;
	}
	#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item .flow-tx-wrap .flow-num::after{
		position: absolute;
		content: "";
		top: 50%;
		right: 0;
		background: #333;
		width: 65%;
		height: 2px;
		transform: translateY(-50%);
	}
	#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item .flow-img{
		padding: 0px 15px;
	}
}

@media screen and (max-width: 599.9px){
	#socialgift .flow-area .flow-inner{
		flex-direction: column;
		margin-top: 65px;
		grid-template-columns: 1fr;
		gap: 50px;
	}
	#socialgift .flow-area .flow-inner .flow-wrap{
		width: 100%;
		padding: 50px 20px 35px;
	}
	#socialgift .flow-area .flow-inner .flow-wrap.give{
		/* padding-bottom: 55px; */
	}
	#socialgift .flow-area .flow-inner .flow-wrap h3{
		width: 80%;
		font-size: 18px;
		text-align: center;
		/* top: -20px; */
	}
	#socialgift .flow-area .flow-inner .flow-wrap .flow-list{
		grid-template-columns: 1fr;
		gap: 60px;
	}
	#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item{
		width: 100%;
		/* flex-direction: row; */
		gap: 18px;
		align-items: center;
		flex-direction: column-reverse;
	}
	#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item:first-of-type::before{
		width: 15px;
		height: 23px;
		top: auto;
		bottom: -39px;
		right: 50%;
		transform: translateX(50%) rotate(90deg);
	}
	#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item .flow-tx-wrap{
		/* width: 60%; */
		display: flex;
		gap: 15px;
		align-items: center;
	}
	#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item .flow-tx-wrap .flow-num{
		font-size: 17px;
		/* border-bottom: 2px solid #333; */
		margin: 0;
		width: 20%;
		display: flex;
		flex-direction: column;
		align-items: center;
		line-height: 1.2;
		/* border-right: 2px solid #202020; */
	}
	#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item .flow-tx-wrap .flow-num .l-number{
		font-size: 24px;
		margin-left: 0;
	}
	#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item .flow-tx-wrap .flow-tx{
		width: calc((100% - 15px) - 20%);
		font-size: 16px;
	}
	#socialgift .flow-area .flow-inner .flow-wrap .flow-list .flow-item .flow-img{
		width: 70%;
	}
	#socialgift .flow-area .flow-inner .flow-wrap.receive .flow-list .flow-item:nth-of-type(2) .flow-img{
		width: 60%;
	}
}

/****************************
おすすめ
****************************/
#socialgift .reco-area .reco-wrap{
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}
#socialgift .reco-area .reco-wrap .item-slider .swiper-wrapper{
	height: auto;
}
#socialgift .reco-area .reco-wrap .item-slider .swiper-wrapper .item-wrap{
	transition: all 0.3s ease 0s;
	background: #fff;
	height: auto;
}
#socialgift .reco-area .reco-wrap .item-slider .swiper-wrapper .item-wrap a{
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
}
#socialgift .reco-area .reco-wrap .item-slider .swiper-wrapper .item-wrap a .item-info{
	line-height: 1.6;
}
#socialgift .reco-area .reco-wrap .item-slider .swiper-wrapper .item-wrap a .item-info .brand{
	margin-bottom: 8px;
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px dashed;
}
#socialgift .reco-area .reco-wrap .item-slider .swiper-wrapper .item-wrap a .item-info .name{
	margin-bottom: 5px;
	font-size: 14px;
}
#socialgift .reco-area .reco-wrap .item-slider .swiper-wrapper .item-wrap a .item-info .price{
	text-align: right;
	font-size: 14px;
	font-weight: 600;
}
#socialgift .reco-area .reco-wrap .item-slider .swiper-wrapper .item-wrap a .item-info .price .emphasis{
	margin: 0 3px;
	font-size: 20px;
}
#socialgift .reco-area .reco-wrap .swiper-button-prev,
#socialgift .reco-area .reco-wrap .swiper-button-next{
	background: #202020;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	top: 50%;
	transform: translateY(-50%);
}
#socialgift .reco-area .reco-wrap .swiper-button-prev{
	left: -30px;
}
#socialgift .reco-area .reco-wrap .swiper-button-next{
	right: -30px;
}
#socialgift .reco-area .swiper-button-prev::before,
#socialgift .reco-area .swiper-button-next::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 20;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
#socialgift .reco-area .swiper-button-prev::before{
	transform: translateX(65%) translateY(-50%) rotate(-45deg);
}
#socialgift .reco-area .swiper-button-next::before{
	transform: translateX(35%) translateY(-50%) rotate(135deg);
}
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after,
.swiper-button-next::after, 
.swiper-rtl .swiper-button-prev::after{
	content: "";
}
#socialgift .inner-content .go-button{
	max-width: 420px;
	margin: 50px auto 0;
}
#socialgift .inner-content .go-button a{
	position: relative;
	display: block;
	padding: 12px 30px;
	background: #f3f9e9;
	font-size: 20px;
	text-align: center;
	border-radius: 100vh;
	border: 2px solid #22551d;
	color: #22551d;
	font-weight: 600;
	transition: 0.3s all;
}
#socialgift .inner-content .go-button a::after{
	position: absolute;
	content: "";
	top: 50%;
	right: 25px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #22551d;
	border-right: 2px solid #22551d;
	transform: rotate(45deg) translateY(-50%);
	transition: 0.3s all;
}

@media screen and (min-width: 600px){
	#socialgift .inner-content .go-button a:hover{
		background: #22551d;
		color: #f3f9e9;
	}
	#socialgift .inner-content .go-button a:hover::after{
		border-top: 2px solid #f3f9e9;
		border-right: 2px solid #f3f9e9;
	}
}

@media screen and (max-width: 599.9px){
	#socialgift .reco-area .reco-wrap{
		width: 90%;
	}
	#socialgift .reco-area .reco-wrap .swiper-button-prev, 
	#socialgift .reco-area .reco-wrap .swiper-button-next{
		width: 50px;
		height: 50px;
	}
	#socialgift .reco-area .reco-wrap .swiper-button-prev{
		left: -25px;
	}
	#socialgift .reco-area .reco-wrap .swiper-button-next{
		right: -25px;
	}
	#socialgift .reco-area .reco-wrap .item-slider .swiper-wrapper .item-wrap a .item-info .brand{
		padding-bottom: 4px;
		margin-bottom: 6px;
	}
	#socialgift .reco-area .reco-wrap .item-slider .swiper-wrapper .item-wrap a .item-info .price{
		font-size: 12px;
	}
	#socialgift .reco-area .reco-wrap .item-slider .swiper-wrapper .item-wrap a .item-info .price .emphasis{
		font-size: 18px;
	}
	#socialgift .inner-content .go-button{
		width: 85%;
		margin: 30px auto 0;
	}
	#socialgift .inner-content .go-button a{
		padding: 10px 25px;
		font-size: 17px;
	}
	#socialgift .inner-content .go-button a::after{
		right: 20px;
    width: 9px;
    height: 9px;
	}
}

/****************************
注意事項
****************************/
#socialgift .attention-area .attention-list .attention-tx{
	text-indent: -1em;
	padding-left: 1em;
}
#socialgift .attention-area .attention-list .attention-tx +.attention-tx{
	margin-top: 5px;
}

@media screen and (max-width: 599.9px){
	#socialgift .attention-area .h2-title-wrap .h2-title::before, 
	#socialgift .attention-area .h2-title-wrap .h2-title::after{
		border-top: 20px solid;
		border-bottom: 20px solid;
	}
	#socialgift .attention-area .h2-title-wrap .h2-title::before{
		left: -31px;
		border-left: 13px solid transparent;
	}
	#socialgift .attention-area .h2-title-wrap .h2-title::after{
		right: -31px;
		border-right: 13px solid transparent;
	}
	#socialgift .attention-area .attention-list .attention-tx +.attention-tx{
		margin-top: 3px;
	}
}


