@charset "UTF-8";
/* ========================================

	-- index

	00.variables/mixins
	01.reset
	02.js
	03.common //独立予定
	04.top
	05.sub-shop

======================================== */
/* ========================================

	00.variables/mixins

======================================== */
:root {
  --color_main: #A63F38;
  --color_gray: #777;
}

/* ========================================

	01.reset

======================================== */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

html, body {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

img {
  vertical-align: bottom;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

a {
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  text-decoration: none;
}

cite {
  font-style: normal;
}

em {
  font-style: normal;
  font-weight: bold;
}

b {
  font-weight: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

button {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
}

/* ========================================

	02.js

======================================== */
.splide__arrow {
  background: #000;
}
.splide__arrow svg {
  fill: #fff;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}

/* ========================================

	-- index

	00.variables/mixins
	01.reset
	02.js
	03.common //独立予定
	04.top
	05.sub-shop

======================================== */
/* ========================================

	03.common

======================================== */
html {
  background: var(--color_main);
}

h1, h2, h3, h4, h5, h6, p, a, span, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
embed, figure, figcaption, ruby, button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", Osaka, arial, sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 40px);
}

a, span, address, cite, em, small, strong, sub, sup, b, u, i {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

p a, li a, dd a {
  color: var(--color_main);
  border-bottom: 1px solid var(--color_main);
  transition: 0.25s;
}
@media (any-hover: hover) {
  p a:hover, li a:hover, dd a:hover {
    color: #000;
    border-color: #000;
    transition: 0.25s;
  }
}

.footer {
  padding: 2.5vw 2.5vw clamp(1rem, 1.5vw, 2rem);
  background: var(--color_main);
  text-align: center;
  color: #fff;
}
.footer .footer-logo {
  display: inline-block;
  width: max(20vw, 200px);
}
.footer .footer-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.footer .footer-sns__link {
  width: 40px;
}
.footer .footer-sns__link a {
  display: block;
}
.footer .copyright {
  margin-top: 1.5vw;
}
.footer .copyright p {
  font-size: clamp(0.625rem, 0.625vw, 1rem);
}
.footer .copyright p small {
  font-size: inherit;
}
.footer .copyright p + p {
  margin-top: 0.5em;
}

.page {
  position: relative;
  background-color: var(--color_main);
}

.cmn-margin {
  margin-top: 5vw;
}

.cmn-cont {
  width: min(50vw, 960px);
  margin: 0 auto;
}

.cmn-inner {
  padding: 5%;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.modal__cont {
  position: relative;
  width: 80vw;
  max-height: 92.5svh;
  background: #fff;
  padding: 2.5%;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #aaa #eee;
}
.modal__close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0.75em;
  background: #ccc;
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", Osaka, arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  z-index: 15;
}

.link-txt--bl a {
  color: #000;
  border-bottom: 1px solid #000;
}
@media (any-hover: hover) {
  .link-txt--bl a:hover {
    color: var(--color_main);
    border-color: var(--color_main);
    transition: 0.25s;
  }
}

.bg-wh {
  background: #fff;
}

/*
.link-txt--red{
	a{
		color:var(--color_main);
		border-bottom: 1px solid var(--color_main);

		@include hover{
			color: #000;
			border-color: #000;
		}
	}
}
*/
@media screen and (max-width: 1344px) {
  .cmn-cont {
    width: min(80vw, 960px);
  }
  .modal__cont {
    width: 90vw;
  }
}
@media screen and (max-width: 834px) {
  .footer {
    padding: 2.5vw 2.5vw max(5vw, 3rem);
  }
}
@media screen and (max-width: 460px) {
  .footer {
    padding: 5vw 2.5vw;
  }
  .footer .copyright {
    margin-top: 5vw;
  }
  .cmn-margin {
    margin-top: 10vw;
  }
  .cmn-cont {
    width: 90vw;
  }
  .modal__body {
    position: relative;
  }
  .modal__body {
    top: -2.75svh;
  }
  .modal__close {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 5svh;
    font-size: clamp(14px, 0.8333333333vw, 40px);
    top: 0;
  }
  .modal__cont {
    max-height: 80svh;
    padding: 5%;
    top: 5svh;
  }
}
/* ========================================

	-- index

	00.variables/mixins
	01.reset
	02.js
	03.common //独立予定
	04.top
	05.sub-shop

======================================== */
/* ========================================

	04.top

======================================== */
.page__top .mv {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page__top .mv__logo {
  position: absolute;
  width: 30%;
  z-index: 1;
}
.page__top .concept {
  margin-top: 2.75vw;
  text-align: center;
}
.page__top .concept p {
  font-size: clamp(14px, 1.0416666667vw, 40px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  word-break: keep-all;
}
.page__top .concept p + p {
  margin-top: 0.75em;
}
.page__top .popup {
  margin-top: 2.75vw;
  /* 会期一覧 */
  /* SNS */
}
.page__top .popup .cmn-cont {
  border-radius: 50vw 50vw 0 0;
  overflow: hidden;
}
.page__top .popup__ttl {
  font-size: clamp(14px, 1.6666666667vw, 40px);
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", Osaka, arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: clamp(1.25rem, 2.0833333333vw, 3rem);
  text-align: center;
  color: var(--color_main);
}
.page__top .popup .popup-schedule__date {
  margin-top: 1em;
  font-size: clamp(14px, 1.25vw, 40px);
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", Osaka, arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--color_main);
}
.page__top .popup .popup-schedule__date.closed {
  color: var(--color_gray);
  font-size: clamp(12px, 1.0416666667vw, 24px);
}
.page__top .popup .popup-schedule__date.closed span {
  display: inline-block;
  padding: 0.125em 0.275em;
  background: var(--color_gray);
  color: #fff;
}
.page__top .popup .popup-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: min(2.5vw, 32px) 0 0;
}
.page__top .popup .popup-sns__link {
  width: 8%;
  max-width: 40px;
}
.page__top .popup .popup-sns__link a {
  display: block;
  border: none;
}
.page__top .popup .popup-lineup {
  margin-top: 2.5vw;
  text-align: center;
}
.page__top .popup .popup-info {
  margin-top: 5vw;
}
.page__top .popup .popup-info__ttl {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", Osaka, arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: clamp(1.25rem, 2.0833333333vw, 3rem);
}
.page__top .popup .popup-info__txt {
  margin-top: 1em;
}
.page__top .popup .gallery {
  margin-top: 2.5vw;
}
.page__top .popup .gallery .gallery-slide__thumb button {
  width: 100%;
  height: 100%;
}
.page__top .popup .gallery .gallery-slide__thumb button img {
  filter: saturate(0.75) sepia(0.3);
  transition: 0;
}
@media (any-hover: hover) {
  .page__top .popup .gallery .gallery-slide__thumb button:hover {
    transition: 0.25s;
  }
  .page__top .popup .gallery .gallery-slide__thumb button:hover img {
    filter: none;
    transition: 0;
  }
}
.page__top .popup .gallery .gallery-slide__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__top .popup .gallery .gallery-item__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5%;
  flex-direction: row-reverse;
}
.page__top .popup .gallery .gallery-item__inner p {
  font-size: clamp(14px, 0.8333333333vw, 40px);
}
.page__top .popup .gallery .gallery-item .gallery-item-img {
  width: 47.5%;
  max-height: 82.5vh;
}
.page__top .popup .gallery .gallery-item .gallery-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page__top .popup .gallery .gallery-item .gallery-item-txt {
  width: 47.5%;
}
.page__top .popup .gallery .gallery-item__name {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", Osaka, arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: clamp(1rem, 1.6666666667vw, 2.5rem);
}
.page__top .popup .gallery .gallery-item__desc {
  margin-top: 1em;
}
.page__top .popup .gallery .gallery-item__desc p + p {
  margin-top: 0.5em;
}
.page__top .popup .gallery .gallery-item__cite {
  margin-top: 1em;
}
.page__top .popup .gallery .gallery-item__cite li {
  font-size: clamp(14px, 0.8333333333vw, 40px);
  line-height: 1.5;
}
.page__top .popup .gallery .gallery-item__cite li + li {
  margin-top: 0.25em;
}
.page__top .popup .gallery .gallery-item__cite dt {
  font-size: clamp(14px, 0.8333333333vw, 40px);
}
.page__top .popup .gallery .gallery-item__cite dd {
  font-size: clamp(14px, 0.8333333333vw, 40px);
  line-height: 1.5;
}
.page__top .popup .gallery .gallery-item__cite dd + dt {
  margin-top: 0.5em;
}
.page__top .popup .gallery .gallery-item__price {
  margin-top: 1em;
  font-size: clamp(14px, 0.8333333333vw, 40px);
}
.page__top .popup .gallery .gallery-item__size {
  margin-top: 1em;
  font-size: clamp(14px, 0.8333333333vw, 40px);
}
.page__top .popup .gallery .gallery-item__disclaimer {
  margin-top: 1em;
  font-size: clamp(14px, 0.8333333333vw, 40px);
}
.page__top .popup .popup-access .popup-venue {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 2.5%;
}
.page__top .popup .popup-access .popup-venue + .popup-venue {
  margin-top: 24px;
}
.page__top .popup .popup-access .popup-venue__map, .page__top .popup .popup-access .popup-venue__img {
  width: 52.5%;
}
.page__top .popup .popup-access .popup-venue__map iframe, .page__top .popup .popup-access .popup-venue__img iframe {
  width: 100%;
  height: max(20vw, 180px);
  filter: saturate(0) sepia(0.125);
}
.page__top .popup .popup-access .popup-venue__map img, .page__top .popup .popup-access .popup-venue__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__top .popup .popup-access .popup-venue .popup-venue-txt {
  width: 45%;
}
.page__top .popup .popup-access .popup-venue .popup-venue-txt__ttl {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", Osaka, arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: clamp(1.25rem, 1.6666666667vw, 3rem);
}
.page__top .popup .popup-access .popup-venue .popup-venue-txt__address {
  margin-top: 1em;
}
.page__top .popup .popup-access .popup-venue .popup-venue-txt__link {
  margin-top: 1em;
}
.page__top .popup .popup-access .popup-venue.closed .popup-venue-txt span {
  display: inline-block;
  padding: 0.125em 0.275em;
  background: var(--color_gray);
  color: #fff;
  font-size: 0.75em;
}
.page__top .popup .popup-access .popup-venue.closed .popup-venue__img img {
  filter: saturate(0) sepia(0.125);
}
.page__top .recruit .recruit-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  display: inline-block;
}
.page__top .recruit .recruit-btn a {
  display: block;
  padding: 0.75em 1em;
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", Osaka, arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: clamp(14px, 1.0416666667vw, 40px);
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  transition: 0.25s;
}
@media (any-hover: hover) {
  .page__top .recruit .recruit-btn a:hover {
    background-color: #fff;
    color: #000;
    transition: 0.5s;
    transition: 0.25s;
  }
}

@media screen and (max-width: 1344px) {
  .page__top .popup .popup-access .popup-venue {
    row-gap: 1rem;
  }
  .page__top .popup .popup-access .popup-venue__map, .page__top .popup .popup-access .popup-venue__img {
    width: 100%;
  }
  .page__top .popup .popup-access .popup-venue__img {
    height: min(25vw, 400px);
  }
  .page__top .popup .popup-access .popup-venue .popup-venue-txt {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .page__top .mv__logo {
    width: 45%;
  }
  .page__top .popup .popup-access .popup-venue {
    row-gap: 0.75rem;
  }
  .page__top .popup .popup-access .popup-venue + .popup-venue {
    margin-top: 28px;
  }
  .page__top .popup .popup-access .popup-venue__map {
    width: 100%;
  }
  .page__top .popup .popup-access .popup-venue__img {
    height: min(50vw, 400px);
  }
  .page__top .popup .popup-access .popup-venue .popup-venue-txt {
    width: 100%;
  }
  .page__top .popup .popup-access .popup-venue .popup-venue-txt__address {
    margin-top: 0.5em;
  }
  .page__top .popup .popup-access .popup-venue .popup-venue-txt__link {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 460px) {
  .page__top .mv__logo {
    width: 75%;
  }
  .page__top .concept {
    margin-top: 7.5vw;
  }
  .page__top .popup {
    margin-top: 7.5vw;
  }
  .page__top .popup .popup-lineup {
    margin-top: 5vw;
  }
  .page__top .popup .popup-info {
    margin-top: 5vw;
  }
  .page__top .popup .gallery .gallery-item__inner {
    flex-direction: column-reverse;
    row-gap: 2.5vw;
  }
  .page__top .popup .gallery .gallery-item .gallery-item-img {
    width: 100%;
  }
  .page__top .popup .gallery .gallery-item .gallery-item-txt {
    width: 100%;
  }
  .page__top .popup .popup-access .popup-venue .popup-venue-txt {
    width: 100%;
  }
  .page__top .recruit .recruit-btn {
    position: static;
    display: block;
  }
  .page__top .recruit .recruit-btn a {
    width: 90vw;
    margin: 0 auto;
    text-align: center;
    padding: 1em;
  }
}
/* ========================================

	-- index

	00.variables/mixins
	01.reset
	02.js
	03.common //独立予定
	04.top
	05.sub-shop

======================================== */
/* ========================================

	05.sub-shop //店舗情報ページ

======================================== */
.page__shop .shop .shop-venue {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 2.5%;
}
.page__shop .shop .shop-venue + .shop-venue {
  margin-top: 24px;
}
.page__shop .shop .shop-venue__map, .page__shop .shop .shop-venue__img {
  width: 50%;
}
.page__shop .shop .shop-venue__map iframe, .page__shop .shop .shop-venue__img iframe {
  width: 100%;
  height: max(20vw, 180px);
  filter: saturate(0) sepia(0.125);
}
.page__shop .shop .shop-venue__map img, .page__shop .shop .shop-venue__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__shop .shop .shop-venue .shop-venue-txt {
  width: 47.5%;
}
.page__shop .shop .shop-venue .shop-venue-txt__ttl {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", Osaka, arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: clamp(1.25rem, 1.6666666667vw, 3rem);
}
.page__shop .shop .shop-venue .shop-venue-txt .shop-venue__detail {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-top: 1em;
}
.page__shop .shop .shop-venue .shop-venue-txt .shop-venue__detail + .shop-venue__detail {
  margin-top: 0.25em;
}
.page__shop .shop .shop-venue .shop-venue-txt__link {
  margin-top: 1em;
}
.page__shop .shop .shop-venue.closed .shop-venue-txt span {
  display: inline-block;
  padding: 0.125em 0.275em;
  background: var(--color_gray);
  color: #fff;
  font-size: 0.75em;
}
.page__shop .shop .shop-venue.closed .shop-venue__img img {
  filter: saturate(0) sepia(0.125);
}