@charset "utf-8";

/* ========================================================
	Reset
======================================================== */

/* ルートフォントを10px 1rem=10px */

html {
	font-size: 62.5%;
}

body#top {
	font-size: 128.5%
}

/* 基本のフォントを1.6rem=16px */

body #eventbody {
	font-family: "ヒラギノ角ゴ Pro W3", メイリオ, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	font-size: 1rem;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body #eventbody a:link {
	text-decoration: underline;
}

body #eventbody a:visited {
	text-decoration: underline;
}

body #eventbody a:hover {
	text-decoration: none;
}

body #eventbody a:active {
	text-decoration: none;
}

body #eventbody ul,
body #eventbody ol,
body #eventbody li,
body #eventbody dl,
body #eventbody dt,
body #eventbody dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* サイドバーなし */

#contents_left,
#contents_right {
	display: none;
}


/* ヘッドラインなし */

.headline {
	display: none;
}

#event h1,
h1.t_item {
	display: none;
}

#eventbody h2,
#eventbody h3,
#eventbody h4,
#eventbody h5 {
	margin: 0 auto;
	padding: 0;
	background: none;
	border: none;
	line-height: 100%;
}

#eventbody ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#eventbody li {
	margin-bottom: 0;
	padding-left: 0;
	border-left: none;
}

#eventbody .items {
	zoom: 1;
	overflow: inherit;
	margin: 0;
}

#eventbody .img {
	position: relative;
	float: none;
	width: auto;
	height: auto;
	background: none;
}

#eventbody .img img {
	position: relative;
	display: block;
	top: auto;
	left: auto;
	padding: 0;
	border: none;
	width: auto;
}

#eventbody .img strong {
	position: relative;
	display: block;
	bottom: auto;
	left: auto;
	background: none;
	padding: 0;
	width: auto;
	text-align: left;
	font-weight: normal;
	color: #000;
}

#eventbody .img p {
	position: relative;
	top: auto;
	right: auto;
	width: auto;
	line-height: 1.8;
}

#eventbody .img p a {
	font-weight: normal;
}

/* -----------------------------------
	コスパ
----------------------------------- */

/* width、背景の指定を解除 */

#container {
	max-width: none;
	background-color: transparent;
}

/* marginの指定を解除 */

#contents_center_inner {
	margin: 0 auto;
}

/* ヘッダーとメインコンテンツの間の隙間を削除 */

#inner {
	padding: 0;
}

/* -----------------------------------
	ジーストア
----------------------------------- */

/* widthの指定を解除 */

#wrapper {
	width: 100%;
}

/* パディング調整、背景の横棒がはみ出ないように */

div.header {
	padding: 0 5px 10px 5px;
	background-clip: content-box;
}

/* padding、widthの指定を解除 */

div#contents {
	padding: 0;
	width: 100%;
	margin: 0 0 2em;
}

/* float・padding・widthの指定を解除、marginにautoをつけ中央揃え */

#maincol {
	float: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

div#footer {
	margin: 0 auto;
}

body.basic div#footer,
body.basic div#footer div.f_menu.clearfix {
	width: 940px;
}

/* ========================================================
	Design
======================================================== */

/* -----------------------------------
	イベントページ
----------------------------------- */

/* コンテンツ部分に余白を作る */

div#eventbody {
	max-width: auto;
	margin: 0 auto;
	padding: 10px
}

div#headimage {
	display: block;
	width: 100%;
	padding: 0px 0 50px;
	margin: 0;
	background: url(http://www.geestore.com/event/campaign/halloween2017/bg.jpg) bottom center repeat-x;
	background-size: auto 100%;
}

div#headimage::before {
	content: "";
	display: block;
	right: 0;
	width: 100%;
	height: 92px;
	background: url(http://www.geestore.com/event/campaign/halloween2017/bg_before.png) top center repeat-x;
	border-top: 10px solid #000;
	z-index: 0;
}

div#headimage::after {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	width: 100%;
	height: 190px;
	margin: -150px 0 0 0;
	background: url(http://www.geestore.com/event/campaign/halloween2017/bg_after.png) bottom center repeat-x;
	border-bottom: 10px solid #000;
	z-index: 0;
}

div#headimage img {
	position: relative;
	z-index: 1;
}

div#eventbody a:link {
	color: #990000;
}

div#eventbody a:hover {
	color: #990000;
}

div#eventbody a:visited {
	color: #990000;
}

div#eventbody a:active {
	color: #990000;
}

div#event {
	padding: 0;
}

/* 背景イメージ（コスパ：contents、ジーストア：container）*/

#contents,
#container {
	background: #e84c0b;
	background-image: radial-gradient(#ce3d01 15%, transparent 0), radial-gradient(#ce3d01 15%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
}

#inner {
	max-width: none;
}

#eventbody section {
	max-width: 980px;
	padding: 30px;
	margin: 30px auto 0px;
	background: #FFF;
	border: 3px solid #000;
	border-right: 5px solid #000;
	border-bottom: 5px solid #000;
	box-shadow: none;
	border-radius: 5px;
}

#eventbody section div {
	margin: 0 10px;
}

#eventbody h2 {
	display: block;
	color: #000;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 0.2rem;
	padding: 0 0 3px;
	margin: 0 0 1em;
	border: none;
	border-bottom: 2px solid #ce3d01;
}

#eventbody h2::before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 3rem;
	height: 3rem;
	margin: 0 1rem 0.2rem 1.2rem;
	background: url(http://www.geestore.com/event/campaign/halloween2017/icon.svg) center center no-repeat;
	background-size: 100% auto;
}

#eventbody h3 {
	color: #ce3d01;
	font-size: 2rem;
	font-weight: bold;
	margin: 1em 0;
	line-height: 1.2;
}

#eventbody h4 {
	display: inline-block;
	color: #FFF;
	font-size: 1.1rem;
	font-weight: normal;
	margin: 0.1em 0;
	padding: 0.5em 0.8em 0.45em 0.8em;
	line-height: 1.2;
	background: #f2990e;
}

#eventbody h4.catch {
	display: block;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: normal;
	text-align: center;
	margin: 0.5em 0;
	padding: 0.5em 0.8em 0.45em 0.8em;
	line-height: 1.2;
	background: #f2990e;
}

#eventbody p {
	color: #292f33;
	font-size: 1.6rem;
}

#eventbody p:last-of-type {
	margin: 1em 0 0;
}

#eventbody p:only-of-type {
	margin: 0;
}

#eventbody hr {
	border: none;
	margin: 0.5em 0;
}

#eventbody dl {
	display: flex;
	flex-flow: row wrap;
}

#eventbody dl dt {
	display: inline-flex;
	flex-basis: 10%;
	color: #ce3d01;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 1rem;
}

#eventbody dl dd {
	display: inline-flex;
	flex-basis: 90%;
	font-size: 1.6rem;
}

#eventbody p em {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 2.2rem;
}

#eventbody p span {
	display: block;
	font-size: 1.2rem;
	line-height: 2.00;
}

#eventbody p span:before,
#eventbody li span:before {
	content: "※";
	margin: 0 5px 0;
}

p small {
	display: block;
	font-size: 1rem;
}

dl.sb {
	width: 950px;
	margin: 0 auto 20px;
}

.sb dt {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.04em;
	background: #000;
	padding: 1px 5px;
	margin: 1px 3px;
	border-radius: 3px;
}

.sb dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	padding: 0;
}

.sb dd:last-of-type {
	margin: 0 0 0 2px;
}

@media screen and (max-width: 1024px),
@media screen and (max-device-width: 1024px) {
	#eventbody dl dt {
		flex-basis: 100%;
	}

	#eventbody dl dd {
		flex-basis: 100%;
	}
}

/* -------------------
	店舗一覧
------------------- */

#eventbody ul.shop_list {
	display: flex;
	flex-flow: row wrap;
	margin: 1em 0;
}

#eventbody ul.shop_list li {
	display: inline-flex;
	flex-basis: 30.3%;
	margin: 1%;
	text-align: center;
}

#eventbody ul.shop_list li a {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	align-content: center;
	justify-content: center;
	text-decoration: none;
	color: #FFF;
	font-size: 1.6rem;
	width: 100%;
	padding: 10px 0 8px;
	background: #631367;
	border: 2px solid #000;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px #000;
}

#eventbody ul.shop_list li a:hover {
	top: 1px;
	box-shadow: 0px 2px 0px 0px #000;
	opacity: 0.93;
}

#eventbody ul.list {
	width: 100%;
	margin: 1em 0;
}

#eventbody ul.list:last-of-type {
	margin: 1em 0 0;
}

#eventbody ul.list li {
	font-size: 1.4rem;
}

#eventbody ul.list li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0.42rem;
	height: 0.42rem;
	background: #666;
	border-radius: 20px;
	margin: 0 0.7em 0 0.4em;
}

#eventbody li span {
	font-size: 1.1rem;
	margin: 0 1em;
}

@media screen and (max-width: 1024px),
@media screen and (max-device-width: 1024px) {
	#eventbody ul.shop_list li {
		flex-basis: 47.3%;
	}
}

@media screen and (max-width: 580px),
@media screen and (max-device-width: 580px) {
	#eventbody ul.shop_list li {
		flex-basis: 100%;
	}
}

/* -------------------
	商品一覧
------------------- */

#eventbody .item_list {
	margin: 0;
}

#eventbody .item_list div.items {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	width: 100%;
	margin: 1em 0 0;
}

#eventbody .item_list div.items div {
	flex-basis: 21.78%;
	align-self: stretch;
	padding: 0.5em;
	margin: 1% 0.77%;
	background: #FFF;
	border: 2px solid #000;
	border-radius: 5px;
	box-sizing: content-box;
	justify-content: center;
	align-content: center;
}

#eventbody .item_list div.items div p[style*=":0"] {
	display: block;
	float: none;
	padding: 0 0 5px;
}

#eventbody .item_list div.items div p {
	float: right;
	font-size: 1.2rem;
	line-height: 150%;
	text-align: left;
	word-break: break-all;
	width: 57%;
	margin: 0 !important;
	padding: 0 0 0 5px;
	background: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}

#eventbody .item_list div.items div p a {
	font-weight: bold;
}

#eventbody .item_list div.items div p + a {
	float: left;
	display: inline-block;
}

#eventbody .item_list div.items div strong {
	clear: both;
	display: block;
	font-size: 1.2rem;
	text-align: right;
	padding: 8px 0 0;
	top: auto;
}

#eventbody .item_list div.items div strong .red {
	color: #E5006E;
}

@media screen and (max-width: 1024px),
@media screen and (max-device-width: 1024px) {
	#eventbody .item_list div.items div {
		flex-basis: 46%;
	}
}

@media screen and (max-width: 650px),
@media screen and (max-device-width: 650px) {
	#eventbody .item_list div.items div {
		flex-basis: 100%;
	}
}


#eventbody ul.item_list2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: space-around;
}

#eventbody ul.item_list2 li {
	display: inline-flex;
	flex-basis: 21.78%;
	padding: 0.5em;
	margin: 1% 0.77%;
	border-radius: 5px;
	border: 2px solid #000;
}

#eventbody ul.item_list2 li a:hover {
	background: #EEE;
}

#eventbody ul.item_list2 li figure {
	margin: 0;
	padding: 0;
}

#eventbody ul.item_list2 li figure::after {
	clear: both;
	display: block;
}

#eventbody ul.item_list2 li figure div {
	float: left;
	margin: 0;
	width: 35%;
}

#eventbody ul.item_list2 li figure div img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#eventbody ul.item_list2 li figure figcaption {
	display: flex;
	height: 100%;
	float: right;
	width: 60%;
	flex-flow: row wrap;
	align-content: space-between;
	justify-content: space-between;
}

#eventbody ul.item_list2 li figure figcaption p {
	display: inline-flex;
	font-size: 1.2rem;
	margin: 0;
}

#eventbody ul.item_list2 li figure figcaption p em {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5rem;
}

#eventbody ul.item_list2 li figure figcaption p + p {
	display: flex;
	width: 100%;
	text-align: right;
	justify-content: flex-end;
}

#eventbody ul.item_list2 li figure figcaption p + p::before {
	content: "￥";
	display: inline-block;
	vertical-align: middle;
}

#eventbody ul.item_list2 li figure figcaption p + p::after {
	content: "(税込)";
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 1024px),
@media screen and (max-device-width: 1024px) {
	#eventbody ul.item_list2 li {
		flex-basis: 46%;
	}
}

@media screen and (max-width: 650px),
@media screen and (max-device-width: 650px) {
	#eventbody ul.item_list2 li {
		flex-basis: 100%;
	}
}

div#eventbody .item_list + p {
	text-align: center;
}

div#eventbody .item_list + p a {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	align-content: center;
	justify-content: center;
	text-decoration: none;
	color: #FFF;
	font-size: 2.3rem;
	letter-spacing: 0.1em;
	width: 100%;
	padding: 20px 0 18px;
	background: #631367;
	border: 2px solid #000;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px #000;
}


div#eventbody .item_list + p a:hover {
	top: 1px;
	box-shadow: 0px 2px 0px 0px #000;
	opacity: 0.93;
}

#eventbody hr.catch {
	border: 2px dashed #ce3d01;
	margin: 4em 0;
}

#eventbody h3.catch {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	align-content: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-size: 2.3rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	width: 100%;
	padding: 20px 0 18px;
	background: #f2990e;
	border: 2px solid #000;
}

