@charset "UTF-8";
/* =========================================================
styles-config
========================================================= */
/* =========================================================
function
========================================================= */
/* =========================================================
media query
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
/* =========================================================
body
========================================================= */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  font-family: "Hiragino Sans", YuGothic, "Yu Gothic medium", Meiryo, "sans-serif";
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.15em;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

img {
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

@media print {
  html, body {
    _zoom: 70% !important;
  }
}
main {
  display: block; /*IE*/
}

/* =========================================================
default
========================================================= */
/* =========================================================
layout
========================================================= */
/*
    変数
*/
/* font */
/* color */
/* switching */
/* サイズ計算 */
/*
    共通style
*/
/* -- crm -- */
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* -- アニメーション -- */
@keyframes loop-slide {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes loop-slide02 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* -- html -- */
/* -- body -- */
body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: calc(1.0248901903vw - 0.0102489019 * var(--scrollbar));
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0;
  color: #231816;
  background: #FFF;
  opacity: 0;
  /* - headerOpen - */
}
body.headerOpen {
  height: 100%;
  overflow: hidden;
}
body.headerOpen::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: fixed;
  background: #575757;
  opacity: 0.7;
  z-index: 10;
  content: "";
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

/*
    tag
*/
a {
  color: #231816;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
}

img, svg {
  width: 100%;
  height: auto;
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 769px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_hide {
    display: none !important;
  }
}
/*
    main-contents
*/
/* -- mv -- */
.mv {
  position: relative;
}
.mv .bg01,
.mv .bg02,
.mv .bg03 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  left: auto;
  width: calc(2.8550512445vw - 0.0285505124 * var(--scrollbar));
  background-image: url(../../assets/images/mv-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  z-index: 10;
  content: "";
  opacity: 0;
  transition: opacity 2s;
}
.mv.fill01 .bg01 {
  opacity: 1;
}
.mv .bg02 {
  background-image: url(../../assets/images/mv-bg02.svg);
}
.mv.fill02 .bg02 {
  opacity: 1;
}
.mv .bg03 {
  background-image: url(../../assets/images/mv-bg03.svg);
}
.mv.fill03 .bg03 {
  opacity: 1;
}
.mv-txtbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: calc(-0.6588579795vw - -0.0065885798 * var(--scrollbar));
  right: auto;
  z-index: 10;
}
.mv-txtbox-day {
  width: calc(27.5988286969vw - 0.275988287 * var(--scrollbar));
}
.mv-txtbox-txt > * {
  display: none;
  position: absolute;
}
.mv-txtbox-txt > *:nth-child(1) {
  top: calc(3.953147877vw - 0.0395314788 * var(--scrollbar));
  left: calc(5.710102489vw - 0.0571010249 * var(--scrollbar));
  width: calc(9.8096632504vw - 0.0980966325 * var(--scrollbar));
}
.mv-txtbox-txt > *:nth-child(2) {
  top: calc(6.149341142vw - 0.0614934114 * var(--scrollbar));
  left: calc(18.6676427526vw - 0.1866764275 * var(--scrollbar));
  width: calc(8.7115666179vw - 0.0871156662 * var(--scrollbar));
}
.mv-txtbox-txt > *:nth-child(3) {
  top: calc(3.953147877vw - 0.0395314788 * var(--scrollbar));
  left: calc(27.5256222548vw - 0.2752562225 * var(--scrollbar));
  width: calc(8.4919472914vw - 0.0849194729 * var(--scrollbar));
}
.mv-txtbox-txt > *:nth-child(4) {
  top: calc(7.8330893119vw - 0.0783308931 * var(--scrollbar));
  left: calc(42.1669106881vw - 0.4216691069 * var(--scrollbar));
  width: calc(9.4436310395vw - 0.0944363104 * var(--scrollbar));
}
.mv-txtbox-txt > *:nth-child(5) {
  top: calc(18.5212298682vw - 0.1852122987 * var(--scrollbar));
  left: calc(2.635431918vw - 0.0263543192 * var(--scrollbar));
  width: calc(9.2972181552vw - 0.0929721816 * var(--scrollbar));
}
.mv-txtbox-txt > *:nth-child(6) {
  top: calc(24.5973645681vw - 0.2459736457 * var(--scrollbar));
  left: calc(13.616398243vw - 0.1361639824 * var(--scrollbar));
  width: calc(8.4919472914vw - 0.0849194729 * var(--scrollbar));
}
.mv-txtbox-txt > *:nth-child(7) {
  top: calc(20.7906295754vw - 0.2079062958 * var(--scrollbar));
  left: calc(24.0849194729vw - 0.2408491947 * var(--scrollbar));
  width: calc(7.2474377745vw - 0.0724743777 * var(--scrollbar));
}
.mv-txtbox-txt > *:nth-child(8) {
  top: calc(18.7408491947vw - 0.1874084919 * var(--scrollbar));
  left: calc(30.8199121523vw - 0.3081991215 * var(--scrollbar));
  width: calc(8.4919472914vw - 0.0849194729 * var(--scrollbar));
}
.mv-txtbox-txt > *:nth-child(9) {
  top: calc(21.1566617862vw - 0.2115666179 * var(--scrollbar));
  left: calc(40.9956076135vw - 0.4099560761 * var(--scrollbar));
  width: calc(8.4919472914vw - 0.0849194729 * var(--scrollbar));
}
.mv-txtbox-txt > *:nth-child(10) {
  top: calc(32.8696925329vw - 0.3286969253 * var(--scrollbar));
  left: calc(37.8477306003vw - 0.378477306 * var(--scrollbar));
  width: calc(8.7115666179vw - 0.0871156662 * var(--scrollbar));
}
.mv-txtbox-txt > *:nth-child(11) {
  top: calc(42.4597364568vw - 0.4245973646 * var(--scrollbar));
  left: calc(29.2825768668vw - 0.2928257687 * var(--scrollbar));
  width: calc(7.2474377745vw - 0.0724743777 * var(--scrollbar));
}
.mv-txtbox-txt > * > * {
  fill: #5ED45E;
  stroke: #7569CD;
  stroke-width: 3px;
  paint-order: stroke;
  transition: fill 2s;
}
.fill02 .mv-txtbox-txt > * > * {
  fill: #FF6FC5;
}
.fill03 .mv-txtbox-txt > * > * {
  fill: #F3F75F;
}
.mv-slider .splide__slide {
  padding: calc(2.635431918vw - 0.0263543192 * var(--scrollbar)) calc(5.1976573939vw - 0.0519765739 * var(--scrollbar)) calc(2.7086383602vw - 0.0270863836 * var(--scrollbar)) calc(43.9238653001vw - 0.439238653 * var(--scrollbar));
}
.mv-slider .splide__slide img {
  border: calc(0.7320644217vw - 0.0073206442 * var(--scrollbar)) solid;
}
.mv-slider .splide__slide:nth-child(3n+1) {
  background: #FF6FC5;
}
.mv-slider .splide__slide:nth-child(3n+1) img {
  border-color: #5ED45F;
}
.mv-slider .splide__slide:nth-child(3n+2) {
  background: #5ED45F;
}
.mv-slider .splide__slide:nth-child(3n+2) img {
  border-color: #FF6FC5;
}
.mv-slider .splide__slide:nth-child(3n+3) {
  background: #FF834A;
}
.mv-slider .splide__slide:nth-child(3n+3) img {
  border-color: #F3F75F;
}
@media screen and (max-width: 768px) {
  .mv .bg01,
  .mv .bg02,
  .mv .bg03 {
    top: auto;
    left: 0;
    bottom: -1px;
    height: 4.8vw;
    width: 100%;
    background-image: url(../../assets/images/mv-bg_sp.svg);
    background-position: bottom center;
    background-size: 100% auto;
  }
  .mv .bg02 {
    background-image: url(../../assets/images/mv-bg02_sp.svg);
  }
  .mv .bg03 {
    background-image: url(../../assets/images/mv-bg03_sp.svg);
  }
  .mv-txtbox {
    bottom: auto;
    height: 79.2vw;
  }
  .mv-txtbox-day {
    margin-left: 5.3333333333vw;
    width: 56.2666666667vw;
  }
  .mv-txtbox-txt > *:nth-child(1) {
    top: 5.3333333333vw;
    left: 11.2vw;
    width: 17.6vw;
  }
  .mv-txtbox-txt > *:nth-child(2) {
    top: 9.0666666667vw;
    left: 34.1333333333vw;
    width: 15.7333333333vw;
  }
  .mv-txtbox-txt > *:nth-child(3) {
    top: 5.3333333333vw;
    left: 49.8666666667vw;
    width: 15.2vw;
  }
  .mv-txtbox-txt > *:nth-child(4) {
    top: 9.3333333333vw;
    left: 77.8666666667vw;
    width: 17.0666666667vw;
  }
  .mv-txtbox-txt > *:nth-child(5) {
    top: 27.7333333333vw;
    left: 5.0666666667vw;
    width: 16.8vw;
  }
  .mv-txtbox-txt > *:nth-child(6) {
    top: 37.3333333333vw;
    left: 24.2666666667vw;
    width: 15.4666666667vw;
  }
  .mv-txtbox-txt > *:nth-child(7) {
    top: 31.7333333333vw;
    left: 42.6666666667vw;
    width: 13.3333333333vw;
  }
  .mv-txtbox-txt > *:nth-child(8) {
    top: 30.1333333333vw;
    left: 54.4vw;
    width: 15.2vw;
  }
  .mv-txtbox-txt > *:nth-child(9) {
    top: 32.2666666667vw;
    left: 72.5333333333vw;
    width: 15.2vw;
  }
  .mv-txtbox-txt > *:nth-child(10) {
    top: 52.5333333333vw;
    left: 67.4666666667vw;
    width: 16vw;
  }
  .mv-txtbox-txt > *:nth-child(11) {
    top: 68vw;
    left: 82.9333333333vw;
    width: 13.3333333333vw;
  }
  .mv-slider .splide__slide {
    padding: 78.9333333333vw 4.5333333333vw 7.4666666667vw;
  }
  .mv-slider .splide__slide img {
    border-width: 1.0666666667vw;
  }
}

/* -- scrolltxt -- */
.scrolltxt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-family: amifer, sans-serif;
  font-size: calc(1.317715959vw - 0.0131771596 * var(--scrollbar));
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  overflow: hidden;
  padding: calc(0.8052708638vw - 0.0080527086 * var(--scrollbar)) 0 calc(0.9516837482vw - 0.0095168375 * var(--scrollbar));
  border-top: 1px solid #231816;
  border-bottom: 1px solid #231816;
}
.scrolltxt span {
  padding-right: calc(4.39238653vw - 0.0439238653 * var(--scrollbar));
  animation: loop-slide 1.8s infinite linear both;
}
@media screen and (max-width: 768px) {
  .scrolltxt {
    font-size: 4vw;
    padding: 3.7333333333vw 0;
  }
  .scrolltxt span {
    padding-right: 9.8666666667vw;
  }
}

/* -- leadbox -- */
.leadbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.leadbox-txtbox {
  font-size: calc(1.1713030747vw - 0.0117130307 * var(--scrollbar));
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 calc(7.3206442167vw - 0.0732064422 * var(--scrollbar)) 0 calc(7.2474377745vw - 0.0724743777 * var(--scrollbar));
  width: 50%;
}
.leadbox-img {
  line-height: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .leadbox {
    display: block;
  }
  .leadbox-txtbox {
    font-size: 4vw;
    line-height: 2.13;
    padding: 8.5333333333vw 5.3333333333vw 8.2666666667vw;
    width: auto;
  }
  .leadbox-img {
    width: auto;
  }
}

/* -- section -- */
.section-tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid #231816;
  border-bottom: 1px solid #231816;
}
.section-tit-tit {
  font-family: amifer, sans-serif;
  font-size: calc(2.3426061493vw - 0.0234260615 * var(--scrollbar));
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
  padding: calc(2.4890190337vw - 0.0248901903 * var(--scrollbar)) 0.4em calc(3.0014641288vw - 0.0300146413 * var(--scrollbar)) 0;
  width: calc(25.1830161054vw - 0.2518301611 * var(--scrollbar));
}
.section-tit-tit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -0.2em;
  width: 79%;
  height: 78%;
  background: #fff;
  border: 1px solid #231816;
  border-radius: 50%;
  z-index: -10;
  content: "";
}
.section-tit-tit::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -20;
  content: "";
}
.section-tit-txt {
  position: relative;
  width: calc(100% - (25.1830161054vw - 0.2518301611 * var(--scrollbar)));
}
.section-tit-txt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: calc(-0.1464128843vw - -0.0014641288 * var(--scrollbar));
  right: auto;
  left: calc(-0.1464128843vw - -0.0014641288 * var(--scrollbar));
  height: calc(4.39238653vw - 0.0439238653 * var(--scrollbar));
  border-left: 1px solid #231816;
  content: "";
}
.section-tit-txt > * {
  overflow: hidden;
  padding: calc(0.3660322108vw - 0.0036603221 * var(--scrollbar)) 0 0 calc(2.8550512445vw - 0.0285505124 * var(--scrollbar));
}
.section-tit-txt > * span {
  font-size: calc(1.317715959vw - 0.0131771596 * var(--scrollbar));
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.036em;
  white-space: nowrap;
  display: inline-block;
  padding-left: 100%;
  animation: loop-slide02 30s infinite linear;
}
#event .section-tit-txt > * span {
  animation-duration: 44s;
}
#localgallery .section-tit-txt > * span {
  animation-duration: 16s;
}
#rooftopmarket .section-tit-txt > * span {
  animation-duration: 13s;
}
#present .section-tit-txt > * span {
  animation-duration: 17s;
}
#shop .section-tit-txt > * span {
  animation-duration: 13s;
}
.section-detail02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 calc(9.0775988287vw - 0.0907759883 * var(--scrollbar)) 0 calc(9.1508052709vw - 0.0915080527 * var(--scrollbar));
  border-bottom: 1px solid #231816;
}
.section-detail02 > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.section-detail02 > *:not(:last-child)::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: calc(-0.1464128843vw - -0.0014641288 * var(--scrollbar));
  left: auto;
  right: calc(6.149341142vw - 0.0614934114 * var(--scrollbar));
  height: calc(9.224011713vw - 0.0922401171 * var(--scrollbar));
  border-left: 1px solid #231816;
  transform: rotate(61deg);
  content: "";
}
.section-detail02-day {
  padding: calc(1.3909224012vw - 0.013909224 * var(--scrollbar)) 0 calc(1.756954612vw - 0.0175695461 * var(--scrollbar));
  width: calc(28.8433382138vw - 0.2884333821 * var(--scrollbar));
}
.section-detail02-day img {
  width: calc(2.7086383602vw - 0.0270863836 * var(--scrollbar));
}
.section-detail02-day .section-detail02-txt {
  padding-top: calc(0.2928257687vw - 0.0029282577 * var(--scrollbar));
  width: calc(100% - (2.7086383602vw - 0.0270863836 * var(--scrollbar)) - 13px);
}
.section-detail02-day .section-detail02-txt span {
  text-transform: uppercase;
}
.section-detail02-place {
  width: calc(46.925329429vw - 0.4692532943 * var(--scrollbar));
}
.section-detail02-place img {
  width: calc(1.5373352855vw - 0.0153733529 * var(--scrollbar));
}
.section-detail02-place .section-detail02-txt {
  width: calc(100% - (1.5373352855vw - 0.0153733529 * var(--scrollbar)) - 13px);
  padding-bottom: calc(0.1464128843vw - 0.0014641288 * var(--scrollbar));
}
.section-detail02-place .section-detail02-txt > span:not(:last-child) {
  margin-bottom: 3px;
}
.section-detail02-price {
  width: calc(100% - (28.8433382138vw - 0.2884333821 * var(--scrollbar)) - (46.925329429vw - 0.4692532943 * var(--scrollbar)));
}
.section-detail02-price img {
  width: calc(2.635431918vw - 0.0263543192 * var(--scrollbar));
}
.section-detail02-price .section-detail02-txt {
  width: calc(100% - (2.635431918vw - 0.0263543192 * var(--scrollbar)) - 14px);
  padding-top: calc(0.3660322108vw - 0.0036603221 * var(--scrollbar));
}
.section-detail02-txt > span {
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  display: block;
}
.section-detail02-txt > span:not(:last-child) {
  margin-bottom: calc(0.3660322108vw - 0.0036603221 * var(--scrollbar));
}
.section-detail02-txt > span > span {
  font-size: calc(1.1713030747vw - 0.0117130307 * var(--scrollbar));
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  display: inline-block;
  margin-right: calc(0.6588579795vw - 0.0065885798 * var(--scrollbar));
  padding: calc(0.1464128843vw - 0.0014641288 * var(--scrollbar)) 0 0;
  width: calc(2.0497803807vw - 0.0204978038 * var(--scrollbar));
  height: calc(1.5373352855vw - 0.0153733529 * var(--scrollbar));
  border: 1px solid #231816;
}
.section-detail {
  margin-top: calc(1.4641288433vw - 0.0146412884 * var(--scrollbar));
}
.section-detail > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.section-detail > *:not(:last-child) {
  margin-bottom: calc(0.7320644217vw - 0.0073206442 * var(--scrollbar));
  padding-bottom: calc(0.6588579795vw - 0.0065885798 * var(--scrollbar));
  border-bottom: 2px dotted #575757;
}
.section-detail > *:not(:last-child).section-detail-place {
  padding-bottom: calc(0.5124450952vw - 0.005124451 * var(--scrollbar));
}
.section-detail-day img {
  width: calc(1.8301610542vw - 0.0183016105 * var(--scrollbar));
}
.section-detail-day .section-detail-txt {
  text-transform: uppercase;
}
.section-detail-place img {
  position: relative;
  top: calc(-0.1464128843vw - -0.0014641288 * var(--scrollbar));
  left: calc(0.2196193265vw - 0.0021961933 * var(--scrollbar));
  width: calc(1.2445095168vw - 0.0124450952 * var(--scrollbar));
}
.section-detail-place .section-detail-txt {
  padding-left: calc(2.7086383602vw - 0.0270863836 * var(--scrollbar));
}
.section-detail-price img {
  position: relative;
  top: calc(-0.0732064422vw - -0.0007320644 * var(--scrollbar));
  width: calc(1.8301610542vw - 0.0183016105 * var(--scrollbar));
}
.section-detail-price .section-detail-txt {
  position: relative;
  top: calc(0.439238653vw - 0.0043923865 * var(--scrollbar));
}
.section-detail-txt {
  position: relative;
  width: calc(100% - (3.6603221083vw - 0.0366032211 * var(--scrollbar)));
}
.section-detail-txt > span {
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  display: block;
}
.section-detail-txt > span:not(:last-child) {
  margin-bottom: calc(0.2196193265vw - 0.0021961933 * var(--scrollbar));
}
.section-detail-txt > span > span {
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: calc(-0.2928257687vw - -0.0029282577 * var(--scrollbar));
  left: calc(0.2196193265vw - 0.0021961933 * var(--scrollbar));
  margin-right: calc(0.6588579795vw - 0.0065885798 * var(--scrollbar));
  padding: calc(0.1464128843vw - 0.0014641288 * var(--scrollbar)) 0 0;
  width: calc(1.9033674963vw - 0.019033675 * var(--scrollbar));
  height: calc(1.3909224012vw - 0.013909224 * var(--scrollbar));
  border: 1px solid #231816;
  background: #fff;
}
.section-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.section-link > *:not(:last-child) {
  margin-right: calc(1.756954612vw - 0.0175695461 * var(--scrollbar));
}
.section-link > * img {
  width: calc(1.6105417277vw - 0.0161054173 * var(--scrollbar));
}
@media screen and (max-width: 768px) {
  .section-tit-tit {
    font-size: 4.2666666667vw;
    padding: 5.8666666667vw 0 6.9333333333vw;
    width: 40.8vw;
  }
  .section-tit-tit::after {
    margin-left: 0;
    width: 86%;
    height: 60%;
  }
  .section-tit-txt {
    width: calc(100% - 40.8vw);
  }
  .section-tit-txt::before {
    top: 0;
    left: -0.5333333333vw;
    height: 13.3333333333vw;
  }
  .section-tit-txt > * {
    padding: calc(0.3660322108vw - 0.0036603221 * var(--scrollbar)) 0 0 4vw;
  }
  .section-tit-txt > * span {
    font-size: 4vw;
  }
  .section-detail02 {
    display: block;
    margin-top: 5.6vw;
    padding: 0 5.3333333333vw 6.4vw;
  }
  .section-detail02 > * {
    width: auto;
  }
  .section-detail02 > *:not(:last-child) {
    margin-bottom: 4.2666666667vw;
    padding-bottom: 3.4666666667vw;
    border-bottom: 2px dotted #575757;
  }
  .section-detail02 > *:not(:last-child)::after {
    display: none;
  }
  .section-detail02 > *:not(:last-child).section-detail-place {
    padding-bottom: calc(0.5124450952vw - 0.005124451 * var(--scrollbar));
  }
  .section-detail02-day img {
    position: relative;
    top: -0.5333333333vw;
    width: 7.4666666667vw;
  }
  .section-detail02-day .section-detail02-txt > span {
    display: inline-block;
  }
  .section-detail02-day .section-detail02-txt > span:not(:last-child) {
    margin-right: 3.4666666667vw;
  }
  .section-detail02-place {
    padding-bottom: 2.6666666667vw !important;
  }
  .section-detail02-place img {
    position: relative;
    top: -0.5333333333vw;
    left: 0.8vw;
    width: 4.5333333333vw;
  }
  .section-detail02-place .section-detail02-txt > span {
    padding-left: 8.8vw;
    position: relative;
  }
  .section-detail02-price img {
    width: 8vw;
  }
  .section-detail02-txt {
    width: calc(100% - 13.0666666667vw) !important;
  }
  .section-detail02-txt > span {
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.02em;
    display: block;
  }
  .section-detail02-txt > span:not(:last-child) {
    margin-bottom: 0.8vw;
  }
  .section-detail02-txt > span > span {
    font-size: 3.4666666667vw;
    position: absolute;
    top: -0.8vw;
    left: 0;
    width: 6.9333333333vw;
    height: 4.5333333333vw;
  }
  .section-detail {
    margin-top: 6.6666666667vw;
    border-top: none !important;
  }
  .section-detail > * {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .section-detail > *:not(:last-child) {
    margin-bottom: 3.7333333333vw;
    padding-bottom: 3.2vw;
  }
  .section-detail > *:not(:last-child).section-detail-place {
    padding-bottom: 2.9333333333vw;
  }
  .section-detail-day img {
    position: relative;
    top: -0.8vw;
    width: 7.2vw;
  }
  .section-detail-day .section-detail-txt > span {
    display: inline-block;
  }
  .section-detail-day .section-detail-txt > span:not(:last-child) {
    margin-right: 3.4666666667vw;
  }
  .section-detail-place img {
    position: relative;
    top: calc(-0.1464128843vw - -0.0014641288 * var(--scrollbar));
    left: calc(0.2196193265vw - 0.0021961933 * var(--scrollbar));
    width: 4.8vw;
  }
  .section-detail-place .section-detail-txt {
    padding-left: 9.0666666667vw;
  }
  .section-detail-price img {
    top: 0;
    width: 7.7333333333vw;
  }
  .section-detail-txt {
    position: relative;
    width: calc(100% - 12.8vw);
  }
  .section-detail-txt > span {
    font-size: 3.4666666667vw;
    display: block;
  }
  .section-detail-txt > span:not(:last-child) {
    margin-bottom: calc(0.2196193265vw - 0.0021961933 * var(--scrollbar));
  }
  .section-detail-txt > span > span {
    top: -0.8vw;
    padding: 0.5333333333vw 0 0;
    width: 6.6666666667vw;
    height: 4.8vw;
  }
  .section-link > *:not(:last-child) {
    margin-right: 6.1333333333vw;
  }
  .section-link > * img {
    width: 5.8666666667vw;
  }
}

/* -- h2 -- */
h2 {
  font-family: amifer, sans-serif;
  font-size: calc(1.9033674963vw - 0.019033675 * var(--scrollbar));
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  padding: calc(2.2693997072vw - 0.0226939971 * var(--scrollbar)) 0 calc(2.7086383602vw - 0.0270863836 * var(--scrollbar));
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 7.4666666667vw;
    padding: 7.4666666667vw 0 9.0666666667vw;
  }
}

/* -- btn-icon -- */
.btn-icon {
  font-family: amifer, sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #FF6FC5;
  text-align: right;
  position: relative;
  margin: calc(1.6105417277vw - 0.0161054173 * var(--scrollbar)) 0 0 auto;
  width: calc(5.6368960469vw - 0.0563689605 * var(--scrollbar));
  height: calc(3.4407027818vw - 0.0344070278 * var(--scrollbar));
}
.btn-icon svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(5.1244509517vw - 0.0512445095 * var(--scrollbar));
  fill: #FF6FC5;
}
@media screen and (max-width: 768px) {
  .btn-icon {
    margin: 2.9333333333vw 0 0 auto;
    width: 20.8vw;
    height: 13.3333333333vw;
  }
  .btn-icon svg {
    width: 20vw;
  }
}

/* -- slider -- */
.slider .splide__pagination,
.modal-slider .splide__pagination {
  display: block;
  bottom: calc(0.8052708638vw - 0.0080527086 * var(--scrollbar));
  right: calc(-1.1713030747vw - -0.0117130307 * var(--scrollbar));
  left: auto;
  padding: 0;
}
.slider .splide__pagination li,
.modal-slider .splide__pagination li {
  line-height: 0;
  display: block;
}
.slider .splide__pagination li:last-child,
.modal-slider .splide__pagination li:last-child {
  margin-top: -1px;
}
.slider .splide__pagination button,
.modal-slider .splide__pagination button {
  margin: 0;
  height: calc(1.1713030747vw - 0.0117130307 * var(--scrollbar));
  width: calc(0.439238653vw - 0.0043923865 * var(--scrollbar));
  border-radius: 0;
  border: 1px solid #231816;
  background: #fff;
  opacity: 1;
}
.slider .splide__pagination button.is-active,
.modal-slider .splide__pagination button.is-active {
  background: #231816;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .slider .splide__pagination,
  .modal-slider .splide__pagination {
    bottom: 2.6666666667vw;
    right: 2.4vw;
  }
  .slider .splide__pagination button,
  .modal-slider .splide__pagination button {
    height: 4.2666666667vw;
    width: 1.6vw;
  }
}

/* -- exhibition -- */
#exhibition .section-tit-tit::before {
  background: #5ED45F;
}

/* - artist - */
.artist {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.artist > *:nth-child(3n+1) .artist-img {
  background: #5ED45F;
}
.artist > *:nth-child(3n+2) .artist-img {
  background: #FF6FC5;
}
.artist > *:nth-child(3n+3) .artist-img {
  background: #FF834A;
}
.artist > *:not(:nth-child(3n+3)) .artist-txtbox::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  left: auto;
  border-right: 1px solid #231816;
  content: "";
}
@media screen and (min-width: 769px) {
  .artist > * {
    width: 33.3333333333%;
  }
  .artist > * a {
    transition: background 0.6s;
  }
  .artist > * a:hover {
    opacity: 1;
  }
  .artist > *:nth-child(3n+1) a:hover {
    background: #5ED45F;
  }
  .artist > *:nth-child(3n+2) a:hover {
    background: #FF6FC5;
  }
  .artist > *:nth-child(3n+3) a:hover {
    background: #FF834A;
  }
}
.artist a {
  display: block;
}
.artist-img {
  line-height: 0;
  padding: calc(0.5856515373vw - 0.0058565154 * var(--scrollbar));
}
.artist-txtbox {
  position: relative;
  padding: calc(1.6105417277vw - 0.0161054173 * var(--scrollbar)) calc(2.196193265vw - 0.0219619327 * var(--scrollbar)) calc(2.0497803807vw - 0.0204978038 * var(--scrollbar));
}
.artist-txtbox-tit {
  font-size: calc(1.4641288433vw - 0.0146412884 * var(--scrollbar));
  font-weight: 500;
  letter-spacing: 0.08em;
}
.artist-txtbox-name {
  font-size: calc(1.317715959vw - 0.0131771596 * var(--scrollbar));
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-top: calc(2.2693997072vw - 0.0226939971 * var(--scrollbar));
}
.artist-txtbox-name span {
  font-family: amifer, sans-serif;
  font-size: calc(1.0248901903vw - 0.0102489019 * var(--scrollbar));
  letter-spacing: 0.06em;
  display: block;
  margin-top: calc(0.5856515373vw - 0.0058565154 * var(--scrollbar));
}
.artist-txtbox .section-detail {
  margin-top: calc(3.1478770132vw - 0.0314787701 * var(--scrollbar));
}
.artist-txtbox .section-detail-place {
  padding-bottom: 0;
}
.artist-txtbox .section-detail-place img {
  top: 0;
  left: 0;
  width: calc(1.5373352855vw - 0.0153733529 * var(--scrollbar));
}
.artist-txtbox .section-detail-place .section-detail-txt {
  padding-top: calc(0.5856515373vw - 0.0058565154 * var(--scrollbar));
  width: calc(100% - (2.3426061493vw - 0.0234260615 * var(--scrollbar)));
}
.artist-txtbox .section-detail-place .section-detail-txt > span > span {
  top: calc(0.2928257687vw - 0.0029282577 * var(--scrollbar));
}
.artist-txtbox .btn-icon {
  color: #7569CD;
  width: calc(6.3689604685vw - 0.0636896047 * var(--scrollbar));
  height: calc(3.4407027818vw - 0.0344070278 * var(--scrollbar));
}
.artist-txtbox .btn-icon svg {
  fill: #7569CD;
}
@media screen and (max-width: 768px) {
  .artist-img {
    padding: 1.8666666667vw;
  }
  .artist-txtbox {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
  .artist-txtbox-tit {
    font-size: 4.8vw;
  }
  .artist-txtbox-name {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
  }
  .artist-txtbox-name span {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }
  .artist-txtbox .section-detail {
    margin-top: 8.2666666667vw;
  }
  .artist-txtbox .section-detail-place img {
    top: 0;
    left: 0;
    width: 4.2666666667vw;
  }
  .artist-txtbox .section-detail-place .section-detail-txt {
    padding-top: 0.8vw;
    padding-left: 9.0666666667vw;
    width: calc(100% - 6.6666666667vw);
  }
  .artist-txtbox .section-detail-place .section-detail-txt > span {
    font-size: 3.4666666667vw;
  }
  .artist-txtbox .section-detail-place .section-detail-txt > span > span {
    top: 0.2666666667vw;
    width: 6.6666666667vw;
    height: 4.8vw;
  }
  .artist-txtbox .btn-icon {
    width: 23.2vw;
    height: 13.3333333333vw;
  }
}

/* -- event -- */
#event .section-tit-tit::before {
  background: #F3F75F;
}

/* - livepainting - */
.livepainting {
  border-bottom: 1px solid #231816;
}
@media screen and (min-width: 769px) {
  .livepainting a {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .livepainting a:hover {
    opacity: 1;
  }
  .livepainting a > * {
    width: 50%;
  }
}
.livepainting-img {
  line-height: 0;
}
.livepainting-txtbox {
  position: relative;
  padding: calc(0.878477306vw - 0.0087847731 * var(--scrollbar)) calc(4.831625183vw - 0.0483162518 * var(--scrollbar)) calc(2.0497803807vw - 0.0204978038 * var(--scrollbar));
}
.livepainting-txtbox::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: auto;
  height: 0;
  background: #F3F75F;
  z-index: -1;
  content: "";
  transition: height 0.6s;
}
.livepainting-txtbox-tit {
  font-size: calc(1.6837481698vw - 0.0168374817 * var(--scrollbar));
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin-top: calc(0.1464128843vw - 0.0014641288 * var(--scrollbar));
}
.livepainting-txtbox-txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: calc(0.9516837482vw - 0.0095168375 * var(--scrollbar));
}
@media screen and (min-width: 769px) {
  .livepainting-txtbox .section-detail {
    margin-top: calc(1.6105417277vw - 0.0161054173 * var(--scrollbar));
    padding-top: calc(2.0497803807vw - 0.0204978038 * var(--scrollbar));
    border-top: 2px dotted #575757;
  }
  .livepainting-txtbox .section-detail > *:not(:last-child) {
    padding-bottom: calc(0.439238653vw - 0.0043923865 * var(--scrollbar));
    border-bottom: none;
  }
  .livepainting-txtbox .section-detail > *:not(:last-child).section-detail-place {
    margin-bottom: calc(0.7320644217vw - 0.0073206442 * var(--scrollbar));
    padding-bottom: 0;
  }
  .livepainting-txtbox .section-detail .section-detail-place img {
    top: calc(-0.3660322108vw - -0.0036603221 * var(--scrollbar));
  }
  .livepainting-txtbox .section-detail .section-detail-price img {
    top: calc(-0.439238653vw - -0.0043923865 * var(--scrollbar));
  }
  .livepainting-txtbox .section-detail .section-detail-txt {
    position: relative;
    top: calc(0.1464128843vw - 0.0014641288 * var(--scrollbar));
  }
  .livepainting-txtbox .section-detail .section-detail-txt > span {
    display: inline-block;
  }
  .livepainting-txtbox .section-detail .section-detail-txt > span:not(:last-child) {
    margin-right: calc(0.5856515373vw - 0.0058565154 * var(--scrollbar));
  }
  .livepainting-txtbox .section-detail .section-detail-txt > span > span {
    top: calc(0.2196193265vw - 0.0021961933 * var(--scrollbar));
  }
}
.livepainting-txtbox .btn-icon {
  position: relative;
  left: calc(0.1464128843vw - 0.0014641288 * var(--scrollbar));
  margin-top: calc(-0.439238653vw - -0.0043923865 * var(--scrollbar));
}
@media screen and (max-width: 768px) {
  .livepainting {
    border-bottom: 1px solid #231816;
  }
  .livepainting-txtbox {
    position: relative;
    padding: 0.2666666667vw 5.6vw 5.0666666667vw;
  }
  .livepainting-txtbox::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    height: 0;
    background: #F3F75F;
    z-index: -1;
    content: "";
    transition: height 0.6s;
  }
  .livepainting-txtbox-tit {
    font-size: 4.8vw;
    line-height: 2;
    margin-top: -4.2666666667vw;
  }
  .livepainting-txtbox-txt {
    margin-top: 3.7333333333vw;
  }
  .livepainting-txtbox .btn-icon {
    margin-top: 3.2vw;
    left: -2.1333333333vw;
  }
}

/* - artkiosk - */
.artkiosk {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  border-top: 1px solid #231816;
  border-bottom: 1px solid #231816;
}
.artkiosk-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(4.2459736457vw - 0.0424597365 * var(--scrollbar));
}
.artkiosk-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  right: auto;
  left: -1px;
  border-left: 1px solid #575757;
  content: "";
}
.artkiosk-btn > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 100%;
  width: 100%;
  transition: background 0.6s;
}
@media screen and (min-width: 769px) {
  .artkiosk-btn > a:hover {
    opacity: 1;
    background: #FF6FC5;
  }
}
.artkiosk-btn > a > span {
  display: block;
  position: relative;
  margin: calc(0.5124450952vw - 0.005124451 * var(--scrollbar)) auto;
  width: 100%;
  height: calc(1.1713030747vw - 0.0117130307 * var(--scrollbar));
}
.artkiosk-btn > a > span::before, .artkiosk-btn > a > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(1.1713030747vw - 0.0117130307 * var(--scrollbar));
  height: calc(0.1464128843vw - 0.0014641288 * var(--scrollbar));
  background: #231816;
  content: "";
}
.artkiosk-btn > a > span::after {
  transform: rotate(90deg);
}
.artkiosk-btn-txt {
  font-family: amifer, sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  margin: calc(2.0497803807vw - 0.0204978038 * var(--scrollbar)) 0 !important;
  width: auto !important;
  transform: rotate(90deg);
}
.artkiosk-btn-txt::before, .artkiosk-btn-txt::after {
  display: none;
}
.artkiosk-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: -1px;
  width: calc(100% - (4.2459736457vw - 0.0424597365 * var(--scrollbar)));
}
.loadpage .artkiosk-cnt > * {
  height: 0;
  overflow: hidden;
}
.artkiosk-cnt > *:nth-child(1), .artkiosk-cnt > *:nth-child(2), .artkiosk-cnt > *:nth-child(3) {
  height: auto;
}
.artkiosk-cnt > * > * {
  height: 100%;
  border-bottom: 1px solid #231816;
}
.artkiosk-cnt a {
  display: block;
  position: relative;
  padding: 0 calc(4.5387994143vw - 0.0453879941 * var(--scrollbar)) calc(2.1229868228vw - 0.0212298682 * var(--scrollbar)) calc(4.6120058565vw - 0.0461200586 * var(--scrollbar));
  height: 100%;
  background: #F8F8F8;
}
@media screen and (min-width: 769px) {
  .artkiosk-cnt > * {
    width: 33.3333333333%;
    border-right: 1px solid #231816;
  }
  .artkiosk-cnt a {
    transition: background 0.6s;
  }
  .artkiosk-cnt a:hover {
    opacity: 1;
    background: #F3F75F;
  }
}
.artkiosk-cnt-num {
  font-family: amifer, sans-serif;
  font-size: calc(1.9033674963vw - 0.019033675 * var(--scrollbar));
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  position: absolute;
  top: calc(1.6837481698vw - 0.0168374817 * var(--scrollbar));
  left: calc(4.6120058565vw - 0.0461200586 * var(--scrollbar));
  padding-bottom: calc(0.6588579795vw - 0.0065885798 * var(--scrollbar));
}
.artkiosk-cnt-num::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: auto;
  width: calc(2.2693997072vw - 0.0226939971 * var(--scrollbar));
  height: calc(0.2928257687vw - 0.0029282577 * var(--scrollbar));
  background: #231816;
  content: "";
}
.artkiosk-cnt-tit {
  font-family: amifer, sans-serif;
  font-size: calc(1.6105417277vw - 0.0161054173 * var(--scrollbar));
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  min-height: calc(8.345534407vw - 0.0834553441 * var(--scrollbar));
  padding: calc(1.9765739385vw - 0.0197657394 * var(--scrollbar)) calc(1.4641288433vw - 0.0146412884 * var(--scrollbar)) calc(2.5622254758vw - 0.0256222548 * var(--scrollbar)) calc(2.9282576867vw - 0.0292825769 * var(--scrollbar));
}
.artkiosk-cnt-img {
  border: 1px solid #231816;
}
.artkiosk-cnt-txt {
  font-weight: 500;
  line-height: 2.21;
  letter-spacing: 0.05em;
  margin-top: calc(1.756954612vw - 0.0175695461 * var(--scrollbar));
}
.artkiosk-cnt .btn-icon {
  position: relative;
  left: calc(1.756954612vw - 0.0175695461 * var(--scrollbar));
  margin-top: calc(0.878477306vw - 0.0087847731 * var(--scrollbar));
}
.artkiosk-cnt .slider .splide__pagination {
  top: calc(30.9663250366vw - 0.3096632504 * var(--scrollbar));
  bottom: auto;
  right: calc(3.3674963397vw - 0.0336749634 * var(--scrollbar));
  height: auto;
  transform: translateY(-100%);
  border-bottom: none;
}
.artkiosk.open .artkiosk-btn > a > span::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .artkiosk {
    display: block;
  }
  .artkiosk-cnt {
    width: auto;
    display: block;
  }
  .artkiosk-cnt a {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
  .artkiosk-cnt-num {
    font-size: 5.3333333333vw;
    top: 7.4666666667vw;
    left: 5.3333333333vw;
    padding-bottom: 2.1333333333vw;
  }
  .artkiosk-cnt-num::after {
    width: 6.1333333333vw;
    height: 0.5333333333vw;
  }
  .artkiosk-cnt-tit {
    font-size: 5.8666666667vw;
    padding: 7.4666666667vw 8vw 10.4vw 8vw;
    min-height: 31.7333333333vw;
  }
  .artkiosk-cnt-txt {
    line-height: 2;
    margin: 6.6666666667vw 0vw 0 0;
  }
  .artkiosk-cnt .btn-icon {
    left: 0.2666666667vw;
    margin-top: 2.9333333333vw;
  }
  .artkiosk-cnt .slider .splide__pagination {
    top: 121.0666666667vw;
    right: 1.8666666667vw;
  }
  .artkiosk-btn {
    width: auto;
  }
  .artkiosk-btn > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 6.9333333333vw 0 8.8vw;
    width: 100%;
  }
  .artkiosk-btn > a > span {
    position: relative;
    top: 1.3333333333vw;
    margin: 0 1.6vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .artkiosk-btn > a > span::before, .artkiosk-btn > a > span::after {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
  }
  .artkiosk-btn-txt {
    font-size: 5.8666666667vw;
    margin: 0 4.5333333333vw !important;
    padding: 0;
    height: auto !important;
    transform: rotate(0);
  }
}

/* -- localgallery -- */
#localgallery {
  margin-top: -1px;
}
#localgallery .section-tit-tit {
  font-size: calc(1.8301610542vw - 0.0183016105 * var(--scrollbar));
  padding-top: calc(2.9282576867vw - 0.0292825769 * var(--scrollbar));
  padding-bottom: calc(3.0014641288vw - 0.0300146413 * var(--scrollbar));
}
#localgallery .section-tit-tit::before {
  background: #7569CD;
}
@media screen and (max-width: 768px) {
  #localgallery .section-tit-tit {
    font-size: 3.4666666667vw;
    padding-top: 6.4vw;
    padding-bottom: 6.9333333333vw;
  }
}

.localgallery-map {
  line-height: 0;
  position: relative;
}
.localgallery-map a {
  display: block;
  position: absolute;
  width: calc(2.5622254758vw - 0.0256222548 * var(--scrollbar));
  height: calc(2.5622254758vw - 0.0256222548 * var(--scrollbar));
}
.localgallery-map a:nth-of-type(1) {
  top: calc(44.6559297218vw - 0.4465592972 * var(--scrollbar));
  left: calc(31.7715959004vw - 0.317715959 * var(--scrollbar));
}
.localgallery-map a:nth-of-type(2) {
  top: calc(45.6808199122vw - 0.4568081991 * var(--scrollbar));
  left: calc(61.1273792094vw - 0.6112737921 * var(--scrollbar));
}
.localgallery-map a:nth-of-type(3) {
  top: calc(18.0087847731vw - 0.1800878477 * var(--scrollbar));
  left: calc(60.8345534407vw - 0.6083455344 * var(--scrollbar));
}
.localgallery-map a:nth-of-type(4) {
  top: calc(7.9795021962vw - 0.079795022 * var(--scrollbar));
  left: calc(39.3118594436vw - 0.3931185944 * var(--scrollbar));
}
.localgallery-map a:nth-of-type(5) {
  top: calc(8.7115666179vw - 0.0871156662 * var(--scrollbar));
  left: calc(33.1625183016vw - 0.331625183 * var(--scrollbar));
}
.localgallery-map a:nth-of-type(6) {
  top: calc(9.8828696925vw - 0.0988286969 * var(--scrollbar));
  left: calc(62.3718887262vw - 0.6237188873 * var(--scrollbar));
}
.localgallery-map a:nth-of-type(7) {
  top: calc(2.7818448023vw - 0.027818448 * var(--scrollbar));
  left: calc(60.9077598829vw - 0.6090775988 * var(--scrollbar));
}
.localgallery-map a:nth-of-type(8) {
  top: calc(5.1976573939vw - 0.0519765739 * var(--scrollbar));
  left: calc(52.4158125915vw - 0.5241581259 * var(--scrollbar));
}
.localgallery-map a:nth-of-type(9) {
  top: calc(5.1976573939vw - 0.0519765739 * var(--scrollbar));
  left: calc(55.1976573939vw - 0.5519765739 * var(--scrollbar));
}
.localgallery-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: -1px;
}
.localgallery-box > * {
  border-bottom: 1px solid #231816;
}
.localgallery-box > * > * {
  height: 100%;
}
.localgallery-box a {
  display: block;
  position: relative;
  height: 100%;
  padding: 0 calc(2.4158125915vw - 0.0241581259 * var(--scrollbar)) calc(1.9765739385vw - 0.0197657394 * var(--scrollbar)) calc(2.196193265vw - 0.0219619327 * var(--scrollbar));
}
@media screen and (min-width: 769px) {
  .localgallery-box > * {
    width: 33.3333333333%;
  }
  .localgallery-box > *:not(:nth-child(3n)) {
    border-right: 1px solid #231816;
  }
  .localgallery-box a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #7569CD;
    opacity: 0;
    z-index: -1;
    content: "";
    transition: opacity 0.6s;
  }
  .localgallery-box a:hover {
    opacity: 1;
  }
  .localgallery-box a:hover::after {
    opacity: 1;
  }
}
.localgallery-box-num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: amifer, sans-serif;
  font-size: calc(1.9033674963vw - 0.019033675 * var(--scrollbar));
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: calc(0.3660322108vw - 0.0036603221 * var(--scrollbar));
  width: calc(5.5636896047vw - 0.055636896 * var(--scrollbar));
  height: calc(5.4904831625vw - 0.0549048316 * var(--scrollbar));
}
.localgallery-box-num::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  left: auto;
  width: 1px;
  background: #231816;
  content: "";
}
.localgallery-box-tit {
  font-size: calc(1.1713030747vw - 0.0117130307 * var(--scrollbar));
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: calc(1.0248901903vw - 0.0102489019 * var(--scrollbar)) 0 calc(0.9516837482vw - 0.0095168375 * var(--scrollbar)) calc(5.7833089312vw - 0.0578330893 * var(--scrollbar));
  min-height: calc(5.4904831625vw - 0.0549048316 * var(--scrollbar));
}
.localgallery-box-img {
  margin-left: calc(-2.196193265vw - -0.0219619327 * var(--scrollbar));
}
.localgallery-box-name {
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: calc(1.8301610542vw - 0.0183016105 * var(--scrollbar));
  word-break: break-all;
}
.localgallery-box-txt {
  font-size: calc(1.1713030747vw - 0.0117130307 * var(--scrollbar));
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: calc(0.3660322108vw - 0.0036603221 * var(--scrollbar));
}
.localgallery-box .section-detail {
  margin-top: calc(1.6105417277vw - 0.0161054173 * var(--scrollbar));
}
.localgallery-box .btn-icon {
  position: relative;
  left: calc(0.2928257687vw - 0.0029282577 * var(--scrollbar));
  margin-top: calc(0.878477306vw - 0.0087847731 * var(--scrollbar));
}
.localgallery-box .slider .splide__pagination {
  top: calc(23.7920937042vw - 0.237920937 * var(--scrollbar));
  bottom: auto;
  right: calc(1.0248901903vw - 0.0102489019 * var(--scrollbar));
  height: auto;
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .localgallery-map a {
    width: 4.8vw;
    height: 4.8vw;
  }
  .localgallery-map a:nth-of-type(1) {
    top: 81.6vw;
    left: 16.5333333333vw;
  }
  .localgallery-map a:nth-of-type(2) {
    top: 83.4666666667vw;
    left: 70.4vw;
  }
  .localgallery-map a:nth-of-type(3) {
    top: 32.8vw;
    left: 69.8666666667vw;
  }
  .localgallery-map a:nth-of-type(4) {
    top: 14.6666666667vw;
    left: 30.4vw;
  }
  .localgallery-map a:nth-of-type(5) {
    top: 16vw;
    left: 19.2vw;
  }
  .localgallery-map a:nth-of-type(6) {
    top: 17.8666666667vw;
    left: 72.5333333333vw;
  }
  .localgallery-map a:nth-of-type(7) {
    top: 5.0666666667vw;
    left: 69.8666666667vw;
  }
  .localgallery-map a:nth-of-type(8) {
    top: 9.3333333333vw;
    left: 54.4vw;
  }
  .localgallery-map a:nth-of-type(9) {
    top: 9.3333333333vw;
    left: 59.4666666667vw;
  }
  .localgallery-box {
    display: block;
  }
  .localgallery-box a {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
  .localgallery-box-num {
    font-size: 5.3333333333vw;
    padding-bottom: 0.8vw;
    width: 15.4666666667vw;
    height: 15.2vw;
  }
  .localgallery-box-tit {
    font-size: 4vw;
    line-height: 1.6;
    padding: 1.3333333333vw 1.3333333333vw 1.0666666667vw 18.9333333333vw;
    min-height: 15.2vw;
  }
  .localgallery-box-img {
    margin: 0 -5.3333333333vw 0 -5.3333333333vw;
  }
  .localgallery-box-img .splide__slide {
    position: relative;
    width: 100%;
    padding-top: 64vw;
  }
  .localgallery-box-img .splide__slide img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
  }
  .localgallery-box-name {
    font-size: 4vw;
    margin-top: 6.1333333333vw;
  }
  .localgallery-box-txt {
    font-size: 4vw;
    margin: 1.3333333333vw 0 0 0;
  }
  .localgallery-box .section-detail {
    margin-top: 6.6666666667vw;
  }
  .localgallery-box .btn-icon {
    left: 0.2666666667vw;
    margin-top: 3.4666666667vw;
  }
  .localgallery-box .slider .splide__pagination {
    top: 76.5333333333vw;
    right: 5.3333333333vw;
  }
}

/* -- rooftopmarket -- */
#rooftopmarket .section-tit-tit {
  font-size: calc(1.8301610542vw - 0.0183016105 * var(--scrollbar));
  padding-top: calc(2.9282576867vw - 0.0292825769 * var(--scrollbar));
  padding-bottom: calc(3.0014641288vw - 0.0300146413 * var(--scrollbar));
}
#rooftopmarket .section-tit-tit::before {
  background: #FF834A;
}
@media screen and (max-width: 768px) {
  #rooftopmarket .section-tit-tit {
    font-size: 2.9333333333vw;
    padding-top: 7.2vw;
    padding-bottom: 6.6666666667vw;
  }
}

.rooftopmarket-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: -1px;
}
.rooftopmarket-box > * {
  position: relative;
  padding-bottom: calc(3.6603221083vw - 0.0366032211 * var(--scrollbar));
  border-bottom: 1px solid #231816;
}
@media screen and (min-width: 769px) {
  .rooftopmarket-box > * {
    width: calc(50% - 1px);
  }
  .rooftopmarket-box > *:nth-child(2n+1) {
    width: calc(50% + 1px);
    border-right: 1px solid #231816;
  }
}
.rooftopmarket-box-img .slider .splide__pagination {
  bottom: calc(0.6588579795vw - 0.0065885798 * var(--scrollbar));
  right: calc(0.7320644217vw - 0.0073206442 * var(--scrollbar));
}
.rooftopmarket-box-tit {
  font-size: calc(1.6837481698vw - 0.0168374817 * var(--scrollbar));
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin: calc(1.6837481698vw - 0.0168374817 * var(--scrollbar)) calc(4.7584187408vw - 0.0475841874 * var(--scrollbar)) 0;
}
.rooftopmarket-box-txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: calc(1.0248901903vw - 0.0102489019 * var(--scrollbar)) calc(4.7584187408vw - 0.0475841874 * var(--scrollbar)) 0;
}
@media screen and (min-width: 769px) {
  .rooftopmarket-box .section-detail {
    margin: calc(1.6105417277vw - 0.0161054173 * var(--scrollbar)) calc(4.7584187408vw - 0.0475841874 * var(--scrollbar)) 0;
    padding: calc(2.0497803807vw - 0.0204978038 * var(--scrollbar)) 0 calc(1.756954612vw - 0.0175695461 * var(--scrollbar));
    border-top: 2px dotted #575757;
    border-bottom: 2px dotted #575757;
  }
  .rooftopmarket-box .section-detail > *:not(:last-child) {
    padding-bottom: calc(0.3660322108vw - 0.0036603221 * var(--scrollbar));
    border-bottom: none;
  }
  .rooftopmarket-box .section-detail > *:not(:last-child).section-detail-place {
    margin-bottom: calc(0.7320644217vw - 0.0073206442 * var(--scrollbar));
    padding-bottom: 0;
  }
  .rooftopmarket-box .section-detail .section-detail-place img {
    top: calc(-0.3660322108vw - -0.0036603221 * var(--scrollbar));
  }
  .rooftopmarket-box .section-detail .section-detail-price img {
    top: calc(-0.439238653vw - -0.0043923865 * var(--scrollbar));
  }
  .rooftopmarket-box .section-detail .section-detail-txt {
    position: relative;
    top: calc(0.1464128843vw - 0.0014641288 * var(--scrollbar));
  }
  .rooftopmarket-box .section-detail .section-detail-txt > span {
    display: inline-block;
  }
  .rooftopmarket-box .section-detail .section-detail-txt > span:not(:last-child) {
    margin-right: calc(0.5856515373vw - 0.0058565154 * var(--scrollbar));
  }
  .rooftopmarket-box .section-detail .section-detail-txt > span > span {
    top: calc(0.2196193265vw - 0.0021961933 * var(--scrollbar));
  }
}
.rooftopmarket-box .section-link {
  position: relative;
  margin: calc(1.4641288433vw - 0.0146412884 * var(--scrollbar)) calc(4.7584187408vw - 0.0475841874 * var(--scrollbar)) 0;
  width: fit-content;
  z-index: 20;
}
.rooftopmarket-box .section-detail-place .section-detail-txt {
  padding-left: 0;
}
.rooftopmarket-box .btn-icon {
  position: relative;
  left: calc(0.2928257687vw - 0.0029282577 * var(--scrollbar));
  margin-top: calc(0.878477306vw - 0.0087847731 * var(--scrollbar));
}
@media screen and (max-width: 768px) {
  .rooftopmarket-box {
    display: block;
  }
  .rooftopmarket-box > * {
    padding-bottom: 2.6666666667vw;
  }
  .rooftopmarket-box-img .slider .splide__pagination {
    bottom: 2.4vw;
    right: 2.6666666667vw;
  }
  .rooftopmarket-box-tit {
    font-size: 4.8vw;
    margin: 6.4vw 5.3333333333vw 0;
  }
  .rooftopmarket-box-txt {
    margin: 4.2666666667vw 5.3333333333vw 0;
  }
  .rooftopmarket-box .section-detail {
    margin: 6.6666666667vw 5.6vw 0;
    padding-bottom: 3.4666666667vw;
    border-bottom: 2px dotted #575757;
  }
  .rooftopmarket-box .section-link {
    margin: 5.0666666667vw 5.3333333333vw 0;
  }
  .rooftopmarket-box .btn-icon {
    left: 1.0666666667vw;
    margin-top: 3.2vw;
  }
}

/* -- present -- */
#present .section-tit-tit::before {
  background: #FF6FC5;
}

.present-box {
  margin: calc(4.9780380673vw - 0.0497803807 * var(--scrollbar)) calc(4.7584187408vw - 0.0475841874 * var(--scrollbar)) 0;
  padding: 0 calc(4.7584187408vw - 0.0475841874 * var(--scrollbar)) calc(3.2210834553vw - 0.0322108346 * var(--scrollbar));
  border: calc(0.439238653vw - 0.0043923865 * var(--scrollbar)) dotted #575757;
}
.present-box-tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: calc(1.4641288433vw - 0.0146412884 * var(--scrollbar));
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin: calc(-2.5622254758vw - -0.0256222548 * var(--scrollbar)) auto 0;
  width: calc(15.8857979502vw - 0.1588579795 * var(--scrollbar));
  height: calc(4.9048316252vw - 0.0490483163 * var(--scrollbar));
  background: #F3F75F;
  border: 1px solid #231816;
  border-radius: 50%;
}
.present-box-cnt01 {
  margin-top: calc(2.4890190337vw - 0.0248901903 * var(--scrollbar));
}
.present-box-cnt01 > *:not(:last-child) {
  margin-bottom: calc(2.7086383602vw - 0.0270863836 * var(--scrollbar));
  border-bottom: 1px dotted #575757;
}
.present-box-cnt01 > *:nth-child(2) .present-box-cnt01-tit-txt {
  top: calc(0.0732064422vw - 0.0007320644 * var(--scrollbar));
}
.present-box-cnt01 > *:nth-child(2) .present-box-cnt01-tit-tit {
  position: relative;
  top: calc(0.1464128843vw - 0.0014641288 * var(--scrollbar));
}
.present-box-cnt01-tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 calc(7.9795021962vw - 0.079795022 * var(--scrollbar)) calc(1.8301610542vw - 0.0183016105 * var(--scrollbar));
}
.present-box-cnt01-tit-tit {
  margin: calc(0.0732064422vw - 0.0007320644 * var(--scrollbar)) calc(2.0497803807vw - 0.0204978038 * var(--scrollbar)) 0 0;
  width: calc(17.7891654466vw - 0.1778916545 * var(--scrollbar));
}
.present-box-cnt01-tit-txt {
  font-size: calc(1.1713030747vw - 0.0117130307 * var(--scrollbar));
  font-weight: 500;
  line-height: 2.51;
  letter-spacing: 0.05em;
  position: relative;
  top: calc(-0.2196193265vw - -0.0021961933 * var(--scrollbar));
}
.present-box-cnt01-tit-txt > * {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.present-box-cnt01-tit-txt > *:not(:last-child) {
  margin-bottom: calc(0.7320644217vw - 0.0073206442 * var(--scrollbar));
}
.present-box-cnt01-tit-txt img {
  vertical-align: middle;
  margin: 0 calc(0.3660322108vw - 0.0036603221 * var(--scrollbar)) 0 calc(-0.3660322108vw - -0.0036603221 * var(--scrollbar));
  width: calc(2.8550512445vw - 0.0285505124 * var(--scrollbar));
}
.present-box-cnt02 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: calc(2.196193265vw - 0.0219619327 * var(--scrollbar));
}
.present-box-cnt02 > * {
  position: relative;
}
.present-box-cnt02 > * > * {
  height: 100%;
}
.present-box-cnt02 > * > * > a {
  display: block;
  padding-bottom: calc(1.5373352855vw - 0.0153733529 * var(--scrollbar));
}
@media screen and (min-width: 769px) {
  .present-box-cnt02 > * {
    width: 50%;
  }
  .present-box-cnt02 > *:nth-child(2n+1) {
    border-right: 1px solid #231816;
  }
  .present-box-cnt02 > * a {
    transition: background 0.6s;
  }
  .present-box-cnt02 > * a:hover {
    opacity: 1;
    background: #FF6FC5;
  }
}
@media screen and (min-width: 769px) {
  .present-box-cnt02 .section-detail {
    margin: calc(1.2445095168vw - 0.0124450952 * var(--scrollbar)) calc(1.5373352855vw - 0.0153733529 * var(--scrollbar)) 0;
  }
  .present-box-cnt02 .section-detail .section-detail-day img {
    position: relative;
    top: calc(0.1464128843vw - 0.0014641288 * var(--scrollbar));
  }
  .present-box-cnt02 .section-detail .section-detail-txt {
    position: relative;
    top: calc(0.1464128843vw - 0.0014641288 * var(--scrollbar));
    width: calc(100% - (2.7818448023vw - 0.027818448 * var(--scrollbar)));
  }
  .present-box-cnt02 .section-detail .section-detail-txt > span {
    display: inline-block;
  }
  .present-box-cnt02 .section-detail .section-detail-txt > span:not(:last-child) {
    margin-right: calc(0.5856515373vw - 0.0058565154 * var(--scrollbar));
  }
  .present-box-cnt02 .section-detail .section-detail-txt > span > span {
    top: calc(0.2196193265vw - 0.0021961933 * var(--scrollbar));
  }
}
.present-box-cnt02-tit {
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: calc(1.8301610542vw - 0.0183016105 * var(--scrollbar)) calc(1.5373352855vw - 0.0153733529 * var(--scrollbar)) 0;
}
.present-box-cnt02-txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: calc(0.9516837482vw - 0.0095168375 * var(--scrollbar)) calc(1.5373352855vw - 0.0153733529 * var(--scrollbar)) 0;
}
.present-box-cnt02-caution {
  font-size: calc(0.878477306vw - 0.0087847731 * var(--scrollbar));
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: calc(1.2445095168vw - 0.0124450952 * var(--scrollbar)) calc(1.6105417277vw - 0.0161054173 * var(--scrollbar)) 0;
}
.present-box-cnt02-caution li {
  text-indent: -1em;
  padding-left: 1em;
}
.present-box-cnt02 .section-link {
  position: relative;
  margin: calc(1.4641288433vw - 0.0146412884 * var(--scrollbar)) calc(4.7584187408vw - 0.0475841874 * var(--scrollbar)) 0;
  width: fit-content;
  z-index: 20;
}
.present-box-cnt02 .btn-icon {
  position: relative;
  left: calc(-1.8301610542vw - -0.0183016105 * var(--scrollbar));
  margin-top: calc(1.8301610542vw - 0.0183016105 * var(--scrollbar));
}
.present-box-cnt02 .slider .splide__pagination {
  top: calc(28.9897510981vw - 0.289897511 * var(--scrollbar));
  bottom: auto;
  right: calc(0.7320644217vw - 0.0073206442 * var(--scrollbar));
  height: auto;
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .present-box {
    margin: 12.2666666667vw 5.3333333333vw 0;
    padding: 0;
    border: 1.0666666667vw dotted #575757;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
  .present-box-tit {
    font-size: 4vw;
    margin: -8vw auto 0;
    width: 44.2666666667vw;
    height: 14.9333333333vw;
  }
  .present-box-cnt01 {
    margin-top: 6.4vw;
  }
  .present-box-cnt01 > *:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .present-box-cnt01 > *:nth-child(2) .present-box-cnt01-tit-txt {
    top: 0.2666666667vw;
  }
  .present-box-cnt01 > *:nth-child(2) .present-box-cnt01-tit-tit {
    position: relative;
    top: 0.5333333333vw;
  }
  .present-box-cnt01-tit {
    display: block;
    padding: 0 2.6666666667vw 3.2vw;
  }
  .present-box-cnt01-tit-tit {
    margin: 0 auto;
    width: 54.6666666667vw;
  }
  .present-box-cnt01-tit-txt {
    font-size: 4.2666666667vw;
    line-height: 2;
    text-align: center;
    top: -0.8vw;
    margin-top: 2.4vw;
  }
  .present-box-cnt01-tit-txt > * {
    text-indent: 0;
    padding-left: 0;
  }
  .present-box-cnt01-tit-txt > *:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
  .present-box-cnt01-tit-txt img {
    display: block;
    margin: 4vw auto 1.0666666667vw;
    width: 10.4vw;
  }
  .present-box-cnt02 {
    display: block;
    margin: 2.9333333333vw -5.3333333333vw 0;
  }
  .present-box-cnt02 > * > a {
    padding-bottom: 0.2666666667vw;
  }
  .present-box-cnt02 .section-detail {
    margin: 8.5333333333vw 6.9333333333vw 0;
  }
  .present-box-cnt02-tit {
    font-size: 4vw;
    line-height: 1.6;
    margin: 6.6666666667vw 6.6666666667vw 0;
  }
  .present-box-cnt02-txt {
    margin: 5.6vw 6.6666666667vw 0;
  }
  .present-box-cnt02-caution {
    font-size: 3.2vw;
    margin: 4.5333333333vw 5.0666666667vw 0;
  }
  .present-box-cnt02 .btn-icon {
    left: -5.6vw;
    margin-top: 6.6666666667vw;
  }
  .present-box-cnt02 .slider .splide__pagination {
    top: 72vw;
    right: 2.6666666667vw;
  }
}

/* -- shop -- */
#shop {
  margin-top: calc(5.0512445095vw - 0.0505124451 * var(--scrollbar));
}
#shop .section-tit-tit::before {
  background: #5ED45F;
}

.shop-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: -1px;
}
.shop-box > * {
  padding-bottom: calc(1.5373352855vw - 0.0153733529 * var(--scrollbar));
  border-bottom: 1px solid #231816;
}
@media screen and (min-width: 769px) {
  .shop-box > * {
    width: 33.3333333333%;
  }
  .shop-box > *:not(:nth-child(3n)) {
    border-right: 1px solid #231816;
  }
}
.shop-box-tit {
  font-size: calc(1.317715959vw - 0.0131771596 * var(--scrollbar));
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  padding: calc(1.9033674963vw - 0.019033675 * var(--scrollbar)) 0;
}
.shop-box-img {
  margin-right: calc(2.4158125915vw - 0.0241581259 * var(--scrollbar));
}
.shop-box-img .slider .splide__pagination {
  bottom: calc(0.0732064422vw - 0.0007320644 * var(--scrollbar));
  right: calc(-1.3909224012vw - -0.013909224 * var(--scrollbar));
}
.shop-box-num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: amifer, sans-serif;
  font-size: calc(1.9033674963vw - 0.019033675 * var(--scrollbar));
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: calc(0.3660322108vw - 0.0036603221 * var(--scrollbar));
  width: calc(5.5636896047vw - 0.055636896 * var(--scrollbar));
  height: calc(5.4904831625vw - 0.0549048316 * var(--scrollbar));
}
.shop-box-num::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  left: auto;
  width: 1px;
  background: #231816;
  content: "";
}
.shop-box-txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: calc(1.756954612vw - 0.0175695461 * var(--scrollbar)) calc(2.196193265vw - 0.0219619327 * var(--scrollbar)) 0;
}
.shop-box-txt a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .shop-box {
    display: block;
  }
  .shop-box > * {
    padding-bottom: 3.4666666667vw;
  }
  .shop-box-tit {
    font-size: 4vw;
    padding: 5.0666666667vw 0 4.8vw;
  }
  .shop-box-img {
    margin-right: 0vw;
  }
  .shop-box-img .slider .splide__pagination {
    right: 6.6666666667vw;
    bottom: 1.8666666667vw;
  }
  .shop-box-txt {
    margin: 5.8666666667vw 5.3333333333vw 0;
  }
}

/* -- banner -- */
.banner {
  line-height: 0;
  border-top: 1px solid #231816;
  border-bottom: 1px solid #231816;
}

/* -- header -- */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1000;
  /* -- gnav -- */
  /* -- open -- */
}
.header-gnav {
  /* - btn - */
  /* - cnt - */
}
.header-gnav-btn {
  position: fixed;
  overflow: hidden;
  top: calc(1.3909224012vw - 0.013909224 * var(--scrollbar));
  right: calc(1.3909224012vw - 0.013909224 * var(--scrollbar));
  border-radius: 50%;
  border: 3px solid #575757;
  z-index: 20;
}
.header-gnav-btn a {
  display: block;
  position: relative;
  width: calc(3.2942898975vw - 0.032942899 * var(--scrollbar));
  padding-top: 100%;
  background: #fff;
}
.header-gnav-btn a span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(0.5856515373vw - 0.0058565154 * var(--scrollbar));
  margin: auto 0;
  width: calc(2.0497803807vw - 0.0204978038 * var(--scrollbar));
  height: 3px;
  background: #575757;
  transition: all 0.6s;
}
.header-gnav-btn a span:nth-child(1) {
  top: calc(0.878477306vw - 0.0087847731 * var(--scrollbar));
  bottom: auto;
}
.header-gnav-btn a span:nth-child(2) {
  width: calc(1.317715959vw - 0.0131771596 * var(--scrollbar));
}
.header-gnav-btn a span:nth-child(3) {
  top: auto;
  bottom: calc(0.878477306vw - 0.0087847731 * var(--scrollbar));
}
.header-gnav-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: calc(-36.9692532943vw - -0.3696925329 * var(--scrollbar));
  margin: 0 auto;
  width: calc(36.9692532943vw - 0.3696925329 * var(--scrollbar));
  padding: calc(11.7862371889vw - 0.1178623719 * var(--scrollbar)) 0 calc(7.3206442167vw - 0.0732064422 * var(--scrollbar));
  height: 100dvh;
  background: #FFF;
  border-radius: calc(7.3206442167vw - 0.0732064422 * var(--scrollbar)) 0 0 0;
  z-index: 10;
  transition: right 0.6s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-gnav-cnt::-webkit-scrollbar {
  display: none;
}
.header-gnav-cnt-list {
  font-family: amifer, sans-serif;
  font-size: calc(1.6105417277vw - 0.0161054173 * var(--scrollbar));
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header-gnav-cnt-list li:not(:last-child) {
  margin: 0 0 calc(2.5622254758vw - 0.0256222548 * var(--scrollbar));
}
.header-gnav-cnt-list li.act a {
  color: #FF6FC5;
  transition: color 0.6s;
}
.header-gnav-cnt-banner {
  margin-top: calc(8.0527086384vw - 0.0805270864 * var(--scrollbar));
  width: calc(24.0849194729vw - 0.2408491947 * var(--scrollbar));
}
.open .header {
  /* -- gnav -- */
}
.open .header-gnav {
  /* - btn - */
  /* - cnt - */
}
.open .header-gnav-btn a span {
  margin: auto;
  left: 0;
  width: calc(1.9033674963vw - 0.019033675 * var(--scrollbar));
  height: calc(0.1464128843vw - 0.0014641288 * var(--scrollbar));
}
.open .header-gnav-btn a span:nth-child(1), .open .header-gnav-btn a span:nth-child(2) {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.open .header-gnav-btn a span:nth-child(3) {
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
.open .header-gnav-cnt {
  right: 0;
}
@media screen and (max-width: 768px) {
  .header {
    /* -- gnav -- */
    /* -- open -- */
  }
  .header-gnav {
    /* - btn - */
    /* - cnt - */
  }
  .header-gnav-btn {
    top: 5.0666666667vw;
    right: 5.0666666667vw;
    border: 1px solid #575757;
  }
  .header-gnav-btn a {
    width: 10.6666666667vw;
    opacity: 1;
  }
  .header-gnav-btn a span {
    left: 2.4vw;
    width: 6.4vw;
    height: 2px;
  }
  .header-gnav-btn a span:nth-child(1) {
    top: 2.9333333333vw;
  }
  .header-gnav-btn a span:nth-child(2) {
    width: 4.2666666667vw;
  }
  .header-gnav-btn a span:nth-child(3) {
    bottom: 2.9333333333vw;
  }
  .header-gnav-cnt {
    right: -100vw;
    width: 100vw;
    padding: 59.4666666667vw 0 6.1333333333vw;
    border-radius: 26.6666666667vw 0 0 0;
  }
  .header-gnav-cnt-list {
    font-size: 5.3333333333vw;
  }
  .header-gnav-cnt-list li:not(:last-child) {
    margin: 0 0 9.8666666667vw;
  }
  .header-gnav-cnt-banner {
    margin-top: 34.9333333333vw;
    width: 87.7333333333vw;
  }
  .open .header {
    /* -- gnav -- */
  }
  .open .header-gnav {
    /* - btn - */
  }
  .open .header-gnav-btn a span {
    width: 6.1333333333vw;
    height: 0.5333333333vw;
  }
}

/* -- footer -- */
.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: calc(3.513909224vw - 0.0351390922 * var(--scrollbar));
}
.footer-lbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: calc(4.831625183vw - 0.0483162518 * var(--scrollbar)) 0 0 calc(3.0014641288vw - 0.0300146413 * var(--scrollbar));
}
.footer-lbox-txt01 {
  font-family: amifer, sans-serif;
  font-size: calc(1.1713030747vw - 0.0117130307 * var(--scrollbar));
  font-weight: 700;
  line-height: 1;
}
.footer-lbox-txt02 {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  margin: 0 calc(3.5871156662vw - 0.0358711567 * var(--scrollbar)) 0 calc(1.317715959vw - 0.0131771596 * var(--scrollbar));
}
.footer-lbox-txt02::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  left: auto;
  right: calc(-1.756954612vw - -0.0175695461 * var(--scrollbar));
  height: calc(2.2693997072vw - 0.0226939971 * var(--scrollbar));
  border-left: 1px solid #231816;
  transform: rotate(50deg);
  content: "";
}
.footer-lbox-txt02 span {
  font-weight: 700;
  margin-right: calc(0.439238653vw - 0.0043923865 * var(--scrollbar));
}
.footer-lbox-txt03 {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.footer-lbox-txt03 span {
  font-weight: 700;
  margin-right: calc(0.439238653vw - 0.0043923865 * var(--scrollbar));
}
.footer-rbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: calc(3.5871156662vw - 0.0358711567 * var(--scrollbar)) calc(4.831625183vw - 0.0483162518 * var(--scrollbar)) 0 0;
  width: calc(24.3045387994vw - 0.243045388 * var(--scrollbar));
}
.footer-rbox-logo {
  width: calc(9.7364568082vw - 0.0973645681 * var(--scrollbar));
}
.footer-rbox-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.footer-rbox-sns > *:nth-child(1) {
  width: calc(1.3909224012vw - 0.013909224 * var(--scrollbar));
}
.footer-rbox-sns > *:nth-child(2) {
  width: calc(1.6837481698vw - 0.0168374817 * var(--scrollbar));
}
.footer-rbox-sns > *:nth-child(3) {
  width: calc(1.756954612vw - 0.0175695461 * var(--scrollbar));
}
.footer-rbox-sns > *:not(:last-child) {
  margin-right: calc(1.3909224012vw - 0.013909224 * var(--scrollbar));
}
.footer-rbox-copy {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: calc(0.8052708638vw - 0.0080527086 * var(--scrollbar));
  line-height: 1;
  letter-spacing: 0.07em;
  margin-top: calc(-0.0732064422vw - -0.0007320644 * var(--scrollbar));
}
@media screen and (max-width: 768px) {
  .footer {
    display: block;
    padding-bottom: 15.2vw;
  }
  .footer-lbox {
    justify-content: center;
    margin: 10.9333333333vw 10.6666666667vw 0;
  }
  .footer-lbox-txt01 {
    font-size: 4vw;
    text-align: center;
    width: 100%;
  }
  .footer-lbox-txt02 {
    font-size: 3.2vw;
    margin: 2.9333333333vw 10.6666666667vw 0 0;
  }
  .footer-lbox-txt02::after {
    right: -5.6vw;
    height: 5.0666666667vw;
  }
  .footer-lbox-txt02 span {
    margin-right: 1.8666666667vw;
  }
  .footer-lbox-txt03 {
    font-size: 3.2vw;
    margin-top: 2.9333333333vw;
  }
  .footer-lbox-txt03 span {
    margin-right: 1.8666666667vw;
  }
  .footer-rbox {
    margin: 10.6666666667vw auto 0;
    width: 64vw;
  }
  .footer-rbox-logo {
    width: 27.7333333333vw;
  }
  .footer-rbox-sns {
    line-height: 1;
  }
  .footer-rbox-sns > *:nth-child(1) {
    width: 4.2666666667vw;
  }
  .footer-rbox-sns > *:nth-child(2) {
    width: 4.8vw;
  }
  .footer-rbox-sns > *:nth-child(3) {
    width: 4.5333333333vw;
  }
  .footer-rbox-sns > *:not(:last-child) {
    margin-right: 4.2666666667vw;
  }
  .footer-rbox-copy {
    font-size: 2.1333333333vw;
    margin-top: -0.2666666667vw;
  }
}

/* -- modal -- */
.modal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: none;
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 2000;
}
.modal-close {
  position: fixed;
  overflow: hidden;
  top: calc(1.3909224012vw - 0.013909224 * var(--scrollbar));
  right: calc(1.3909224012vw - 0.013909224 * var(--scrollbar));
  border-radius: 50%;
  border: 3px solid #575757;
  z-index: 20;
}
.modal-close a {
  display: block;
  position: relative;
  width: calc(3.2942898975vw - 0.032942899 * var(--scrollbar));
  padding-top: 100%;
  background: #fff;
}
.modal-close a span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(1.9033674963vw - 0.019033675 * var(--scrollbar));
  height: calc(0.1464128843vw - 0.0014641288 * var(--scrollbar));
  background: #575757;
  transition: all 0.6s;
}
.modal-close a span:nth-child(1), .modal-close a span:nth-child(2) {
  transform: rotate(45deg);
}
.modal-close a span:nth-child(3) {
  transform: rotate(-45deg);
}
.modal-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 0 0 0 calc(6.149341142vw - 0.0614934114 * var(--scrollbar));
  height: 100dvh;
  width: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-cnt::-webkit-scrollbar {
  display: none;
}
.modal-cnt-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: calc(10.2489019034vw - 0.102489019 * var(--scrollbar)) calc(6.5153733529vw - 0.0651537335 * var(--scrollbar)) calc(4.9048316252vw - 0.0490483163 * var(--scrollbar)) calc(6.5153733529vw - 0.0651537335 * var(--scrollbar));
  width: 100%;
  border-radius: calc(7.3206442167vw - 0.0732064422 * var(--scrollbar)) 0 0 0;
}
.modal-cnt-inner-img {
  padding: calc(0.6588579795vw - 0.0065885798 * var(--scrollbar));
  width: calc(38.7262079063vw - 0.3872620791 * var(--scrollbar));
}
.modal-cnt-inner-img .splide__pagination {
  bottom: calc(-0.5856515373vw - -0.0058565154 * var(--scrollbar));
  right: calc(-1.9033674963vw - -0.019033675 * var(--scrollbar));
}
.modal-cnt-inner-txtbox {
  padding: calc(1.6837481698vw - 0.0168374817 * var(--scrollbar)) calc(2.1229868228vw - 0.0212298682 * var(--scrollbar)) calc(1.317715959vw - 0.0131771596 * var(--scrollbar));
  width: calc(39.6046852123vw - 0.3960468521 * var(--scrollbar));
  background: #fff;
}
.modal-cnt-inner-txtbox-tit {
  font-size: calc(1.4641288433vw - 0.0146412884 * var(--scrollbar));
  font-weight: 700;
  letter-spacing: 0.08em;
}
.modal-cnt-inner-txtbox-txt {
  letter-spacing: 0.05em;
  margin-top: calc(0.9516837482vw - 0.0095168375 * var(--scrollbar));
}
.modal-cnt-inner-txtbox-txt a {
  text-decoration: underline;
}
.modal-cnt-inner-txtbox-txt .caution {
  margin-top: 1em;
  font-size: 93%;
}
.modal-cnt-inner-txtbox-txt .caution li {
  text-indent: -1em;
  padding-left: 1em;
}
.modal-cnt-inner-txtbox .section-detail-place .section-detail-txt a {
  font-size: 86%;
  text-decoration: underline;
  color: #7569CD;
}
@media screen and (min-width: 769px) {
  .modal-cnt-inner-txtbox .section-detail {
    margin-top: calc(1.6105417277vw - 0.0161054173 * var(--scrollbar));
  }
  .modal-cnt-inner-txtbox .section-detail > *:not(:last-child) {
    margin-bottom: calc(0.3660322108vw - 0.0036603221 * var(--scrollbar));
    border-bottom: none;
  }
  .modal-cnt-inner-txtbox .section-detail .section-detail-place img {
    position: absolute;
  }
  .modal-cnt-inner-txtbox .section-detail .section-detail-place .section-detail-txt {
    position: relative;
    top: calc(0.439238653vw - 0.0043923865 * var(--scrollbar));
  }
  .modal-cnt-inner-txtbox .section-detail .section-detail-txt > span > span {
    position: relative;
    top: calc(0.0732064422vw - 0.0007320644 * var(--scrollbar));
    margin-left: calc(0.7320644217vw - 0.0073206442 * var(--scrollbar));
  }
}
.modal-cnt-inner-txtbox-table {
  margin-top: calc(2.2693997072vw - 0.0226939971 * var(--scrollbar));
  padding: calc(1.4641288433vw - 0.0146412884 * var(--scrollbar)) 0 calc(2.2693997072vw - 0.0226939971 * var(--scrollbar));
  border-top: 1px dotted #575757;
  border-bottom: 1px dotted #575757;
}
.modal-cnt-inner-txtbox-table table {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
}
.modal-cnt-inner-txtbox-table table th,
.modal-cnt-inner-txtbox-table table td {
  letter-spacing: 0.02em;
  padding: calc(0.7320644217vw - 0.0073206442 * var(--scrollbar)) 0;
}
.modal-cnt-inner-txtbox-table table th {
  font-weight: 900;
  padding-right: calc(1.0980966325vw - 0.0109809663 * var(--scrollbar));
}
.modal-cnt-inner-txtbox-table .btn-icon-outer {
  display: block;
  margin: calc(-0.2928257687vw - -0.0029282577 * var(--scrollbar)) calc(0.1464128843vw - 0.0014641288 * var(--scrollbar)) 0 auto;
  width: fit-content;
}
.modal-cnt-inner-txtbox-table .btn-icon-outer .btn-icon {
  width: calc(9.0043923865vw - 0.0900439239 * var(--scrollbar));
}
.modal-cnt-inner-txtbox-prof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: calc(2.196193265vw - 0.0219619327 * var(--scrollbar));
}
.modal-cnt-inner-txtbox-prof-img {
  width: calc(13.3967789165vw - 0.1339677892 * var(--scrollbar));
}
.modal-cnt-inner-txtbox-prof-name {
  font-size: calc(1.317715959vw - 0.0131771596 * var(--scrollbar));
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: calc(-0.9516837482vw - -0.0095168375 * var(--scrollbar)) 0 0 calc(1.9033674963vw - 0.019033675 * var(--scrollbar));
  width: calc(100% - (13.3967789165vw - 0.1339677892 * var(--scrollbar)) - (1.9033674963vw - 0.019033675 * var(--scrollbar)));
}
.modal-cnt-inner-txtbox-prof-name span {
  font-family: amifer, sans-serif;
  font-size: calc(1.0248901903vw - 0.0102489019 * var(--scrollbar));
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
  margin-top: calc(0.9516837482vw - 0.0095168375 * var(--scrollbar));
}
.modal-cnt-inner-txtbox-prof .section-detail {
  width: 100%;
}
.modal-cnt-inner-txtbox-prof-txt {
  font-size: calc(0.878477306vw - 0.0087847731 * var(--scrollbar));
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: calc(0.3660322108vw - 0.0036603221 * var(--scrollbar));
}
.modal-cnt-inner-txtbox-prof-txt a {
  text-decoration: underline;
  word-break: break-all;
}
.modal-cnt-inner-txtbox-prof .section-link {
  margin-top: calc(1.6837481698vw - 0.0168374817 * var(--scrollbar));
  width: 100%;
}
.modal.martist .modal-cnt-inner {
  background: #5ED45F;
}
.modal.martist .modal-cnt-inner-img {
  background: #F3F75F;
}
.modal.mevent .modal-cnt-inner, .modal.martkioskin .modal-cnt-inner, .modal.martkioskout .modal-cnt-inner {
  background: #F3F75F;
}
.modal.mevent .modal-cnt-inner-img, .modal.martkioskin .modal-cnt-inner-img, .modal.martkioskout .modal-cnt-inner-img {
  background: #FF6FC5;
}
.modal.mlocalgallery .modal-cnt-inner {
  background: #7569CD;
}
.modal.mlocalgallery .modal-cnt-inner-img {
  background: #FF834A;
}
.modal.mpresent .modal-cnt-inner {
  background: #FF6FC5;
}
.modal.mpresent .modal-cnt-inner-img {
  background: #F3F75F;
}
@media screen and (max-width: 768px) {
  .modal-close {
    top: 5.0666666667vw;
    right: 5.0666666667vw;
    border: 1px solid #575757;
  }
  .modal-close a {
    width: 10.6666666667vw;
    opacity: 1;
  }
  .modal-close a span {
    width: 6.4vw;
    height: 2px;
  }
  .modal-cnt {
    margin: 0;
  }
  .modal-cnt-inner {
    display: block;
    padding: 21.3333333333vw 7.4666666667vw 9.3333333333vw;
    border-radius: 26.6666666667vw 0 0 0;
  }
  .modal-cnt-inner-img {
    margin-right: 0vw;
    padding: 1.8666666667vw;
    width: auto;
  }
  .modal-cnt-inner-img .splide__pagination {
    bottom: -1.8666666667vw;
    right: -5.8666666667vw;
  }
  .modal-cnt-inner-txtbox {
    margin-top: 5.3333333333vw;
    padding: 5.6vw 5.3333333333vw 5.6vw;
    width: auto;
  }
  .modal-cnt-inner-txtbox-tit {
    font-size: 4.8vw;
  }
  .modal-cnt-inner-txtbox-txt {
    margin-top: 3.7333333333vw;
  }
  .modal-cnt-inner-txtbox .section-detail {
    margin-top: 5.3333333333vw;
  }
  .modal-cnt-inner-txtbox .section-detail > *:not(:last-child) {
    margin-bottom: 4vw;
    border-width: 1px;
  }
  .modal-cnt-inner-txtbox .section-detail .section-detail-day img {
    top: 0;
  }
  .modal-cnt-inner-txtbox .section-detail .section-detail-day .section-detail-txt {
    line-height: 1.3;
  }
  .modal-cnt-inner-txtbox-table {
    margin-top: 3.7333333333vw;
    padding: 5.3333333333vw 0 5.3333333333vw;
  }
  .modal-cnt-inner-txtbox-table table {
    line-height: 1.5;
  }
  .modal-cnt-inner-txtbox-table table th,
  .modal-cnt-inner-txtbox-table table td {
    padding: 1.6vw 0 1.8666666667vw 0;
  }
  .modal-cnt-inner-txtbox-table table th {
    white-space: nowrap;
    padding-right: 4vw;
  }
  .modal-cnt-inner-txtbox-table .btn-icon-outer {
    margin: -1.0666666667vw 0.5333333333vw 0 auto;
  }
  .modal-cnt-inner-txtbox-table .btn-icon-outer .btn-icon {
    width: 32.8vw;
  }
  .modal-cnt-inner-txtbox-prof {
    margin-top: 8vw;
  }
  .modal-cnt-inner-txtbox-prof-img {
    width: 29.0666666667vw;
  }
  .modal-cnt-inner-txtbox-prof-name {
    font-size: 4vw;
    margin: -3.4666666667vw 0 0 7.7333333333vw;
    width: calc(100% - 29.0666666667vw - 7.7333333333vw);
  }
  .modal-cnt-inner-txtbox-prof-name span {
    font-size: 3.2vw;
    margin-top: 2.4vw;
  }
  .modal-cnt-inner-txtbox-prof-txt {
    font-size: 3.2vw;
    margin-top: 3.7333333333vw;
  }
  .modal-cnt-inner-txtbox-prof .section-link {
    margin-top: 6.1333333333vw;
  }
}

/* -- モーダルごとの設定 -- */
#martkioskout-modal1 .section-link,
#martkioskout-modal3 .section-link,
#martkioskout-modal4 .section-link {
  display: block;
}
#martkioskout-modal1 .section-link > * span,
#martkioskout-modal3 .section-link > * span,
#martkioskout-modal4 .section-link > * span {
  font-family: amifer, sans-serif;
  font-size: 88%;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.5em;
  padding: 0 0 0.1em 0.5em;
  border-left: 2px solid;
}
#martkioskout-modal1 .section-link > * img,
#martkioskout-modal3 .section-link > * img,
#martkioskout-modal4 .section-link > * img {
  margin-left: 0.5em;
}
#martkioskout-modal1 .section-link > *:not(:last-child),
#martkioskout-modal3 .section-link > *:not(:last-child),
#martkioskout-modal4 .section-link > *:not(:last-child) {
  margin: 0 0 0.5em;
}

#mlocalgallery-modal1 .modal-cnt-inner-txtbox-prof-name {
  width: 100%;
}

.splide:not(.is-overflow) .splide__pagination {
  display: block !important;
}/*# sourceMappingURL=style.css.map */