@charset "UTF-8";

:root{
  --color1: #0087c5;
  /* --color2: #E7BF52; */
  --color2: #EB404E;
  --color-ts-red: #E60013;
  --color3: #EB404E;

  --color-footer: #EB404E;

  --btn-bg: #EA4383;
  --more-bg: #F88EB7;
  --more-txt: #841212;

  --event-home-bg: rgba(0, 159, 232, 0.85);
  --event-home-bg2: rgba(0, 159, 232, 0.3);
  --event-main: #009fe8;
  --event-sub1: #0087c5;
  --event-sub2: #0974a6;
  
  --stage-home-bg: rgba(230, 66, 145, 0.85);
  --stage-home-bg2: rgba(230, 66, 145, 0.3);
  --stage-main: #e64291;
  --stage-sub1: #d8287d;
  --stage-sub2: #bc005b;

  --zone-local-industry: #e8465a;/* 地場産業・観光 */
  --zone-local-furniture: #de0039;/* 地場産業・観光（家具） */
  --zone-agriculture: #f0844a;/* 農業 */
  --zone-forestry: #8fc31f;/* 林業 */
  --zone-shizumae: #00b9ef;/* しずまえ */
  --zone-tuna: #006cb8;/* まぐろ */
  --zone-company: #D7518D;/* 企業 */
  --zone-syokokai: #857AB8;/* 商工会議所 */
  --zone-street: #009e96;/* 物産ストリート */
  --zone-workshop: #717071;/* 体験ワークショップ */
  --zone-special: #e9d900;/* 特別企画 */
}

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

/* LINESeedJP Normal */
@font-face {
    font-family: 'LINESeedJP';
    src: url('../fonts/LINESeedJP_OTF_Rg.woff2') format('woff2'),
		url('../fonts/LINESeedJP_OTF_Rg.woff') format('woff');
/*          url('../fonts/LINESeedJP_OTF_Rg.eot') format('eot'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* LINESeedJP Bold */
@font-face {
    font-family: 'LINESeedJP';
    src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format('woff2'),
		url('../fonts/LINESeedJP_OTF_Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* LINESeedJP ExBold */
@font-face {
    font-family: 'LINESeedJP';
    src: url('../fonts/LINESeedJP_OTF_Eb.woff2') format('woff2'),
		url('../fonts/LINESeedJP_OTF_Eb.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html{
  background-color: var(--color2);
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}

body{
/*   font-family: "M PLUS Rounded 1c", sans-serif; */
  font-family: 'LINESeedJP', sans-serif;
}

img{
  vertical-align: bottom;
}

a,
a:link,
a:visited { color: var(--color3) }

a:hover   { opacity: .8; }

/* =========================
Class */

.marker{
  background-image:linear-gradient(to bottom, transparent 60%, var(--color1) 60%) ;
  font-weight: bold;
  padding-left: .5rem;
  padding-right: .5rem;
}
.marker.orange{
  color: #e03800;
  background-image:linear-gradient( to bottom, transparent 60%, var(--color1) 60%) ;
}
.marker.blue{
  color: var(--event-sub2);
  background-image:linear-gradient( to bottom, transparent 60%, var(--event-home-bg2) 60%) ;
}
.marker.pink{
  color: var(--stage-sub1);
  background-image:linear-gradient( to bottom, transparent 60%, var(--stage-home-bg2) 60%) ;
}

.for-pc{ display: block; }
.for-sp{ display: none; }

.aligncenter,
img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft,
img.alignleft{
  display: block;
  margin-right: auto;
  margin-left: 0;
}

.alignright,
img.alignright{
  display: block;
  margin-left: auto;
  margin-right: 0;
}

img.fit,
.fit img{
  width: 100%;
  height: auto;
}

.row{
  display: flex;
  justify-content: space-between;
}
.row__item{
  flex-shrink: 0;
}
.row img{
  max-width: 100%;
}

img.no-image{
  filter: grayscale(100%);
  opacity: .5;
}

ul{
  padding-left: 1rem;
}
ul:last-child{
  margin-bottom: 0;
}

/* =========================
注意 */

.note{
  background-color: #faeaea;
  border-radius: 1rem;
  padding: 1rem;
  color: var(--more-txt);
  margin: 1.5rem 0;
}
.note:first-child{ margin-top: 0; }
.note:last-child{ margin-bottom: 0; }

.note h3{
  font-size: 1.125rem;
  text-align: center;
  background-color: var(--btn-bg);
  padding: .3rem 1rem;
  color: #fff;
  margin: 0 0 1rem;
  border-radius: 3rem;
}

/* =========================
ボタン */

a.btn,
.btn a{
  display: inline-block;
  /* margin: 0 auto; */
  background-color: var(--btn-bg);
  border-radius: 2rem;
  color: #fff;
  padding: .5rem 1.5rem;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

a.btn:hover,
.btn a:hover{
  opacity: .8;
}

a[href^="http://"][target="_blank"]::after,
a[href^="https://"][target="_blank"]::after,
.external a::after,
a.external::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: .8rem;
  height: .8rem;
  margin-left: .2rem;
  margin-bottom: 3px;
  background: url(../images/mk-external-white.svg) no-repeat 50% 50% / contain;
}
.post-item a[href^="http://"][target="_blank"]::after,
.post-item a[href^="https://"][target="_blank"]::after,
.post-item .external a::after,
.post-item a.external::after{
  background-image: url(../images/mk-external-black.svg);
}
.post-item a[href^="http://"][target="_blank"],
.post-item a[href^="https://"][target="_blank"],
.post-item .external a,
.post-item a.external{
  padding-left: .5rem;
  padding-right: .5rem;
}

.booth .post-item a[href^="http://"][target="_blank"],
.booth .post-item a[href^="https://"][target="_blank"],
.booth .post-item .external a,
.booth .post-item a.external{
  padding-left: 0;
  padding-right: 0;
}

.page-header nav a[href^="http://"][target="_blank"]::after,
.page-header nav a[href^="https://"][target="_blank"]::after{
  background-image: url(../images/mk-external-black.svg);
}


a.more-link{
  background-color: var(--more-bg);
  color: var(--more-txt);
  display: block;
  width: 100%;
  text-align: center;
}


/* =========================
基本デザイン */

body{
  width: 100%;
  min-height: 100vh;
  position: relative;
/*background-image:linear-gradient(90deg, #EEBB00 0, #ffe32d 15%, #ffffff 50%, #ffe32d 85%, #EEBB00 100%);
background-image:linear-gradient(45deg, red 0 50%, blue 50% 100%);*/
	/* background-image:linear-gradient(90deg, #EEBB00, #ffe32d, #ffffff, #ffe32d, #EEBB00); */

  background: url(../images/ss2026-bg-body.webp) no-repeat 50% 85% / cover;
  background-attachment: fixed;
}

/* body::before{
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: url(../images/ss-2025-bg-pc.webp) no-repeat 50% 0 / cover;
  opacity: .4;
  filter: blur(2px);
} */
/*
body::after{
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
	transform: translateX(-50%);
  max-width: 1200px;
  height: 100vh;
  background-color: rgba(255, 255, 255, .5);
  backdrop-filter: blur(3px);
  z-index: 1;
}
*/
html.cap body::before{
  height: 100%;
  background-repeat: repeat-y;
}

#page{
  position: relative;
  z-index: 2;
}

.inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* =========================
見出し */

.page-title{
  text-align: center;
}

.section-header .heading,
.page-title .heading{
	font-family: 'LINESeedJP';
	font-weight: 900;
}

.section-header .heading img,
.page-title .heading img{
	height: 4rem;
	width: auto;
}

/*
.section-header .heading,
.page-title .heading{
	font-family: "LINESeedJP";
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 900;
  color: #000;
	transform: perspective(200px) skewX(350deg);
}

.section-header .heading,
.page-title .heading{
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 900;
  color: #673691;
  -webkit-text-stroke-width: 32px;
  transform: perspective(200px) rotateZ(352deg) skewX(350deg);
}

.section-header .heading::before,
.page-title .heading::before {
  content: attr(data-text);
  position: absolute;
  color: #E64290;
  left: -2px;
  top: -3px;
  -webkit-text-stroke-width: 0;
  z-index: 30;
}

.section-header .heading::after,
.page-title .heading::after {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  left: -2px;
  top: -2px;
  -webkit-text-stroke-width: 17px;
  z-index: 20;
}
*/

.home-msg{
  font-weight: bold;
  font-size: 1.2rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  background-color: #f00;
  padding: .5rem;
  border-radius: .7rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}


/* =========================
定義リスト（水平） */

dl.horizontal{
  display: flex;
  flex-wrap: wrap;
}
dl.horizontal:last-child{
  margin-bottom: 0;
}

dl.horizontal dt,
dl.horizontal dd {
  text-align: left;
  margin: 0;
  padding: 1.5rem .5rem;
  border-top: 1px dotted rgba(0, 0, 0, 0.5);
}

dl.horizontal dt {
  width: 25%;
}

dl.horizontal dd {
  width: calc(75% - 2px);
  margin-left: 2px;
}

body:not(.home) .horizontal dt:first-of-type,
body:not(.home) dl.horizontal dd:first-of-type {
  border-top: 0;
}

.home dl.horizontal dt,
.home dl.horizontal dd {
  padding: .5rem .3rem;
}


/* =========================
ヘッダー */

.home .page-header{
  margin-bottom: -2rem;
}

.page-header .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .3rem .5rem;
  min-height: 85px;
}

.page-header .logo{
  width: 370px;
  line-height: 1;
}
.page-header .logo img{
  width: 100%;
  height: auto;
}
.page-header .logo a{
  display: block;
}

.page-header nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 15px; */
}

.page-header nav ul li{
  margin: 3px;
  /* transform: perspective(200px) rotateZ(0deg) skewX(355deg); */
}

/* .page-header nav ul li.current-menu-item{
  border-radius: 30px;
  border: 3px solid #ffee00;
} */

.page-header nav ul li a{
  font-family: "Dela Gothic One", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  padding: .2rem .5rem .4rem;
  border: 3px solid transparent;
  border-radius: 30px;
  color: #603813;
  transition: all .3s ease-out;
  white-space: nowrap;
}

.page-header nav ul li a:hover,
.page-header nav ul li.current-menu-item a,
.page-header nav ul li.current-menu-parent a{
  
  color: #E50012;
  background-color: #fff;
  border: 3px solid #603813;
  /* box-shadow: 0px 0px 0px 3px #093c53; */
  opacity: 1;
}

.page-header nav ul li a[disabled],
.page-header nav ul li a[disabled="disabled"],
.page-header nav ul li.disabled a
{
  pointer-events: none;
  color: rgba(96, 56, 19, 0.5);
}
.page-header nav ul li a[disabled]:hover,
.page-header nav ul li a[disabled="disabled"] a:hover,
.page-header nav ul li.disabled a:hover
{
  color: #999;
  background-color: #fff;
  box-shadow: 0 3px 0 5px #999;
}

/* =========================
フッター */

.page-footer{
  background-color: var(--color-footer);
  color: #fff;
  font-size: .85rem;
  text-align: center;
  padding: 1rem 1rem;
}


/* =========================
パンくず */

.breadcrumb a{ color: var(--color3) }

.breadcrumb__inner{
	padding: 0 1rem !important;
	font-size: .85rem;
}



/* =========================
ナビゲーション */

#menu-cb { 
  display: none;
  opacity: 0;
}

.menu-icon{
  display: none;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  margin: 0;
  position: fixed;
  top: 10px;
  right: 10px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 200;
}
.menu-icon img{
  vertical-align: middle;
}

.menu-close{
  z-index: 301;
}


/* ページネーション */

.navigation{
	margin: 30px 0 0;
}

.pagenav{
	display: table;
	width: 100%;
	
	border-collapse: separate;
	border-spacing: 15px;
}
.pagenav a.pagenav-btn{
	display: table-cell;
	background: var(--color3);
	border-radius: .5em;
	padding: 1em .5em;
	text-align: center;
	color: #fff;
}
.pagenav a.pagenav-btn p{
	margin: .5em 0 0;
}

.pagenav .btns{
	display: table-cell;
	width: 25%;
}
.pagenav .btns a.pagenav-btn{
	display: block;
	background: #999;
}

.pagination{
	padding: 0;
  text-align:center;
}
.pagination .screen-reader-text { display:none; }

.pagination .nav-links {}

.nav-links .page-numbers {
	display:inline-block;
	text-decoration:none;
	border-radius: .5em;
  padding:5px 10px;
  margin:0 2px;
	background: #E6E6E6;
}
.nav-links .page-numbers.current {
  color: #FFF;
	background: var(--color3);
}
.pagination a{
	color: #666;
}
.pagination a:hover{
    color: #fff;
    background-color: var(--color3);
}

/* 前の投稿／次の投稿 */

.next-previous ul{
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.next-previous .nav-next,
.next-previous .nav-previous,
.next-previous .nav-return {
  width: 30%;
  text-align: center;
  white-space: nowrap;
}

.next-previous .nav-next a,
.next-previous .nav-previous a,
.next-previous .nav-return a {
  display: block;
  padding: 0.5em;
  background: var(--more-bg);
  color: var(--more-txt);
  text-decoration: none;
  border-radius: 50px;
}



/* =========================
共通レイアウト */

.main{
  margin: 2rem 0;
  padding: 0 .5rem;
  min-height: calc(100vh - 130px);
}

.main .container{
  background-color: #fff;
  max-width: 1100px;
  border-radius: 20px;
  padding: 15px;
  margin: 0 auto;
}
.main .container .inner{
  padding:  50px 100px;
}

.section .inner{
  padding: 2rem 1rem;
}

.section-header{
  margin-bottom: 2rem;
  text-align: center;
}

.section-header .heading{
  font-size: 2.4rem;
}



/* =========================
HOME */

.home .page-header .logo{
  display: none;
}

.home .inner{
  justify-content: flex-end;
  text-align: center;
}

.home .nav-download{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  animation: showDownloadBtn .5s ease-out forwards;

  width: 200px;
  height: 200px;
}
.home .nav-download.hide{
  animation: hideDownloadBtn .5s ease-out forwards;
}
@keyframes showDownloadBtn {
  0% {
    opacity: 0;
    display: block;
  }

  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes hideDownloadBtn {
  0% {
    opacity: 1;
    display: block;
  }

  100% {
    opacity: 0;
    display: none;
    pointer-events: none;
  }
}

.home .nav-download a{
  display: block;
  transition: all .3s ease-out;
}
.home .nav-download a:hover{
  transform: rotate(-5deg);
  scale: 1.1;
  opacity: 1;
}

.home .nav-download a::after{
  display: none;
}
.home .nav-download img{
  /* transform: rotate(11deg); */
  width: 100%;
  height: auto;
}

.home .greetings{
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
}

.home .hero .inner{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* min-height: 80vh; */
}

.home .hero .poster{
  width: 480px;
  padding: 0;
}
.home .hero .poster img{
  box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.3);
  border: 10px solid #fff;
}

.home .hero .feature{
  width: 600px;
  /* padding-top: 1.5rem; */
}

.home .date{
  /* padding-top: 2rem; */
  margin-bottom: 2rem;
}

.home .topics{
  margin-top: 2rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
}

.home .topics-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home .topics-content{
  margin-top: 1rem;
}

.home .topics .heading{
  color: var(--color3);
}

.home .topics-content a{
  display: block;
  color: #000;
  text-decoration: none;
  transition: all .3s ease-out;
}
.home .topics-content a:hover{
  color: var(--color3);
  text-decoration: underline;
}

/* -------------------------------
HOME：イベント・ステージ（共通） */

.home .event .inner,
.home .stage .inner {
  max-width: none;
  padding: 2rem 0;
}

.home .slides .item{
  background: #fff;
  border-radius: 1rem;
  margin: 0 1rem;
  padding: 1rem;
  text-align: center;
}

.home .slides .item .thumbnail{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 1rem;
  padding: 0;
}

.home .slides .item .thumbnail img{
  display: block;
  max-width: 100%;
  height: auto;
}

.home .slides .item .thumbnail figure{
  display: inline-block;
  margin-bottom: 0;
}
.home .slides .item .thumbnail figure figcaption{
  font-size: .8rem;
  margin-top: .3rem;
}

.align-left{ text-align: left;}
.align-center{ text-align: center;}
.align-right{ text-align: right;}


.home .slides .item a{
  display: block;
  color: #000;
  text-decoration: none;
}

.home .slides .item .title{
  display: block;
  font-weight: bold;
  color: var(--color3);
  font-size: 1rem;
}
.home .slides .item .sub{
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .5rem;
  background-color:#666;
  color: #fff;
  border-radius: 3rem;
  padding: .3rem 1rem;
  line-height: 1;
}

.home .slides .item .copy{
  display: block;
  font-weight: normal;
  font-size: .75rem;
  margin-bottom: .3rem;
}

.home .slides .item .date{
  font-size: .9rem;
  font-weight: bold;
  margin-bottom: 0;
}
.home .slides .item .time{
  font-size: .75rem;
  font-weight: normal;
}

.home .slides .item .place,
.post-header .place
{
  font-size: .9rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 1rem;
  margin: .8rem 0;

  transform: skewX(350deg);
}
.home .slides .item .place:first-of-type,
.post-header .place:first-of-type{
  margin-top: 0;
}
.home .slides .item .place:last-of-type,
.post-header .place:last-of-type{
  margin-bottom: 0;
}

.home .stage .slides .item .place{
  background-image: linear-gradient(to bottom, transparent 60%, var(--stage-home-bg2) 60%);
}
.home .event .slides .item .place{
  background-image: linear-gradient(to bottom, transparent 60%, var(--event-home-bg2) 60%);
}

.post-header .place{
  font-size: 1.1rem;
  background-image: linear-gradient(to bottom, transparent 60%, rgba(255, 255, 255, 0.3) 60%);
}


.home .slick-dotted.slick-slider {
  margin: 80px 0 0;
}

.home .slides .slick-dots {
  position: absolute;
  bottom: auto;
  top: -55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.home .slides .slick-dots li button {
  border: 0;
  background: transparent;
  display: flex;
  height: 25px;
  width: 25px;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.home .slides .slick-dots li button:before {
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  opacity: .5;
  background-color: #fff;
}

.home .slides .slick-dots li.slick-active button:before {
  width: 20px !important;
  height: 20px;
  background-color: var(--color3);
  border: 3px solid #fff;
  opacity: 1;
}


/* -------------------------------
HOME：イベント */

.home .event{
  /* background-color: rgba(255, 235, 0, 0.85); */
  background-color: var(--event-home-bg);
}

.home .event .slides .item .sub{
  background-color: var(--event-main);
}

/* -------------------------------
HOME：ステージ */

.home .stage{
  /* background-color: rgba(75, 228, 255, 0.85); */
  
  background-color: var(--stage-home-bg);
}

.home .stage .slides .item .sub{
  background-color: var(--stage-main);
}

/* -------------------------------
HOME：交通アクセス */

.home .access{
  /* background-color: rgba(255, 203, 235, 0.85); */
  background-color: rgba(255, 235, 0, 1);
}

.home .access iframe{
  width: 100%;
}

.home .access .map{
  margin-bottom: 2rem;
}

.home .access .row{
  align-items: center;
}

.home .access .addr{
  width: 40%;
  flex-shrink: 0;
}
.home .access .addr .heading{
  font-size: 1.5rem;
}
.home .nav-access{
  width: 60%;
  flex-shrink: 0;
}

.home .access .heading{
  font-size: 2.4rem;
  text-align: center;
  margin: 1rem;
}

.home .access .heading .sub{
  display: block;
  font-size: 75%;
  letter-spacing: .5rem;
  text-indent: .5rem;
}

.home .access address{
  font-style: normal;
}

.home .nav-access p{
  font-size: 1.2rem;
  font-weight: bold;
}

.home .nav-access .btn{
  font-size: 1.5rem;
  margin: 1.5rem 0 2rem;
  padding: 1rem 2rem;
  background-color: var(--color-ts-red);
}

.home .nav-access .heading{
  font-size: 1.125rem;
}
.home .nav-access .heading .sub{
  display: block;
  font-size: 1rem;
  margin-bottom: .7rem;
  letter-spacing: 0;
  text-indent: 0;
}

/* -------------------------------
HOME：クレジット */

.credits{
  background-color: #fff;
}

.credits .host{
  width: 35%;
}

.credits .supporters{
  width: 65%;
}

.credits .inner{
  padding: 2rem 1rem;
}

.credits .heading{
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  letter-spacing: .5rem;
  text-indent: .5rem;
}

.credits p{
  margin-bottom: 1rem;
}

/* ul.sns img{
  width: 40px;
  height: auto;
} */
ul.sns{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: .7rem;
}
ul.sns li{
  display: inline-block;
  letter-spacing: 0;
}

ul.sns li a{
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
}
ul.sns li a i::before{
  line-height: 1;
  font-size: 1.6rem;
  color: #fff;
}
ul.sns li img{
  width: 26px;
  height: 26px;
}

.credits ul{
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  line-height: 1.8;
}

.credits ul li{
  display: inline-block;
  margin: 0;
}
.credits ul li::after{
  content: ' ／ ';
  color: #ccc;
}
ul.sns li::after,
.credits ul li:last-of-type::after
{
  display: none !important;
}

.credits ul li a{
  color: #000;
  text-decoration: none;
}
.credits a:hover{
  opacity: .8;
  color: var(--color3);
}

.credits a[href^="http://"][target="_blank"]::after,
.credits a[href^="https://"][target="_blank"]::after{
  display: none;
}

.credits .supporters{
  font-size: .85rem;
}

.credits .supporters .support{
  margin-bottom: 2rem;
}


/* =========================
投稿：共通 */

.post-item{
  border: 1px solid #999;
  border-radius: 1rem;
  padding: 15px 0 30px;
}
.post-item{ margin: 3rem 0; }
.post-item:first-child { margin-top: 0; }
.post-item:last-child  { margin-bottom: 0; }

.post-item p{ margin: 1rem 0; }
.post-item p:first-child { margin-top: 0; }
.post-item p:last-child  { margin-bottom: 0; }

.post-item .post-body{
  margin-top: 2rem;
  padding: 0 30px;
}
.post-item .post-body:first-child{
  margin-top: 0;
}

.post-item .post-body ul{
  list-style: none;
}

.post-item .post-body ul{
  list-style-position: inside;
  background-color: #faf4de;
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 1.5rem;
}

.post-item .post-body li{
  margin: .5rem 0;
}
.post-item .post-body ul li::before{
  display: inline-block;
  content: '● ';
  font-size: 1rem;
  margin-right: .5rem;
  color: rgba(0, 0, 0, 0.5);
}

.post-item .post-body ul.child{
  padding-top: 0;
  padding-bottom: 0;
}

.post-item .post-body ul.child:first-child{
  margin-top: 0;
}
.post-item .post-body ul.child:last-child{
  margin-bottom: 0;
}

.post-item .post-body ul.child li::marker{
  content: '';
}
.post-item .post-body ul.child li::before{
  display: inline-block;
  content: '';
  width: .7rem;
  height: .7rem;
  margin-right: .5rem;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

.post-item .post-body ol{
  list-style: none;
  counter-reset: number;
  padding: 0;
}

.post-item .post-body ol li {
  position: relative;
  padding-left: 1.5rem;
}

.post-item .post-body ol li::before {
  counter-increment: number;
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  /* border: 2px solid #000; */
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.post-item .post-body li img{
  margin: 1rem 0;
}

.post-item .row__item{
  width: 48%;
}

.post-thumbnail{
  text-align: center;
}

.post-header{
  text-align: center;
  color: #fff;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}

.post-header .heading{
  font-size: 1.25rem;
  margin-bottom: 0;
}

.post-header .sub{
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-top: .5rem;
  margin-bottom: 0;
  background-color:#666;
  color: #fff;
  border-radius: 3rem;
  padding: .3rem 1rem;
}

.post-header .date{
  /* font-size: .85rem; */
  margin-top: .5rem;
}

.post-header::before,
.post-header::after   {
  display: block;
  content: '';
  position: absolute;
  
  width: 0;
  height: 0;
  border: 40px solid #D52367;
  bottom: -20px;
}
.post-header::before{
  left: -30px;
  z-index: 10;
  border-left-width: 20px;
  border-right-width: 30px;
  border-left-color: transparent;
}
.post-header::after{
  right: -30px;
  z-index: 10;
  border-left-width: 30px;
  border-right-width: 20px;
  border-right-color: transparent;
}

.post-header .el__inner{
  /* display: block; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 100%;
  min-height: 80px;
  color: #fff;
  text-decoration: none;
  background-color: var(--btn-bg);
  position: relative;
  z-index: 20;
  border-radius: 5px 5px 0 0;
  /* box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.3); */
}
.post-header .el__inner::before,
.post-header .el__inner::after   {
  display: block;
  content: '';
  position: absolute;
  bottom: -20px;
  z-index: 30;
  border: 20px solid #8B0035;
}
.post-header .el__inner::before{
  left: 0px;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 20px solid transparent;
}
.post-header .el__inner::after{
  right: 0px;
  border-left: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 20px solid transparent;
}

/* イベント */

.event .post-header .el__inner{
  background-color: var(--event-main);
}
.event .post-header::before,
.event .post-header::after   {
  border-color: var(--event-sub1);
}
.event .post-header::before{
  border-left-color: transparent;
}
.event .post-header::after{
  border-right-color: transparent;
}

.event .post-header .el__inner::before,
.event .post-header .el__inner::after   {
  border-color: var(--event-sub2);
}

.event .post-header .el__inner::before{
  left: 0px;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 20px solid transparent;
}
.event .post-header .el__inner::after{
  right: 0px;
  border-left: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 20px solid transparent;
}

.event .post-header .sub{
  background-color: var(--event-sub2);
}

/* ステージ */

.stage .timetable{
  margin-top: 3rem;
}
.stage .timetable img{
  max-width: 100%;
}

.stage .post-header .el__inner{
  background-color: var(--stage-main);
}
.stage .post-header::before,
.stage .post-header::after   {
  border-color: var(--stage-sub1);
}
.stage .post-header::before{
  border-left-color: transparent;
}
.stage .post-header::after{
  border-right-color: transparent;
}

.stage .post-header .el__inner::before,
.stage .post-header .el__inner::after   {
  border-color: var(--stage-sub2);
}

.stage .post-header .el__inner::before{
  left: 0px;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 20px solid transparent;
}
.stage .post-header .el__inner::after{
  right: 0px;
  border-left: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 20px solid transparent;
}

.stage .post-header .sub{
  background-color: var(--stage-sub2);
}

/* =========================
投稿：シングル */

.single .post-item .post-body{
  padding: 0 50px;
  line-height: 1.8;
}

.single .post-item .row{
  flex-direction: column;
}

.single .post-item .row__item{
  width: 100%;
}

.single .post-thumbnail{
  text-align: center;
  margin-bottom: 2rem;
}
.single .post-thumbnail figure{
  display: inline-block;
  margin: 0;
}
.single .post-thumbnail figure figcaption{
  font-size: .9rem;
  margin-top: .5rem;
}

.page .post-item .post-body{
  line-height: 1.8;
}


/* =========================
ブース：アーカイブ */

.booth .main .container .inner{
  padding:  50px 25px;
}

.booth .map{
  margin: 3rem 0 6rem;
}
.booth .map img{
  max-width: 100%;
}

.nav-zone ul{
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  text-align: center;
  line-height: 1.1;
}

.nav-zone ul li{
  display: inline-block;
  margin: .5rem .3rem;
}

.nav-zone a{
  display: block;
  border-radius: 5rem;
  padding: .5rem 1rem;
  background-color: #999;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.zone {
  margin: 3rem 0 6rem;
}
.zone:first-of-type{
  margin-top: 0;
}
.zone:last-of-type{
  margin-bottom: 0;
}

.zone .section-header{
  text-align: center;
  border-radius: 5rem;
  padding: .8rem 1rem;
  background-color: #999;
}
.zone .section-header .head{
  color: #fff;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  font-size: 1.2rem;
}

.nav-zone a[href="#local-industry"],
.zone-local-industry .section-header { background-color: var(--zone-local-industry);}

.nav-zone a[href="#local-furniture"],
.zone-local-furniture .section-header { background-color: var(--zone-local-furniture);}

.nav-zone a[href="#agriculture"],
.zone-agriculture .section-header { background-color: var(--zone-agriculture);}

.nav-zone a[href="#forestry"],
.zone-forestry .section-header { background-color: var(--zone-forestry);}

.nav-zone a[href="#shizumae"],
.zone-shizumae .section-header { background-color: var(--zone-shizumae);}

.nav-zone a[href="#tuna"],
.zone-tuna .section-header { background-color: var(--zone-tuna);}

.nav-zone a[href="#company"],
.zone-company .section-header { background-color: var(--zone-company);}

.nav-zone a[href="#chubu-odan"],
.zone-chubu-odan .section-header { background-color: var(--zone-chubu-odan);}

.nav-zone a[href="#taiken"],
.zone-taiken .section-header { background-color: var(--zone-taiken);}

.nav-zone a[href="#ouen"],
.zone-ouen .section-header { background-color: var(--zone-ouen);}

/* 2024 */
.nav-zone a[href="#workshop"],
.zone-workshop .section-header { background-color: var(--zone-workshop);}
.nav-zone a[href="#street"],
.zone-street .section-header { background-color: var(--zone-street);}

.nav-zone a[href="#special"],
.zone-special .section-header { background-color: var(--zone-special); color: #222;}
.zone-special .section-header .head{ color: #222;}

.nav-zone a[href="#syokokai"],
.zone-syokokai .section-header { background-color: var(--zone-syokokai);}


.zone .container{
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax( 180px, 1fr));
  
  grid-auto-flow: row;
}

.zone .post-item{
  position: relative;
  border: 2px solid #000;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.zone .post-item a[href^="http://"][target="_blank"]::after,
.zone .post-item a[href^="https://"][target="_blank"]::after{
  display: none;
}

.zone .post-item .edit-link{
  position: absolute;
  top: 30px;
  left: 0;
  transform: translate(-50%, -50%);
  background-color:#676767;
  color: #fff;
  font-weight: bold;
  font-size: .9rem;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.zone .post-item .edit-link i{
  color: #fff !important;
}

.zone .post-thumbnail{
  margin: 0;
}

.zone .post-thumbnail img{
  width: 100%;
  height: auto;
  min-height: 165px;
  object-fit: cover;
  object-position: center center;
}
.zone .post-thumbnail.objfit-contain img{
  object-fit: contain;
  /* width: calc(100% - 15px);
  display: block;
  margin: auto; */
}

.zone .post-content{
  padding: 10px;
}

.zone .post-content .heading{
  font-size: .9rem;
}
.zone .post-content .description{
  font-size: .75rem;
}

.zone .post-item a{
  display: block;
  padding: 0;
  color: #222;
  text-decoration: none;
  font-weight: normal;
  height: 100%;
}
.zone .post-item a .post-content .heading{
  color: var(--color3);
  text-decoration: underline;
}

.zone .post-item .post-edit-link{
  color: #fff;
  font-size: 12px;
}

.modal-inner::before,
.zone .post-item::before{
  content: attr(data-num);
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  transform: translate(0, -50%);
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-size: .9rem;
  min-width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0 .3rem;
}

.modal{
  display: none;
  border-radius: 15px;
}

.modal-inner{
  display: flex;
  position: relative;
}
.modal .post-thumbnail{
  margin-bottom: 0;
  margin-right: 30px;
}
.modal .post-thumbnail img{
  width: 100%;
  height: auto;
}

/* =========================
ブース：シングル */


/* =========================
ステージ：シングル */
.single-stage .post-content figure{
  text-align: center;
  margin: 2rem 0;
}

.single-stage .post-content figcaption{
  font-size: .9rem;
  margin-top: .6rem;
}