@charset "UTF-8";
/* CSS Document */

/* bg
------------------------------*/
.oimo_bg{
	background-image:url(../2026-img/bg_sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 97.6744418604%;
}
/* box
------------------------------*/
.sankai_logo img{
	width: 100%;
	max-width: 90%;
	margin-bottom: 18px;
}
.broadcast-date{
	background-color: #f4ba00;
	color: #6b3906;
	font-size: 18px;
	padding: 10px 40px;
	border-radius: 100vh;
	display: inline-block;
	border: 1px solid #FFF;
	line-height: 1;
	width: 540px;
    max-width: 95%;
}
.broadcast-date span.l_text{
	font-size: 140%;
}
dl.next-b_box{
	width: 100%;
	margin: 0 auto;
}
.next-b_box dt,.next-b_box dd{
	padding: 20px;
}
.next-b_box dt{
	font-size: 18px;
	color: #FFF;
	background: rgb(16,198,131);
	background: -moz-linear-gradient(260deg, rgba(16,198,131,1) 0%, rgba(0,200,188,1) 100%);
	background: -webkit-linear-gradient(260deg, rgba(16,198,131,1) 0%, rgba(0,200,188,1) 100%);
	background: linear-gradient(260deg, rgba(16,198,131,1) 0%, rgba(0,200,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#10c683",endColorstr="#00c8bc",GradientType=1);
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	align-items: center;
    display: flex;
	line-height: 1;
}
.next-b_box dd{
	background-color: #F9F6F2;
}
.next-b_box .program-schedule{
	font-weight: 600;
}
.next-b_box .program-tit{
	font-size: 18px;
	color: #005dc5;
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	line-height: 1.3;
}
/* BackNumber */
.accordion{
	margin-bottom: 60px;
}
.js-accordion{
	width: 100%;
	margin: 0 auto;
}
.backnumber-box{
	background-color: rgba(223, 238, 245, 1);
	padding: 30px;
	border-radius: 30px;
}
.js-accordion h3{
	padding: 10px ;
	text-align: left;
	font-weight: bold;
	background-color: #c1d9e5;
	font-size: 18px;
}
.BackNumber dd{
	background-color: #ffffff;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.corner-list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.corner-list ul li{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.corner-list ul li a{
	text-align: left;
	display: inline-block;
	width: 100%;
	padding: .5rem;
	color: #333333;
	transition: 0.3s;
}
.corner-list ul li a:hover{
	text-decoration: none;
	font-weight: bold;
	background-color: #bad6e3;
}

.tlist{
	border-bottom: 1px solid #CCC;
	padding: 10px;
	line-height: 1.5;
}
.tlist a:hover{
	text-decoration: underline;
}

.numbers{
	display: block;
}
.font12 {
    float: right;
    font-size: 12px;
}

/* section
------------------------------*/
.second_section{
	padding-top: 30px;
}
/* list
------------------------------*/

/* space
------------------------------*/

/* font
------------------------------*/



/* color
------------------------------*/
.pink{
	color: #DE2779;
}
.sky{
	color: #6b3906;
}
.yellow{
	color: #6b3906;
}

/* title
------------------------------*/
.gradation_tit{
	background: rgb(16,198,131);
	background: -moz-linear-gradient(260deg, rgba(16,198,131,1) 0%, rgba(0,200,188,1) 100%);
	background: -webkit-linear-gradient(260deg, rgba(16,198,131,1) 0%, rgba(0,200,188,1) 100%);
	background: linear-gradient(260deg, rgba(16,198,131,1) 0%, rgba(0,200,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#10c683",endColorstr="#00c8bc",GradientType=1);
	font-size: 18px;
	color: #FFF;
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	padding: 20px;
	line-height: 1;
}
.contact_tit{
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #DE2779;
	font-size: 21px;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
}
.contact_tit::before,
.contact_tit::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
    content: '';
    display: inline-block;
	background-repeat: no-repeat;
    background-size: contain;
	width: 20px;
    height: 35px;
    vertical-align: middle;
}
.contact_tit::before {
    background-image: url(../2025-img/diagonal_w_l.svg);
	left: 0;
}
.contact_tit::after {
	background-image: url(../2025-img/diagonal_w_r.svg);
	right: 0;
}

.head-title {
    text-align: center;
    display: block;
    margin-bottom: 1rem;
    color: #333333;
    font-weight: 700;
    padding: 0;
}
/* header
------------------------------*/

/* accordion
------------------------------*/
.accordion-header{
	width: 	360px;
	margin: 0 auto;
	max-width: 100%;
}
.accordion-button::after{
	background-image:none;
	content: " \f055";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #FFF;

	width: auto;
	height: auto;
	font-size: 40px;
    margin-left: 0;
}
.accordion-button:not(.collapsed)::after {
	content: " \f056";
	background-image:none;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #FFF;


	width: auto;
	height: auto;
}

.accordion-item{
	border: none;
}
.accordion-button:not(.collapsed) ,.accordion-item:last-of-type .accordion-button.collapsed{
    background-color:#000;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	height: 68px;
	border-radius: 100vh;
	cursor: pointer;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 100vh;
    border-top-right-radius: 100vh;
}

/* button
------------------------------*/




/* footer
------------------------ */

@media (min-width: 768px) {

	/* header
	------------------------------*/


	/* slick
	------------------------------*/

	/* space
	------------------------------*/

	/* bg
	------------------------------*/
	.oimo_bg{
		background-image:  url(../2026-img/oimo_bg.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size:cover;
		padding-top: 31.09375%;
	}
	/* section
	------------------------------*/


	/* text
	------------------------------*/

	/* title
	------------------------------*/
    .head-title {
        margin-bottom: 2rem;
        color: #333333;
    }
	.contact_tit{
		font-size: 28px;
	}
	/* button
	------------------------------*/

	/* box
	------------------------ */

	.sankai_logo_box{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 100%;
		text-align: center;
	}
	.sankai_logo img{
		width: 595px;
		max-width: 40%;
		margin-bottom: 20px;
	}

	.next-b_box .program-tit{
		font-size: 23px;
	}
	.next-b_box .program-schedule{
		font-size: 18px;
	}
	/* BackNumber */
	.accordion{
		margin-bottom: 80px;
	}
	.js-accordion h3{
		/* padding: 2rem 1rem ; */
		padding: 15px ;
		text-align: left;
		font-weight: bold;
		font-size: 21px;
		/* background-color: transparent; */
	}
	.BackNumber dd{
		/* background-color: transparent; */
		padding-bottom: 0;
		padding-top: 0;
	}
	.corner-list ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		margin: 0;
		padding: 0;
		width: auto;
		text-align: center;
		list-style: none;
	}
	.corner-list ul li{
		width: auto;
		box-sizing: border-box;
	}
	.corner-list ul li a{
		text-align: left;
		display: inline-block;
		box-sizing: border-box;
		/* padding: 2rem 1rem ; */
		padding: 1rem ;
		color: #333333;
		transition: 0.3s;
	}
	.corner-list ul li a:hover{
		text-decoration: none;
		font-weight: bold;
		background-color: #bad6e3;
	}
	.instagram-media,.tiktok-embed{
		min-width: 100% !important;
		margin: 0 -1px !important;
		border-right: none !important;
		border-left: none !important;
		min-height: 460px!important;
	}

	/* 固定メニュー
	------------------------ */











	/* footer
	------------------------ */


}

@media (max-width: 767px) {
	/* section
	------------------------------*/

	/* header
	------------------------------*/

	/* box
	------------------------ */
	.sankai_logo_box{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		text-align: center;
		width: 100%;
	}
	/* slick
	------------------------------*/


	/* topBtn
	------------------------ */


	/* footer
	------------------------ */


}
@media (max-width: 991px) {
	/* header
	------------------------ */

	/* space
	------------------------------*/

	/* footer
	------------------------ */



}
@media (min-width: 992px) {
	/* header
	------------------------------*/

	/* text
	------------------------------*/

	/* box
	------------------------------*/
	.broadcast-date{
		font-size: 24px;
	}
	.next-b_box dt{
		font-size: 28px;
	}
	/* space
	------------------------------*/

	/* bg
	------------------------------*/

	/* section
	------------------------------*/
	.second_section{
		padding-top: 100px;
	}
	/* title
	------------------------------*/
	.gradation_tit{
		font-size: 30px;
	}




	/* footer
	------------------------ */

}


@media (min-width: 1200px) {
	/* header
	------------------------------*/

	/* bg
	------------------------------*/


	/* space
	------------------------------*/


	/* box
	------------------------ */



	/* title
	------------------------------*/


	/* slick
	------------------------------*/





	/* footer
	------------------------ */





}
@media (max-width: 1199px) {


}
@media (min-width: 576px) and (max-width: 991px) {
	/* header
	------------------------------*/



}
@media (min-width: 992px) and (max-width: 1199px) {
	/* header
	------------------------------*/

	/* space
	------------------------------*/

}
@media (min-width: 1400px){
	/* header
	------------------------------*/

	/* bg
	------------------------------*/

}
@media (min-width: 576px) and (max-width: 1199px) {
	/* header
	------------------------------*/


}

@media (min-width: 768px) and (max-width: 991px) {
	/* title
	------------------------------*/
	.gradation_tit{
		font-size: 24px;
	}

	/* slick
	------------------------------*/

	/* section
	------------------------------*/


	/* space
	------------------------------*/
	.second_section{
		padding-top: 40px;
	}
	/* box
	------------------------ */
	.next-b_box dt{
		font-size: 22px;
	}
	/* bg
	------------------------ */

	/* footer
	------------------------ */

}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	/* header
	------------------------ */

	/* space
	------------------------ */

}

@media screen and (min-width: 576px) and (max-width: 767px) {
	/* title
	------------------------------*/


}
@media screen and (min-width: 576px) {
	/* box
	------------------------------*/

	/* header
	------------------------------*/

	/* tab
	------------------------ */

	/* footer
	------------------------ */


}
@media screen and (max-width: 575px){


	/* header
	------------------------------*/

	/* box
	------------------------ */
	.accordion-body{
		padding-right: 10px;
		padding-left: 10px;
	}
	.backnumber-box{
		padding: 30px 15px;
	}

	/* button
	------------------------------*/

	/* footer
	------------------------------*/

}



@media print{

}




@media (max-width: 380px) {
	.bottom-fixed-button img{
		width: 26px;
	}
}

/* 開催概要 */
.info-grid{
    display:grid;
    grid-template-columns:
    repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.card{
    background:#fff;

    border-radius:15px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
}
@media (min-width:769px){
  .card{
    padding:13.2px;
  }
}
@media (max-width:768px){
  .card{
    padding:18.2px;
  }
}
.card h3{
    color:#6c2a73;
    margin-bottom:15px;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:
    "Noto Sans JP",
    sans-serif;
    color:#333;
    line-height:1.7;
    background:#fffdf8;
}

.container{
    width:min(1100px,90%);
    margin:auto;
}

.hero{
    background:
    linear-gradient(
    rgba(80,22,75,.65),
    rgba(80,22,75,.8)),
    url("hero.jpg") center/cover;
    color:white;
    text-align:center;
    padding:120px 20px;
}

.hero-inner {
text-align: center;
}

span.tag {
  margin-top: 20px;
}

.tag{
    display:inline-block;
    background:#ffb400;
    color:#4b204d;
    padding:8px 16px;
    border-radius:999px;
    font-weight:700;
}

.hero h1{
    margin-top:20px;
    font-size:clamp(2.5rem,6vw,5rem);
}

.subtitle{
    margin:20px 0 30px;
    font-size:1.2rem;
}

.btn-primary{
    display:inline-block;
    background:#ffb400;
    color:#4b204d;
    padding:14px 30px;
    text-decoration:none;
    border-radius:10px;
    font-weight:bold;
		margin-top: 20px
}

.btn-primary:hover{
    opacity:.9;
}

.section{
    padding:40px 0;
}

.section h2{
    text-align:center;
    margin-bottom:40px;
    color:#4b204d;
    font-size:1.4rem;
}
/* 開催概要 */
.info-grid{
    display:grid;
    grid-template-columns:
    repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.card{
    background:#fff;

    border-radius:15px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
}
@media (min-width:769px){
  .card{
    padding:13.2px;
  }
}
@media (max-width:768px){
  .card{
    padding:18.2px;
  }
}
.card h3{
    color:#6c2a73;
    margin-bottom:15px;
}

/* カウントダウンタイマー */
#countdown{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    flex-wrap:nowrap;
}
#countdown div{
    text-align:center;
}
#countdown span{
    display:block;
    font-size:30px;
    font-weight:700;
    color:#4b204d;
    line-height:1;
}
#countdown small{
    display:block;
    margin-top:5px;
    font-size:12px;
}
/* スマホ */
@media screen and (max-width:768px){
    #countdown{
        gap:12px;
    }
    #countdown span{
        /* font-size:16px; */
    }
    #countdown small{
        font-size:10px;
    }
}

/* 開催時間 */
.schedule{
    background:#f7f0f5;
}

.schedule-box{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.day{
    background:white;
    padding:30px;
    border-radius:15px;
}
@media screen and (max-width:768px){
    .day{
        padding:10px;
    }
}

.day ul{
    margin-left:20px;
}
.note{
    margin-top:15px;
    color:#666;
    font-size:.9rem;
}


/* チケット情報 */
.ticket-box{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}
.ticket-box div{
    background:#4b204d;
    color:white;
    padding:30px 50px;
    border-radius:15px;
    text-align:center;
}
.ticket-box strong{
    display:block;
    font-size:2rem;
    margin-top:10px;
}
.center{
    margin-top:20px;
    text-align:center;
}
.ticket-free{
    text-align:center;
    font-weight:700;
}
.ticket-note{
	display:inline-block;
    text-align:left;
}
#ticket{
    text-align:center;
}
.ticket-note li{
	display:block;
	padding-left:1em;
	text-indent:-1em;
}

/* チケット購入ボタン */
div.ticket-buttons a{
  padding:14px 20px;
  border-radius:50px;
  font-weight:bold;
  text-decoration:none;
}

.ticket-buttons{
    display:flex;
    flex-direction:column;
		align-items:center;
    gap:20px;
    margin-top:40px;
}

.ticket-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:260px;
    height:60px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
    font-size:18px;
    transition:.3s;
}

.asoview{
    background:#ff6b00;
    color:#fff;
}

.lawson{
    background:#0068b7;
    color:#fff;
}
.ticket-buttons a{
    width:320px;
    min-height:72px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-decoration:none;
    border-radius:12px;
    font-weight:700;
}
.ticket-btn:hover{
    transform:translateY(-3px);
    opacity:.9;
}

/* スマホ */
@media screen and (max-width:768px){
    .ticket-buttons {
        flex-direction:column;
        align-items:center;
    }
    .ticket-btn{
        width:100%;
        max-width:320px;
    }
}

/* 出店店舗 */
/* 出店フィルター */
.filter-buttons{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
}
.filter-buttons button{
    min-width:140px;
		/* width:100%; */
    height:48px;
    padding:0 16px;
    border:2px solid #4b204d;
    border-radius:12px;
    background:#fff;
    color:#4b204d;
    font-weight:700;
    cursor:pointer;
}

/* スマホ */
@media screen and (max-width:768px){
    .filter-buttons{
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:12px;
        max-width:320px;
        margin:20px auto;
    }
    .filter-buttons button{
        width:100%;
        height:56px;
        font-size:16px;
    }
}
@media (max-width:768px){
  .filter-buttons {
    margin-bottom: 20px;
  }
}

img.merch {
  width: 100%;
  display: block;
}
.shop-note{
    text-align:center;
    font-size:14px;
    color:#666;
    margin:-20px 0 20px;
}
@media screen and (min-width:769px){
  .shop-grid{
    /* margin: 20px 450px; */
  }
}

{
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
}

/* スマホ */
@media screen and (max-width:768px){
    .shop-grid{
        /* grid-template-columns: 1fr; */
    }
}

.shop-grid{
    grid-template-columns:repeat(4, 250px);
			margin-top: 20px;
}
/* PC */
.shop-grid{
    display:grid;
    grid-template-columns:repeat(4, 250px);
    justify-content:center;
    gap:24px;
}

/* タブレット */
@media screen and (max-width:1024px){

    .shop-grid{
        grid-template-columns:repeat(2, 300px);
    }

}

/* スマホ */
@media screen and (max-width:768px){

    .shop-grid{
        display:grid;
        grid-template-columns:1fr;
        justify-items:center;
    }
    {
        width:100%;
        max-width:320px;
    }
}
{
    width:auto;
    max-width:none;
}

/* タブレット対応をなくす */
{
    width:300px;
    flex:0 0 300px;
}

@media screen and (max-width:768px){
    {
        width:100%;
        max-width:320px;
        flex:0 0 auto;
        margin:0;
    }
}
/* スマホ */
{
    width:100%;
    max-width:300px;
    flex:1 1 auto;
}

.shop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}
.shop-card__image-wrap {
  position: relative;
}
.shop-card__image-wrap img {
  width: 100%;
  display: block;
}
.shop-card {
  background: var(--color-card);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
/* スマホ */
@media screen and (max-width:768px){
    .shop-card{
        margin:0;
        width:100%;
        max-width:320px;
    }
}
.shop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}
.shop-card__image-wrap {
  position: relative;
}
.shop-card__image-wrap img {
	aspect-ratio: 1 / 1;
  object-fit: cover;
}
.badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-block;
  padding: 7px 12px;
  background: #ffb400;
  color: #000;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
}
.shop-card__body {
  background: #f7f0f5;
  text-align: left !important;
  padding: 18px 18px 20px;
}
.shop-card__store {
  margin: 0 0 6px;
  color: var(--color-main);
  font-weight: 700;
  font-size: 14px;
}
.shop-card__name {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
}
/* 横並びの時だけ */
@media screen and (min-width:769px){

    .shop-card{
        display:flex;
        flex-direction:column;
        height:100%;
    }

    .shop-card__body{
        flex:1;
        display:flex;
        flex-direction:column;
    }

    .shop-card__name{
        min-height:60px;
    }

}
.shop-card__price {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
}
.shop-card__pr {
  margin: 0;
  color: var(--color-sub);
  font-size: 14px;
}
/* 商品カード 岩手初出店*/
/* 横並びにする */
.shop-card__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
/* 右の画像 */
.shop-card__rank {
  width: 80px;
  flex-shrink: 0;
}
.shop-card__rank img {
  width: 100%;
  height: auto;
  display: block;
}
.shop-card__rank img {
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}


/* アクセスマップ */
.section iframe{
	display:block;
    width: 100% !important;
    height: 300px !important;
    max-width: 100%;
    border: 0;
    margin: 0 auto;
}
}
@media screen and (max-width:768px){
    iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 3;
    }
}

/* ご来場のお客様へ */
li.notes {
  list-style-type:disc;
}
/* スマホ */
.notice ul{
    padding-left: 1.5em;
}
.notice li{
    list-style: disc;
}
/* PCは中央配置 */
@media screen and (min-width:769px){
    .notice{
        text-align: center;
    }
    .notice ul{
        display: inline-block;
        text-align: left;
        padding-left: 1.5em;
    }
}

/* 協賛一覧 */
.sponsor-grid{
    display:grid;
    gap:30px;
    justify-content:center;
}

@media screen and (min-width:769px){

    .sponsor-grid{
        grid-template-columns:
        repeat(auto-fit, minmax(180px, 200px));
    }

}

.sponsor-grid img{
    width:100%;
		max-width:100%;
    height:auto;
    display:block;
}
@media screen and (min-width:769px){



}
@media screen and (max-width:768px){

    .sponsor-grid{
        display:grid;
        grid-template-columns:repeat(2, 140px);
        justify-content:center;
        gap:20px;
    }

    .sponsor-grid img{
        width:100%;
        height:80px;
        object-fit:contain;
    }

    /* 奇数の場合の最後の1件 */
    .sponsor-grid > *:last-child:nth-child(odd){
        grid-column:1 / span 2;
        justify-self:center;
    }

}
/* PCは絶対4列固定にする */
@media screen and (min-width:1200px){
    .sponsor-grid{
    }
}

/* よくある質問 */
.faq details{
    border-radius:12px;
    padding:0 20px 20px 20px;
}

.faq summary{
    cursor:pointer;
    font-weight:700;
}

.faq p{
}
details{
}

details summary{
    list-style:none;
    cursor:pointer;

    background:#4b204d;
    color:#fff;

    padding:16px 50px 16px 20px;
    border-radius:12px;

    font-weight:700;
    font-size:16px;

    position:relative;
    transition:.3s;
}

details summary:hover{
    background:#623065;
}

details summary::-webkit-details-marker{
    display:none;
}

/* ＋マーク */
details summary::after{
    content:"+";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    font-size:24px;
    font-weight:700;
}

/* 開いた時 */
details[open] summary::after{
    content:"－";
}

details p,
details div{
    background:#f7f0f5;
    padding:16px 20px;
    border:1px solid #ddd;
    border-top:none;
    border-radius:12px 12px 12px 12px;
}

/* 主催・企画・後援 */
.organizer{
    background:#f7f0f5;
}

.organizer-list{
    max-width:700px;
    margin:0 auto;
}

.organizer-item{
    display:flex;
    align-items:center;
    padding:18px 0;
    border-bottom:1px solid #ddd;
}

.organizer-item dt{
    width:100px;
    font-weight:700;
    color:#4b204d;
}

.organizer-item dd{
    margin:0;
}

@media screen and (max-width:768px){

    .organizer-item{
        flex-direction:column;
        align-items:flex-start;
        gap:6px;
    }

    .organizer-item dt{
        width:auto;
    }

}
/* お問い合わせ */
.contact{
    background:#4b204d;
    color:white;
    text-align:center;
    padding:80px 0;
}

/* PCでは非表示 */
.pc-dnone{
    display:none;
}

/* スマホだけ改行表示 */
@media screen and (max-width:768px){
    .pc-dnone{
        display:block;
    }
}
@media screen and (max-width:768px){
  .sp-dnone{
    display:none;
  }
	.yakiimo {font-size:14.5px!important;}
}

/* 店舗選択時　ボタン表示 */
.filter-buttons button{
    border:2px solid #4b204d;
    background:#fff;
    color:#4b204d;
    transition:.3s;
}
/* 選択状態 */
.filter-buttons button.active{
    background:#4b204d;
    color:#fff;
}
/* 協賛 */.sponsor-grid{
    display:grid;
    gap:20px;
}
/* PC */
@media screen and (min-width:769px){
    .sponsor-grid{
        grid-template-columns:repeat(3, 180px);
				justify-content:start;
    }
}
/* スマホ */
@media screen and (max-width:768px){
    .sponsor-grid{
        grid-template-columns:repeat(2, 140px);
    }
}
.sponsor-grid img{
    width:100%;
    height:80px;
    object-fit:contain;
    display:block;
}
