@charset "utf-8";

:root {
  --color-red: #b52525;
  --color-yellow: #fff106;
  --color-cream: #f9f2ae;
  --color-gray: #595959;
  --font-icon: 'jamm';
  --font-deco: "Mochiy Pop One", serif;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.5;
}

body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  padding-top: 13.33vw;
  background: #fff;
  color: #171717;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.12rem;
}

#page-wrap {
  background-color: var(--color-cream);
}

/* icon-font */

@font-face {
  font-family: 'jamm';
  src: url('../font/jamm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: var(--font-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e90a";
}
.icon-arrow-rught:before {
  content: "\e90b";
}
.icon-arrow-top:before {
  content: "\e90c";
}
.icon-arrow-under:before {
  content: "\e90d";
}
.icon-map:before {
  content: "\e90e";
}
.icon-access:before {
  content: "\e900";
}
.icon-artist:before {
  content: "\e901";
}
.icon-external:before {
  content: "\e902";
}
.icon-food:before {
  content: "\e903";
}
.icon-jamm:before {
  content: "\e904";
}
.icon-news:before {
  content: "\e905";
}
.icon-precautions:before {
  content: "\e906";
}
.icon-ticket:before {
  content: "\e907";
}
.icon-time-table:before {
  content: "\e908";
}
.icon-x:before {
  content: "\e909";
  font-size: min(4.8vw, 26px);
}

a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #000;
  transition: all 0.5s;
}

a:active,
.btn:active {
  filter: brightness(1.2);
}

a:visited {
  color: #000;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  padding: 0.5rem;
  outline: none;
}

table,
input,
textarea {
  width: 100%;
}

textarea {
  resize: none;
}

address {
  font-style: normal;
}

dl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: min(5vw, 60px);
}

dt,
dd {
  width: 100%;
  padding: 1em;
  font-weight: 700;
}

dd {
  padding: 0 0 1.6em 1.6em;
  border-bottom: dotted 1px #c1c1c1;
}

.content-inner.no-frame dt,
.content-inner.no-frame dd,
dt:last-of-type,
dd:last-of-type {
  border-bottom: none;
}

dt {
  color: #585858;
}

.dl-type2 {
  flex-direction: column;
  padding: 0;
  letter-spacing: 0.01em;
}

.dl-type2 dt,
.dl-type2 dd {
  padding: .5em;
  font-weight: normal;
}

.dl-type2 dt {
  width: 100%;
  margin-bottom: 1em;
  border-bottom: solid 1px #000;
  color: #000;
  font-weight: 700;
}

.dl-type2 dd {
  margin-bottom: 2em;
  border-bottom: none;
}

hr {
  margin: 2.5em 0;
  border: none;
  border-bottom: solid 1px #000;
}

.img-figure {
  display: block;
  width: min(80%, 300px);
  margin: 0 auto;
}

.between-lines {
  padding-bottom: 0.6em;
}

.txt-center {
  text-align: center;
}

.txt-repletion {
  padding-top: 0.4em;
  font-weight: 400;
}

iframe {
  width: 100%;
  height: 100%;
}

.content-inner {
  width: min(90%, 960px);
  margin: 0 auto;
  padding: 3em 0;
}

.white-frame {
  margin: 2em 0;
  background-color: #fff;
  border-radius: min(2vw, 10px);
}

.explanation {
  padding: 1em;
  font-size: clamp(12px, 3.5vw, 16px);
  line-height: 1.8;
}

.note {
  padding-top: .8em;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.01em;
}

.note.important {
  margin-bottom: 5em;
  padding: 1em 0 0.5em 1em;
  color: var(--color-red);
}

.txt-link-wrap a,
.txt-link-wrap a:visited,
.txt-link,
.txt-link:visited {
  display: inline;
  color: var(--color-red);
  text-decoration: underline;
}

.btn-wrap {
  margin: 3em 0 1em;
  text-align: center;
}

a.btn {
  position: relative;
  display: inline;
  padding: .8em 2.8em;
  background-color: var(--color-red);
  border-radius: 50vw;
  box-shadow: 0 2px 0 0 rgb(102, 7, 7);
  font-size: clamp(12px, 3.6vw, 18px);
  font-weight: 700;
  color: var(--color-yellow);
  text-align: center;
  line-height: 1;
  transition: all .3s;
}

.btn::after {
  padding-left: .4em;
  font-family: var(--font-icon);
  content: "\e90b";
  font-weight: normal;
}

.btn.external::after {
  content: "\e902";
}

a.btn.type2 {
  background-color: transparent;
  border: solid 2px var(--color-red);
  color: var(--color-red);
  box-shadow: 0 2px 0 0 var(--color-red);
}

a.grayout {
  pointer-events: none;
  color: #acacac;
}

.coming-soon {
  display: block;
  font-size: 0.7em;
}

.shape {
  display: block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.for-sp {
  display: block;
}

.for-pc {
  display: none;
}

header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 13.33vw;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 6px 8px 0 rgba(0,0,0,.15);
  font-family: var(--font-deco);
  top: 0;
  left: 0;
  z-index: 11;
}

#h1-header {
  display: flex;
  align-items: center;
  width: 42vw;
  height: 9vw;
}

#h1-wrap {
  padding: 2em 1em;
  background-color: #fff;
  font-family: var(--font-deco);
  text-align: center;
}

#h1-wrap span {
  display: block;
  position: relative;
  width: 100%;
  color: var(--color-red);
  font-size: clamp(14px, 5.5vw, 30px);
}

#h1-wrap h1 {
  display: block;
  width: 100%;
  font-size: min(2.5vw, 12px);
  font-weight: normal;
}

#header-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 min(4vw, 30px) 0 0;
  z-index: 3;
}

#header-inner {
  display: flex;
  align-items: center;
  gap: .5em;
}

.header-logo-wrap {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

header a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  padding: .5em;
}

.img-logo {
  display: block;
  width: min(40vw, 340px);
}

header nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 490px;
  border-top: solid 1px var(--color-red);
}

header nav li {
  width: 50%;
  padding: 1.5rem 0;
  border-bottom: solid 1px var(--color-red);
}

header nav li:nth-child(odd) {
  border-right: solid 1px var(--color-red);
}

.h2-wrap {
  display: flex;
  align-items: center;
  gap: .4em;
  width: 100%;
  padding-bottom: 1em;
  color: var(--color-red);
  font-family: var(--font-deco);
  font-size: min(5vw, 30px);
  font-weight: normal;
}

.h2-wrap i {
  font-size: min(10vw, 40px);
}

.h2-wrap h2 {
  color: #000;
  font-size: clamp(10px, 2.5vw, 14px);
  font-weight: normal;
}

h2.page-tit {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: min(40vw, 300px);
  margin-bottom: 0.65em;
  padding: 0;
  color: #fff;
}

h2.page-tit span {
  color: #fff;
}

.h2-type2 {
  margin-top: 3em;
  margin-bottom: 1em;
  padding: .25em 1.5em;
  background-color: var(--color-red);
  border-radius: 50vw;
  color: #fff;
  font-size: clamp(14px, 4vw, 18px);
  text-align: center;
}

.h2-type2:first-of-type {
  margin-top: 0;
}

h3 {
  padding-bottom: 1em;
  font-size: clamp(12px, 4vw, 20px);
  font-weight: 700;
}

.h3-type2 {
  margin-bottom: 1.5em;
  padding: .2em 1em .2em 2em;
  border-left: solid min(3vw, 5px) var(--color-red);
  font-size: clamp(12px, 3.5vw, 16px);
  font-weight: normal;
}

h4 {
  padding: 0 .5em 1em;
  font-size: clamp(12px, 4vw, 18px);
  font-weight: 700;
}

h5 {
  padding-bottom: 1em;
  font-size: min(5vw, 18px);
  font-weight: 700;
}

.list-common li,
h5 + ul li {
  position: relative;
  padding-left: 1em;
}

.list-common li:before,
h5 + ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

ol {
  padding-left: 1.5em;
}

ol li {
  list-style: auto;
}

ol.no-num {
  padding-left: 0;
}

ol.no-num li {
  list-style: none;
}

h6 {
  padding: 1em 0;
  color: #585858;
  font-size: min(4vw, 16px);
  font-weight: 700;
}

.common-about {
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

.span-head {
  position: relative;
  display: block;
  padding: 0.3em 0 0.5em 1em;
  margin: 1em 0 0.5em;
  border-bottom: solid 1px var(--color-red);
  color: var(--color-red);
}

.span-head::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background-color: var(--color-red);
  left: 0;
  top: 0;
}

.span-head-sub {
  position: relative;
  display: block;
  padding: 0.3em 0 0.5em 1em;
  margin: 1em 0 0.5em;
  border-bottom: dotted 1px var(--color-red);
  color: var(--color-red);
}

.span-head-sub::before {
  content: '●';
  padding-right: .25em;
}

.indent-left {
  display: block;
  padding: 0 0 0.5em 1em;
}

.price {
  padding-top: .5em;
  padding-bottom: .5em;
}

.price span {
  padding-left: .3em;
  font-size: 10px;
  font-weight: normal;
}

/* ハンバーガーメニューボタン */

.hamburger {
  position: relative;
  width : 5.6vw;
  height: 5.6vw;
  cursor: pointer;
  text-align: center;
  z-index: 3;
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 4vw;
  height  : 2px ;
  left    : 0.8vw;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 1.33vw;
}
.hamburger span:nth-child(2) {
  top: 2.66vw;
}
.hamburger span:nth-child(3) {
  top: 4vw;
}

.sns-list {
  display: flex;
  z-index: 3;
}

.sns-list.for-pc {
  display: none;
}

.sns-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(8vw, 48px);
  height: min(8vw, 48px);
  margin-right: 0.5em;
  background-color: #171717;
  border-radius: 50%;
}

.sns-list li:last-child a {
  margin-right: 0;
  color: #fff;
}

.icon_insta,
.icon_twitter {
  width: min(4.5vw, 25px);
  height: min(4.5vw, 25px);
}

.icon_line {
  width: min(4.8vw, 30px);
  height: min(4.8vw, 30px);
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 2.13vw;
  left: 0.8vw;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 2.13vw;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景 */
nav.global-menu {
  position: fixed;
  padding-top: 13.3vw;
  z-index : 2;
  top  : 0;
  left : 0;
  background: rgba( 255,255,255,0.98 );
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.global-menu ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.global-menu li a {
  display: flex;
  flex-direction: column;
  color: var(--color-red);
  letter-spacing: 0.01em;
}

nav.global-menu li a > i {
  font-size: min(10vw, 34px);
}

nav.global-menu li a > p {
  display: flex;
  flex-direction: column;
  font-size: clamp(12px, 5vw, 16px);
}

nav.global-menu li .txt-jp {
  color: #000;
  font-size: min(2.5vw, 12px);
}

/* クリックでjQueryで追加・削除 */
nav.global-menu.active {
  opacity: 100;
  display: block;
}

#global-menu-wrap {
  padding: 6vw 0;
  background-color: #ffaad8;
}

nav.global-menu.in-contents {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 0;
  font-family: var(--font-deco);
  opacity: 1;
}

nav.global-menu.in-contents ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1vw;
  width: 90%;
  padding: 2vw 0;
  background-color: #fff;
  border: solid 2px var(--color-red);
  border-radius: 10px;
}

nav.global-menu.in-contents li {
  width: 46%;
  padding: 4vw;
  border-bottom: dotted 3px var(--color-red);
  border-left: dotted 3px var(--color-red);
}

nav.global-menu.in-contents li:nth-child(7),
nav.global-menu.in-contents li:nth-child(8) {
  border-bottom: none;
}

nav.global-menu.in-contents li:nth-child(odd) {
  border-left: none;
}

nav.global-menu.in-contents li a {
  display: flex;
  flex-direction: column;
  color: var(--color-red);
  letter-spacing: 0.01em;
}


nav.global-menu.in-contents li a > p {
  font-size: clamp(12px, 4vw, 16px);
}

#btn-ticket a {
  padding: min(1.5vw, 15px) min(5vw, 50px) min(1.5vw, 15px) min(2vw, 20px);
  background-color: var(--color-red);
  border-radius: 0 50vw 50vw 0;
  box-shadow: 0 1px 0 0 rgb(102, 7, 7);
  color: var(--color-yellow);
}

#btn-ticket div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#btn-ticket i {
  font-size: min(5vw, 40px);
}

#btn-ticket i.icon-external {
  padding-left: .1em;
  font-size: clamp(10px, 2.8vw, 16px);
  line-height: 0;
}

#btn-ticket div {
  font-size: clamp(10px, 3vw, 18px);
}

#btn-ticket div .txt-jp {
  font-size: min(2.5vw, 12px);
}

/*////////// メインビジュアル //////////*/

#top-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: min(60vh, 600px);
  background-color: #fff;
}

#top-img img {
  position: absolute;
  width: auto;
  height: 120%;
  max-height: 740px;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: translate(-50%, -50%);
  animation: yurayura 4s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg) translate(-50%, -50%);
  }
  50%{
      transform: rotate(-10deg) translate(-50%, -50%);
  }
}

/*////////// お知らせ //////////*/

#info {
  position: relative;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
  z-index: 1;
}

.news-list {
  padding: 1em;
  border: solid 1px #bcbcbc;
  border-radius: 10px; 
}

.news-list li a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 1em;
  padding: 1em 2em 1em .5em;
  border-bottom: dotted 1px #bcbcbc;
}

.news-list li a::after {
  position: absolute;
  content: "\e90b";
  color: var(--color-red);
  font-family: var(--font-icon);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.news-list li:last-child a {
  border-bottom: none;
} 

.time-stamp {
  color: var(--color-gray);
  font-size: clamp(10px, 2.5vw, 12px);
}

.info-tit {
  font-size: clamp(12px, 3.5vw, 16px);
  font-weight: 700;
}

/*////////// イベント訴求テキスト //////////*/


/*////////// バナー //////////*/

.bnr-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  width: min(90%, 1200px);
  margin: 0 auto;
  border-radius: 1.8vw;
}

.bnr-category {
  width: min(100%, 580px);
}

.bnr-category a {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #d80015;
  box-shadow: 2px 2px 0 0 #96000f;
  border-radius: min(2vw, 10px);
}

.bnr-category a > p {
  width: 50%;
  height: auto;
}

.bnr-category a > div {
  width: 50%;
  height: fit-content;
  padding: 0 2rem;
  text-align: center;
}

.category-name {
  font-family: 'Comfortaa';
  color: #fff;
  font-size: min(9vw, 50px);
}

.bnr-category .btn {
  width: min(100%, 216px);
  margin: 0 auto;
  background-color: #fff;
  border: solid 2px #c10013;
  color: #d80015;
}

.bnr-category .btn::after {
  position: absolute;
  content: "";
  width: 0.4em;
  height: 0.8em;
  margin: auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 32"><path fill="%23d80015" d="M2.422 32c-0.606 0-1.235-0.242-1.696-0.751-0.945-0.993-0.945-2.64 0-3.634l10.852-11.603-10.877-11.628c-0.945-0.993-0.945-2.616 0-3.634 0.945-0.993 2.471-0.993 3.416 0l12.572 13.444c0.945 1.017 0.945 2.64 0 3.634l-12.572 13.42c-0.46 0.509-1.090 0.751-1.696 0.751z"></path></svg>');
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 1em;
}

.bnr-category.live a {
  box-shadow: 2px 2px 0 0 #733774;
}

.bnr-category.live .btn {
  background-color: #733774;
}

.bnr-category.live .category-name {
  color: #733774;
}

.line-add-link span {
  display: block;
  font-size: min(5vw, 30px);
  font-weight: 700;
}

.line-add-link {
  width: 100%;
  margin-bottom: 0;
}

.line-add-link a {
  width: min(90vw, 1200px);
  margin: 0 auto;
}

/*
.cast-list {
  margin-bottom: 1em;
  padding-left: 2em;
}

.cast-list li {
  padding-left: 0.6em;
}

.cast-list + img {
  max-width: 640px;
  margin-bottom: 1em;
  border: solid 2px #635961;
}
*/

.cast-list-timetable {
  max-width: 640px;
  margin-bottom: 1em;
  outline: 0.4vw solid #635961;
  outline-offset: -0.4vw;
}

/*////////// Googleマップ //////////*/

section#access {
  width: min(100%, 1200px);
  padding-bottom: 0;
}

.access-wrap {
  width: 100%;
  height: min(60vw, 450px);
}

/*////////// 開催概要 //////////*/

#about {
  width: 100%;
  background-color: var(--color-cream);
  background-image: url(../images/bg_heart_top.png), url(../images/bg_heart_bottom.png);
  background-size: min(10vw, 60px) auto;
  background-repeat: repeat-x;
  background-position: top, bottom;
}

/*////////// スポンサー //////////*/

#sponsor {
  text-align: center;
}

#sponsor > div {
  margin-bottom: 4em;
}

#sponsor > div:last-of-type {
  margin-bottom: 0;
}

#sponsor ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#sponsor .company-name {
  margin: 1em 0;
  padding: 0 1.4em;
  line-height: 1;
}

#sponsor .company-name span {
  display: block;
  font-size: min(2.8vw, 12px);
  padding-top: 1em;
}

#sponsor .sub .company-name {
  padding: 0;
  font-size: min(2vw, 15px);
}

#sponsor li {
  width: 100%;
}

#sponsor .sub li {
  width: 35%;
}

.organizer,
#sponsor li img {
  max-width: 200px;
}

#sponsor .sub li img {
  max-width: 140px;
}

/*////////// artist //////////*/

.artist-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.artist-list li {
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.artist-list .artist-name {
  position: relative;
  width: 100%;
  padding: 1em 1.2em;
  font-size: clamp(10px, 3vw, 16px);
  font-weight: 700;
  text-align: center;
  word-wrap: break-word;
  letter-spacing: 0.02em;
}

.artist-list .artist-name::after {
  position: absolute;
  content: "\e902";
  font-family: var(--font-icon);
  font-size: 12px;
  font-weight: normal;
  color: #4b4b4b;
  top: .25em;
  right: .25em;
}

/* 動画 */

#movie {
  position: relative;
  width: min(95vw, 960px);
  margin: min(4vw, 40px) auto;
}

#movie-top {
  width: min(95vw, 960px);
  height: min(53vw, 540px);
  margin: 0 auto;
}

.music {
  position: absolute;
  cursor: pointer;
  width: 6.5vw;
  height: 6.5vw;
  background: url(../images/icon_sound_off.svg) no-repeat;
  top: 2.5vw;
  left: 3vw;
}

.music.on {
  background: url(../images/icon_sound_on.svg) no-repeat;
}

/*////////// FOOD //////////*/

#food #page-wrap {
  padding-bottom: 2em;
}

.common-h3 {
  position: relative;
  margin: 0 0 1em;
  padding: 0.65em;
  background-color: transparent;
  border-top: dashed 1.6px #d80015;
  border-bottom: dashed 1.6px #d80015;
  color: #d80015;
  text-align: center;
  letter-spacing: 0.2em;
}

.common-h3.food span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.1em;
  border-radius: 50%;
  background-color: #fff;
  color: #d80015;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5em;
}

.period {
  margin-bottom: 1em;
  color: #ea0a0a;
  font-size: min(4vw, 20px);
  font-weight: 700;
  text-align: center;
}

#tab-menu {
  margin-bottom: min(5vw, 50px);
}

#tab-menu ul {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 2%;
}

#tab-menu ul::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ea0a0a;
  bottom: 0;
  left: 0;
  z-index: 2;
}

#tab-menu li {
  width: min(45%, 400px);
  z-index: 3;
}

#tab-menu .tab-btn {
  position: relative;
  padding: min(2vw, 15px);
  background-color: #ea0a0a;
  border-radius: 0.2em 0.2em 0 0;
  border: solid 2px #ea0a0a;
  border-bottom: none;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

#tab-menu .tab-btn.current {
  background-color: #fff;
  color: #ea0a0a;
}

#tab-menu .tab-btn.current::after {
  transform: rotate(90deg);
  top: auto;
  bottom: -2.6vw;
  right: 0;
  left: 0;
}

.tab-menu-sub {
  display: flex;
  width: 100%;
  margin-bottom: 1.4em;
  background-color: #ea0a0a;
  border: 2px solid #ea0a0a;
  border-radius: 0.5em;
  /*font-size: clamp(14px, 3vw, 16px);*/
  font-weight: 700;
}

.tab-menu-sub li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  text-align: center;
}

.tab-btn-sub {
  padding: 0.6em;
}

.tab-btn-sub.current {
  pointer-events: none;
  position: relative;
  background-color: #fff;
  color: #ea0a0a;
}

.tab-menu-sub li:first-child.tab-btn-sub.current {
  border-radius: 0.3em 0 0 0.3em;
}

.tab-menu-sub li:last-child.tab-btn-sub.current {
  border-radius: 0 0.3em 0.3em 0;
}

.tab-menu-sub.single li.tab-btn-sub.current {
  border-radius: 0.3em;
}

.tab-btn-sub.current::after,
.tab-btn-sub.current::before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tab-btn-sub.current::after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 1.6vw;
	margin-left: -1.6vw;
}

.tab-btn-sub.current::before {
	border-color: rgba(234, 10, 10, 0);
	border-top-color: #ea0a0a;
	border-width: 2.3vw;
	margin-left: -2.3vw;
}

.tab-btn-sub {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ea0a0a;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  color: #fff;
}

.tab-menu-sub li:first-child {
  border-right: none;
}

.tab-menu-sub li:first-child {
  border-left: none;
}

.tab-menu-sub li:last-child {
  border-left: none;
}

.tab-menu-sub li:last-child {
  border-right: none;
}

.tab-menu-sub.mini {
  width: min(86%, 600px);
  margin: 2.4em auto;
}

.tab-menu-sub.mini li {
  padding: 0.4em;
}

.tab-menu-sub.mini .tab-btn-sub.current::after,
.tab-menu-sub.mini .tab-btn-sub.current::before {
  display: none;
}

#support-store::before,
#support-store::after,
#drink-store::before,
#drink-store::after {
  position: absolute;
  content: "";
  background-image: url(../images/tit_deco.png?20221213);
  background-size: 43.2vw, 25.6vw;
  bottom: 0;
}

#support-store::before {
  width: 12.1vw;
  height: 12.7vw;
  top: -0.2em;
  left: 10vw;
}

#support-store::after {
  width: 9.2vw;
  height: 11.5vw;
  background-position: -12.0vw 0;
  top: -0.2em;
  right: 10vw;
}

#drink-store::before {
  width: 14.7vw;
  height: 9.0vw;
  background-position: 0 -13.1vw;
  bottom: 1em;
  left: 2vw;
}

#drink-store::after {
  width: 10.5vw;
  height: 10.5vw;
  background-position: -22.3vw 0;
  bottom: 0.5em;
  right: 5vw;
}

#food h2.page-tit {
  background-image: url(../images/tit_food.jpg);
  background-size: cover;
  background-position: center;
}

.food-price {
  margin-top: .85em;
  padding: .1em .5em;
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
  font-weight: 700;
  text-align: right;
}

.shop-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6vw 0;
  width: 100%;
  margin-bottom: 2em;
}

.shop-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-radius: min(2vw, 10px);
  border: solid 1px #c6c6c6;
}

.shop-list li > div > div {
  padding: 1.3em;
}

.food-name {
  display: flex;
  font-size: min(6vw, 18px);
  font-weight: 700;
  justify-content: center;
}

.food-name > span:first-of-type {
  display: inline-block;
  height: 1.8em;
  margin-right: 0.6em;
  padding: 0 0.6em;
  border-radius: 5vw;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.7em;
}

.group-a .food-name > span:first-of-type {
  background-color: #00a0ea;
}

.group-b .food-name > span:first-of-type {
  background-color: #1fad3d;
}


.food-name > span:last-of-type {
  flex: 1;
  color: #d80015;
}

.food-txt {
  padding: 0.9em 0 0;
}

.shop-list dl {
  flex-direction: column;
  align-items: center;
  gap: .5em;
  padding: 1em;
}

.shop-list dt {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0.2em 0.8em;
  background-color: var(--color-red);
  border-radius: 10vw;
  color: #fff;
  font-size: min(4.5vw, 14px);
}

.shop-list.group-b dt {
  background-color: #ff7034;
}

.shop-list dt span {
  padding-left: 0.2em;
  font-size: min(4vw, 18px);
}

.shop-list dd {
  width: auto;
  padding: 0;
  color: var(--color-red);
}

.shop-list.group-b dd {
  color: #ff7034;
}

#pickup {
  overflow: hidden;
  position: relative;
  width: 100% !important;
  margin-bottom: min(8vw, 80px) !important;
  padding: min(3vw, 40px) 0 !important;
  background-color: #ea0a0a;
}

#pickup h3 {
  padding: 1em;
  color: #fff;
  text-align: center;
}

.shop-list.pickup {
  flex-wrap: nowrap;
}

.shop-list.pickup li {
  border: none;
}

#swiper-menu {
  width: 90%;
  margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 3em;
  height: 3em;
  color: #ea0a0a;
  background-color: rgba(255,255,255,0.8);
  margin: auto;
  top: 0;
  bottom: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2em;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: min(3vw,30px);
}

#payment h3 {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 0.6em;
  font-size: clamp(16px, 4vw, 20px);
  border-bottom: solid 2px #171717;
  text-align: center;
}

#payment img {
  width: min(100%, 541px);
}

#payment .none {
  width: fit-content;
  margin: 2em auto 1em;
  padding-bottom: 0.6em;
  font-weight: 700;
  border-bottom: solid 2px #171717;
}

#food .line-add-link {
  margin-bottom: 1.5em;
}

#food .line-add-link:last-of-type {
  margin-bottom: 0;
}

/*////////// MAP //////////*/

section#map {
  width: min(95%, 1200px);
}

section#map .content-inner {
  width: min(100%, 1200px);
}

.map-img {
  display: block;
  width: min(100%, 750px);
  margin: 0 auto 2em;
}

/*////////// お問い合わせ //////////*/

#contact {
  padding-top: 0;
  background: #fff;
}

.annotation {
  padding-bottom: 3rem;
  color: #e21a41;
}

#contact-form {
  padding: 0;
}

#contact tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  letter-spacing: normal;
}

#contact tr:last-of-type {
  width: 100%; 
}

#contact th,
#contact td {
  font-weight: normal;
  line-height: normal;
}

#contact {
  width: 600px;
  margin: 0 auto;
}

#contact th {
  margin-bottom: 4px;
  font-weight: 700;
}

#contact td {
  width: 100%;
  padding: 0.5rem;
  border: solid 1px #737373;
}

textarea {
  width: 100%;
}

#contact tr:last-of-type td {
  width: 100%;
}

#contact form > p {
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}

#contact .btn {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 1.2em 2em;
  cursor: pointer;
}

#contact td.radio-wrap {
  border: none;
}

/* ラジオボタン */

.radio {
  padding: 1em 1.6em 1em 1em;
  display: flex;
  align-items: center;
  cursor: pointer;
  }

  .radio:hover {
  background: rgba(0,0,0,0.05);
  }

  .radio-Input {
  opacity: 0;
  width: 0;
  margin: 0;
  }

  .radio-Input:focus + .radio-input {
  border: solid 2px #333333;
  background: #EEEEEE;
  }

  .radio-Input:checked + .radio-input {
  border: solid 2px #333333;
  }

  .radio-Input:checked + .radio-input::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
  }

  .radio-input {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #888;
  }

  .radio-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  }

/*////////// プライバシーポリシー //////////*/

#privacy .content-inner {
  width: 100%;
}

#privacy ol.others li::before {
  display: none;
}

.content-inner.no-frame dl,
#privacy dl {
  padding: 0;
}

.content-inner.no-frame dt,
.content-inner.no-frame dd,
#privacy dt,
#privacy dd {
  width: 100%;
  padding: 0;
}

.content-inner.no-frame dt,
#privacy dt {
  padding-top: 1em;
}

.content-inner.no-frame dd,
#privacy dd {
  padding-top: 1em;
  font-weight: 400;
}

.content-inner.no-frame dt {
  padding-bottom: 0.5em;
  border-bottom: solid 1px #fff;
  color: #fff;
}

.content-inner.no-frame dd {
  padding-bottom: 2em;
}

/*////////// フッター //////////*/

#btn-area-map {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  opacity: 0;
  transition: all .5s;
}

#btn-area-map a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(25vw, 130px);
  height: min(25vw, 130px);
  background-image: url(../images/btn_mokomoko.png);
  background-size: 100% 100%;
  filter: drop-shadow(2px 6px 5px rgba(0,0,0,.35));
  color: var(--color-red);
  font-family: var(--font-deco);
  font-size: clamp(10px, 3.2vw, 16px);
  line-height: 1;
  letter-spacing: 0.01em;
}

#btn-area-map a i {
  padding-bottom: min(.5vw, 4px);
  font-size: clamp(12px, 10vw, 46px);
}

footer {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  padding: 10vw 5vw;
  background: var(--color-red);
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

#copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 2.5em;
}

#footer-logo a {
  width: min(50vw, 300px);
  padding: 1em;
  background-color: #fff;
  border-radius: 10px;
}

#footer-logo-furusato {
  width: min(50vw, 300px);
  padding: 1em;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

footer li {
  width: 48%;
}

footer li a,
footer li a:visited {
  position: relative;
  padding: .8em .5em;
  border-bottom: solid 1px #fff;
  color: #fff;
  text-align: left;
}

footer li a::after {
  position: absolute;
  content: "\e90b";
  color: #fff;
  font-family: var(--font-icon);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* 過去の開催実績 */

section#achievement {
  width: min(100%, 1200px);
}

.achievement-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.achievement-list li {
  width: min(100%, 500px);
  border-bottom: solid 2px var(--color-red);
}

.achievement-list li a {
  position: relative;
  width: 100%;
  padding: 1em;
  color: var(--color-red);
}

.achievement-list li a::after {
  position: absolute;
  content: "\e90b";
  color: var(--color-red);
  font-family: var(--font-icon);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*////////////////////////////// PC //////////////////////////////*/

@media screen and (min-width:960px) {

  body {
    padding-top: 0;
  }

  a:hover {
    color: #4b4b4b;
  }

  a:hover,
  .btn:hover {
    filter: brightness(1.2);
  }

  .btn:hover {
    color: var(--color-yellow);
  }

  dl {
    flex-direction: row;
  }

  dt {
    width: 15%;
    border-bottom: dotted 1px #c1c1c1;
  }

  dd {
    width: 85%;
    padding: 1em;
    border-bottom: dotted 1px #c1c1c1;
  }

  section#page-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  header {
    position: relative;
    flex-wrap: wrap;
    height: auto;
    padding: 0;
    border-bottom: solid 2px #171717;
  }

  #header-top {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  header nav ul {
    border-top: none;
  }

  nav.global-menu li a i {
    transition: transform .25s;
  }

  nav.global-menu li a:hover i {
    transform: translateY(-3px);
  }

  #h1-header {
    position: absolute;
    width: 409px;
    height: 90px;
    margin: auto;
    left: 0;
    right: 0;
  }

  .for-sp {
    display: none;
  }

  .for-pc {
    display: block;
  }

  .sns-list a:hover {
    background-color: #4b4b4b;
  }

  .sns-list.for-pc {
    display: block;
  }

  /* ハンバーガーメニューボタン */

  .hamburger {
    display: none;
  }

  /* メニュー背景 */

  nav.global-menu {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    border-top: solid 3px #000;
    top: auto;
    left: auto;
    opacity: 1;
    transition: none;
  }

  nav.global-menu ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
    height: 100%;
  }

  header nav li {
    width: 100%;
    padding: 8px 0;
    border-top: none;
    border-bottom: none;
  }

  header nav li:nth-child(odd) {
    border: none;
  }

  header nav li a {
    border-right: dotted 4px #000;

  }

  header nav li:last-child a {
    border-right: none;
  }

  /*////////// メインビジュアル //////////*/

  #top-img {
    height: min(90vh, 600px);
    background-image: url(../images/bg_main.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  /*////////// お知らせ //////////*/

  .news-list {
    padding: 1em 2em;
  }

  .news-list a:hover {
    color: var(--color-red);
  }

  .news-list a::after {
    transition: right .25s;
  }

  .news-list a:hover::after {
    right: -4px;
  }

  .info-tit {
    padding-top: 0;
  }

  #global-menu-wrap {
    display: none;
  }

  /*////////// イベント訴求テキスト //////////*/

  .common-about {
    font-size: 1.8rem;
  }

  .line-add-link {
    width: 100%;
    margin-bottom: 2.5em;
  }

  /*////////// バナー //////////*/

  .bnr-area {
    justify-content: space-between;
    gap: 0;
  }

  .bnr-category {
    width: min(48%, 580px);
  }

  .bnr-category a {
    box-shadow: 5px 5px 0 0 #96000f;
  }

  .bnr-category.live a {
    box-shadow: 5px 5px 0 0 #733774;
  }

  .category-name {
    font-size: min(5vw, 50px);
  }

  /*////////// スポンサー //////////*/

  #sponsor li {
    width: auto;
  }

  #sponsor li.company-name {
    border-right: solid 1px #171717;
  }

  #sponsor li:last-child.company-name {
    border-right: none;
  }

  /*////////// artist //////////*/

  .artist-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .music {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
  }

  /*////////// FOOD //////////*/

  #tab-menu .tab-btn.current::after {
    bottom: -18px;
  }

  .tab-btn-sub.current::after {
    border-width: 10px;
    margin-left: -10px;
  }
  
  .tab-btn-sub.current::before {
    border-width: 12px;
    margin-left: -12px;
  }

  .shop-list {
    gap: 40px 2%;
  }

  .shop-list li {
    width: 32%;
  }

  .shop-list.pickup {
    gap: 0;
  }

  #payment h3 {
    font-size: 1.5em;
  }

  #food .line-add-link {
    margin-bottom: 1em;
  }

  #food .line-add-link,
  #food .line-add-link:last-of-type {
    margin-bottom: 2.5em;
  }

  /*////////// お問い合わせ //////////*/

  #contact td:not(#contact tr:last-of-type td) {
    max-width: 300px;
  }

  #contact td.radio-wrap {
    display: flex;
    max-width: 100% !important;
  }

  /* 過去の開催実績 */

  .achievement-list {
    gap: 40px 2%;
  }

  .achievement-list li {
    width: 32%;
  }

  /*////////// footer //////////*/

  footer {
    flex-direction: row;
    justify-content: space-between;
    padding: 5em;
  }

  footer ul,
  #copyright {
    width: 50%;
  }

  footer li a::after {
    transition: right .25s;
  }

  footer li a:hover {
    color: #fff;
  }

  footer li a:hover::after {
    right: -5px;
  }

  #copyright {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  #btn-area-map {
    display: block;
    bottom: 30px;
    right: 30px;
    opacity: 1;
  }

  #btn-area-map:hover {
    bottom: 40px;
  }

}

@media screen and (min-width:451px) and (max-width:800px){

  .shop-list {
    gap: 30px 2%;
  }

  .shop-list li {
    width: 49%;
  }

}

@media screen and (min-width:751px) and (max-width:2000px){

  nav.global-menu.in-contents li {
    width: 30%;
  }

  nav.global-menu.in-contents li:nth-child(odd) {
    border-left: dotted 3px var(--color-red);
  }

  nav.global-menu.in-contents li:first-child,
  nav.global-menu.in-contents li:nth-child(4n),
  nav.global-menu.in-contents li:nth-child(7) {
    border-left: none;
  }

  nav.global-menu.in-contents li:nth-child(8) {
    border-left: dotted 3px var(--color-red);
  }

  .cast-list-timetable {
    outline: 2px solid #635961;
    outline-offset: -2px;
  }

}
