@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

.pcbr { display: block!important;}
.spbr { display: none!important;}
@media screen and (max-width: 750px){
	.pcbr { display: none!important;}
	.spbr { display: block!important;}
	img { max-width: 100%;}
}
.pcNone { display: none!important;}
.spNone { display: inline-block!important;}
@media screen and (max-width: 750px){
	.pcNone { display: inline-block!important;}
	.spNone { display: none!important;}
}


/****************************************/
header {
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
	height: 80px;
	align-items: center;
	justify-content: center;
	position: relative;
}
header p {
	position: absolute;
	left: 10px;
	line-height: 1;
}
header .heading_title {
	text-align: center;
	width: calc(100% - 10px);
}
header .heading_title a {
	color: #000000;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
}

@media screen and (max-width: 750px) {
	header {
		height: 55px;
	}
	header .heading_title a {
		font-size: 18px;
	}
	header p {
		width: 25%;
	}
	header p img {
		width: 100%;
	}
}
@media screen and (max-width: 360px) {
	header .heading_title a {
		font-size: 16px;
	}
}
@media all and (-ms-high-contrast: none) {
	header p {
		top: 28px;
	}
}
/****************************************/
.pageTop {
	pointer-events: none;
	position: sticky;
	right: 20px;
	bottom: 20px;
	display: block;
	padding-right: 20px;
	text-align: right;
	margin-bottom: -30px;
	z-index: 100;
}
.pageTop a {
	display: inline-block;
	pointer-events: all;
	width: 70px;
	height: 70px;
}
.pageTop a img {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 750px) {
	.pageTop {
		padding: 50px 10px 0;
		margin-bottom: -20px;
	}
	.pageTop a {
		width: 50px;
		height: 50px;
	}
	.top .pageTop {
		margin-bottom: -140px;
	}
}


/****************************************/
.top {
	background-color: #E03705;
	background-image: url(images/bg.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 2400px auto;
	padding: 0;
	display: block;
}
.fukubukuro_list {
	background-color: #BF4830;
	background-image: url(images/bg_list.png);
	background-position: 50% 0%;
	background-repeat: repeat-x;
}
.cont_head {
	text-align: center;
}
.fukubukuro_list .cont_head {
	background: none;
}
.cont_head h1 {
	margin: auto;
	padding: 55px 20px 100px;
}
.cont_head h1 img {
	display: block;
	max-width: 702px;
	width: 100%;
	height: 504px;
	object-fit: cover;
	object-position: 50% 50%;
	margin: auto;
}

.fukubukuro_list .cont_head h1 {
	padding: 0 20px 20px;
}

.nav_pc {
	position: relative;
	margin: -100px 0 2vw;
}
.navimg {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}
.navmap {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.cont_head_p {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto 40px;
}
.cont_head_p img {
	width: 100%;
	max-width: 1080px;
}
.cont_wrap {
	background-color: transparent;
	margin: 40px auto 50px;
	max-width: 1080px;
	width: 100%;
}
.cont_wrap:last-of-type {
	margin: 59px auto 0;
}
.cont_wrap img {
	width: 100%;
	height: auto;
}
.cont_txt {
	max-width: 930px;
	width: 100%;
	margin: auto;
}
.cont_txt img {
	max-width: 930px;
	width: 100%;
	height: auto;
}
.cont_list_link {
	max-width: 1000px;
	width: 100%;
	height: 92px;
	text-align: center;
	margin: 0 auto 0;
}
.cont_list_link img {
	width: auto;
	height: 100%;
}
.cont_description {
	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;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-line-pack: center;
			align-content: center;
	max-width: 1000px;
	width: 100%;
	margin: 20px auto 30px;
}
.cont_description a {
	width: 49%;
}
.cont_description a img {
	width: 100%;
}

#cont3 {
	margin: 40px auto 0;
}
#cont5 {
	background-color: #ffffff;
	margin: -1px auto 0;
}
/*　下層　***************************************/
.fukubukuro_list {
	background-color: #e83513;
	padding: 0 0 0;
}
.fukubukuro_list .cont_head h1 img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}
.fukubukuro_list .list_description {
	background-image: url(images/list_description.png);
	background-size: auto 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: auto;
	height: 48px;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	border: 1px solid #fff;
	padding: 14px 10px 0 60px;
	display: inline-block;
}
.fukubukuro_list .list_des_note {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 14px;
}
.fukubukuro_list .list_des_note span {
	margin: 0 8px;
}
.fukubukuro_list nav {
	margin: 50px auto 75px;
}
.fukubukuro_list nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-line-pack: center;
			align-content: center;
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	list-style: none;
}
.fukubukuro_list nav ul li {
	width: calc(100% / 4 - 20px);
	margin: 0 10px 10px;
}
.fukubukuro_list nav ul li a {
	background-color: #ffffff;
	border-radius: 50px;
	color: #d72f15;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 70px;
	padding-right: 10px;
	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;
	position: relative;
}
.fukubukuro_list nav ul li a::after {
	content: "";
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 30%;
	right: 15px;
}
.cont_box_wrap {
	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;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-line-pack: center;
			align-content: center;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 50px;
}
.cont_box_wrap article:nth-child(odd) {
	width: calc(100% / 2 - 10px);
	margin: 0 10px 20px 0;
}
.cont_box_wrap article:nth-child(even) {
	width: calc(100% / 2 - 10px);
	margin: 0 0 20px 10px;
}
.cont_box_wrap article img {
	width: 100%;
}
.cont_list_wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 60px;
}
.cont_list_wrap div {
	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;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-line-pack: center;
			align-content: center;
	margin-bottom: 10px;
}
.cont_list_wrap div h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}
.cont_list_wrap div dl {
	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;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-line-pack: center;
			align-content: center;
	color: #ffffff;
	font-size: 16px;
}
.cont_list_wrap dt {
	border-left: none;
	width: 40px;
	padding: 0;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 8px 0 20px;
}
.cont_list_wrap dt img {
	width: 100%;
}
.cont_list_wrap ul {
	background-color: #ffffff;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.cont_list_wrap li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
	-ms-flex-line-pack: center;
			align-content: center;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	border-bottom: 1px solid #b5b5b5;
}
.cont_list_wrap li:first-of-type {
	background-color: #ffe5e0;
	color: #d1270f;
	font-weight: bold;
	border-bottom: none;
}
.cont_list_wrap p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	word-break: break-all;
}

.cont_list_wrap p + p {
	border-left: 1px solid #b5b5b5;
}

.cont_list_wrap .list_name {
	width: calc(100% - 30%);
}
.cont_list_wrap .list_quantity {
	width: 15%;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1;
}
.cont_list_wrap .list_price {
	width: 20%;
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2;
}

.pc_none {
	display: none;
}

@media screen and (max-width: 1080px) {
	.cont_list_link {
		margin: 2vw auto 2vw;
	}
	.cont_description {
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 1000px) {
	.cont_list_link {
		width: 100%;
		height: 9vw;
	}
	.fukubukuro_list .list_description {
		width: 34.6vw;
    height: 5vw;
    font-size: 2vw;
    padding: 1.4vw 0 0 5.3vw;
	}
}

@media screen and (max-width: 750px) {
	.pc_none {
		display: block;
	}
	.top {
		background-size: 320vw auto;
		padding-bottom: 120px;
	}
	.cont_head {
	}
	.cont_head h1 {
		padding: 5vw 2vw 7vw;
	}
	.cont_head h1 img {
		display: block;
		height: auto;
		object-fit: inherit;
		object-position: 50% 50%;
		width: 100%;
	}
	.nav_pc {
    position: relative;
    top: -7vw;
		margin: 0;
	}
	.navimg,
	.navmap {
		display: block;
		width: 100%;
	}
	.fukubukuro_list {
		background-size: 20% auto;
	}
	.cont_head_p {
		width: 90%;
    margin: 0 auto 0;
	}
	.cont_description {
		width: 90%;
		margin: 0 auto 10px;
	}
	.cont_list_link {
		width: 90%;
		margin: -2vw auto 10px;
		height: 8vw;
	}
	.cont_wrap {
		background-color: transparent;
		margin: 30px 15px;
		max-width: 1080px;
		width: calc(100% - 30px);
	}
	.cont_wrap:last-of-type {
		margin: 30px auto 0;
	}

.fukubukuro_list .list_description {
	width: 58vw;
	height: 7.5vw;
	font-size: 3.4vw;
	padding: 2vw 0 0 8vw;
}
.fukubukuro_list .list_des_note {
	font-size: 3.0vw;
}
.fukubukuro_list .list_des_note span {
	display: block;
}

	.fukubukuro_list nav {
		margin: 40px auto 25px;
}
	.fukubukuro_list nav ul {
		padding: 0 10px;
	}
	.fukubukuro_list nav ul li {
		width: calc(100% / 2);
		margin: 0 0 10px;
		padding: 0 5px;
	}
	.fukubukuro_list nav ul li a {
		font-size: 14px;
		padding: 15px 10px 15px 0;
	}
	.fukubukuro_list nav ul li a::after {
		width: 15px;
		height: 15px;
		top: auto;
		right: 15px;
	}
	.cont_box_wrap {
		margin: 0 auto 50px;
	}
	.cont_list_wrap {
		width: calc(100% - 30px);
		margin: 0 15px 60px;
}
	.cont_box_wrap article:nth-child(odd),
	.cont_box_wrap article:nth-child(even) {
		width: calc(100% - 30px);
		margin: 0 15px 30px;
	}
	.cont_list_wrap div {
		display: block;
}
.cont_list_wrap div h2 {
	font-size: 19px;
	line-height: 1;
	margin-bottom: 10px;
}
.cont_list_wrap div dl {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 12px;
}
.cont_list_wrap dt {
	width: 36px;
	margin: 0 ;
}
.cont_list_wrap dd {
	margin: 0 20px 0 3px;
}
.cont_list_wrap dd:last-child {
	margin: 0 0 0 3px;
}
.cont_list_wrap ul {
	background-color: transparent;
}
.cont_list_wrap li:first-of-type {
	display: none;
}
.cont_list_wrap li {
	background-color: #ffffff;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	padding: 15px;
}
.cont_list_wrap p {
	border-left: none;
	padding: 0;
	margin-bottom: 0;
}
.cont_list_wrap p + p {
	border-left: none;
}

.cont_list_wrap .list_name {
	font-weight: bold;
	width: 100%;
	margin-bottom: 8px;
}
.cont_list_wrap .list_quantity {
	display: inline-block;
	width: auto;
	margin-right: 20px;
}
.cont_list_wrap .list_quantity::before {
	content: "限定数";
	margin-right: 10px;
}
.cont_list_wrap .list_price {
	display: inline-block;
	width: auto;
}
.cont_list_wrap .list_price::before {
	content: "税込";
	margin-right: 8px;
}

}

.floating {
	pointer-events: none;
	display: block;
	margin: 0 0 0 auto;
	position: sticky;
	right: 20px;
	bottom: 30%;
	width: 148px;
	height: 150px;
}
.floating.pcNone {
	display: none!important;
}
.floating.spNone {
	display: block!important;
}
.floating img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 750px) {
	.floating {
		top: 0px;
		right: 5px;
		width: 18vw;
		height: 0;
		padding: 10px 0 0;
		z-index: 100;
	}
	.floating.pcNone {
		display: block!important;
	}
	.floating.spNone {
		display: none!important;
	}
}