@charset "utf-8";

/* html {
	width: 100%;
	height: 100%;
	font-size: 14px;
	background: white;
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	background-color: #ffffff;
	overflow-x: hidden;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	-webkit-text-size-adjust: 100%;
}
body * {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
li,dt,dd{
	list-style-type: none;
}
p {
	margin: 0;
}
img {
	border: 0;
	border: none;
}
a {
	text-decoration: none;
}
i, u, b{
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
} */

.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;}
}

/****************************************/
@media screen and (max-width: 750px) {
	html {
		font-size: 10px;
	}
}

@media screen and (max-width: 450px) {
	html {
		font-size: 9px;
	}
}


/****************************************/
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;
}
header .heading_title {
	text-align: center;
	width: calc(100% - 10px);
}
header .heading_title a {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	/* line-height: 1; */
	text-decoration: none;
}

@media screen and (max-width: 750px) {
	header {
		height: 55px;
	}
	header .heading_title a {
		font-size: 18px;
	}
	header p {
		width: 25%;
	}
	header p a {
		line-height: 1;
    display: inline-block;
	}
	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;
	}
}
/****************************************/
/* footer {
	padding: 85px 0 30px;
	text-align: center;
	background-color: #333333;
	color: white;
	position: relative;
}
footer a.totop {
	position: fixed;
	bottom: -200px;
	left: 50%;
	z-index: 1;
	margin-left: 560px;
	transition: bottom 0.3s;
}
footer a.totop.clip {
	position: absolute;
	top: 0;
	bottom: auto!important;
	margin-top: -35px;
}
footer dl dd {
	margin: 30px 0 0 30px;
}
footer dl,
footer div {
	display: inline-block;
	vertical-align: top;
	width: 410px;
	font-size: 1.4rem;
	line-height: 1;
	text-align: left;
	margin: 0 40px 15px;
}
footer a:not(.totop) {
	color: white;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 29px 0;
}
footer a:not(.totop)::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border: solid 2px white;
	border-color: white white transparent transparent;
	transform: rotate(45deg);
	margin-right: 13px;
}
footer p {
	font-size: 1.3rem;
	line-height: 1;
	padding-top: 10px;
}

@media screen and (max-width: 750px) {
	footer {
		padding: 2rem 3rem 2.5rem;
	}

	footer a.totop {
		left: auto;
		margin-left: 0;
		right: 6%;
		width: 5rem;
	}

	footer a.totop.clip {
		margin-top: -2.5rem;
	}

	footer dl dd {
		margin: 1.2rem 0 0 1.5rem;
	}

	footer dl,
	footer div {
		width: 100%;
		margin: 0 0 0.7rem;
	}

	footer a:not(.totop) {
		margin: 0 0 1.2rem 0;
		display: block;
	}

	footer a:not(.totop)::before {
		width: 0.4rem;
		height: 0.4rem;
		margin-right: 1rem;
	}

	footer p {
		padding: 0;
		font-size: 1rem;
	}
}
@media only screen and (max-width: 1299px) {
	footer a.totop {
		margin-left: 520px;
	}
}
@media only screen and (max-width: 1199px) {
	footer a.totop {
		margin-left: 480px;
	}
}
@media only screen and (max-width: 1024px) {
	footer::after {
		content: none;
	}
	footer a.totop {
		left: auto;
		margin-left: 0;
		right: 3%;
		width: 5rem;
	}
} */

.pagetop {
	position: sticky;
	right: 0;
	bottom: 10px;
	/* display: inline-block; */
	margin: 70px 0 -26px auto;
	text-align: right;
	padding: 0px 10px 0 0;
	z-index: 1;
	pointer-events: none;
}

.pagetop a {
	display: inline-block;
	pointer-events: all;
}

@media screen and (max-width: 750px) {
	.pagetop {
		margin: 50px 0 -16px auto;
	}
	
	.pagetop a img {
		width: 46px;
	}
}

/****************************************/
.top {
	background-color: #265085;
	background-image: url(images/bg.png);
	background-size: 2400px auto;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	padding: 20px 0 0;
	display: block;
	/* overflow: hidden; */
}
.fukubukuro_list {
	background-color: #e83513;
	background-image: url(images/bg_list.png);
	background-position: 50% 0%;
	background-repeat: repeat-x;
	padding: 50px 0 70px;
}
.cont_head {
	/* background-color: #FAF1D9;
	background: linear-gradient(180deg, #FAF1D9 0%, #FAF1D9 608px, #265085 608px, #265085 100%); */
	text-align: center;
}
.fukubukuro_list .cont_head {
	background: none;
}
.cont_head h1 {
	/* margin: 17px auto 0; */
}
.cont_head h1 img {
	display: inline-block;
	max-width: 702px;
	/* height: 608px;
	object-fit: cover;
	object-position: 50% 50%; */
	width: 100%;
}

.nav_pc {
	position: relative;
	margin: -40px 0 50px;
}
.navimg {
	display: block;
	/* height: 398px;
	object-fit: cover;
	object-position: 50% 50%; */
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}
.navmap {
	display: block;
	/* height: 398px;
	object-fit: cover;
	object-position: 50% 50%; */
	width: 100%;
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 1336px) {
	/* .navimg,
	.navmap {
		height: 30vw;
	} */
}

.cont_head_p {
	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;
}

/*　下層　***************************************/
.fukubukuro_list {
	padding: 0;
}
.fukubukuro_list .cont_head h1 {
	margin-bottom: 0;
}
.fukubukuro_list .cont_head h1 img {
	max-width: 1100px;
	height: auto;
	width: 100%;
}
.fukubukuro_list .cont_head p {
	color: #fff;
	font-size: min(2vw, 17px);
	font-weight: bold;
	line-height: 1.8;
	margin-top: 20px;
}
.fukubukuro_list nav {
	margin: 50px auto 75px;
}
.fukubukuro_list nav ul {
	list-style: none;
	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;
	padding: 0;
}
.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: 22px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 20px 0;
	width: 100%;
	position: relative;
	text-decoration: none;
}
.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: 1030px;
	width: 100%;
	margin: 0 auto 60px;
	padding: 0 15px;
}
.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 {
	list-style: none;
	background-color: #ffffff;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.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;
	border-left: 1px solid #b5b5b5;
	padding: 15px;
	word-break: break-all;
	margin: 0;
}
.cont_list_wrap .list_icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: none;
	width: 5%;
	padding: 0 0.2%;
}
.cont_list_wrap .list_icon img {
	max-width: 40px;
	width: 100%;
}
.cont_list_wrap .list_name {
	width: calc(100% - 68%);
}
.cont_list_wrap .list_quantity {
	width: 10%;
}
.cont_list_wrap .list_price {
	width: 15%;
}
.cont_list_wrap .list_limit {
	width: 20%;
}
.cont_list_wrap .list_date {
	width: 18%;
}


/*　ティザーサイト　***************************************/
/* .teaser {
	background-color: #e83513;
	background-image: url(images/teaser/bg_fubuki.png),url(images/teaser/bg_top.png);
	background-position: 50% 0%, 50% 0%;
	background-repeat: no-repeat, repeat-x;
	background-size: auto, auto;
	display: block;
	padding: 80px 0 70px;
	overflow: hidden;
}
.teaser .cont_head h1 img {
	max-width: 1000px;
	width: 100%;
	margin-bottom: 10px;
}
.teaser .cont_wrap {
	max-width: 1000px;
	width: 100%;
}
.teaser #cont4.cont_wrap {
	position: relative;
}
.teaser #cont4.cont_wrap img {
	position: relative;
	z-index: 1;
}
.teaser #cont4.cont_wrap::before {
	content: "";
	display: block;
	background-image: url(images/teaser/bg_con.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	width: 266px;
	height: 182px;
	position: absolute;
	right: -120px;
	top: -30px;
	z-index: 0;
} */
@media screen and (max-width: 1000px) {
	.fukubukuro_list nav ul li a {
		font-size: 2.3vw;
	}
	.fukubukuro_list nav ul li a::after {
		width: 2.3vw;
		height: 2.3vw;
		top: 33%;
	}
}
@media screen and (max-width: 750px) {
	.top {
		background-size: 320vw auto;
	}
	.cont_head {
		/* background: linear-gradient(180deg, #FAF1D9 0%, #FAF1D9 54.2vw, #265085 54.2vw, #265085 100%); */
	}
	.cont_head h1 img {
		/* display: block;
		height: auto;
		object-fit: inherit;
		object-position: 50% 50%;
		width: 100%; */
		width: 96%;
	}
	.nav_pc {
    position: relative;
    /* top: -7vw; */
		margin: 0;
	}
	.navimg,
	.navmap {
		display: block;
		/* min-height: 130px;
    height: 100%;
		object-fit: cover;
		object-position: 50% 50%; */
		width: 100%;
	}
	.fukubukuro_list {
		background-size: 20% auto;
	}
	.cont_head_p {
    margin: 5vw auto 0;
	}
	.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 .cont_head p {
	font-size: 3.3vw;
}
	.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 0;
	}
	.fukubukuro_list nav ul li a::after {
		width: 15px;
		height: 15px;
		top: 30%;
		right: 15px;
	}
	.cont_box_wrap {
		margin: 0 auto 50px;
	}
	.cont_list_wrap {
		width: calc(100% - 30px);
		margin: 0 15px 60px;
		padding: 0;
}
	.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;
	display: block;
	font-size: 14px;
	padding: 15px;
}
.cont_list_wrap p {
	border-left: none;
	padding: 0;
	margin-bottom: 8px;
}
.cont_list_wrap .list_icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: none;
	width: 36px;
	padding: 0;
	margin-bottom: 0;
}
.cont_list_wrap .list_icon img {
	margin-bottom: 10px;
}
.cont_list_wrap .list_name {
	font-weight: bold;
	width: 100%;
}
.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;
}
.cont_list_wrap .list_limit {
	width: 100%;
}
.cont_list_wrap .list_limit::before {
	content: "配布・承り期間";
	margin-right: 20px;
}
.cont_list_wrap .list_date {
	width: 100%;
	margin-bottom: 0;
}
.cont_list_wrap .list_date::before {
	content: "お渡し日";
	margin-right: 20px;
}



}
@media screen and (max-width: 1000px) {
/*　ティザーサイト　***************************************/
/* .teaser {
	background-size: 100%, 60%;
	padding: 50px 0 50px;

}
.teaser .cont_head h1 img {
	width: 80%;
	margin-bottom: 0;
}
.teaser .cont_wrap {
	margin: 30px 30px;
	width: calc(100% - 60px);
}
.teaser #cont4.cont_wrap::before {
	background-size: 100%;
	width: 133px;
	height: 91px;
	position: absolute;
	right: -24px;
	top: -24px;
	z-index: 0;
} */
}
/* @media screen and (max-height: 414px) {
	.nav_pc_1,
	.nav_pc_2 {
		background-size: 100% auto;
		height: 27vh;
		top: -10px;
	}
} */