@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, .card-a .card-title::before, .card-b .card-title::before {
  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;
  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: #000000;
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

*,
*: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: #000000;
  transition: all 0.1s linear 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:link, a:visited {
  color: #000000;
  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: #000000;
  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;
  }
}

.rope {
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.rope::before, .rope::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
  background-size: 100%;
}
.rope::before {
  height: calc(100% - 93px);
  background-image: url(../img/bg-rope-body.png);
  background-position: center bottom 93px;
  background-repeat: repeat-y;
  bottom: 93px;
}
@media only screen and (min-width: 768px) {
  .rope::before {
    background-position: center bottom 93px;
  }
}
.rope::after {
  height: 93px;
  background-image: url(../img/bg-rope-bottom.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 0;
}
.rope.rope--left {
  left: -35px;
}
@media only screen and (min-width: 768px) {
  .rope.rope--left {
    left: calc(50% - 230px);
  }
}
.rope.rope--right {
  transform: scale(-1, 1);
  right: -35px;
}
@media only screen and (min-width: 768px) {
  .rope.rope--right {
    right: calc(50% - 230px);
  }
}

.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 {
  margin-top: 147px;
}

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

/* ----------------------------------------------------------------
  見出し
---------------------------------------------------------------- */
.sec-title {
  margin: -31px auto 0;
  min-width: 240px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -38px;
  transform: translateX(-50%);
}
.sec-title img {
  width: 210px;
  height: auto;
}

.sub-sec__title img {
  width: auto;
  height: 27px;
}

/* ----------------------------------------------------------------
  リンク
---------------------------------------------------------------- */
.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 18px;
  min-width: 208px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  height: 38px;
  border-radius: 19px;
  border: 2px solid #000000;
  position: relative;
  transition: 0.1 0.1s linear 0s;
}
.button:link, .button:visited {
  text-decoration: none;
  background-color: #000000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.button:hover, .button:active {
  opacity: 1;
  background-color: #787878;
  box-shadow: none;
  transform: translate(2px, 2px);
}
.button.clicked {
  box-shadow: none;
  background-color: #787878;
  transform: translate(2px, 2px);
}

/* ----------------------------------------------------------------
  ブロック
---------------------------------------------------------------- */
.item {
  display: block;
  padding: 20px 31px 5px;
  position: relative;
}
.item:not(:first-child) {
  margin-top: 20px;
}
.item:link, .item:visited {
  text-decoration: none;
}
.item .item-head,
.item .item-foot {
  width: 100%;
  height: 31px;
  position: absolute;
  left: 0;
  z-index: -1;
}
.item .item-head::before, .item .item-head::after,
.item .item-foot::before,
.item .item-foot::after {
  content: "";
  width: 50%;
  height: 100%;
  background-image: url(../img/bg-block_a_head.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  position: absolute;
}
.item .item-head {
  top: -31px;
}
.item .item-head::before {
  left: 0;
  top: 0;
}
.item .item-head::after {
  right: 0;
  top: 0;
  transform: scale(-1, 1);
}
.item .item-foot {
  bottom: -30px;
}
.item .item-foot::before {
  left: 0;
  bottom: 0;
  transform: scale(1, -1);
}
.item .item-foot::after {
  right: 0;
  bottom: 0;
  transform: scale(-1, -1);
}
.item::before, .item::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  background-image: url(../img/bg-block_a_body.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 767px 1px;
  z-index: -2;
}
.item::before {
  left: 0;
}
.item::after {
  right: 0;
  transform: scale(-1, 1);
}
.item.item--tight {
  padding-bottom: 0;
}
.item p.item__intro_text {
  margin-top: 8px;
  line-height: 1.64;
}

.item__mv {
  margin-bottom: 12px;
}

.item__title1 {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.56;
  text-align: center;
}

.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: #000000;
}

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

/* ----------------------------------------------------------------
  カード
---------------------------------------------------------------- */
.card-a, .card-b {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #000000;
}
.card-a .card-title, .card-b .card-title {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4;
}
.card-a .card-title::before, .card-b .card-title::before {
  content: attr(data-sub) "";
  font-size: 1.4rem;
  line-height: 1;
}
.card-a .card-title .ruby-set, .card-b .card-title .ruby-set {
  display: block;
  margin-top: 8px;
}
.card-a .card-text-title, .card-b .card-text-title {
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
.card-a .card-text-title:first-of-type, .card-b .card-text-title:first-of-type {
  margin-top: 20px;
}
.card-a .card-text, .card-b .card-text {
  margin-top: 5px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.7272727273;
}
.card-a .card-title + .card-text, .card-b .card-title + .card-text {
  margin-top: 14px;
}
.card-a .card-link-sns, .card-b .card-link-sns {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-a .card-link-sns a, .card-b .card-link-sns a {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  text-decoration: none;
}
.card-a .card-link-sns a img, .card-b .card-link-sns a img {
  width: 18px;
}
.card-a .card-link-sns a span, .card-b .card-link-sns a span {
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 0.3em;
}
.card-a .card-text-bottom, .card-b .card-text-bottom {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
}

.card-b:first-of-type {
  padding-top: 0;
  margin-top: 12px;
  border-top: none;
}
.card-b .card-title {
  margin-top: 18px;
}
.card-b .card-title + .card-text {
  margin-top: 5px;
}
.card-b .card-text {
  font-size: 1.4rem;
  line-height: 1.6428571429;
}
.card-b .card-link-wrapper {
  margin-top: 6px;
  text-align: center;
}
.card-b .card-link {
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

/* ----------------------------------------------------------------
  スクロールで出現
---------------------------------------------------------------- */
.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: #fff;
  background-image: url(../img/bg-washi.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
@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;
  opacity: 0;
  transition: opacity 0.1s 0s linear;
}
.header .site-logo svg {
  width: 83.78px;
  height: 24px;
  fill: #090000;
  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: linear-gradient(180deg, #00639B 0%, #478EA2 76.5%, #A3D1C6 100%);
  background-repeat: no-repeat;
  background-position: left top 54px;
  width: 100%;
  height: 100svh;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 1;
  transition: left 0.3s ease;
}

.global-menu {
  width: auto;
  height: auto;
  margin: 111px 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-image: url(../img/ico-current-marker.svg);
  background-repeat: no-repeat;
  background-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(70px - 5px);
}
.menu[data-scrollpoint=izakaya-bar]::before {
  top: calc(70px * 2 - 5px);
}
.menu[data-scrollpoint=live-music]::before {
  top: calc(70px * 3 - 1px);
}
.menu[data-scrollpoint=shops]::before {
  top: calc(70px * 4 - 0px);
}
.menu[data-scrollpoint=special]::before {
  top: calc(70px * 5 + 6px);
}
.menu[data-scrollpoint=access]::before {
  top: calc(70px * 6 + 12px);
}
.menu .menu__item {
  line-height: 1;
}
.menu .menu__item a {
  display: block;
}
.menu .menu__item a:link, .menu .menu__item a:visited {
  color: #000000;
  text-decoration: none;
}
.menu .menu__item a:hover, .menu .menu__item a:active {
  opacity: 1;
}
.menu .menu__item a figure {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}
.menu .menu__item a img {
  width: auto;
}
.menu .menu__item a figcaption {
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.1s linear 0s;
}
.menu .menu__item a:hover {
  opacity: 0.7;
}
.menu .menu__item a:hover img {
  opacity: 1;
}

/* ----------------------------------------------------------------
  開閉トグル
---------------------------------------------------------------- */
.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: #000000;
  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: #000000;
  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;
}
body.is-open .rope {
  display: none;
}

.header.is-open {
  background-image: none;
  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 .global-menu {
  height: 100svh;
}
.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 {
  padding: 20px 0 25px;
  background-image: url(../img/bg-washi.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
  text-align: center;
}
.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;
}

.contents {
  padding-left: 24px;
  padding-right: 24px;
  background-image: url(../img/bg-washi.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
  position: relative;
}

@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;
  }
  .contents-outline {
    left: 0;
    background-image: url(../img/bg-side-contents-l.png), linear-gradient(180deg, #00639B 0%, #478EA2 76.5%, #A3D1C6 100%);
    background-repeat: repeat-y, no-repeat;
    background-position: right top, center;
    background-size: 41px, cover;
  }
  .contents-navi {
    right: 0;
    background-image: url(../img/bg-side-contents-r.png), linear-gradient(180deg, #00639B 0%, #478EA2 76.5%, #A3D1C6 100%);
    background-repeat: repeat-y, no-repeat;
    background-position: left top, center;
    background-size: 41px, cover;
  }
  .contents-navi .global-menu {
    margin-top: 71px;
    margin-left: clamp(65px, 8.28vw, 106px);
  }
}
.mv {
  padding: 0 0 66px;
}
.mv .mv__main {
  margin-left: -20px;
  margin-right: -20px;
}

.about {
  margin-top: 69px;
}
.about h1 {
  margin-top: 12px;
}

.about__head {
  width: 287px;
  height: 126px;
  position: absolute;
  left: 50%;
  top: -69px;
  z-index: 1;
  transform: translateX(-50%);
}

.about__mv {
  margin-top: 74px;
}

.about__info {
  margin-top: 15px;
  text-align: center;
}
.about__info:first-of-type {
  margin-top: 1em;
}
.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 #000;
  position: relative;
}
.about__info .about__info__title::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #000;
  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;
  text-align: center;
}
.about__info .about__info__data span {
  font-size: 1.2rem;
}
.about__info .about__info__data.about__info__data--2::before, .about__info .about__info__data.about__info__data--2::after {
  content: "–";
  display: block;
}
.about__info .about__info__data-kakomi {
  margin-top: 20px;
  padding: 10px 5px 3px;
  border: 1px solid black;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.about__info .about__info__data-kakomi::before {
  content: attr(data-sub) "";
  background-color: #fff;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  padding: 0 0.5em;
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
}
.about__info.about__info--left {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
}
.about__info.about__info--left + .about__info--left {
  margin-top: 10px;
}
.about__info.about__info--left .about__info__title {
  min-width: unset;
}
.about__info.about__info--left .about__info__data {
  margin: 0.2em 0 0;
  text-align: left;
  letter-spacing: 0.05em;
}
.about__info.about__info--column {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about__info.about__info--column .about__info__data {
  margin: 0.4em 0 0;
  text-align: left;
}

.artist {
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: 25px;
  margin-bottom: -10px;
  background-image: url(../img/bg-artist.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 71.33vw;
}
@media only screen and (min-width: 768px) {
  .artist {
    background-size: auto;
  }
}
.artist .button-wrap {
  margin-top: 15px;
  margin-bottom: 0;
}

.title-artist {
  text-align: center;
  position: relative;
}
.title-artist img {
  width: auto;
}
.title-artist .notes {
  margin-top: 7px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
}

.artist-list-wrapper {
  margin-top: 20px;
  padding-bottom: 10px;
  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: 9px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
.artist-list-wrapper .artist-list .days-list .days-list__item a {
  padding: 3px 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.1538461538;
  transition: 0.1 0.1s linear 0s;
}
.artist-list-wrapper .artist-list .days-list .days-list__item a span {
  margin-left: 4px;
  font-size: 1.1rem;
}
.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(0, 0, 0, 0.44);
  background-color: black;
  border: 2px solid black;
  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(0, 0, 0, 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(0, 0, 0, 0);
  background-color: #787878;
  transform: translate(2px, 2px);
}
.artist-list-wrapper .artist-list .days-list.days-list--0830fri .days-list__item a:link, .artist-list-wrapper .artist-list .days-list.days-list--0830fri .days-list__item a:visited, .artist-list-wrapper .artist-list .days-list.days-list--0824sat .days-list__item a:link, .artist-list-wrapper .artist-list .days-list.days-list--0824sat .days-list__item a:visited, .artist-list-wrapper .artist-list .days-list.days-list--0907sat .days-list__item a:link, .artist-list-wrapper .artist-list .days-list.days-list--0907sat .days-list__item a:visited {
  box-shadow: 2px 2px 0 black;
  background-color: white;
  border: 2px solid black;
  color: #000000;
}
.artist-list-wrapper .artist-list .days-list.days-list--0830fri .days-list__item a:hover, .artist-list-wrapper .artist-list .days-list.days-list--0830fri .days-list__item a:active, .artist-list-wrapper .artist-list .days-list.days-list--0824sat .days-list__item a:hover, .artist-list-wrapper .artist-list .days-list.days-list--0824sat .days-list__item a:active, .artist-list-wrapper .artist-list .days-list.days-list--0907sat .days-list__item a:hover, .artist-list-wrapper .artist-list .days-list.days-list--0907sat .days-list__item a:active {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0);
  background-color: #787878;
  transform: translate(2px, 2px);
  color: #fff;
}
.artist-list-wrapper .artist-list .days-list.days-list--0830fri .days-list__item a.js-modal-open, .artist-list-wrapper .artist-list .days-list.days-list--0824sat .days-list__item a.js-modal-open, .artist-list-wrapper .artist-list .days-list.days-list--0907sat .days-list__item a.js-modal-open {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0);
  background-color: #787878;
  transform: translate(2px, 2px);
  color: #fff;
}
.artist-list-wrapper .artist-list .days-list.days-list--0823fri {
  margin-bottom: 65px;
}
.artist-list-wrapper .artist-list .days-list.days-list--0830fri {
  margin-bottom: 35px;
}
.artist-list-wrapper .artist-list .days-list.days-list--0824sat {
  margin-bottom: 30px;
}
.artist-list-wrapper .artist-list .days-list.days-list--0831sat {
  margin-bottom: 28px;
}
.artist-list-wrapper .artist-list .days-list.days-list--0907sat {
  margin-bottom: 0;
}
.artist-list-wrapper .artist-list.artist-list--right {
  margin-top: 27px;
}

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

.modal-content {
  width: 270px;
  border: 2px solid #000;
  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: black;
  text-decoration: none;
  cursor: pointer;
}

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

.modal-card {
  display: none;
}

.card-artist {
  padding: 0 35px 35px;
}
.card-artist .card-title {
  margin-top: 7px;
  margin-left: -36px;
  margin-right: -36px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.card-artist .card-text {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
}

.shop-slider {
  margin-top: 30px;
  margin-left: -25px !important;
  margin-right: -25px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.shop-slider:first-of-type {
  margin-top: 40px;
}

.card-slider {
  padding: 30px 37px 23px;
  height: auto !important;
  border: 2px solid #000;
  border-right-width: 6px;
  border-bottom-width: 6px;
}
.card-slider .card-day {
  margin-top: 0;
  text-align: center;
  line-height: 1;
}
.card-slider .card-day img {
  width: auto;
}
.card-slider .card-image {
  margin-top: 24px;
}
.card-slider .card-image.coming-soon {
  margin-top: 0;
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card-slider .card-title {
  margin-top: 13px;
  margin-left: -37px;
  margin-right: -37px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}
.card-slider .card-title span {
  margin-left: 4px;
  font-size: 1.4rem;
}
.card-slider .card-title::before {
  content: attr(data-sub) "";
  display: block;
  margin-bottom: 3px;
  font-family: "Kaisei Decol";
  font-size: 1.4rem;
  font-weight: 700;
}
.card-slider .card-text {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
}

.swiper-button-prev,
.swiper-button-next {
  margin-top: -16px !important;
  width: 32px !important;
  height: 32px !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: 16px !important;
}

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

.contact {
  margin-top: 0;
}
.contact .contact-text {
  line-height: 1.6428571429;
  text-align: center;
}
.contact .contact-text em {
  font-weight: 900;
}
.contact .contact-tel {
  margin-top: 5px;
  text-align: center;
}
.contact .contact-tel a {
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.17em;
}

.caution {
  margin-top: 91px;
}

.caution-list {
  text-align: center;
}
.caution-list li {
  padding-bottom: 15px;
  line-height: 1.64;
  letter-spacing: 0.01em;
  position: relative;
}
.caution-list li:not(:first-of-type):before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  width: 66px;
  height: 2px;
  background-color: #0F0D0D;
}

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

.header .item-001 {
  width: 37.69vw;
  right: 0;
  top: 12.88%;
}
.header .item-002 {
  width: 20.81vw;
  right: 7.95vw;
  top: 36.61%;
}
.header .item-003 {
  width: 7.78vw;
  right: 28.63vw;
  top: 46.3%;
}
.header .item-004 {
  width: 7.92vw;
  left: 8.46vw;
  bottom: 19.19%;
}
.header .item-005 {
  width: 39.4vw;
  right: 10.56vw;
  bottom: 5.37%;
}

.contents-outline .item-012 {
  width: min(2.87vw, 36.7px);
  left: min(5.78vw, 74px);
  top: min(4.4%, 44px);
}
.contents-outline .item-011 {
  width: min(16.14vw, 206.57px);
  right: min(4.56vw, 58.4px);
  top: min(8.7%, 87px);
}
.contents-outline .item-013 {
  width: min(1.54vw, 19.68px);
  right: min(9.14vw, 117px);
  top: min(28.4%, 284px);
}
.contents-outline .item-014 {
  width: min(3.13vw, 40px);
  left: min(8.13vw, 104px);
  top: min(36.6%, 366px);
}
.contents-outline .item-015 {
  width: min(9.45vw, 121px);
  left: 0;
  top: min(39.6%, 396px);
}
.contents-outline .item-006 {
  width: min(14.14vw, 181px);
  right: min(1.41vw, 18px);
  bottom: min(40.1%, 401px);
}
.contents-outline .item-016 {
  width: min(1.28vw, 16.37px);
  left: min(6.25vw, 80px);
  bottom: min(24.8%, 248px);
}
.contents-outline .item-017 {
  width: min(19.61vw, 251px);
  left: min(3.05vw, 39px);
  bottom: min(10.85%, 108.5px);
}
.contents-outline .item-018 {
  width: min(1.29vw, 16.46px);
  right: min(7.07vw, 90.5px);
  bottom: min(14.75%, 147.5px);
}

.contents-navi .item-006 {
  width: min(14.14vw, 181px);
  right: 0;
  top: min(15.1%, 151px);
}
.contents-navi .item-002 {
  width: min(9.53vw, 122px);
  right: min(1.09vw, 14px);
  top: min(37.65%, 376.5px);
}
.contents-navi .item-007 {
  width: min(2.37vw, 30.34px);
  right: min(10.2vw, 130.6px);
  top: min(50.2%, 502px);
}
.contents-navi .item-008 {
  width: min(17.19vw, 220px);
  left: min(4.06vw, 52px);
  bottom: min(23.86%, 238.6px);
}
.contents-navi .item-009 {
  width: min(1.57vw, 20.139px);
  left: min(7.27vw, 93px);
  bottom: min(19.3%, 193px);
}
.contents-navi .item-010 {
  width: min(2.41vw, 30.879px);
  right: min(2.41vw, 50px);
  bottom: min(13.65%, 136.5px);
}
.contents-navi .item-011 {
  width: min(8.36vw, 107px);
  right: min(7.66vw, 98px);
  bottom: min(5.7%, 57px);
}

.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 */