@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

/* ============================
Foundation
基本のスタイルを整える
============================ */
html {
	font-size: 16px;
	box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}

dl {
	margin: .5rem 0 1rem;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* サイドバーなし */
#contents_left,#contents_right {
	display: none;
}
@media screen and (max-width: 768px){
	#contents_left {
		display: block;
	}
}


/* ヘッドラインなし */
.headline {
	display: none;
}
/*
#headimage{
	background: -webkit-repeating-linear-gradient(45deg, #adead8, #adead8 5px, #99deca 5px, #99deca 30px);
	background: repeating-linear-gradient(45deg, #adead8, #adead8 5px, #99deca 5px, #99deca 30px);
}
*/

/* -----------------------------------
	コスパ
----------------------------------- */

/* width、背景の指定を解除 */
#container {
	/*min-width: 0;*/
	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;
	max-width: none;
	width: 100%;
	margin: 0;
}

/* float・padding・widthの指定を解除、marginにautoをつけ中央揃え */
#maincol {
	float: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

div#footer {
	margin: 0 auto;
}

.sns{
	max-width: 1080px;
	margin: 20px auto 0;
	padding: 0 10px;
}

#eventbody li:before{
	display: none;
}
#head{
	background: #fff;
}

#event > h1 , h1.t_itrem {
	display: none !important;
}

@media screen and (min-width: 768px) {
	#event > h1{
		margin-top:20px;
	}
}

@media screen and (min-width: 768px){
	#wrapper {
		padding: 50px 0 0;
	}
	div#contents{
		margin: 50px auto 0;
	}
	div#eventbody{
		width: 100%;
		box-sizing: border-box;
	}
	#maincol{
		width: 100%;
	}
	body.basic div#footer,
	body.basic div#footer div.f_menu.clearfix{
		width: 100%;
	}
}

/* -----------------------------------
	イベントページ
----------------------------------- */
#eventbody * {
	box-sizing: border-box!important;
}

.inner {
	overflow-x: hidden;
}

/* 背景イメージ（コスパcontents、ジーストアcontainer）*/
#contents,
#container{
	background: url(https://www.geestore.com/event/campaign/rain2022/bg.jpg);
	background-attachment: fixed;
}

@media screen and (max-width: 768px) {
	/* 背景イメージ（コスパcontents、ジーストアcontainer）*/
	#contents,
	#container{
		background: url(https://www.geestore.com/event/campaign/rain2022/bg-sp.jpg);
		background-attachment: initial;
	}
}

.tuning_event > p:first-child {
	display: none;
}

p:rempty {
	display: none;
}

/* コンテンツ部分のwidth */
dl.sb
 {
	width: 950px;
	margin: 2rem auto;
}

/* コンテンツ部分に余白を作る */
div#eventbody {
	/* max-width: 1024px;
	width:100%;*/
	margin: 0 auto;
	padding: 0;
}

/* この情報を共有する */
dl.sb {
    color: #fff;
}


.section_obi {
	background-color: #ea609e;
    text-align: center;
    padding: 0;
    margin: 0 0 2rem;
}

#eventbody h2 {
	position: relative;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 100%;
    padding: 0.4rem auto 0.4rem!important;
    margin: 0;
    border: none;
    background: none;
    color: #fff;
}

#eventbody h2 span {
	display: inline-block;
}

#eventbody h2:before {
    content: url(https://www.geestore.com/event/campaign/gw2021/h2_before.svg);
    position: absolute;
	top: 5px;
    left: -80px;
    width: 70px;
}

#eventbody h2:after {
    content: url(https://www.geestore.com/event/campaign/gw2021/h2_after.svg);
    position: absolute;
    top: 5px;
    right: -80px;
    width: 70px;
}

#eventbody #pointcard h2::before,
#eventbody #pointcard h2::after,
#eventbody #other h2::before,
#eventbody #other h2::after {
	display: none;
}

#eventbody h3 {
	position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #26baec;
    color: #ffffff;
    display: inline-block;
    line-height: 100%;
    padding: 0.5rem 1rem;
    margin: 0;
    min-width: 100px;
    text-align: center;
    z-index: 1;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px #26baec;
}

.h3_box {
	position: relative;
	margin: 2rem 0;
}

.h3_box::after {
	position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 100%;
    border: 1px dashed #26baec;
}

#eventbody h4 {
    font-size: 1rem;
    font-weight: normal;
    border: none;
    padding: 0;
	margin: 0;
	margin-bottom: 0.5rem;
    position: relative;
    text-align: left;
	font-weight: bold;
}

#eventbody h4:before {
	content: '■';
  	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 3px 0;
	color: #26baec;
}

@media screen and (max-width: 750px) {
	#eventbody h2 {
		font-size: 1.3rem;
	}
	#eventbody h3 {
		font-size: 1rem;
	}
}

@media screen and (max-width: 450px) {
	#eventbody h2:before {
		content: url(https://www.geestore.com/event/campaign/gw2021/h2_before.svg);
		position: absolute;
		top: 8px;
		left: -50px;
		width: 45px;
	}
	
	#eventbody h2:after {
		content: url(https://www.geestore.com/event/campaign/gw2021/h2_after.svg);
		position: absolute;
		top: 8px;
		right: -50px;
		width: 45px;
	}
}


/* 本文 */
#eventbody .entry {
	font-size: 1rem;
	margin: 0 auto;
}

#eventbody .entry:not(:last-of-type) {
	margin-bottom: 2rem!important;
}

#eventbody .entry a{
	text-decoration: underline;
	word-break: break-all;
}
#eventbody .entry a:hover{
	color: #FDD100;
}

#eventbody p.attention {
	color: #d73269;
}

#eventbody .entry strong {
	line-height: 2;
	font-size: 1.75rem;
	color: #26baec;
}

#eventbody p.attention span {
	display: block;
}

#eventbody p.attention span:before {
	content: "※";
	margin: 0 5px 0;
}

#eventbody section {
	background: #fff;
    padding: 2rem;
    margin: 20px auto 40px;
    max-width: 1024px;
    text-align: left;
	border: 2px solid #ea609e;
}

@media screen and (max-width: 1024px) {
	#eventbody section {
		margin: 20px 1rem 40px;
		padding: 1rem;
	}
}

#eventbody p.award {
	background-color: #a00;
    padding: 5px;
    margin: 0 0 10px 0;
    border-radius: unset;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
	.div_flexbox div {
		margin: 10px 0;
		padding: 0;
		width: 100%;
	}
}

.div_pointcard {
	display: flex;
    justify-content: center;
    align-itrems: center;
}

.div_pointcard img{
	max-width: 250px;
	width: 100%;
	padding: 0px 10px 10px;
}

@media screen and (max-width: 650px) {
	.div_pointcard {
		flex-wrap: wrap;
	}
}

/* -------------------
	コピーライト
------------------- */

#eventbody p.small {
	font-size: 12px;
    color: #777;
    margin: 20px auto 0;
    padding: 5px;
    max-width: 1024px;
}

/* -------------------
	リンクがある画像は全てマウスホバー明るくする
------------------- */

#eventbody a img:hover {
	opacity: .8;
	transition: opacity .5s;
}

@media screen and (max-width: 500px){
	#eventbody .img {
    width: calc(100% / 2 - 6px);
}
}

/* -------------------
	店舗
------------------- */

#eventbody .store_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
}

#eventbody .store_list:not(:last-of-type) {
	margin-bottom: 2rem;
}

#eventbody .store_list li{
	display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #000033;
    line-height: normal;
    border-left: 0;
    border-radius: 5px;
    padding: 0;
    background: #26baec;
    border: 1px solid #26baec;
	transition: all 0.3s ease;
}

#eventbody .store_list li:hover {
	background: #fff;
}

#eventbody .store_list li a {
	text-decoration: none;
	color: #fff;
	padding: 20px 0;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

#eventbody .store_list li a:hover {
	color: #26baec;
}

@media screen and (max-width: 768px) {
	#eventbody .store_list {
		grid-template-columns: 1fr;
	}

	#eventbody .store_list li {
		width: 100%;
	}
}

#eventbody .contents_list {
    max-width: 1024px;
    margin: 0 auto;
    color: #fff;
	font-size: small;
	padding: 5px;
}

#eventbody .contents_list>a {
    text-decoration: underline;
}

.img.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
	display: none!important;
}

.more1,.more2 {
    text-align: center;
    margin: 0;
}
button {
	background-color: #f90;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    max-width: 400px;
    width: 100%;
    border-radius: 16px;
}

.goodslist {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.5rem;
}

.goodslist li {
	background-color: #fff;
    text-align: center;
    background: #26baec;
    border: 1px solid #26baec;
	border-radius: 5px;
    box-sizing: border-box;
	transition: all 0.3s ease;
}

.goodslist li:hover {
	width: 100%;
    background: #fff;
}

.goodslist li a{
	padding: 20px 0;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	transition: all 0.3s ease;
}

.goodslist li a:hover{
	color: #26baec;
}

@media screen and (max-width: 750px) {
	.goodslist {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.goodslist li a {
		font-size: 14px;
	}
}

.keihin {
	display: flex;
	justify-content: space-between;
}

.keihin div{
	width: 32.5%;
    border: 1px dashed #27baed;
    box-sizing: border-box;
    padding: 10px 10px 0;
}

.keihin div img{
	width: 100%;
	max-width: 500px;
}

.keihin div span{
	font-size: 12px;
}

#eventbody .keihin-title{
	background: #27baed;
    margin: 0;
    border-radius: unset;
    color: #fff;
    text-align: center;
    font-size: 130%;
}

#eventbody .sanka{
	background: #27baed;
    color: #fff;
    padding: 3px 20px;
    margin-right: 10px;
}

@media screen and (max-width: 750px) {
	.keihin {
		display: block;
	}
	.keihin div{
		width: 100%;
		margin: 0 0 20px;
	}
}