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

#headimage {
    position: relative;
    background: none;
    padding: 0;
    margin: 0 auto 2em;
    width: 96%;
}



/* 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;
    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%;
	}
}

/* -----------------------------------
	イベントページ
----------------------------------- */
#event {
    background: -webkit-repeating-linear-gradient(45deg, #ffedb1, #ffedb1 5px, #fff5d3 5px, #fff5d3 30px);
    background: repeating-linear-gradient(45deg, #ffedb1, #ffedb1 5px, #fff5d3 5px, #fff5d3 30px);
}


/* 背景イメージ（コスパ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%;*/
    position: relative;
	margin: 0 auto;
	padding: 0;
}

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

#eventbody h2 {
    position: relative;
    display: inline-block;
    margin: 2em 0 1.2em;
    padding: 7px 10px;
    max-width: 100%;
    color: #f05a00;
    font-size: 1.2em;
    background: #FFF;
    border: solid 3px #f05a00;
    box-sizing: border-box;
}
#eventbody h2:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 20%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
#eventbody h2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 20%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #f05a00;
    z-index: 1;
}
#eventbody h2 span {
    margin: 0;
    padding: 0;
}


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

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

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

#eventbody p.strong {
    display: block;
    width: 100%;
    max-width: 500px;
    font-size: 1.2em;
    text-align: center;
    color: #7d1e32;
    background: none;
    border-radius: unset;
    font-weight: 500;
    margin: 1em auto;
    line-height: 1.2;
    padding: 0.5em 0;
    border: 1px solid #7d1e32;
}

#eventbody section {
    position: relative;
    padding: 0 1em;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    background: none;
}
.max1024 {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    background: none;
    background-size: 100%;
    box-sizing: border-box;
}

.sp-br {
	display: none;
}
@media screen and (max-width: 400px) {
	.sp-br {
		display: block;
	}
}

.matome-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
    font-weight: 500;
    padding: 0;
}
.other {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
    font-weight: 500;
    margin: 0 auto;
}
.matome-wrap img,.other img{
    width: 100%;
}
.matome-wrap>a {
    background: #fff;
    text-align: center;
    padding: 1em;
    border-radius: 10px;
    box-shadow: 0 0 4px #fab41e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5em;
}
.comingsoon {
    position: relative;
    background: rgba(255, 255, 255, .5);
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 4px #fab41e;
}
.comingsoon div {
    width: 100%;
    padding-bottom: 115%;
}
.comingsoon::before {
    position: absolute;
    white-space: pre;
    content: 'COMING\ASOON';
    color: #1464aa;
    font-size: min(6vw,40px);
    font-weight: 700;
    line-height: 1.2;
}
.linkbutton {
    background: #1464aa;
    color: #fff;
    padding: 0.2em;
    border-radius: 50px;
    margin-top: auto;
}
.linkbutton:hover {
    background: #f05a00;
}
.kikan {
    line-height: 1.4;
    padding: 0;
    color: #00003c;
}
.kikan span {
    display: inline-block;
}

#eventbody a.fin{
    position: relative;
}
#eventbody a.fin:before{
    position: absolute;
    content: '終了しました';
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(5vw,36px);
    font-weight: bold;
    text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
}

@media screen and (max-width: 700px) {
    .matome-wrap {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
    }
    .matome-wrap>a {
        padding: .5em;
    }
    .other {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 500px) {
    .matome-wrap {
        grid-template-columns: 1fr;
    }
}

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

#eventbody p.copy {
	font-size: 12px;
    margin: 3em auto;
    padding: 0;
    max-width: 1024px;
    text-align: center;
    color: #fff;
}

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

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

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