/*img.fs-p-logo__image {
	width: auto;
}*/

.item_wrap .original_bag .to-bag_btn {
	top: 37%;
}

.item_wrap .original_bag .option_btn {
	bottom: 0;
}

.item_wrap .information {
	padding: 0 40px;
	width: 100%;
	box-sizing: border-box;
}

.item_wrap .information li {
	width: 100%;
	padding: 0px;
}

.item_wrap .information .flex table {
	font-size:1rem;
}



.item_wrap .information .flex th {
	font-size: 1em;
	padding: 20px 0;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	background-color: rgb(96, 76, 63);
	color: rgb(255, 255, 255);
	font-weight: 300;
	width: 32%;
	border-top: 4px solid rgb(255, 255, 255);
	border-bottom: 4px solid rgb(255, 255, 255);

}

.item_wrap .information.ver2 .flex th {
	background-color: #bd9e81;

}

.item_wrap .information .flex td {
	font-size: 1em;
}

.item_wrap .information .flex td span {
	display: block;
	margin-top: 0;
}

.item_wrap.val {
	width: 100%;
	max-width: 1024px;
}

.item_wrap.val span {
	display: inline-block;
}

.item_wrap.val .item_img {
	position: relative;
}

.item_wrap.val .item_img .btn {
	position: absolute;
	left: 0;
	bottom: 0;
}

.item_wrap .sectopn-title {
	font-family: 'Noto Serif JP', serif;
	background-color: #bd9e81;
	font-size: 1.4em;
	padding: 0;
	color: rgb(255, 255, 255);
	font-weight: 400;
	padding: 12px 0px;
}

.item_wrap .sectopn-title {
	font-family: 'Noto Serif JP', serif;
	background-color: #bd9e81;
	font-size: 1.4em;
	padding: 0;
	color: rgb(255, 255, 255);
	font-weight: 400;
	padding: 12px 0px;
}



.item_wrap.event .sectopn-title {
	margin-top: 60px;
}

.item_wrap .information {
	margin-bottom: 80px;
}

.item_wrap .information li ul {
	margin-top: 40px;
	font-size:1.5rem;
}

.item_wrap .information li {
	margin-bottom: 0;
}

.item_wrap .information .scene {
	padding: 40px;
	font-family: 'Noto Serif JP', serif;
	box-sizing: border-box;
	margin: 0 auto;
	width: auto;
	background-color: rgba(216, 200, 184, 0.7);
	border-radius: 30px;
}

.item_wrap .information .scene.ver2 {
	background-color: #F1ECEC	;
}

.item_wrap .information .read {
	text-align: center;
	font-size: 30px;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 10px;
	margin: 140px 0px 50px;
}

.item_wrap .information .scene .part:not(:last-child) {
	margin-bottom: 80px;
}

.item_wrap .information .scene .label {
	border-bottom: 1px solid #ffffff;
	text-align: center;
	padding-bottom: 10px;
	margin: 0 0px 40px;
	font-size: 1.4em;
}

.item_wrap .information .scene.ver2 .label {
	border-bottom: 1px solid #000;
}

.item_wrap .information .scene .cont {
	font-size: 1em;
}


#assorted_gifts .title_block {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 40px;
}


#assorted_gifts .sectopn-title {
	font-family: 'Noto Serif JP', serif;
	background-color: #bd9e81;
	font-size: 1.4em;
	padding: 0;
	color: #ffffff;

	margin: 0 auto 40px;
	text-align: center;
}

#assorted_gifts .read {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
	font-size: 1.6em;
	margin-bottom: 50px;
}



#assorted_gifts .gifts_wrap {
	background-color: rgba(189, 158, 129, .2);
}

#assorted_gifts .gifts_wrap .inner {
	max-width: 1024px;
	margin: 0 auto;
	padding: 40px 10px;
}

#assorted_gifts .gifts_wrap .columns {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 8px;
}

#assorted_gifts .gifts_wrap .columns .column {
	background-color: #ffffff;
	width: calc((100% - 8px)/2);
	padding: 20px 10px;
	font-family: 'Noto Serif JP', serif;
	box-sizing: border-box;
}

#assorted_gifts .gifts_wrap .columns .column .item_name {
	border-bottom: 1px solid #231815;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#assorted_gifts .gifts_wrap .columns .column .item_name .m {
	font-size: 1.2em;
	font-weight: bold;
}

#assorted_gifts .gifts_wrap .columns .column .item_name .s {
	font-size: .8em;
	letter-spacing: .01em;
}

#assorted_gifts .gifts_wrap .columns .column .set_cont {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 0 4px;
}

#assorted_gifts .gifts_wrap .columns .column .set_cont .type {
	font-size: .5em;
	color: #ffffff;
	width: calc(50% - 4px);
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4px;
}

#assorted_gifts .gifts_wrap .columns .column .set_cont .type.hocolate {
	background: #40210f;
}

#assorted_gifts .gifts_wrap .columns .column .set_cont .type.matcha {
	background: #567b03;
}

#assorted_gifts .gifts_wrap .columns .column .set_cont .type.banana {
	background: #e3a12c;
}

#assorted_gifts .gifts_wrap .columns .column .set_cont .type.cheese {
	background: #e3ce64;
	color: #40210f;
}

#assorted_gifts .gifts_wrap .columns .column .set_price {
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

#assorted_gifts .gifts_wrap .columns .column .set_price .b {
	font-size: 1.5em;
}

#assorted_gifts .gifts_wrap .columns .column .set_price .m {
	font-size: .8em;
}

#assorted_gifts .gifts_wrap .columns .column .set_price .s {
	font-size: .6em;
}

#assorted_gifts .gifts_wrap .columns .column .to_link a {
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: #b43200;
	font-size: 1em;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 50px;
}


.fs-c-breadcrumb {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	font-size: 0.8em;
}

main.fs-l-main {
	margin-top: 30px;
}

.item_wrap img {
	vertical-align: bottom;
}

@media(min-width: 768px) {
	.item_wrap .information {
		width: auto;
		padding: 0 80px;
	}

	.item_wrap .information li {
		padding: 0 40px;
	}

	.item_wrap .information .scene {
		margin: 0 auto;
		box-sizing: border-box;
	}

	#assorted_gifts .gifts_wrap {
		padding: 80px 20px;
	}



	#assorted_gifts .title_block {
		padding: 0 80px;
		box-sizing: border-box;
	}


	#assorted_gifts .gifts_wrap .columns {
		grid-gap: 15px;
		padding: 60px 20px 0;
	}

	#assorted_gifts .gifts_wrap .columns .column {
		width: calc((100% - 15px)/2);
		padding: 40px 20px;

	}

	#assorted_gifts .gifts_wrap .columns .column .item_name .m {
		font-size: 1.4em;
	}

	#assorted_gifts .gifts_wrap .columns .column .item_name .s {
		font-size: 1.2em;
	}

	#assorted_gifts .gifts_wrap .columns .column .set_cont {
		grid-gap: 0 5px;
	}

	#assorted_gifts .gifts_wrap .columns .column .set_cont .type {
		font-size: 0.85em;
		width: calc((100% - 10px)/3);
		height: 34px;
	}

	#assorted_gifts .gifts_wrap .columns .column .set_price .b {
		font-size: 3.6em;
	}

	#assorted_gifts .gifts_wrap .columns .column .set_price .m {
		font-size: 1.8em;
	}

	#assorted_gifts .gifts_wrap .columns .column .set_price .s {
		font-size: 1.2em;
	}

	#assorted_gifts .gifts_wrap .columns .column .to_link a {
		height: 50px;
		font-size: 1.4em;
	}
}

@media(min-width: 960px) {
	.item_wrap .information {
		margin-bottom: 140px;
		padding: 0 40px;
	}


	/* .item_wrap .information ul{
		width:80%;

	} */

	.item_wrap .information li {
		padding: 0 ;
		width:49%;
	}



	.item_wrap .information .read {
		font-size: 2.5rem !important;
	}

	.item_wrap .information .scene .label {
		margin: 0 140px 40px;
		font-size: 1.6em;
	}

	.item_wrap .information .scene .cont {
		font-size: 1.3em;
	}

	.item_wrap .information .flex th {
		font-size: 1.35em;
	}

	.item_wrap .information .flex td {
		font-size: 1.2em;
		padding-left: 10px
	}

	.item_wrap .sectopn-title,
	#assorted_gifts .sectopn-title {
		font-size: 2.15em;
	}

	#assorted_gifts .title_block {
		padding: 0 ;
	}

	#assorted_gifts .gifts_wrap {
		padding: 50px 20px;
	}

	#assorted_gifts .gifts_wrap .columns {
		grid-gap: 26px;
		padding: 60px 20px 0;
	}

	#assorted_gifts .gifts_wrap .columns .column {
		width: calc((100% - 26px)/2);
		padding: 15px 25px;

	}

	#assorted_gifts .gifts_wrap .columns .column .item_name .m {
		font-size: 1.85em;
	}

	#assorted_gifts .gifts_wrap .columns .column .item_name .s {
		font-size: 1.04em;
	}

	#assorted_gifts .gifts_wrap .columns .column .set_price .b {
		font-size: 3.6em;
	}

	#assorted_gifts .gifts_wrap .columns .column .set_price .m {
		font-size: 1.8em;
	}

	#assorted_gifts .gifts_wrap .columns .column .set_price .s {
		font-size: 1.2em;
	}

	#assorted_gifts .gifts_wrap .columns .column .to_link a {
		height: 50px;
		font-size: 1.4em;
	}
}

@media(min-width: 1200px) {
	.item_wrap .information {
		padding: 0;
	}

	.item_wrap .information .scene {
		margin-bottom: 0;
	}
}