@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP Regular"), url("../fonts/notosans-jp/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/notosans-jp/NotoSansJP-Regular.woff") format("woff"), url("../fonts/notosans-jp/NotoSansJP-Regular.otf") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Sans JP Bold"), url("../fonts/notosans-jp/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/notosans-jp/NotoSansJP-Bold.woff") format("woff"), url("../fonts/notosans-jp/NotoSansJP-Bold.otf") format("embedded-opentype");
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

sub, sup {
  font-size: 50%;
  font-weight: normal;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, picture, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]), button:not([disabled]) {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* ------------------------------------
//  font-family
// ----------------------------------*/
.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-old-mincho-black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}

.kaisei-decol-regular {
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
}

.kaisei-decol-medium {
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-style: normal;
}

.kaisei-decol-bold {
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-style: normal;
}

/* ------------------------------------
//  base
// ----------------------------------*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  background-color: transparent;
  background-image: url(../img/bg-gradation-w.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.9285714286;
  letter-spacing: 0;
  color: #212b78;
  text-align: left;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  body {
    background-image: url(../img/bg-gradation.jpg);
    background-repeat: repeat-x;
    background-size: auto 1000px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ------------------------------------
//  見出し
// ----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 0;
}

/* ------------------------------------
//  フォント
// ----------------------------------*/
em,
strong {
  font-style: normal;
  font-weight: 600;
}

/* ------------------------------------
//  リスト
// ----------------------------------*/
ol,
ul {
  list-style: none;
}

/* ------------------------------------
//  段落設定
// ----------------------------------*/
p {
  margin: 1em auto 0;
  text-align: left;
}
p:first-of-type {
  margin-top: 0;
}

/* ------------------------------------
//  画像
// ----------------------------------*/
img,
svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  img,
  svg {
    width: auto;
  }
}
/* ------------------------------------
//  リンク
// ----------------------------------*/
a {
  color: #212b78;
  transition: all 0.1s linear 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:link, a:visited {
  color: #212b78;
  text-decoration: underline;
}
a:hover, a:active {
  opacity: 0.7;
}
a i {
  margin: 0 4px;
}

header a:link, header a:visited,
footer a:link,
footer a:visited {
  color: #212b78;
  text-decoration: none;
}
header a:hover, header a:active,
footer a:hover,
footer a:active {
  opacity: 1;
}

a img {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  a img {
    transition: opacity 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a img:hover {
    opacity: 0.7;
  }
}
/* ----------------------------------------------------------------
  contentsの背景画像
---------------------------------------------------------------- */
.contents-wrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .contents-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

.page-top {
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: -webkit-sticky;
  position: fixed;
  right: 8px;
  bottom: 16px;
  z-index: 8;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .page-top {
    right: auto;
    left: calc(50% + 108px);
  }
}
.page-top.is-show {
  opacity: 1;
}
.page-top.is-hide {
  transform: translateY(-105svh) rotate(720deg); /* 画面外に飛び出し、横回転 */
  opacity: 0;
}

/* ----------------------------------------------------------------
  セクション
---------------------------------------------------------------- */
.sec {
  padding-left: 37px;
  padding-right: 37px;
  margin-top: 50px;
  position: relative;
}

.sec-head-animation {
  width: 100%;
  position: relative;
}

.sub-sec {
  margin-top: 20px;
}
.sub-sec + .sub-sec {
  margin-top: 36px;
}

.sub-sec__header {
  text-align: center;
}
.sub-sec__header p {
  margin-top: 20px;
  line-height: 1.4285714286;
  text-align: center;
}

/* ----------------------------------------------------------------
  見出し
---------------------------------------------------------------- */
.contents-title {
  margin: 28px auto 12px;
  text-align: center;
}
.contents-title img {
  width: auto;
  height: auto;
}

.txt-image {
  text-align: center;
}
.txt-image img {
  width: auto;
  height: auto;
}

/* ----------------------------------------------------------------
  リンク
---------------------------------------------------------------- */
.text-link {
  font-weight: 900;
}

/* ----------------------------------------------------------------
  ボタン
---------------------------------------------------------------- */
.button-wrap {
  display: block;
  margin-top: 28px;
  margin-bottom: 10px;
  text-align: center;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 14px;
  min-width: 190px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  height: 38px;
  border-radius: 19px;
  border: 2px solid #e1b982;
  position: relative;
  transition: 0.1 0.1s linear 0s;
}
.button:link, .button:visited {
  text-decoration: none;
  background-color: #e1b982;
  box-shadow: 0 4px 4px rgba(33, 43, 120, 0.25);
  color: #212b78;
}
.button:hover, .button:active {
  opacity: 1;
  background-color: rgba(225, 185, 130, 0.6);
  box-shadow: none;
  transform: translate(2px, 2px);
}
.button.clicked {
  box-shadow: none;
  background-color: rgba(225, 185, 130, 0.6);
  transform: translate(2px, 2px);
}

/* ----------------------------------------------------------------
  リスト
---------------------------------------------------------------- */
.item-list {
  margin-top: 25px;
}

.list-note {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.list-note li {
  margin-left: 1em;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.7272727273;
  position: relative;
}
.list-note li::before {
  content: "＊";
  position: absolute;
  left: -1em;
  top: 0;
  color: #212b78;
}
.list-note.wide {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 450px) and (max-width: 767.98px) {
  .list-note.wide {
    margin-left: 0;
    margin-right: 0;
  }
}
.list-note.t-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-note.t-align-center li {
  margin-left: 0;
  display: inline-flex;
  justify-content: center;
}
.list-note.t-align-center li::before {
  position: relative;
  left: 0;
}

/* ----------------------------------------------------------------
  ブロック
---------------------------------------------------------------- */
.about__info {
  margin-top: 15px;
  text-align: center;
}
.about__info:first-of-type {
  margin-top: 20px;
}
.about__info .about__info__title {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 6px 10px;
  min-width: 72px;
  border: 1px solid #212b78;
  position: relative;
}
.about__info .about__info__title::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #212b78;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: -1;
}
.about__info .about__info__data {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.05em;
  text-align: center;
}
.about__info .about__info__data span {
  font-size: 1.2rem;
}
.about__info .about__info__data small {
  display: block;
  font-size: 1.1rem;
}
.about__info .about__info__data + .about__info__data {
  margin-top: 1em;
}
.about__info .about__info__data.wide {
  margin-left: -15px;
  margin-right: -15px;
}
.about__info .about__info__data.date {
  letter-spacing: -0.01em;
}
.about__info .about__info__data-kakomi {
  padding-top: 1em;
  padding-bottom: 5px;
  margin-top: 20px;
  border: 1px solid #212b78;
  border-top: none;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.about__info .about__info__data-kakomi .kakomi-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: calc(1px - 1em);
}
.about__info .about__info__data-kakomi .kakomi-title::before, .about__info .about__info__data-kakomi .kakomi-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #212b78;
}
.about__info .about__info__data-kakomi p {
  padding: 0 5px;
  text-align: center;
  line-height: 1.5;
}
.about__info .list-note {
  margin-top: 0.2em;
  -moz-text-align-last: left;
  text-align-last: left;
}

.card-double-line {
  margin-top: 16px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #212b78;
  position: relative;
}
.card-double-line:first-of-type {
  margin-top: 0;
}
.card-double-line::before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #212b78;
  position: absolute;
  left: -4px;
  top: -4px;
}
.card-double-line .card-title {
  margin-top: 14px;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.125;
  text-align: center;
}
.card-double-line .card-title span {
  margin-left: 4px;
  font-size: 1.4rem;
}
.card-double-line .card-title::before {
  content: attr(data-sub) "";
  display: block;
  margin-bottom: 2px;
  font-family: "Kaisei Decol";
  font-size: 1.4rem;
  font-weight: 700;
}
.card-double-line .card-text {
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.7272727273;
}
.card-double-line .card-sub-image {
  margin-top: 10px;
}
.card-double-line .card-sub-image figcaption {
  margin-top: 3px;
  font-size: 1rem;
  line-height: 1.6;
}

.item {
  position: relative;
}
.item:link, .item:visited {
  text-decoration: none;
}
.item .item__intro_text {
  margin-top: 8px;
  line-height: 1.64;
  letter-spacing: -0.02em;
}
.item .item__intro_text small {
  display: block;
  font-size: 1.1rem;
}

.item__headline {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.item__headline img {
  width: auto;
  height: auto;
}
.item__headline::after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #212b78;
}

.item__title1 {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.56;
  text-align: center;
}
.item__title1.has-data-sub {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.125;
  text-align: center;
}
.item__title1.has-data-sub::before {
  content: attr(data-sub) "";
  display: block;
  margin-bottom: 2px;
  font-family: "Kaisei Decol";
  font-size: 1.4rem;
  font-weight: 700;
}

.item__name2 + .item__image {
  margin-top: 10px;
}

.item__name {
  margin-top: 13px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
}

.item__name2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  text-align: center;
}

.item__sub {
  line-height: 1.4285714286;
}

.item__date {
  line-height: 1.4285714286;
}
.item__date span {
  vertical-align: bottom;
}
.item__date span:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  vertical-align: -0.2em;
  margin: 0 10px;
  width: 1px;
  height: 1.15em;
  background-color: #212b78;
}

p.item__text {
  margin-top: 0.5em;
  line-height: 1.4285714286;
}
p.item__text.item__text--small {
  font-size: 1.2rem;
  line-height: 1.5;
}
p.item__text.item__text--xsmall {
  margin-top: 5px !important;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.item__image + p.item__text {
  margin-top: 0.9em;
}
p.item__text + .item__text {
  margin-top: 1.5em;
}

.item__map {
  margin-bottom: 14px;
  width: 100%;
  aspect-ratio: 300/220;
  overflow: hidden;
}
.item__map iframe {
  width: 100%;
  height: 100%;
}

.item__link {
  margin-top: 1.5em;
  font-weight: 900;
  line-height: 1.5714285714;
  text-align: center;
}
.item__link a:link, .item__link a:visited {
  text-decoration: none;
}

.border-item {
  margin-top: 30px;
}
.border-item:not(:first-of-type) {
  padding-top: 30px;
  border-top: 1px solid #212b78;
}
.border-item .item__image {
  display: block;
  margin-top: 15px;
  margin-bottom: 18px;
}
.border-item .item__intro_text {
  margin-top: 12px;
}
.border-item .about__info__data.wide {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 1.3rem;
}
.border-item > *:first-child {
  margin-top: 0;
}
.border-item:first-of-type .item__image {
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------
  スクロールで出現
---------------------------------------------------------------- */
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.is-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* ----------------------------------------------------------------
  ヘッダーのレイアウト
---------------------------------------------------------------- */
.header {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 54px;
  background-color: #0d134d;
}
@media only screen and (min-width: 768px) {
  .header {
    display: none;
  }
}
.header .site-logo {
  transition: all 0.1s linear 0s;
  width: auto;
  line-height: 1;
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 2;
  transition: opacity 0.1s 0s linear;
}
.header .site-logo svg {
  width: 83.78px;
  height: 24px;
  fill: #fff;
  vertical-align: bottom;
}
.header .menu::before {
  opacity: 0;
  transition: opacity 0.8s 0.3s ease;
}
.header .menu .menu__item {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.header .menu .menu__item:nth-child(1) {
  transition-delay: 0.1s;
}
.header .menu .menu__item:nth-child(2) {
  transition-delay: 0.2s;
}
.header .menu .menu__item:nth-child(3) {
  transition-delay: 0.3s;
}
.header .menu .menu__item:nth-child(4) {
  transition-delay: 0.4s;
}
.header .menu .menu__item:nth-child(5) {
  transition-delay: 0.5s;
}
.header .menu .menu__item:nth-child(6) {
  transition-delay: 0.6s;
}
.header .menu .menu__item:nth-child(7) {
  transition-delay: 0.7s;
}
.header.is-fixed {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .header.is-fixed {
    position: relative;
  }
}
.header.is-fixed .site-logo {
  opacity: 1;
}

body.is-fixed .contents {
  padding-top: 54px;
}
@media only screen and (min-width: 768px) {
  body.is-fixed .contents {
    padding-top: 0;
  }
}

/* ----------------------------------------------------------------
  メニューのスタイル
---------------------------------------------------------------- */
.global-menu-wrapper {
  background-image: url(../img/bg-global-menu.png), url(../img/bg-gradation.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: center top, center top;
  background-size: 100%, auto 1000px;
  width: 100%;
  height: 100svh;
  position: fixed;
  left: 100%;
  top: 54px;
  z-index: 1;
  transition: left 0.3s ease;
}

.global-menu {
  width: auto;
  height: auto;
  margin: 54px 0 0 87px;
  position: relative;
}

.menu {
  display: flex;
  flex-direction: column;
  gap: 31px;
  position: relative;
}
.menu::before {
  content: "";
  display: block;
  width: 28px;
  height: 31px;
  background-color: #d5af7e;
  -webkit-mask-image: url(../img/ico-current-marker.svg);
  mask-image: url(../img/ico-current-marker.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 0.1s linear 0s;
  transition: top 1.4s cubic-bezier(0, 0.96, 0.63, 1.01) 0s;
  position: absolute;
  left: -39px;
  top: 0;
}
.menu[data-scrollpoint=top]::before {
  top: -5px;
}
.menu[data-scrollpoint=about]::before {
  top: calc(72px - 5px);
}
.menu[data-scrollpoint=live-music]::before {
  top: calc(72px * 2 - 5px);
}
.menu[data-scrollpoint=izakaya-bar]::before {
  top: calc(72px * 3 - 5px);
}
.menu[data-scrollpoint=shops]::before {
  top: calc(72px * 4 - 5px);
}
.menu[data-scrollpoint=collaboration]::before {
  top: calc(72px * 5 - 5px);
}
.menu[data-scrollpoint=special]::before {
  top: calc(72px * 6 + 15px);
}
.menu[data-scrollpoint=access]::before {
  top: calc(72px * 7 + 15px);
}
.menu .menu__item {
  line-height: 1;
}
.menu .menu__item a {
  display: block;
  min-height: 41px;
}
.menu .menu__item a:link, .menu .menu__item a:visited {
  color: #212b78;
  text-decoration: none;
}
.menu .menu__item a:hover, .menu .menu__item a:active {
  opacity: 1;
}
.menu .menu__item a figure img {
  width: auto;
}
.menu .menu__item a figure figcaption {
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.5833333333;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: all 0.1s linear 0s;
}
.menu .menu__item a:hover {
  opacity: 0.7;
}
.menu .menu__item a:hover img {
  opacity: 1;
}
.menu .menu__item a[href="#izakaya-bar"] figure figcaption {
  margin-top: 1px;
}
.menu .menu__item a[href="#shops"] figure figcaption {
  margin-top: -1px;
}
.menu .menu__item a[href="#special"] figure figcaption {
  margin-top: 0;
}

/* ----------------------------------------------------------------
  開閉トグル
---------------------------------------------------------------- */
.menu-button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  z-index: 10;
}
.menu-button .menu-button__line {
  width: 18px;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  right: calc(50% - 9px);
  top: calc(50% - 0.25px);
}
.menu-button .menu-button__line::before, .menu-button .menu-button__line::after {
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.1s linear 0s;
}
.menu-button .menu-button__line::before {
  top: -8px;
}
.menu-button .menu-button__line::after {
  top: 8px;
}

/* ----------------------------------------------------------------
  メニュー開閉時の挙動 - まとめて
---------------------------------------------------------------- */
body.is-open {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.header.is-open {
  z-index: 9;
}
.header.is-open .site-logo {
  opacity: 1;
  transition: opacity 0.3s 0.05s ease;
}
.header.is-open .global-menu-wrapper {
  left: 0;
}
.header.is-open .menu::before {
  opacity: 1;
}
.header.is-open .menu .menu__item {
  opacity: 1;
}

.menu-button.is-open .menu-button__line {
  background-color: transparent;
}
.menu-button.is-open .menu-button__line::before, .menu-button.is-open .menu-button__line::after {
  top: 0;
}
.menu-button.is-open .menu-button__line::before {
  transform: rotate(45deg);
}
.menu-button.is-open .menu-button__line::after {
  transform: rotate(-45deg);
}

/* ----------------------------------------------------------------
  フッターのレイアウト
---------------------------------------------------------------- */
.footer {
  background-color: #0d134d;
  background-image: url(../img/bg-footer.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin-top: -1px;
  padding: 20px 0 64px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-left: auto;
    margin-right: auto;
    width: 390px;
  }
}
.footer .instagram p {
  font-weight: 900;
  line-height: 1.6428571429;
  letter-spacing: 0.05em;
  text-align: center;
}
.footer .instagram .instagram__icon {
  margin: 17px auto 0;
}
.footer .instagram .instagram__icon img {
  width: 40px;
  height: 40px;
}
.footer .mark-tmy {
  display: block;
  margin: 35px auto 0;
  width: 200px;
}
.footer .copyright {
  margin-top: 34px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

/* ----------------------------------------------------------------
  共通
---------------------------------------------------------------- */
.main-contents-wrapper {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .main-contents-wrapper {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 34px 0px rgba(0, 7, 56, 0.4);
    width: 390px;
  }
}

.contents {
  position: relative;
  background-image: url(../img/bg-main-contents.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .contents {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 390px;
  }
}

.contents-outline,
.contents-navi {
  display: none;
}

@media only screen and (min-width: 768px) {
  .contents-outline,
  .contents-navi {
    display: block;
    width: calc((100% - 390px) / 2);
    height: 100vh;
    height: 100svh;
    max-height: 100vh;
    max-height: 100svh;
    position: fixed;
    top: 0;
    z-index: 1;
  }
  .contents-outline {
    background-image: url(../img/bg-contents-outline.png), url(../img/bg-gradation.jpg);
    background-repeat: no-repeat, repeat-x;
    background-position: right top, center top;
    background-size: min(100%, 445px) auto, auto 1000px;
    left: 0;
  }
  .contents-navi {
    background-image: url(../img/bg-contents-navi.png?20250818-1), url(../img/bg-gradation.jpg);
    background-repeat: no-repeat, repeat-x;
    background-position: left top, center top;
    background-size: min(100%, 445px) auto, auto 1000px;
    right: 0;
  }
  .contents-navi .global-menu {
    margin-top: 71px;
    margin-left: clamp(65px, 8.28vw, 106px);
  }
}
/* ----------------------------------------------------------------
  メインビジュアル
---------------------------------------------------------------- */
.mv {
  padding: 0;
}
/* ----------------------------------------------------------------
  about
---------------------------------------------------------------- */
.about {
  margin-top: 30px;
}
.about .item__headline::after {
  background-color: #fff;
}
.about .about__info:first-of-type {
  margin-left: -15px;
  margin-right: -15px;
}
.about .about__info:first-of-type .about__info__data {
  letter-spacing: 0;
}
.about .button-wrap {
  margin-top: 16px;
  margin-bottom: 25px;
}

.about__mv {
  margin-bottom: 9px;
}
.about__mv img {
  width: 200px;
  display: block;
  margin: 0 auto;
}

/* ----------------------------------------------------------------
  live music
---------------------------------------------------------------- */
.live-music {
  background-image: url(../img/bg-live-music.png?20250804-1), url(../img/bg-sec-gradient.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: center top 10px, center top;
  background-size: 100% auto, auto 100%;
}
.live-music .sec-head-animation {
  aspect-ratio: 316/123;
}
.live-music .item__intro_text {
  margin-left: -5px;
  margin-right: -5px;
  letter-spacing: -0.07em;
}
.live-music .about__info:first-of-type {
  margin-top: 12px;
}
.live-music .txt-image {
  margin-top: 20px;
}
.live-music .button-wrap {
  margin-top: 16px;
  margin-bottom: 0;
}
.live-music .button-wrap + .about__info .about__info__data {
  margin-top: -7px;
  letter-spacing: 0;
}

.contents-title.artist {
  margin-top: 50px;
  margin-left: -37px;
  margin-right: -37px;
  padding-left: 37px;
  padding-right: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents-title.artist .notes {
  margin-top: 5px;
  font-size: 1.2rem;
}
.contents-title.artist.music-live {
  background-image: url(../img/bg-live-music-2.png?20250816-1);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.contents-title.artist.dj-night {
  margin-top: 30px;
  padding-top: 20px;
  background-image: url(../img/bg-live-music-3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.artist-list-wrapper {
  margin-top: 15px;
  margin-left: -37px;
  margin-right: -37px;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.15vw;
}
@media only screen and (min-width: 768px) {
  .artist-list-wrapper {
    gap: 24px;
  }
}
.artist-list-wrapper .artist-list .artist-list__day {
  text-align: center;
}
.artist-list-wrapper .artist-list .artist-list__day img {
  width: auto;
}
.artist-list-wrapper .artist-list .days-list {
  margin-top: 6px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 6px;
}
.artist-list-wrapper .artist-list .days-list:last-child {
  margin-bottom: 0;
}
.artist-list-wrapper .artist-list .days-list .days-list__item a {
  padding: 6px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  min-height: 54px;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3333333333;
  transition: 0.1 0.1s linear 0s;
}
.artist-list-wrapper .artist-list .days-list .days-list__item a span {
  font-size: 1.2rem;
}
.artist-list-wrapper .artist-list .days-list .days-list__item a:link, .artist-list-wrapper .artist-list .days-list .days-list__item a:visited {
  box-shadow: 2px 2px 0 rgba(33, 43, 120, 0.44);
  background-color: #212b78;
  color: #fff;
}
.artist-list-wrapper .artist-list .days-list .days-list__item a:hover, .artist-list-wrapper .artist-list .days-list .days-list__item a:active {
  box-shadow: 2px 2px 0 rgba(33, 43, 120, 0);
  background-color: #787878;
  transform: translate(2px, 2px);
}
.artist-list-wrapper .artist-list .days-list .days-list__item a.js-modal-open {
  box-shadow: 2px 2px 0 rgba(33, 43, 120, 0);
  background-color: #787878;
  transform: translate(2px, 2px);
}
.artist-list-wrapper .artist-list .days-list.days-list--day4 .days-list__item a:link, .artist-list-wrapper .artist-list .days-list.days-list--day4 .days-list__item a:visited, .artist-list-wrapper .artist-list .days-list.days-list--day5 .days-list__item a:link, .artist-list-wrapper .artist-list .days-list.days-list--day5 .days-list__item a:visited, .artist-list-wrapper .artist-list .days-list.days-list--day6 .days-list__item a:link, .artist-list-wrapper .artist-list .days-list.days-list--day6 .days-list__item a:visited {
  box-shadow: 2px 2px 0 #212b78;
  background-color: white;
  color: #212b78;
}
.artist-list-wrapper .artist-list .days-list.days-list--day4 .days-list__item a:hover, .artist-list-wrapper .artist-list .days-list.days-list--day4 .days-list__item a:active, .artist-list-wrapper .artist-list .days-list.days-list--day5 .days-list__item a:hover, .artist-list-wrapper .artist-list .days-list.days-list--day5 .days-list__item a:active, .artist-list-wrapper .artist-list .days-list.days-list--day6 .days-list__item a:hover, .artist-list-wrapper .artist-list .days-list.days-list--day6 .days-list__item a:active {
  box-shadow: 2px 2px 0 rgba(33, 43, 120, 0);
  background-color: #787878;
  transform: translate(2px, 2px);
  color: #fff;
}
.artist-list-wrapper .artist-list .days-list.days-list--day4 .days-list__item a.js-modal-open, .artist-list-wrapper .artist-list .days-list.days-list--day5 .days-list__item a.js-modal-open, .artist-list-wrapper .artist-list .days-list.days-list--day6 .days-list__item a.js-modal-open {
  box-shadow: 2px 2px 0 rgba(33, 43, 120, 0);
  background-color: #787878;
  transform: translate(2px, 2px);
  color: #fff;
}
.artist-list-wrapper .artist-list.artist-list--right {
  margin-top: 27px;
}
.artist-list-wrapper .artist-list.artist-list--right2 {
  margin-top: 80px;
}
.artist-list-wrapper.music-live {
  background-image: url(../img/bg-live-music-airtist-list.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

/* モーダルのスタイル */
.modal {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(33, 43, 120, 0.375);
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.modal-content {
  width: 270px;
  min-height: 420px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal.show {
  visibility: visible;
  opacity: 1;
}

.close {
  display: block;
  width: 100%;
  height: 68px;
  line-height: 1;
  position: relative;
}
.close img {
  width: auto;
  height: auto;
  position: absolute;
  right: 15px;
  top: 15px;
}

.close:hover,
.close:focus {
  color: #212b78;
  text-decoration: none;
  cursor: pointer;
}

/* 背景のスクロールを防止 */
body.js-modal-open {
  overflow: hidden;
}

.modal-card {
  display: none;
}

.card-artist {
  padding: 0 35px 35px;
}
.card-artist .card-image img {
  width: 198px;
}
.card-artist .card-title {
  margin-top: 7px;
  margin-left: -35px;
  margin-right: -35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.card-artist .card-title span {
  font-size: 1.4rem;
}
.card-artist .card-text {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
}

/* ----------------------------------------------------------------
  izakaya-bar
---------------------------------------------------------------- */
.izakaya-bar {
  background-image: url(../img/bg-izakaya-bar.png), url(../img/bg-sec-gradient.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: center top, center top;
  background-size: 100% auto, auto 100%;
  padding-top: 24vw;
  margin-top: 78px;
}
@media only screen and (min-width: 768px) {
  .izakaya-bar {
    padding-top: 90px;
  }
}
.izakaya-bar .item__intro_text {
  letter-spacing: 0;
}

.shop-slider {
  margin-top: 25px;
  margin-left: -25px !important;
  margin-right: -25px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.card-slider {
  padding: 25px 35px 0;
  height: auto !important;
  background-color: #fff;
  border: 2px solid #212b78;
  border-right-width: 6px;
  border-bottom-width: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.card-slider.card-slider--2 {
  padding-top: 0;
  justify-content: space-between;
}
.card-slider.card-slider--2 .card-item {
  height: 50%;
}
.card-slider.card-slider--2 .card-item .card-day {
  margin-bottom: 18px;
}
.card-slider .card-day {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1;
}
.card-slider .card-day img {
  width: auto;
}
.card-slider .card-item {
  padding: 14px 0;
  border-bottom: 1px dotted #212b78;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 265px;
}
.card-slider .card-item:last-child {
  border-bottom: none;
}
.card-slider .card-item .card-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 165px;
}
.card-slider .card-item .card-image.coming-soon {
  margin-top: 0;
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card-slider .card-item .card-title {
  margin-top: 8px;
  margin-left: -35px;
  margin-right: -35px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}
.card-slider .card-item .card-title span {
  font-size: 1.4rem;
}
.card-slider .card-item .card-title::before {
  content: attr(data-sub) "";
  display: block;
  font-family: "Kaisei Decol";
  font-size: 1.4rem;
  font-weight: 700;
}
.card-slider .card-item .card-title.small::before {
  font-size: 1.2rem;
}
.card-slider .card-item .card-text {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

.swiper-button-prev,
.swiper-button-next {
  margin-top: -22px !important;
  width: 44px !important;
  height: 44px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none !important;
}

.swiper-button-prev {
  background-image: url(../img/btn-slider-l.png);
  left: 5px !important;
}

.swiper-button-next {
  background-image: url(../img/btn-slider-r.png);
  right: 5px !important;
}

/* ----------------------------------------------------------------
  shops
---------------------------------------------------------------- */
.shops {
  background-image: url(../img/bg-izakaya-bar.png), url(../img/bg-sec-gradient.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: center top, center top;
  background-size: 100% auto, auto 100%;
  padding-top: 24vw;
  margin-top: 90px;
}
@media only screen and (min-width: 768px) {
  .shops {
    padding-top: 90px;
  }
}

/* ----------------------------------------------------------------
  collaboration
---------------------------------------------------------------- */
.collaboration {
  background-image: url(../img/bg-izakaya-bar.png), url(../img/bg-sec-gradient.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: center top, center top;
  background-size: 100% auto, auto 100%;
  padding-top: 24vw;
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 90px;
}
@media only screen and (min-width: 768px) {
  .collaboration {
    padding-top: 90px;
  }
}
.collaboration .button-wrap {
  margin-top: 10px;
  margin-bottom: 20px;
}
.collaboration .button-wrap.button-wrap--last {
  margin-top: 20px;
}

/* ----------------------------------------------------------------
  special
---------------------------------------------------------------- */
.special {
  background-image: url(../img/bg-special.png), url(../img/bg-sec-gradient.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: center top, center top;
  background-size: 100% auto, auto 100%;
  margin-top: 96px;
  padding-top: 20.51vw;
  padding-left: 55px;
  padding-right: 55px;
}
@media only screen and (min-width: 768px) {
  .special {
    padding-top: 80px;
  }
}
.special .border-item .item__title1 {
  white-space: nowrap;
  margin-left: -55px;
  margin-right: -55px;
}

/* ----------------------------------------------------------------
  access
---------------------------------------------------------------- */
.access {
  background-image: url(../img/bg-access.png), linear-gradient(0deg, #0d144e 0%, #9e7ead 38.94%, #e9c4c1 69.71%, #fff 87.5%);
  background-repeat: no-repeat;
  background-position: center top 20px, center top;
  background-size: 100% auto, 100% 100%;
  padding-top: 25.07vw;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .access {
    padding-top: 94px;
  }
}
.access .item__map {
  padding-left: 12px;
  padding-right: 12px;
}
.access .item__link a {
  color: #fff;
  letter-spacing: -0.042rem;
}
.access .item__link a:link, .access .item__link a:visited {
  text-decoration: underline;
}

.caution {
  margin-top: 35px;
}

.caution-list {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.caution-list li {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.012rem;
}

.contact {
  margin-top: 35px;
  color: #fff;
}
.contact .contact-text {
  line-height: 1.6428571429;
  letter-spacing: 0.014rem;
  text-align: center;
}
.contact .contact-text em {
  font-weight: 900;
}
.contact .contact-tel {
  margin-top: 0;
  text-align: center;
}
.contact .contact-tel a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.272rem;
  color: #fff;
}

.ani-item {
  width: auto;
  height: auto;
  position: absolute;
  z-index: -1;
}

.sec .ani-item {
  z-index: 1;
}

.global-menu-wrapper .item-001 {
  width: 27.95vw;
  right: 0;
  top: 81.51%;
}
.global-menu-wrapper .item-002 {
  width: 24.62vw;
  top: 72.32%;
  left: 60.51vw;
}

.ani-group1 {
  aspect-ratio: 390/115;
  position: relative;
}
.ani-group1 .item-001 {
  width: 23.59vw;
  left: 8.72%;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .ani-group1 .item-001 {
    width: 92px;
  }
}
.ani-group1 .item-002 {
  width: 41.03vw;
  right: 1.79%;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ani-group1 .item-002 {
    width: 160px;
  }
}

.live-music .item-001 {
  width: 49.23vw;
  left: calc(50% - 22vw);
  top: 0;
}
@media only screen and (min-width: 768px) {
  .live-music .item-001 {
    width: 192px;
    left: calc(50% - 86px);
  }
}

.izakaya-bar .item-001 {
  width: 35.38vw;
  left: 34.36%;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .izakaya-bar .item-001 {
    width: 138px;
  }
}

.shops .item-001 {
  width: 27.95vw;
  left: 36.15%;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .shops .item-001 {
    width: 109px;
  }
}

.collaboration .item-001 {
  width: 49.23vw;
  left: 27.95%;
  top: -25px;
}
@media only screen and (min-width: 768px) {
  .collaboration .item-001 {
    width: 192px;
  }
}

.special .item-001 {
  width: 35.38vw;
  left: 34.36%;
  top: -25px;
}
@media only screen and (min-width: 768px) {
  .special .item-001 {
    width: 138px;
  }
}

.access .item-001 {
  width: 23.85vw;
  left: 10.26%;
  top: 28px;
}
@media only screen and (min-width: 768px) {
  .access .item-001 {
    width: 93px;
  }
}
.access .item-002 {
  width: 18.72vw;
  right: 12.56%;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .access .item-002 {
    width: 73px;
  }
}

.contents-outline .item-003 {
  width: 196px;
  right: 13.524vw;
  top: min(9.38vw, 120px);
}
.contents-outline .item-004 {
  width: 303px;
  right: 4.22vw;
  top: min(43.13vw, 552px);
}
.contents-outline .item-007 {
  width: 152px;
  right: 4.53vw;
  top: min(23.13vw, 296px);
}

.contents-navi .item-002 {
  width: 160px;
  left: 15.7vw;
  top: min(48.44vw, 620px);
}
.contents-navi .item-006 {
  width: 119px;
  right: 0;
  top: min(58.59vw, 750px);
}

.ani-item[data-ani=ani01] {
  -webkit-animation: up-down1 10s linear infinite forwards;
  animation: up-down1 10s linear infinite forwards;
}

@-webkit-keyframes up-down1 {
  0% {
    transform: translate(0, 20px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 20px);
  }
}
@keyframes up-down1 {
  0% {
    transform: translate(0, 20px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 20px);
  }
}
.ani-item[data-ani=ani02] {
  -webkit-animation: up-down2 4.5s linear infinite forwards;
  animation: up-down2 4.5s linear infinite forwards;
}

@-webkit-keyframes up-down2 {
  0% {
    transform: translate(0, -10px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -10px);
  }
}
@keyframes up-down2 {
  0% {
    transform: translate(0, -10px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -10px);
  }
}
.ani-item[data-ani=ani03] {
  -webkit-animation: up-down3 5s linear infinite forwards;
  animation: up-down3 5s linear infinite forwards;
}

@-webkit-keyframes up-down3 {
  0% {
    transform: translate(0, 10px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 10px);
  }
}
@keyframes up-down3 {
  0% {
    transform: translate(0, 10px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 10px);
  }
}
.ani-item[data-ani=ani04] {
  -webkit-animation: up-down4 6s linear infinite forwards;
  animation: up-down4 6s linear infinite forwards;
}

@-webkit-keyframes up-down4 {
  0% {
    transform: translate(0, -10px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -10px);
  }
}
@keyframes up-down4 {
  0% {
    transform: translate(0, -10px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -10px);
  }
}/*# sourceMappingURL=style.css.map */