/* CSS Remedy */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kurenaido&display=swap);



/*背景カラー*/

.l_bg01{

	background:var(--background-primary);
}

/* パンクズ */
#bread-crumb {
	position: static;
	transform: none;
  }
  @media screen and (max-width: 1025px) {
	#bread-crumb {
	  margin: 0 0 15px;
	  padding: 0 15px;
	  border-top: 1px solid #9B9B9B;
	  width: 100%;
	}
  }

/* ２段目のパンくずを無効化（現在キャンペーンを無効化） */
#bread-crumb-listTop li:nth-of-type(2) a {
	pointer-events: none;
  }


  /* ページ見出し */
#Journal article > h2 {
	display: none;
  }
  

/* ユーティリティ */
.u_sp {
	display: none;
  }

  .u_inlineblock {
	display: inline-block ;
  }
  
  
  @media screen and (max-width: 768px) {
	.u_pc {
		display: none;
	  }
	  
	.u_sp {
	  display: block;
	}
	.u_sp_inlineblock {
	  display: inline-block ;
	}
  
  }
  
  
  .u_clearfix:after {
	content: "";
	display: block;
	clear: both;
  } 


  .u_font_zen{
	font-family: "Zen Kurenaido", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.u_font_mincho {
	font-family: "Noto Serif JP", serif;
  }


  /*テキスト色*/

.u_primary_color{
	color:var(--primary-color);
}




/*コンテンツ幅*/


.content_width:after {
	content: "";
	display: block;
	clear: both;
  } 

  .content_width{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	line-height:1.8;
	font-size:16px;
	letter-spacing: 0.1em;
	padding-left:20px;
	padding-right:20px;
  }



/*common*/

.c_headline01{
	font-size: 30px !important;
	text-align: center;
	padding-bottom:50px !important;
	margin-bottom:30px !important;
	line-height:1.4;
	position: relative;
	
}

.c_headline01::before{
	content: "";
	display: block;
	position: absolute;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	width: 146px;
    height: 28px;
	bottom:0;
	left: 0;
	right: 0;
	margin:0 auto;
}

.c_headline01-image01{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

	.c_headline01{
		font-size: calc(40 * 100vw / 750) !important;
		margin-bottom:calc(30 * 100vw / 750) !important;
	}
	
	.c_headline01-image01{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
}

.c_button01{
	display: block;
	background:var(--primary-color);
	color:#fff !important;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding:20px 10px;
	position: relative;
	-webkit-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		transition: opacity 0.3s;

}

.c_button01-iconcart{
	background-image:url(../../../../cdnassets/scene_gift/cmnimg/icon_cart.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100%;
	display: block;
	position: absolute;
	width:26px;
	height:23px;
	right: 10px;
	top:0;
	bottom:0;
	margin:auto 0;
}


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

	.c_button01:hover{
		opacity: 0.6;

	}



}

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

		font-size: calc(35 * 100vw / 750);
		padding: calc(30 * 100vw / 750)  calc(10 * 100vw / 750);

	}
	
	.c_button01-iconcart{
		width: calc(52 * 100vw / 750);;
		height: calc(46 * 100vw / 750);;
		right:  calc(20 * 100vw / 750);;

	}
}


.c_link01{
	color:var(--primary-color) !important;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline !important;
}

.c_link01-arrow{
	position: relative;
	display: inline-block;
	width:10px;
	height:8px;
	margin-bottom:2px;
	margin-left: 5px;
}

.c_link01-arrow::before,
.c_link01-arrow::after{
	position: absolute;
	content: "";
	display: block;
	width:10px;
	height:2px;
	background-color: var(--primary-color);
	right: 0;

}

.c_link01-arrow::before{
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
			top: 0;
}

.c_link01-arrow::after{
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			bottom:0;
}


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

	.c_link01:hover{
		text-decoration: none !important;

	}


}

@media screen and (max-width: 768px) {
	.c_link01{
		font-size: calc(30 * 100vw / 750);
	}
	
	.c_link01-arrow{

		width:calc(12 * 100vw / 750);
		height:calc(10 * 100vw / 750);
		margin-bottom:calc(2 * 100vw / 750);
		margin-left: calc(5 * 100vw / 750);
	}
	
	.c_link01-arrow::before,
	.c_link01-arrow::after{

		width:calc(12 * 100vw / 750);
		height:calc(4 * 100vw / 750);

	}

}


  /*商品リスト*/

  .c_item_list{
	margin:0 !important;
}
  
  .c_item_list li{
	float:left;
	width:30%;
	margin-right:5% !important;
	list-style: none !important;
  }

  .c_item_list li:nth-child(3n){
	margin-right:0 !important;
	float:right;
  }

  .c_item_list li:nth-child(3n+1){
	clear:both;
  }

  .c_item_list-name{
	font-size: 20px !important;
	position: relative;

	padding-bottom:20px !important;
	margin-bottom:30px !important;
	border-bottom:1px solid var(--gray-color01);
  }

  .c_item_list._ranking .c_item_list-name{
	padding-left:45px;
  }

  .c_item_list._ranking .c_item_list-rank{
	position: absolute;
	left: 0;
	top:0;
  }

  .c_item_list-image{
	margin-bottom:10px;
	text-align: center;
  }

  .c_item_list-detail{
	margin-bottom:10px;
  }

  .c_item_list-detail > div{
	display: table;
	width:100%;
	font-size: 14px;
  }



  .c_item_list-detail dt,
  .c_item_list-detail dd{
	display: table-cell;
  }

  .c_item_list-detail dt{
	width:80px;
	white-space: nowrap;
	font-weight: bold;
  }

  .c_item_list-price{
	margin-bottom:10px;
  }

  .c_item_list-price_text{
	font-weight: bold;
	float:left;
  }

  .c_item_list-price_number{
	float:right;
	font-size: 30px;
	font-weight: bold;
	color:var(--primary-color);
	font-family: "Noto Serif JP", serif;
  }

  .c_item_list-price_tax{
	font-size: 16px;
	color:var(--gray-color01);
	font-family: "游ゴシック体",YuGothic,yu-gothic-pr6n,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",'Noto Sans JP',sans-serif;
  }

  .c_item_list .c_button01{
	margin-bottom:10px;
  }


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


	  .c_item_list li{
		float:none;
		width:auto;
		margin-right:0 !important;
	  }

	  .c_item_list li+li{
		margin-top:calc(60 * 100vw / 750);
	  }
	
	  .c_item_list li:nth-child(3n){
		float:none;
	  }
	
	  .c_item_list-name{
		font-size: calc(34 * 100vw / 750) !important;
		padding-bottom:calc(20 * 100vw / 750) !important;
		margin-bottom:calc(40 * 100vw / 750) !important;
	  }
	
	  .c_item_list._ranking .c_item_list-name{
		padding-left:calc(60 * 100vw / 750);
	  }
	
	  .c_item_list._ranking .c_item_list-rank img{
		width:calc(50 * 100vw / 750) !important;
		padding-top: calc(2 * 100vw / 750);
	  }

	  .c_item_list-image{
		margin-bottom:calc(10 * 100vw / 750);
	  }
	
	  .c_item_list-detail{
		margin-bottom:calc(10 * 100vw / 750);
	  }
	
	  .c_item_list-detail > div{
		font-size: calc(26 * 100vw / 750);
	  }


	  .c_item_list-detail dt{
		width:calc(30 * 100vw / 750);
	  }
	
	  .c_item_list-price{
		margin-bottom:calc(10 * 100vw / 750);
	  }
	
	  .c_item_list-price_text{
		font-size: calc(28 * 100vw / 750);
	  }
	
	  .c_item_list-price_number{
		font-size:  calc(60 * 100vw / 750);
	  }
	
	  .c_item_list-price_tax{
		font-size:calc(24 * 100vw / 750);
	  }
	
	  .c_item_list .c_button01{
		margin-bottom:calc(10 * 100vw / 750);
	  }
	
  }


/*商品リスト2*/
.c_item_list02 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 60px 1fr 60px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
	  }
  
  .c_item_list02 li {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: subgrid;
	grid-template-rows: subgrid;
	-ms-grid-row-span: 6;
	grid-row: span 6;
	gap: 0;
		}
  
  .c_item_list02-name {
	font-size: 24px;
	line-height: 1.7;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	position: relative;
	gap: 0 14px;
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
			
		}
  

  
		.c_item_list02-name:after {
			position: absolute;
			bottom: -10px;
			content: "";
			display: block;
			background: #9b9b9b;
			height: 1px;
			width: 100%;
		  }
  
  .c_item_list02-image {
		  margin-top: 30px;
		  text-align: center;
		}
  
  .c_item_list02-detail {
		  margin-top: 16px;
		  display: table;
		  width:100%;
		}

		.c_item_list02-detail dt,
		.c_item_list02-detail dd{
			display: table-cell;
		}
		
		.c_item_list02-detail dt{
			white-space:nowrap ;
			width:80px;
			font-weight: bold;
		}
  
		.c_item_list02-detail dd{
			line-height:1.6;
			margin-bottom:10px;
		}

  .c_item_list02-price {
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-box-pack: justify;
			  -ms-flex-pack: justify;
				  justify-content: space-between;
		  -webkit-box-align: center;
			  -ms-flex-align: center;
				  align-items: center;
		  margin-top: 16px;
		}
  
  .c_item_list02-price_text {
			font-size: 20px;
			font-weight: bold;
		  }
  
  .c_item_list02-price_tax {
			font-size: 16px;
			color: var(--gray-color01);
			font-family: "游ゴシック体",YuGothic,yu-gothic-pr6n,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",'Noto Sans JP',sans-serif;
		  }
  
  .c_item_list02-price_number {
			  font-size: 36px;
			  color: var(--primary-color);
			  letter-spacing: 0.1em;
			  font-weight: 700;
			  font-family: "Noto Serif JP", serif;
			}
  
	.c_item_list02 .c_button01{
				margin-top: 20px;
				margin-bottom:15px;
	}




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

		.c_item_list02 {
		  -ms-grid-columns: 1fr;
		  grid-template-columns: repeat(1, 1fr);
		  gap: calc(50 * 100vw / 750) 0;
		}
		  .c_item_list02 li {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 1fr calc(10 * 100vw / 750) 1fr;
			grid-template-columns: repeat(2, 1fr);
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			gap: calc(20 * 100vw / 750) calc(10 * 100vw / 750);
		  }
		  .c_item_list02-name {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-ms-grid-row: 1;
			-ms-grid-row-span: 1;
			-ms-grid-column: 2;
			-ms-grid-column-span: 1;
			grid-area: 1 / 2 / 2 / 3;
			border-bottom: 1px solid var(--gray-color01);
			padding-bottom: calc(20 * 100vw / 750);
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
			min-height: calc(190 * 100vw / 750);
			font-size: calc(32 * 100vw / 750) !important;
		  }


			.c_item_list02-name:after {
				display: none;
			}
  
		  .c_item_list02-image {
			-ms-grid-row: 1;
            -ms-grid-row-span: 2;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-area: 1/1/3/2;
            margin-top: 0;
		  }
  
		  .c_item_list02-detail {
			font-size: calc(26 * 100vw / 750);
			margin-top: calc(0 * 100vw / 750);
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            grid-area: 3/1/4/3;
		  }
  

  
		  .c_item_list02-price {
			-ms-grid-row: 2;
			-ms-grid-row-span: 1;
			-ms-grid-column: 2;
			-ms-grid-column-span: 1;
			grid-area: 2 / 2 / 3 / 3;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			margin-top: calc(0 * 100vw / 750);
			gap: calc(0 * 100vw / 750);
			line-height:1.6;

		  }


		  .c_item_list02-linkarea {
            -ms-grid-row: 4;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            grid-area: 4/1/5/3;
          }
			.c_item_list02-price_text {
			  font-size: calc(24 * 100vw / 750);
			}
			.c_item_list02-price_tax {
			  font-size: calc(24 * 100vw / 750);
			}
			  .c_item_list02-price_number {
				font-size: calc(50 * 100vw / 750);
			  }
  
			  .c_item_list02 .c_button01{
				margin-top: calc(20 * 100vw / 750);
				margin-bottom:calc(20 * 100vw / 750);
	}
  
	  }
  

/*scene_gift_mv*/

.scene_gift_mv-hl{
	display: block !important;
}

.scene_gift_mv-hl img{
	width: 100%;
	text-align: center;
}

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



}


/*scene_gift_lead*/

.scene_gift_lead .content_width{
	padding-top:80px;
	padding-bottom:80px;
}

.scene_gift_lead-text{
	text-align: center;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom:80px;
}

.scene_gift_lead-text p+p{
	margin-top:40px;
}

.scene_gift_lead-anchor {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 80px;
  }

.scene_gift_lead-anchor a {
	font-size: 18px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border: 1px solid var(--primary-color);
	border-radius: 8px;
	padding: 20px 20px 20px 60px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	background-color: #fff;
	line-height:1.6 !important;
	position: relative;
}

.scene_gift_lead-anchor a:hover {
	-webkit-box-shadow: 0 0 18px 0 var(--primary-shadowcolor);
			box-shadow: 0 0 18px 0 var(--primary-shadowcolor);

}
.scene_gift_lead-anchor a::before {
	content: "";
	position: absolute;
	left:20px;
	top:0;
	bottom:0;
	width: 35px;
	height: 35px;
	margin:auto 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}



.scene_gift_lead-anchor_arrow{
	position: absolute;
	display: block;
	width:16px;
	height:10px;
	right:10px;
	top:0;
	bottom:0;
	margin:auto 0;
}

.scene_gift_lead-anchor_arrow::before,
.scene_gift_lead-anchor_arrow::after{
	content: "";
	display: block;
	position: absolute;
	width:10px;
	height:3px;
	background:var(--primary-color);
	border-radius: 5px;
}

.scene_gift_lead-anchor_arrow::before{
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	left: 0;
}

.scene_gift_lead-anchor_arrow::after{
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
	right: 0;
}


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

	.scene_gift_lead .content_width{
		padding-top:calc(80 * 100vw / 750);
		padding-bottom:calc(80 * 100vw / 750);
	}
	
	.scene_gift_lead-text{
		font-size: calc(30 * 100vw / 750);
		margin-bottom:calc(80 * 100vw / 750);
	}
	
	.scene_gift_lead-text p+p{
		margin-top:calc(30 * 100vw / 750);
	}

	.scene_gift_lead-anchor {
	  -ms-grid-columns: 1fr calc(30 * 100vw / 750) 1fr;
	  grid-template-columns: repeat(2, 1fr);
	  grid-auto-rows: 1fr;
	  gap: calc(30 * 100vw / 750);
	  margin-top: calc(80 * 100vw / 750);
	}

	.scene_gift_lead-anchor a {
	  height: 100%;
	  font-size: calc(26 * 100vw / 750);
	  border-radius: calc(8 * 100vw / 750);
	  padding: calc(20 * 100vw / 750) calc(20 * 100vw / 750) calc(20 * 100vw / 750) calc(70 * 100vw / 750);
	}

	.scene_gift_lead-anchor a::before {
		left:calc(20 * 100vw / 750);
		width: calc(35 * 100vw / 750);
		height: calc(35 * 100vw / 750);
	}
	

	.scene_gift_lead-anchor_arrow{

		width:calc(23 * 100vw / 750);
		height:calc(10 * 100vw / 750);
		right:calc(10 * 100vw / 750);

	}
	
	.scene_gift_lead-anchor_arrow::before,
	.scene_gift_lead-anchor_arrow::after{
		width:calc(15 * 100vw / 750);
		height:calc(3 * 100vw / 750);
		border-radius: calc(5 * 100vw / 750);
	}


}

/*scene_gift_ranking*/
.scene_gift_ranking .content_width{
	padding-top:80px;
	padding-bottom:80px;
  }

  @media screen and (max-width: 768px) {
	.scene_gift_ranking .content_width{
		padding-top:calc(80 * 100vw / 750);
		padding-bottom:calc(80 * 100vw / 750);
	  }
	}

/*scene_gift_reason*/
.scene_gift_reason .content_width{
	padding-top:80px;
	padding-bottom:80px;
  }

  .scene_gift_reason-image{
	margin-bottom:60px;
  }

  .scene_gift_reason-image img{
	border-radius: 30px;
	display: block;

  }

  .scene_gift_reason-image > div{
	position: relative;
  }

  .scene_gift_reason-image > div:nth-child(1) img{
	-webkit-box-shadow: 0 0 18px 0 var(--primary-shadowcolor);
	box-shadow: 0 0 18px 0 var(--primary-shadowcolor);

  }

  .scene_gift_reason-image > div:nth-child(1){
	float:left;
	width:58%;
	margin-right:-9%;
	z-index: 2;

  }
  .scene_gift_reason-image > div:nth-child(2){
	float:right;
	width:50.2%;
	padding-top:10%;
	z-index: 1;
  }




  .scene_gift_reason-list {
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	gap: 25px;
	margin:0 auto !important;
  }

  .scene_gift_reason-list li {
	background-color: var(--background-primary);
	background-repeat: repeat;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 30px 40px 30px 40px !important;
	gap: 0 20px;
	position: relative;
  }
  


.scene_gift_reason-img {
	position: absolute;
	width: 140px;
	right: 30px;
	top: -20px;
  }


  .scene_gift_reason-icon {
	width: 90px;
  }

  .scene_gift_reason-headline01 {
	font-size: 24px;
	margin-bottom:10px;
	font-weight: bold;
	color:var(--primary-color);
	line-height:1.6;
  }

  .scene_gift_reason-text {
	font-size: 15px;
	line-height: 1.8;
  }


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

	.scene_gift_reason .content_width{
		padding-top:calc(80 * 100vw / 750);
		padding-bottom:calc(80 * 100vw / 750);
	  }

	.scene_gift_reason-image{
		margin-bottom:calc(100 * 100vw / 750);
	  }


	  .scene_gift_reason-image img{
		border-radius: calc(30 * 100vw / 750);
	
	  }

	.scene_gift_reason-list {
		gap: calc(140 * 100vw / 750) 0;
	  }
	.scene_gift_reason-list li {
		padding: calc(90 * 100vw / 750) calc(40 * 100vw / 750) calc(60 * 100vw / 750) !important;
	  }

	  
	  .scene_gift_reason-img {
		width: calc(228 * 100vw / 750);
		right:  calc(20 * 100vw / 750);
		top: calc(-60 * 100vw / 750);
	  }


	  .scene_gift_reason-icon {
		width: calc(145 * 100vw / 750);
		position: absolute;
		top: calc(-80 * 100vw / 750);
		left: 50%;
		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
	  }

	  .scene_gift_reason-headline01 {
		font-size: calc(40 * 100vw / 750);
		margin-bottom: calc(20 * 100vw / 750);
		text-align: center;
	  }

	  .scene_gift_reason-text {
		font-size: calc(30 * 100vw / 750);
	  }
}


/*scene_gift_select*/


.scene_gift_select .content_width{
	padding-top:80px;
	padding-bottom:80px;
}

.scene_gift_select-anchor {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	gap: 30px;
	width: 70%;
	margin:0 auto 40px !important;

  }

  .scene_gift_select-anchor a {
	font-size: 18px !important;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border: 1px solid var(--primary-color);
	border-radius: 8px;
	padding: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	background-color: #fff;
	height: 100%;
	text-align: center;
	line-height:1.6 !important;
	position: relative;
  }

  .scene_gift_select-anchor a:hover {
	-webkit-box-shadow: 0 0 18px 0 var(--primary-shadowcolor);
			box-shadow: 0 0 18px 0 var(--primary-shadowcolor);
	/* outline: #185daa 4.00_x0000px solid; */
  }


  .scene_gift_select-anchor_arrow{
	position: absolute;
	display: block;
	width:16px;
	height:10px;
	right:0;
	left: 0;
	bottom:5px;
	margin:0 auto;
}

.scene_gift_select-anchor_arrow::before,
.scene_gift_select-anchor_arrow::after{
	content: "";
	display: block;
	position: absolute;
	width:10px;
	height:3px;
	background:var(--primary-color);
	border-radius: 5px;
}

.scene_gift_select-anchor_arrow::before{
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	left: 0;
}

.scene_gift_select-anchor_arrow::after{
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
	right: 0;
}
	  
@media screen and (max-width: 768px) {

	.scene_gift_select .content_width{
		padding-top: calc(80 * 100vw / 750);
		padding-bottom: calc(80 * 100vw / 750);
	}
	

	.scene_gift_select-anchor {
		width: 100%;
		gap: calc(30 * 100vw / 750);
		margin-top: calc(80 * 100vw / 750);
		margin-bottom: calc(80 * 100vw / 750);
	  }

	  .scene_gift_select-anchor a {
		  -webkit-box-orient: vertical;
		  -webkit-box-direction: normal;
			  -ms-flex-direction: column;
				  flex-direction: column;
		  gap: calc(20 * 100vw / 750);
		  padding: calc(30 * 100vw / 750) calc(10 * 100vw / 750) calc(35 * 100vw / 750) ;
		  font-size: calc(22 * 100vw / 750) !important;
		  border-radius: calc(8 * 100vw / 750);
		}

		.scene_gift_select-anchor_arrow{

			width:calc(23 * 100vw / 750);
			height:calc(10 * 100vw / 750);
			bottom:calc(10 * 100vw / 750);
		}
		
		.scene_gift_select-anchor_arrow::before,
		.scene_gift_select-anchor_arrow::after{
			width:calc(15 * 100vw / 750);
			height:calc(3 * 100vw / 750);
			border-radius: calc(5 * 100vw / 750);
		}
	
}
	  




.scene_gift_select-section {
	margin-bottom: 74px;
}
.scene_gift_select-section:last-of-type {
  margin-bottom: 0;
}
.scene_gift_select-headline01 {
  position: relative;
  margin-bottom: 40px;
}

.scene_gift_select-headline01 picture {
  position: relative;
}
.scene_gift_select-headline01_image {

  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scene_gift_select-headline01_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scene_gift_select-headline01_text_inner {
  margin: auto;
  font-size: 28px !important;
  text-align: center;
  padding: 0.3em 2em !important;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 0 0 var(--primary-color);
		  box-shadow: 10px 10px 0 0 var(--primary-color);
}
@media screen and (max-width: 768px) {
	.scene_gift_select-section {
		margin-bottom: calc(80 * 100vw / 750);
	  }

	  .scene_gift_select-headline01 {
		  margin-left: calc(50% - 50vw);
		  margin-right: calc(50% - 50vw);
		  margin-bottom: calc(40 * 100vw / 750);
		}

		.scene_gift_select-headline01_text{
		  left: 0;
		}
		.scene_gift_select-headline01_text_inner {

			font-size: calc(40 * 100vw / 750) !important;
			border-radius: 0 8px 8px 0;
			-webkit-box-shadow: calc(6 * 100vw / 750) calc(6 * 100vw / 750) 0 0 var(--primary-color);
					box-shadow: calc(6 * 100vw / 750) calc(6 * 100vw / 750) 0 0 var(--primary-color);
			padding: 0.5em !important;
			margin-bottom: calc(40 * 100vw / 750);
		  }
}




.scene_gift_select-voice {
	max-width: 960px;
	margin: 60px auto 0;
	background: #fff;
	border-radius: 10px;
	padding: 30px 30px 30px 80px;
	position: relative;
	min-height: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .scene_gift_select-voice_headline {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	top: -20px;
	font-size: 24px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 15px;
  }
  .scene_gift_select-voice_headline::before, .scene_gift_select-voice_headline::after {
	content: "";
	display: inline-block;
	background-size: cover;
	width: 25px;
	height: 24px;
  }

  .scene_gift_select-voice_headline::after {
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
  }
  .scene_gift_select-voice_icon {
	position: absolute;
	width: 100px;
	left: -50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  .scene_gift_select-voice_body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 20px;
  }
  
  .scene_gift_select-voice_body p {
	font-size: 15px;
	line-height: 2;
  }

  .scene_gift_select-voice_body p span {
	display: inline-block;
	width: 100%;
	text-align: right;
  }
  .scene_gift_select-voice_body img {
	width: 366px;
  }

  .scene_gift_select-voice_cation {
	max-width: 960px;
	margin: 12px auto 0;
	font-size: 14px;
  }

@media screen and (max-width: 768px) {
	.scene_gift_select-voice {
		max-width: 100%;
		margin: calc(100 * 100vw / 750) auto 0;
		padding: calc(20 * 100vw / 750) calc(40 * 100vw / 750);
		min-height: auto;
	  }
	  .scene_gift_select-voice_headline {
		  top: calc(-90 * 100vw / 750);
		  font-size: calc(40 * 100vw / 750);
		  gap: calc(20 * 100vw / 750);
	  }
	  .scene_gift_select-voice_headline::before, .scene_gift_select-voice_headline::after {
		width: calc(30 * 100vw / 750);
		height: calc(29 * 100vw / 750);
	  }
	  .scene_gift_select-voice_icon {
		  width: calc(140 * 100vw / 750);
		  left: calc(40 * 100vw / 750);
		  top: calc(-20 * 100vw / 750);
		  -webkit-transform: none;
				  transform: none;
	  }
	  .scene_gift_select-voice_body {
		  -webkit-box-orient: vertical;
		  -webkit-box-direction: normal;
			  -ms-flex-direction: column;
				  flex-direction: column;
		  gap: calc(40 * 100vw / 750);
		}
		.scene_gift_select-voice_body p {
		  font-size: calc(30 * 100vw / 750);
		}
		.scene_gift_select-voice_body p::before {
		  float: left;
		  display: inline-block;
		  content: "";
		  width: calc(160 * 100vw / 750);
		  height: calc(100 * 100vw / 750);
		}

		.scene_gift_select-voice_body img {
		  width: 100%;
		}

		.scene_gift_select-voice_cation {
		  max-width: 100%;
		  margin: calc(10 * 100vw / 750) auto 0;
		  font-size: calc(26 * 100vw / 750);
		}

}


/*scene_gift_select-budget*/
.scene_gift_budget .content_width{
    padding-top: 80px;
    padding-bottom: 80px;
  }




.scene_gift_budget-priceList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 30px;
    }

.scene_gift_budget-priceList li {
      width: 18%;
    }

.scene_gift_budget-priceList li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      padding: 1.2em;
      font-size: 16px !important;
      font-family: "Noto Serif JP", serif;
      border: 1px solid var(--primary-color);
      border-radius: 10px;
      position: relative;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-weight: 600;
    }



	@media screen and (min-width: 769px) {
		.scene_gift_budget-priceList {
		  position: relative;
		  max-width: 1200px;
		  width: calc(100% - 80px);
		  padding-bottom: 60px;
		  margin:0 auto !important
		}
  
		.scene_gift_budget-priceList li a:hover {
		  background: var(--primary-color);
		  color: #ffffff;
		}
		  .scene_gift_budget-priceList li a:hover i {
			color: #ffffff;
		  }
  
	  }
  
		  @media screen and (max-width: 768px) {

			.scene_gift_budget .content_width{
				padding-top: calc(80 * 100vw / 750);
				padding-bottom: calc(80 * 100vw / 750);
			  }
  
  
		.scene_gift_budget-priceList {
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap;
		  -webkit-box-pack: start;
			  -ms-flex-pack: start;
				  justify-content: flex-start;
		  gap: calc(20 * 100vw / 750);
		}
  
		.scene_gift_budget-priceList li {
		  width: 48%;
		}
  
		.scene_gift_budget-priceList li a {
		  font-size: calc(25 * 100vw / 750) !important;
		  border-radius: 1.3vw;
		  line-height: 1.2;
		}
  
	}

.scene_gift_noshi {
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 110px;
    padding: 55px 80px;
    position: relative;
  }

.scene_gift_noshi-icon {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      top: -54px;
    }

.scene_gift_noshi-free {
      background: var(--primary-color);
      width: 200px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      font-size: 16px;
      border-radius: 18px;
      margin: 0 auto;
    }

.scene_gift_noshi-headline {
      font-size: 28px;
      margin-top: 14px;
    }

.scene_gift_noshi-body{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0 60px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 20px;
    }

	.scene_gift_noshi-body p {
        font-size: 15px;
        line-height: 2;
        margin-bottom: 0.8em;
      }

.scene_gift_noshi-body .u_primary_color {
          font-size: 14px;
          line-height: 1.7;
          margin-bottom: 1.5em;
        }

.scene_gift_noshi-body a {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }

.scene_gift_noshi-body img {
        width: 276px;
      }

	.scene_gift_noshi-attention{
		border:4px solid #cc0000;
		margin-top:20px;
		padding:20px;
		font-weight: bold;

		border-radius: 10px;
	}


@media screen and (max-width: 768px) {
    .scene_gift_noshi{
      margin-top: calc(140 * 100vw / 750);
      padding: calc(50 * 100vw / 750) calc(20 * 100vw / 750);
      border-width: 1px;
    }

      .scene_gift_noshi-icon {
        top: calc(-55 * 100vw / 750);
        width: calc(364 * 100vw / 750);
      }

      .scene_gift_noshi-free {
        width: calc(200 * 100vw / 750);
        height: calc(55 * 100vw / 750);

        font-size: calc(32 * 100vw / 750);
        border-radius: 32px;
      }

      .scene_gift_noshi-headline {
        font-size: calc(40 * 100vw / 750);
        margin-top: calc(20 * 100vw / 750);
      }

      .scene_gift_noshi-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: calc(60 * 100vw / 750);
        margin-top: calc(20 * 100vw / 750);
      }
        .scene_gift_noshi-body p {
          font-size: calc(30 * 100vw / 750);
        }

          .scene_gift_noshi-body .u_primary_color {
            font-size: calc(26 * 100vw / 750);
          }
        .scene_gift_noshi-body img {
          width: 70%;
          margin: 0 auto;
        }

		.scene_gift_noshi-attention{
			border-width:0.5vw;
			margin-top:5vw;
			padding:2.5vw;
			border-radius: 2vw;
			font-size: 3vw;
		}
	
		.scene_gift_noshi-attention p{
			color:#cc0000 !important;
		}

  }

/*scene_gift_order*/

.scene_gift_order .content_width{
	padding-top:80px;
	padding-bottom:80px;
}


.scene_gift_order-body {
  padding: 60px 0px 20px;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.scene_gift_order-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.scene_gift_order-list::after {
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 76%;
  height: 1px;
  border-bottom: 2px dashed var(--primary-color);
}
.scene_gift_order-list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
}

.scene_gift_order-list li:not(:last-child) {
  border-right: 1px solid var(--primary-color);
}

.scene_gift_order-headline {
  color: var(--primary-color);
  font-size: 28px;
  text-align: center;
  position: relative;
  padding-top: 60px;
  margin-bottom: 30px;
  line-height:1.6;
}

.scene_gift_order-headline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  display: inline-block;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.scene_gift_order-headline::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin-inline: auto;
  display: inline-block;
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 10em;
  border: 2px solid var(--primary-color);
  z-index: 1;
}


.scene_gift_order-headline.box::after {
  background-color: var(--primary-color);
}
.scene_gift_order-icon {
  text-align: center;
  margin: auto;
  position: absolute;
}

.scene_gift_order-icon:not(.scene_gift_order-icon:empty) {
  display: inline-block;
  border: 1px solid var(--secondary-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em;
  font-size: 15px;
  font-weight: bold;
  color: var(--secondary-color);
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  top: -55px;
  z-index: 2;
}

.scene_gift_order-text {
  font-size: 15px;
  line-height: 2;
}

.scene_gift_order-list li:nth-child(3) .scene_gift_order-icon {
  left: 46%;
}

.scene_gift_order-list li:nth-child(4) .scene_gift_order-icon {
  left: 71%;
}

.scene_gift_order-foot li {
  font-size: 14px;
  line-height: 1.8;
}

.scene_gift_order-headline._mail::before {
	width:55px;
  }

@media screen and (max-width: 768px) {
	.scene_gift_order .content_width{
		padding-top:calc(80 * 100vw / 750);
		padding-bottom:calc(80 * 100vw / 750);
	}

  .scene_gift_order-body {
    padding: calc(20 * 100vw / 750) calc(20 * 100vw / 750) calc(20 * 100vw / 750) calc(80 * 100vw / 750);
    margin-bottom: calc(20 * 100vw / 750);
  }

  .scene_gift_order-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .scene_gift_order-list::after {
    top: calc(80 * 100vw / 750);
    right: auto;
    left: calc(-40 * 100vw / 750);
    width: 1px;
    height: calc(100% - 22vw);
    border-bottom: none;
    border-left: 2px dashed var(--primary-color);
  }

  .scene_gift_order-list li {
    padding-left: calc(20 * 100vw / 750) !important;
    padding-right: calc(20 * 100vw / 750) !important;
    padding-bottom: calc(20 * 100vw / 750) !important;
  }

  .scene_gift_order-list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--primary-color);
  }

  .scene_gift_order-headline {
	line-height:1.2;
    font-size: calc(42 * 100vw / 750);
    padding-top: calc(30 * 100vw / 750);
    padding-bottom: calc(30 * 100vw / 750);
    text-align: left;
    padding-left: calc(77 * 100vw / 750);
    margin-bottom: calc(30 * 100vw / 750);
  }

  .scene_gift_order-headline::before {
    top: auto;
    right: auto;
    width: calc(60 * 100vw / 750);
  }

  .scene_gift_order-headline._mail::before {
    width: calc(51 * 100vw / 750);
  }

  .scene_gift_order-headline::after {
    top: 50%;
    right: auto;
    left: calc(-70 * 100vw / 750);
    width: calc(25 * 100vw / 750);
  }

  .scene_gift_order-icon {
    margin-left: 0;
  }

  .scene_gift_order-icon:not(.scene_gift_order-icon:empty) {
    padding: calc(10 * 100vw / 750);
    font-size: calc(26 * 100vw / 750);
    margin-top: calc(10 * 100vw / 750);
    margin-bottom: calc(30 * 100vw / 750);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
	line-height:1.2;
  }

  .scene_gift_order-text {
    font-size: calc(26 * 100vw / 750);
  }

  .scene_gift_order-list li:nth-child(3) .scene_gift_order-icon {
    top: calc(286 * 100vw / 750) !important;
    left: calc(-64 * 100vw / 750) !important;
  }

  .scene_gift_order-list li:nth-child(4) .scene_gift_order-icon {
    top: calc(575 * 100vw / 750) !important;
    left: calc(-64 * 100vw / 750) !important;
  }

  .scene_gift_order-foot li {
    font-size: calc(24 * 100vw / 750);
  }
}



/*.scene_gift_faq*/
.scene_gift_faq .content_width{
	padding-top: 80px;
	padding-bottom: 80px;
}

.scene_gift_faq .c_headline01-image01{
	max-width:250px;
}

.scene_gift_faq-list{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

.scene_gift_faq-list dt,
.scene_gift_faq-list_child_inner{
	position: relative;
}

.scene_gift_faq-list dt{
	background:var(--primary-color);
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	padding:15px 60px 15px 50px;
	cursor:pointer;
}

.scene_gift_faq-list_icon{
	width:33px;
	height:20px;
	position: absolute;
	top:0;
	bottom:0;
	right:20px;
	margin:auto 0;
}

.scene_gift_faq-list_icon::before,
.scene_gift_faq-list_icon::after{
	content: "";
	display: block;
	position: absolute;
	width:20px;
	height:3px;
	background:#fff;
	border-radius: 10px;
	top:0;
	bottom:0;
	margin:auto 0;
}

.scene_gift_faq-list_icon::before{
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
			left:0;
}

.scene_gift_faq-list_icon::after{
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			right:0;
}

.scene_gift_faq-list dt.is-open .scene_gift_faq-list_icon{
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}

.scene_gift_faq-list_child_inner{
	padding:15px 15px 15px 50px;
}

.scene_gift_faq-list_q,
.scene_gift_faq-list_a{
	position: absolute;
	left: 20px;
	top:15px;
	font-weight: bold;
	font-size: 20px;
}

.scene_gift_faq-list_a{
	color:var(--primary-color);
}

.scene_gift_faq-list dd{
	display: none;
}

.scene_gift_faq-list_child+.scene_gift_faq-list_child{
	margin-top:20px;
}

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

	.scene_gift_faq .content_width{
		padding-top: calc(80 * 100vw / 750);
		padding-bottom: calc(80 * 100vw / 750);
	}
	

	.scene_gift_faq .c_headline01-image01{
		max-width:calc(350 * 100vw / 750);
		padding-bottom:calc(20 * 100vw / 750);
	}
	
	.scene_gift_faq-list{
		max-width:inherit;

	}
	
	.scene_gift_faq-list dt,
	.scene_gift_faq-list_child_inner{
		position: relative;
	}
	
	.scene_gift_faq-list dt{
		font-size: calc(30 * 100vw / 750);
		padding:calc(30 * 100vw / 750) calc(70 * 100vw / 750) calc(30 * 100vw / 750) calc(80 * 100vw / 750);
	}
	
	.scene_gift_faq-list_icon{
		width:calc(41 * 100vw / 750);
		height:calc(30 * 100vw / 750);
		right:calc(30 * 100vw / 750);
	}
	
	.scene_gift_faq-list_icon::before,
	.scene_gift_faq-list_icon::after{
		width:calc(25 * 100vw / 750);
		height:calc(5 * 100vw / 750);
		border-radius: calc(5 * 100vw / 750);
	}

	.scene_gift_faq-list dd{
		font-size: calc(30 * 100vw / 750);
	}
	

	
	.scene_gift_faq-list_child_inner{
		padding:calc(30 * 100vw / 750) calc(20 * 100vw / 750) calc(30 * 100vw / 750) calc(80 * 100vw / 750);
	}
	
	.scene_gift_faq-list_q,
	.scene_gift_faq-list_a{
		left: calc(30 * 100vw / 750);
		top:calc(30 * 100vw / 750);
		font-size: calc(30 * 100vw / 750);
	}
	
	.scene_gift_faq-list_child+.scene_gift_faq-list_child{
		margin-top: calc(40 * 100vw / 750);
	}

}