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

/* ============================
Foundation
基本のスタイルを整える
============================ */


body #eventbody {
	font-size: 16px;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 750px){
	body #eventbody {
		font-size: 14px;
	}
}

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

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

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

/* 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;
	background: none;
}

div#event::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.geestore.com/event/campaign/gw2025/cos-bg.jpg);
    background-position: center top;
    background-size: cover;
    z-index: -1;
}

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

#event {
	position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    z-index: 1;
}

div#important_area {
	z-index: 99;
}
div#footer {
	position: relative;
    margin: 0 auto;
    z-index: 99;
}

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

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

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

@media screen and (min-width: 769px) {
	#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%;
	}
}

/* -----------------------------------
	イベントページ
----------------------------------- */

/* 背景イメージ（コスパcontents、ジーストアcontainer）*/
#contents,
#container{
	background-color: #fff;
}


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

p:empty {
	display: none;
}

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

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

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

#eventbody h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    padding: 0.5em;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 700;
    border: none;
    background: #f05a00;
    margin: 0 0 0.5em;
    text-align: center;
    text-shadow: 2px 2px #c85000;
}
#eventbody h2:before, #eventbody h2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    z-index: 1;
    background: #ff965a;
}
#eventbody h2:before {
    top: 4px;
    left: 0;
}
#eventbody h2:after {
    bottom: 4px;
    left: 0;
}
#eventbody h2 span {
    position: relative;
    padding: 0 .2em .1em;
    line-height: 1;
}
#eventbody h2 span::before {
    position: absolute;
    content: '';
    background: url(sun.png) no-repeat;
    background-size: contain;
    background-position: center right;
    width: 50px;
    height: 80%;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto;
}
#eventbody h2 span::after {
    position: absolute;
    content: '';
    background: url(sun.png) no-repeat;
    background-size: contain;
    background-position: center left;
    width: 50px;
    height: 80%;
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto;
}

#eventbody h3 {
    position: relative;
    font-size: 1.2em;
    padding: 0.5em 1em;
    margin: 0;
    background: #fff;
    text-align: center;
    min-width: 120px;
    display: inline-block;
    color: #f05a00;
    z-index: 1;
    font-weight: 700;
    border: 1px solid #f05a00;
}
.h3_box {
	position: relative;
    margin: 40px 0 10px;
}
.h3_box::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 100%;
    border-top: 1px solid #f05a00;
}

#eventbody h4 {
	font-size: 1em;
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    color: #f05a00;
    font-weight: 700;
}

#eventbody h4:before {
	content: '■';
  	display: inline-block;
	margin: 0 3px 0 0;
	color: #f05a00;
}

/* 本文 */
#eventbody p {
	margin: 0 auto 1em;
	color: #000;
	text-align: justify;
}

#eventbody a{
	word-break: break-all;
	color: #000;
    text-decoration: underline;
}
#eventbody a:hover{
	color: #ffc420;
	text-decoration:none;
}

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

#eventbody span.strong {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #fff200 0%);
}

ul.list-text {
    padding-left: 1.5em;
    list-style-type: disc;
    list-style-position: outside;
    color: #7d1e32;
    margin: 1em 0;
}
.list-text li {
	list-style-type: disc;
}
.list-text li img{
	width: 50%;
    max-width: 250px;
    margin: 0.2em 0;
}

#eventbody section {
	position: relative;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    background: none;
}
.max1024 {
    max-width: 1024px;
    width: 96%;
    margin: 1em auto;
    padding: 1em;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px;
}
.sp-br {
	display: none;
}
@media screen and (max-width: 600px) {
	.sp-br {
		display: block;
	}
}

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

#eventbody p.copy {
    font-size: 12px;
    margin: 2em auto;
    padding: 0 0.5em;
    max-width: 1024px;
    text-align: justify;
    color: #000;
}

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

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

#eventbody .img {
	font-family: initial;
}
@media screen and (max-width: 768px){
#eventbody .img {
    width: calc(100% / 2 - 6px);
    margin: 0px 2px 10px 2px;
}
}


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

#eventbody .store_list{
	margin: 5px auto 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

#eventbody .store_list li{
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #000;
    line-height: normal;
    height: 60px;
    border-radius: 5px;
    padding: 0;
    background: #ffe114;
}

#eventbody .store_list li a {
    text-decoration: none;
    color: #000;
    padding: 20px 0;
    display: block;
    width: 100%;
    font-size: 14px;
}
#eventbody .store_list li:hover {
	background: #fff000;
}
#eventbody .store_list li a:hover {
	color: #000;
}
#eventbody .store_list li::before {
    position: absolute;
    content: '';
    display: block;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-bottom: none;
    border-left: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#eventbody .store_list li:hover::before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

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

@media screen and (max-width: 500px) {
	#eventbody .store_list li a {
		font-size: 12px;
	}
}

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

#eventbody .contents_list {
    max-width: 1024px;
    margin: 0 auto;
	font-size: small;
	padding: 5px;
    color: #000;
}
#eventbody .contents_list>a {
    text-decoration: underline;
    color: #000;
}
#eventbody .contents_list>a:hover {
    color: #004c8f;
}

#page-top {
	z-index: 99;
}

table.kikan {
    margin: 0;
}
table.kikan th{
    margin: 0;
    padding: 0.5em;
    text-align: center;
    white-space: nowrap;
    border: 1px dashed #bbb;
    border-right: none;
    vertical-align: middle;
}
table.kikan td{
    padding: 0.5em;
    border: 1px dashed #bbb;
}
.e-list li {
    margin: 1em 0;
    background: rgba(250,210,0,.15);
    padding: 0.5em;
    border-radius: 8px;
}

#eventbody a#oubo-button {
    text-align: center;
    display: block;
    background: #f05a00;
    color: #fff;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #f05a00;
    text-decoration: none;
    margin: 1em 0 0;
    padding: 1em;
    font-size: 140%;
    border-radius: 100px;
}
#eventbody a#oubo-button:hover {
    border-color: #ff965a;
}