@charset "utf-8";

.sns {
	top: 500px !important;
	background-color: rgba(255,255,255,0) !important;
}

.brPC {
	display: inline-block;
}

.brSP {
	display: none;
}

#Main {
	font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

#TOP {
	margin-top: -84px;
	padding-top: 84px;
}

.bgBeige {
	background: #f7ece0;
	padding-bottom: 80px;
}

.blank {
	padding-top: 125px;
}

/*-----------------------------------------------
	こちらの企画は終了しました
-----------------------------------------------*/

.closeEvent {
	max-width: 700px;
	width: 90%;
	box-sizing: border-box;
	padding: 3%;
	margin: 80px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #1a0c08;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/*-----------------------------------------------
	パンくず
-----------------------------------------------*/

#Main .Pan {
	display: flex;
	align-items: center;
	min-width: 960px;
	width:100%;
	margin: 0 auto;
	padding: 1em 70px;
	box-sizing: border-box;
	font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
	#Main .Pan {
	padding: 1em 20px;
}
}

#Main .Pan li {
	position: relative;
	font-size: 14px;
	padding-right: 1.5em;
	font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

#Main .Pan li::after {
	content: "";
	position: absolute;
	display: block;
	top: 0.5em;
	right: 0.6em;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	border-top: 1px solid #1a0c08;
	border-right: 1px solid #1a0c08;
}

	#Main .Pan li:last-child {
		font-weight: bold;
	}

	#Main .Pan li:last-child::after {
		display: none;
	}

	
/*-----------------------------------------------
	タイトル
-----------------------------------------------*/

.Fathertitle {
	width: 100%;
	height: 0;
	padding-top: 21.61583333%;
	background: url(../images/title.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.Fathertitle div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: normal;
	font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 30px;
	color: #fff;
	letter-spacing: 0.1em;
}

.Fathertitle div p {
	max-width: 1140px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: row;
}

.Fathertitle span {
	display: block;
	width: 58%;
	margin-left: 3%;
}

.Fathertitle img {
	width: 100%;
}



/*-----------------------------------------------
	キャンペーン詳細
-----------------------------------------------*/

.About {
	text-align: center;
	margin: 95px 0 205px;
}

.Date {
	border: double 10px #243a68;
	max-width: 640px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 4% 3%;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	background: #fff;
}

	/*Safari*/
	_::-webkit-full-page-media, _:future, :root .Date {
    	max-width: 650px;
	}

	.Date::before {
		position: absolute;
		content: "";
		background: url(../images/check.png) no-repeat;
		background-size: cover;
		width: 108px;
		height: 108px;
		top: -60px;
		left: 41.56%;
	}
	
.Date li:last-child {
	color: #243A68;
	text-decoration: underline;
}

.Date + div {
	font-size: 24px;
	letter-spacing: 0.075em;
	font-weight: bold;
	margin: 70px 0;
}

.Date + div p {
	margin-bottom: 1em;
}

	.Date + div p:first-child {
		color: #243A68;
	}
	
.About dl {
	background: #efdac5;
	max-width: 555px;
	width: 45%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 3%;
	border-radius: 10px;
	font-weight: bold;
}

.About dt {
	font-size: 20px;
	margin-bottom: 0.7em;
	color: #9e4734;
	letter-spacing: 0.05em;
}

.About dd {
	letter-spacing: 0;
}


@media screen and (min-width: 769px) and (max-width: 1069px) {
	
	.brSP {
		display: inline-block;
	}
}

/*-----------------------------------------------
	プレゼントおすすめアイテム
-----------------------------------------------*/

.Pickup h4 {
	font-size: 30px;
	font-weight: bold !important;
	letter-spacing: 0.075em;
	color: #243a68 !important;
	position: relative;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto 1.3em;
}

.Pickup h4 span {
	display: block !important;
	padding: 0 1.1em 0 1.5em;
	position: relative;
	color: #1a0c08;
	font-size: 20px !important;
	font-weight: bold !important;
	letter-spacing: 0.075em !important;
	margin: 1em 0 0 !important;
}

	.Pickup h4::before {
		position: absolute;
		content: "";
		background: url(../images/pickup.png) no-repeat;
		background-size: contain;
		width: 120px;
		height: 40px;
		top: -55px;
		left: 44.735%;
	}

	/*IE11*/
	_:-ms-fullscreen, :root .Navi li a {
		padding: 0.7em 0 0.5em;
	}


.Pickup .Itemlist4 {
	background: #fff;
	max-width: 1140px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 2em 0 1em;
	border: 3px solid #243a68;
	box-sizing: border-box;
}

.Pickup .Itemlist4 img, 
.Pickup .Itemlist3 img {
	width: 100%;
}

.Pickup .Itemlist4 li {
	width: 25%;
	box-sizing: border-box;
	padding: 1.5%;
	font-weight: bold;
	margin-bottom: 2em;
}

.Pickup .Itemlist3 {
	background: #fff;
	max-width: 855px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;s
	padding: 2em 0 1em;
	border: 3px solid #243a68;
	box-sizing: border-box;
}

.Pickup .Itemlist3 li {
	width: 33%;
	box-sizing: border-box;
	padding: 1.5%;
	font-weight: bold;
	margin-bottom: 2em;
}

.Pickup .series {
	margin: 105px auto 90px;
}

	.Pickup .series h4::before {
		display: none;
	}

.Pickup .series ul {
	max-width: 1140px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.Pickup .series li {
	width: 49%;
	box-sizing: border-box;
	margin-right: 2%;
}

	.Pickup .series li:last-child {
		margin-right: 0;
	}

.Pickup .series img {
	width: 100%;
}

.Pickup .series span {
	font-weight: bold;
	margin: 1em 0 0.5em;
	display: block;
	font-size: 20px;
}

.Pickup .Price {
	margin-top: 1em;
}

.Pickup .Btn {
	text-align: center;
	margin: 3em 0;
}

.Pickup .Btn a {
	background: #243a68;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	padding: 0.5em 5em;
	letter-spacing: 0.06em;
	position: relative;
}

	/*IE11*/
	_:-ms-fullscreen, :root .Pickup .Btn a {
		padding: 0.7em 5em 0.5em;
	}

	.Pickup .Btn a::after {
		content: "";
		display: inline-block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		width: 8px;
		height: 8px;
		position: absolute;
		top: 1.1em;
		right: 1em;
	}
	
	
/*-----------------------------------------------
	ノベルティ
-----------------------------------------------*/

.Novelty {
	border-top: 2px solid #243a68;
	border-bottom: 2px solid #243a68;
	position: relative;
	text-align: center;
	padding-bottom: 95px;
}

	.Novelty::before {
		content: "";
		background: url(../images/stripe_border.png);
		width: 100%;
		height: 15px;
		position: absolute;
		top: 7px;
		left: 0;
	}
	
	.Novelty::after {
		content: "";
		background: url(../images/stripe_border.png);
		width: 100%;
		height: 15px;
		position: absolute;
		bottom: 7px;
		left: 0;
	}
		
.Novelty h2 {
	font-size: 36px;
	max-width: 1140px;
	width: 100%;
	margin: 90px auto 50px;
	letter-spacing: 0.075em;
}

	.Novelty h2 p:first-child {
		font-size: 24px;
		color: #243a68;
		line-height: 2em;
	}
	
.Novelty h2 p span {
	color: #243a68;
	display: block;
}

.Novelty h2 .title {
	display: inline-block;
	position: relative;
	line-height: 1.4em;
}

	.Novelty h2 .title::before {
		position: absolute;
		content: "";
		background: url(../images/syasen_before.png) no-repeat;
		background-size: contain;
		width: 53px;
		height: 96px;
		top: 0;
		left: -40px;
	}
	
	.Novelty h2 .title::after {
		position: absolute;
		content: "";
		background: url(../images/syasen_after.png) no-repeat;
		background-size: contain;
		width: 53px;
		height: 96px;
		top: 0;
		right: -40px;
	}

.Novelty .Txt {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8em;
	margin: 40px auto 70px;
	letter-spacing: 0.075em;
}

.Novelty .Txt span {
	text-decoration: underline;
}

.NoveltyImage {
	position: relative;
	width: 822px;
	height: 536px;
	margin: 0 auto;
	letter-spacing: 0.075em;
	font-weight: bold;
}

.NoveltyImage img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.NoveltyImage p {
	width: 100%;
	height: 48%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	text-align: left;
	font-size: 18px;
	line-height: 2em;
}

.NoveltyImage p span {
	display: block;
	font-size: 24px;
	margin-bottom: 1.5em;
}

.NoveltyImage p small {
	font-size: 12px;
	display: block;
	line-height: 2em;
	margin-top: 3em;
}
	
	
	@media screen and (min-width: 0) and (max-width: 768px) {

	#TOP {
		margin-top: -22.4vw;
		padding-top: 22.4vw;
	}
	
	#Main {
		padding: 0;
	}
	
	.brSP {
		display: inline-block;
	}
	
	.brPC {
		display: none;
	}
	
	.bgBeige {
		background: #f7ece0;
		padding-bottom: 3em;
	}

	.blank {
		padding-top: 6em;
	}

	/*-----------------------------------------------
		こちらの企画は終了しました
	-----------------------------------------------*/

	.closeEvent {
		max-width: 700px;
		width: 90%;
		box-sizing: border-box;
		padding: 3%;
		margin: 2em auto;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #1a0c08;
		font-size: 4vw;
		font-weight: bold;
	}


	/*-----------------------------------------------
		パンくず
	-----------------------------------------------*/

	#Main .Pan {
		display: flex;
		align-items: center;
		max-width: 100%;
		margin: 0 auto;
		padding: 1em 4.4vw 0;
	}

	#Main .Pan li {
		position: relative;
		font-size: 3vw;
		padding-right: 1.5em;
		font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	}

	#Main .Pan li::after {
		content: "";
		position: absolute;
		display: block;
		top: 0.5em;
		right: 0.6em;
		width: 5px;
		height: 5px;
		transform: rotate(45deg);
		border-top: 1px solid #1a0c08;
		border-right: 1px solid #1a0c08;
	}

	#Main .Pan li:last-child {
		font-weight: bold;
	}

	#Main .Pan li:last-child::after {
		display: none;
	}
	

	/*-----------------------------------------------
		タイトル
	-----------------------------------------------*/

	.Fathertitle {
		width: 100%;
		height: 0;
		padding-top: 30.666666666%;
		background: url(../images/SP_title.jpg) no-repeat;
		background-size: 100%;
		background-position: center;
		position: relative;
	}

	.Fathertitle div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: right;
		font-weight: normal;
		font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
		font-size: 4vw;
		color: #fff;
		letter-spacing: 0.1em;
	}

	.Fathertitle div p {
		max-width: 100%;
		height: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	
	.Fathertitle span {
		display: block;
		width: 70.67%;
		margin-left: 0;
	}

	.Fathertitle img {
		width: 100%;
	}
	
	
	
	/*-----------------------------------------------
		キャンペーン詳細
	-----------------------------------------------*/

	.About {
		text-align: center;
		margin: 5em 0 7em;
	}

	.Date {
		border: double 7px #243a68;
		max-width: 1140px;
		width: 81.7%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 9% 4%;
		font-size: 4.8vw;
		font-weight: bold;
		position: relative;
		background: #fff;
	}

		.Date::before {
			position: absolute;
			content: "";
			background: url(../images/check.png) no-repeat;
			background-size: contain;
			width: 18.93vw;
			height: 18.93vw;
			top: -2em;
			left: 35%;
		}
	
	.Date li:last-child {
		color: #243A68;
		text-decoration: underline;
	}

	.Date + div {
		font-size: 4vw;
		letter-spacing: 0.075em;
		font-weight: bold;
		margin: 2.5em 0;
	}

	.Date + div p {
		margin-bottom: 1em;
	}

		.Date + div p:first-child {
			color: #243A68;
		}
	
	.About dl {
		background: #efdac5;
		max-width: 76.8%;
		width: 76.8%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 6% 3%;
		border-radius: 10px;
		font-weight: bold;
	}

	.About dt {
		font-size: 4vw;
		margin-bottom: 0.7em;
		color: #9e4734;
		letter-spacing: 0.05em;
	}

	.About dd {
		letter-spacing: 0;
		font-size: 3.3vw;
	}




	/*-----------------------------------------------
		プレゼントおすすめアイテム
	-----------------------------------------------*/

	.Pickup h4 {
		font-size: 6vw;
		font-weight: bold !important;
		letter-spacing: 0.075em;
		color: #243a68 !important;
		position: relative;
		max-width: 100%;
		width: 100%;
		margin: 0 auto 1em;
	}

	.Pickup h4 span {
		display: block !important;
		padding: 0 1.1em 0 1.5em;
		position: relative;
		color: #1a0c08;
		font-size: 3.5vw !important;
		font-weight: bold !important;
		letter-spacing: 0.075em !important;
		margin: 1em 0 0 !important;
	}

		.Pickup h4::before {
			position: absolute;
			content: "";
			background: url(../images/pickup.png) no-repeat;
			background-size: contain;
			width: 17.6vw;
			height: 6vw;
			top: -1.8em;
			left: 40%;
		}

	.Pickup .Itemlist4 {
		background: #fff;
		max-width: 1140px;
		width: 93%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		padding: 1em 0 0;
		border: 2px solid #243a68;
		box-sizing: border-box;
	}

	.Pickup .Itemlist4 img, 
	.Pickup .Itemlist3 img {
		width: 100%;
	}

	.Pickup .Itemlist4 li {
		width: 50%;
		box-sizing: border-box;
		padding: 5%;
		font-weight: bold;
		margin-bottom: 2em;
		font-size: 3.8vw;
	}

	.Pickup .Itemlist3 {
		background: #fff;
		max-width: 855px;
		width: 93%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		padding: 2em 0 1em;
		border: 2px solid #243a68;
		box-sizing: border-box;
	}

	.Pickup .Itemlist3 li {
		width: 50%;
		box-sizing: border-box;
		padding: 1.5%;
		font-weight: bold;
		margin-bottom: 2em;
		font-size: 3.8vw;
	}

	.Pickup .series {
		margin: 3em auto 0;
	}

		.Pickup .series h4::before {
			display: none;
		}

	.Pickup .series ul {
		max-width: 1140px;
		width: 93%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}

	.Pickup .series li {
		width: 100%;
		box-sizing: border-box;
		margin-right: 0;
		margin-bottom: 2em;
	}

		.Pickup .series li:last-child {
			margin-right: 0;
			margin-bottom: 0;
		}


	.Pickup .series span {
		font-weight: bold;
		margin: 1em 0 0.5em;
		display: block;
		font-size: 4vw;
	}

	.Pickup .Price {
		margin-top: 1em;
	}

	.Pickup .Btn {
		text-align: center;
		margin: 2em 0;
	}

	.Pickup .Btn a {
		background: #243a68;
		color: #fff;
		font-size: 4.5vw;
		font-weight: bold;
		display: inline-block;
		padding: 1em 0;
		letter-spacing: 0.06em;
		position: relative;
		box-sizing: border-box;
		width: 93%;
	}

		.Pickup .Btn a::after {
			content: "";
			display: inline-block;
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
			transform: rotate(45deg);
			width: 2vw;
			height: 2vw;
			position: absolute;
			top: 1.5em;
			right: 1em;
		}


	/*-----------------------------------------------
		ノベルティ
	-----------------------------------------------*/

	.Novelty {
		border-top: 2px solid #243a68;
		border-bottom: 2px solid #243a68;
		position: relative;
		text-align: center;
		padding-bottom: 5.5em;
	}

	.Novelty::before {
		content: "";
		background: url(../images/stripe_border.png);
		background-size: contain;
		width: 100%;
		height: 3vw;
		position: absolute;
		top: 0.5em;
		left: 0;
	}
	
	.Novelty::after {
		content: "";
		background: url(../images/stripe_border.png);
		background-size: contain;
		width: 100%;
		height: 3vw;
		position: absolute;
		bottom: 0.5em;
		left: 0;
	}
		
	.Novelty h2 {
		font-size: 5vw;
		max-width: 1140px;
		width: 100%;
		margin: 2.5em auto 0.8em;
		letter-spacing: 0.075em;
	}

		.Novelty h2 p:first-child {
			font-size: 4vw;
			color: #243a68;
			line-height: 2em;
		}
	
	.Novelty h2 p span {
		color: #243a68;
		display: block;
	}

	.Novelty h2 .title {
		display: inline-block;
		position: relative;
		line-height: 1.4em;
	}

		.Novelty h2 .title::before {
			position: absolute;
			content: "";
			background: url(../images/syasen_before.png) no-repeat;
			background-size: contain;
			width: 7vw;
			height: 13vw;
			top: 0;
			left: -5vw;
		}
	
		.Novelty h2 .title::after {
			position: absolute;
			content: "";
			background: url(../images/syasen_after.png) no-repeat;
			background-size: contain;
			width: 7vw;
			height: 13vw;
			top: 0;
			right: -5vw;
		}

	.Novelty h2 + p img {
		width: 23%;
	}

	.Novelty .Txt {
		font-size: 4vw;
		font-weight: bold;
		line-height: 1.8em;
		margin: 2em auto 1em;
		letter-spacing: 0.075em;
	}

	.Novelty .Txt span {
		text-decoration: underline;
	}

	.NoveltyImage {
		position: relative;
		width: 93%;
		height: auto;
		margin: 0 auto;
		letter-spacing: 0.075em;
		font-weight: bold;
	}

	.NoveltyImage img {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.NoveltyImage p {
		width: 100%;
		height: 48%;
		position: relative;
		bottom: 0;
		left: 0;
		top: 1em;
		z-index: 2;
		text-align: center;
		font-size: 4vw;
		line-height: 1.6em;
	}

	.NoveltyImage p span {
		display: block;
		font-size: 4.8vw;
		margin-bottom: 1em;
	}

	.NoveltyImage p small {
		font-size: 3vw;
		display: block;
		line-height: 1.5em;
		margin-top: 1.5em;
	}

	}