@font-face {
  font-family: Apollo;
  src: url('../fonts/APOLLO.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --antique-white: #dbd7c5;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 10px;
}

.collection-list-top-imgs {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-tap-linkblock {
  color: #fff;
  text-align: center;
  border-radius: .8em;
  width: 220px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 6px #0006;
}

.nav-grid-sp {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  overflow: auto;
}

.collection-list-wrapper-top-imgs {
  margin-top: 1px;
}

.top-tap-img {
  z-index: auto;
}

.container {
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block {
  background-color: #00000061;
  padding: .4em .1em;
  position: absolute;
  inset: auto 0 0;
}

.layout-grid-gap20 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.collection-list-menu {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-item-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 4.5em;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  font-size: 1.4em;
  display: block;
}

.item-category-name {
  color: #00000014;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 60px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

.nav-menu {
  color: #0006;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Apollo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

.nav-icon {
  opacity: .3;
  height: 40px;
}

.nav-link {
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9em;
  text-decoration: none;
  display: flex;
}

.flex {
  grid-column-gap: 2px;
  letter-spacing: -.04em;
  justify-content: flex-start;
  display: flex;
}

._0-7em {
  font-size: .7em;
}

.menu-item-name {
  grid-row-gap: .18em;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 500;
  display: flex;
}

.menu-item-price {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 2px;
  display: flex;
}

.propertybreweryplace {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  opacity: .6;
  padding-bottom: 5px;
  font-size: .7em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.propertybreweryplace.beer {
  padding-bottom: 0;
  font-size: .8em;
}

.item-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

.menu-item {
  border-bottom: 1px solid #0003;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.collection-list-stacked-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-beer {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.name {
  text-align: left;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1em;
}

.name.eng {
  color: #dbad36;
  font-size: 1.1em;
}

.property2 {
  grid-column-gap: 5px;
  opacity: 1;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.div-block-10-copy {
  grid-column-gap: 1em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10em;
  grid-auto-columns: 1fr;
  display: grid;
}

.price {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: .3em;
  font-size: 1.4em;
  display: flex;
}

.logoheader-top2 {
  color: #000000b3;
  text-align: center;
  width: 100%;
  padding: 10px 20px 20px;
  font-weight: 100;
  line-height: 1.3em;
  text-decoration: none;
}

.logoheader-top2.w--current {
  font-weight: 300;
}

.section-logo-img2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-icon {
  height: 90px;
}

.nowrap {
  white-space: nowrap;
}

.navbar {
  background-color: #ddd0;
  font-size: 1em;
  position: fixed;
  inset: auto 0% 0%;
}

.nav-shadow {
  opacity: .7;
  background-image: linear-gradient(#0000 3%, #00000014);
  height: 20px;
}

.body {
  text-align: center;
  padding-bottom: 60px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.category-icon {
  height: 100%;
}

.category-header {
  color: #5c5c5c;
  text-align: center;
  background-color: #0000000d;
  width: 100%;
  padding: 25px 20px 20px;
  font-family: Apollo, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
}

.category-icon-size {
  opacity: .5;
  height: 80px;
}

.rich-text-block-2 {
  margin-top: 10px;
}

.staff-name {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.grid-staff {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.staff-photo {
  border-radius: 8em;
  width: 100%;
}

.description {
  color: #333333b3;
  text-align: justify;
  margin-top: .4em;
}

.grid-address {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.footer-link {
  color: #000000b3;
  text-align: center;
  width: 100%;
  padding: 10px 20px 20px;
  font-weight: 100;
  line-height: 1.3em;
  text-decoration: none;
}

.footer-link.w--current {
  font-weight: 300;
}

.anker-link {
  color: #00000080;
  background-color: #fff;
  padding: 10px 15px;
  display: block;
}

.image {
  width: 32px;
}

.map {
  border-radius: 1em;
  width: 100%;
  overflow: hidden;
}

.sns-qr {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  height: 90px;
  margin-top: 20px;
  display: flex;
}

.shop-message {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  font-size: .9em;
  font-weight: 300;
  display: flex;
}

.event-detail-item {
  text-align: center;
  border-bottom: 1px solid #0003;
  margin-top: 60px;
  margin-bottom: 100px;
}

.event-detail-description {
  color: #333333e6;
  font-size: .9em;
}

.event-date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1d1d1d4d;
  justify-content: center;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 1.8em;
  font-weight: 200;
  line-height: 1em;
}

.empty-state {
  background-color: #0000000d;
}

.item-empty-text {
  text-align: center;
}

.staff-name-h2 {
  margin-top: 0;
}

.event-detail-name {
  margin-top: 0;
  font-size: 1.6em;
  line-height: 1.2em;
}

.bg-white {
  background-color: #fff;
  overflow: scroll;
}

.float-anker-links-fullmenu {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #0000001a;
  border-radius: 20em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: fixed;
  inset: auto 10px 120px auto;
  overflow: hidden;
  box-shadow: 0 0 10px #0006;
}

.top-logo {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.map-link {
  margin-top: 40px;
}

.nav-link-dropupmenu {
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25vw;
  max-width: 100px;
  padding: 20px 3px;
  font-size: .9em;
}

.pop-up-wrapper {
  z-index: 9999;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-menu-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 1em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
  box-shadow: 1px 1px 10px #00000080;
}

.div-block {
  text-align: center;
}

.popup-menu-frame {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0 0 auto;
}

.pop-up-close {
  color: #00000080;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: .8em;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link-dropupmenu-imgframe {
  justify-content: center;
  display: flex;
}

.event-date-inlineblock {
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}

.divsizes {
  grid-column-gap: 1em;
  grid-row-gap: .4em;
  text-align: right;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-size: .9em;
  line-height: 1.1em;
  display: flex;
}

.menu-volume {
  color: #fff;
  text-align: center;
  background-color: #ccc8b8;
  border-radius: 7px;
  width: 30px;
  padding: .2em 10px;
  font-size: .9em;
  font-weight: 500;
  display: block;
}

.menu-volume.menu-unit {
  border-radius: 0 .3em .3em 0;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.tabs-menu {
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-tab-1 {
  letter-spacing: -.05em;
  background-color: #fff;
  background-image: url('../images/icon_beer-tap.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto 38px;
  border: 1px solid #00000030;
  align-items: center;
  padding: .7em .6em .7em 1.7em;
  font-size: 1.8em;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: #dbd7c54d;
  border-right: 1px solid #0003;
  box-shadow: inset 1px 1px 5px 1px #d6d6d6;
}

.tab-link-tab-1.glass {
  background-image: url('../images/icon_beer-glass.svg');
}

.div-block-6 {
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.beer-style {
  border-right: 2px solid #000;
  padding-right: .5em;
}

.brewery {
  color: #666;
  border-right: 1px solid #999;
  margin-right: .3em;
  padding-right: .5em;
}

.div-block-7 {
  flex: 1;
  margin-top: 0;
}

.menu-item-name-tap {
  grid-row-gap: .18em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  display: grid;
}

.collection-item-2, .collection-item-3, .collection-item-4 {
  margin-top: 10px;
}

.div-block-9 {
  object-fit: fill;
}

.grid-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
}

.paragraph {
  text-align: center;
  margin-bottom: 20px;
}

.text-block-14 {
  text-align: center;
  font-size: 1em;
}

.text-block-14.eng {
  margin-bottom: 10px;
  font-size: 1em;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: .9em;
}

.paragraph-3 {
  margin-top: 20px;
  font-size: 1em;
  font-weight: 500;
}

.div-sns {
  margin: 20px 3px;
  display: block;
}

.image-7, .snsicon {
  height: 100%;
}

.text-block-99 {
  text-align: center;
  margin-top: 10px;
  font-size: .8em;
  line-height: 1.1em;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  height: 50px;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.div-block-14 {
  margin-left: 25%;
  margin-right: 25%;
}

.div-block-menu {
  margin-left: 10%;
  margin-right: 10%;
}

.text-block-101 {
  color: #b17d7d;
  text-align: left;
  padding-top: 10px;
}

.grid-home-layout {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.home {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1em;
  line-height: 1.1em;
}

.top-imgs {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.home-logo {
  font-size: .9em;
}

.katakana {
  letter-spacing: -.1em;
  white-space: nowrap;
  margin-right: .1em;
}

.kanji {
  white-space: nowrap;
  font-size: 1.4em;
}

.kanji.aug25 {
  line-height: 1.2em;
}

.home-h1 {
  font-size: 1.8em;
  font-weight: 100;
  line-height: 1em;
}

.home-logo-submessage {
  grid-row-gap: .5em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 20px;
  display: grid;
}

.catchcopy {
  color: var(--white);
  background-color: #000;
  border-radius: .2em;
  padding: .3em .8em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.information {
  letter-spacing: -.05em;
  background-color: #ebebeb;
  padding: .6em 1em;
  line-height: 1.3em;
}

.information p {
  text-align: center;
  margin-bottom: 3px;
}

.information.max-attention {
  background-color: #fff;
  border: 3px solid #000;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2em;
  margin-bottom: 2em;
}

.image-8 {
  border-radius: 3px;
  width: 100%;
}

.menu-name-h3 {
  color: var(--white);
  background-color: #5049428f;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1em;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .2em;
  width: 20vw;
  height: 24vw;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.menu-link.tap-glass {
  background-image: url('../images/OnTap.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-link.can-bottle {
  background-image: url('../images/Cans.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.menu-link.drinks-foods {
  background-image: url('../images/Cocktails.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.icons-flex {
  grid-column-gap: 30px;
  justify-content: center;
  display: flex;
}

.icon {
  align-self: center;
  width: 48px;
}

.heading {
  font-size: .9em;
  font-weight: 300;
  line-height: 1.1em;
}

.property {
  color: #524f3e;
  white-space: nowrap;
  border: 1px solid #9c9880;
  border-radius: .2em;
  width: 9.6em;
  padding: .5em;
  font-size: .9em;
  font-weight: 400;
  display: inline-block;
}

.property.nosmoking {
  font-size: .9em;
}

.bizstyle-cat-div {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-wrap: wrap;
  place-content: flex-start center;
  width: 60vw;
  margin-bottom: .8em;
  display: flex;
}

.openclose-grid {
  grid-column-gap: .5em;
  grid-row-gap: 0em;
  grid-template: ". . . . . . . ."
                 "Area Area Area-2 Area-2 Area-2 Area-3 Area-3 Area-3"
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.open-close-status {
  letter-spacing: -.05em;
  border-top: 4px solid #000;
  padding-top: .4em;
  padding-bottom: .4em;
  font-weight: 500;
}

.open-close-status.closed {
  opacity: .25;
}

.day-of-the-week {
  padding-bottom: .3em;
  padding-left: .1em;
  padding-right: .1em;
  font-size: .9em;
  line-height: 1.2em;
}

.day-of-the-week.holiday {
  color: #b00;
  border-bottom-color: #c70003;
}

.access-address {
  margin-top: 3px;
}

.access-address p {
  margin-bottom: 3px;
}

.tel {
  color: #000;
  border: 2px solid #000;
  margin-top: 1em;
  margin-bottom: 2em;
  padding: .3em .5em;
  text-decoration: none;
  display: inline-block;
}

.menu-grid {
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.section-information {
  position: static;
}

.section-3 {
  margin-bottom: 20px;
}

.store-messages-grid {
  grid-column-gap: 0px;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  max-width: 70vw;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.flex-centering {
  justify-content: center;
  display: flex;
}

.trailer {
  margin-top: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.1em;
}

.text-block-102 {
  font-size: .8em;
}

.property-copy {
  color: #524f3e;
  white-space: nowrap;
  border: 1px solid #9c9880;
  border-radius: .2em;
  width: 9.6em;
  padding: .5em;
  font-size: .9em;
  font-weight: 400;
  display: inline-block;
}

.property-copy.nosmoking {
  font-size: .9em;
}

.property-biz-hour {
  color: #524f3e;
  white-space: nowrap;
  border: 1px solid #9c9880;
  border-radius: .2em;
  padding: .5em;
  font-size: .9em;
  font-weight: 400;
  display: inline-block;
}

.property-biz-hour.nosmoking {
  font-size: .9em;
}

.menu-item-name-food {
  grid-row-gap: .18em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  font-weight: 500;
  display: flex;
}

.description-food {
  color: #333333b3;
  text-align: justify;
  margin-top: 0;
}

.text-block-103 {
  color: #a73b3b;
  text-align: left;
}

.grid-beercocktails {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.icon-copy {
  align-self: center;
  width: 48px;
}

.text-block-104 {
  padding-bottom: 0;
}

.text-block-105 {
  align-self: auto;
}

.menu-volume-copy {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ccc8b8;
  background-clip: border-box;
  border-radius: .3em 0 0 .3em;
  padding: .2em .25em .2em .5em;
  font-size: .9em;
  font-weight: 500;
  display: block;
}

.menu-volume-copy.menu-unit {
  border-radius: 0 .3em .3em 0;
  padding-left: 1px;
  padding-right: .4em;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-2 {
  color: var(--white);
  letter-spacing: -.03em;
  background-image: radial-gradient(circle, #e2c2ff82 78%, #00b7ff00);
  border-radius: 1em;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1.2em;
  font-family: Yusei Magic, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.2em;
}

.top {
  filter: drop-shadow(0 0 17px #b300ffa1);
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.1em;
}

.section-4 {
  background-image: linear-gradient(180deg, var(--white) 7%, #ffffff45 45%, white 92%, white 98%), url('../images/230823_0110.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.text-span {
  filter: drop-shadow(0 0 19px #6600ffd4);
  vertical-align: baseline;
  display: inline-flex;
}

.div-block-17 {
  background-image: url('../images/logo_cyblume.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11em;
  height: 4em;
  margin-top: 2em;
  margin-left: 2.4em;
  margin-right: 2em;
}

.container-3-copy.footerex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 2em;
}

.container-3-copy.equipment {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 3em;
  padding-bottom: 4em;
}

.container-3-copy.slider {
  justify-content: flex-end;
  align-items: center;
}

.heading-2-copy {
  color: var(--white);
  letter-spacing: -.03em;
  background-image: radial-gradient(circle, #e2c2ff82 78%, #00b7ff00);
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1.2em;
  font-family: Yusei Magic, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.2em;
}

.section-4-copy {
  color: #ff12d8c2;
  background-image: linear-gradient(#fff0 78%, #fff), linear-gradient(150deg, #fff 6%, #fff0 46%), linear-gradient(80deg, #ffffffeb 34%, #ffffff8f 83%), url('../images/230823_0110.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.heading-2-copy {
  color: var(--white);
  letter-spacing: -.03em;
  background-image: none;
  font-family: Yusei Magic, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-2-copy-copy {
  color: #ff5ae1;
  text-align: left;
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .2em;
  padding-left: 1em;
  font-family: Yusei Magic, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.2em;
  transition: opacity .2s;
}

.container-3-copy {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.top-copy {
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1em;
  display: inline-flex;
}

.top-copy.sub {
  width: 100%;
  padding-right: .3em;
  font-size: 1em;
}

.top-copy.apeal {
  letter-spacing: -.08em;
  padding-top: .1em;
  padding-bottom: .2em;
  text-decoration: underline;
}

.text-span-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  vertical-align: baseline;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  display: inline-flex;
}

.section-5 {
  z-index: 100;
  filter: drop-shadow(0 -1px 9px #00000021);
  font-family: Yusei Magic, sans-serif;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-18 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: var(--white);
  background-color: #6eafffed;
  border-radius: .5em;
  width: 100%;
  padding: .25em;
  font-size: 1.8em;
  display: inline-flex;
}

.text-block-106 {
  color: #6b147c;
  font-family: Yusei Magic, sans-serif;
  font-size: 1.8em;
  line-height: 1.2em;
}

.div-block-19 {
  filter: drop-shadow(0 0 5px #0064f0d1);
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  margin: .3em .5em;
  line-height: 1.1em;
  display: flex;
}

.div-block-20 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #00000085;
  text-align: right;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: .5em;
  display: flex;
}

.link-block-6 {
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
}

.div-block-21 {
  background-image: url('../images/instagram_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 3em;
  line-height: 3em;
}

.text-block-107 {
  color: #5ba5ff;
  background-color: #fbff00;
}

.text-block-108 {
  padding-bottom: .1em;
}

.text-block-109 {
  color: var(--white);
  line-height: 1.1em;
}

.grid-6 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: minmax(auto, max-content);
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
}

.div-block-22 {
  background-image: url('../images/OnTap.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-3 {
  aspect-ratio: 2;
  text-align: center;
  background-image: url('../images/OnTap.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .8em;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-23 {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  text-align: center;
  background-image: linear-gradient(#ffffff70, #ffffff70), url('../images/店内2（大）.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 6px #f48be3;
  border-radius: 1em;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: 200px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 6px #0003;
}

.div-block-23.livebroadcast {
  background-image: linear-gradient(#0000, #0000), url('../images/テラスでの配信の様子（中）.jpeg');
}

.div-block-23.livebroadcast._2025aug {
  justify-content: flex-end;
  align-items: flex-end;
}

.div-block-23.staff-photo {
  background-image: url('../images/L1000128-800600.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-23.staff-photo._2025aug {
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
}

.div-block-23.fanmeeting {
  background-image: url('../images/IMG_3932（中）.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-23.fanmeeting._2025aug {
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
}

.div-block-23.singasong {
  background-image: url('../images/機材.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-23.singasong._2025aug {
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
}

.div-block-23.dj {
  background-image: url('../images/dj.jpg'), linear-gradient(#ffffff70, #ffffff70), url('../images/230823_0110.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
}

.div-block-23.dj._2025aug {
  background-image: url('../images/dj.jpg'), linear-gradient(#0000, #0000), url('../images/230823_0110.jpg');
  background-size: cover, auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
}

.div-block-23._2025aug {
  border-color: #000;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  height: 230px;
}

.grid-6-copy {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.flex-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  object-fit: none;
  object-position: 0% 50%;
  overflow: hidden;
}

.div-block-23-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 240px;
  display: flex;
}

.text-block-110 {
  color: var(--white);
  background-color: #ff12d8c2;
  margin-left: 1.4em;
  padding: .3em .3em .4em;
  font-family: Yusei Magic, sans-serif;
  font-size: 1.8em;
  line-height: 1em;
}

.image-9 {
  border-radius: 1.2em;
  width: 200px;
  overflow: hidden;
}

.image-10 {
  width: 200px;
}

.section-6 {
  background-color: #f7f7f7;
}

.heading-4 {
  color: #007afc;
  text-align: center;
  border-top: 1px solid #4991fd59;
  align-self: stretch;
  margin-top: 0;
  padding-top: 1.5em;
  font-family: Yusei Magic, sans-serif;
  font-weight: 400;
}

.flex-block-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  object-fit: fill;
  align-self: stretch;
  overflow: auto;
}

.div-block-24 {
  box-sizing: content-box;
  object-fit: none;
  display: flex;
  overflow: scroll;
}

.div-block-25 {
  width: auto;
  display: flex;
  overflow: hidden;
}

.div-block-26 {
  box-sizing: content-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-3 {
  box-sizing: content-box;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-top: 3em;
  margin-left: 2em;
  margin-right: 2em;
  display: grid;
}

.flex-block-3._2025aug {
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
}

.div-block-27 {
  width: 100%;
  overflow: auto;
}

.text-block-111 {
  color: var(--white);
  background-color: #7dbcffcf;
  padding: .5em;
  font-family: Yusei Magic, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  transform: rotate(-4deg)translate(-9px, -15px);
}

.text-block-111.black {
  background-color: #5f5f5fcf;
}

.text-block-111.noto {
  letter-spacing: -.02em;
  background-color: #000000a8;
  margin-top: .3em;
  font-family: Noto Sans JP, sans-serif;
  transform: none;
}

.flex-block-4 {
  justify-content: center;
  align-items: flex-start;
}

.image-11 {
  width: 2em;
  height: 2em;
}

.div-block-28 {
  background-image: url('../images/透明テープ.png');
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 100px;
  position: absolute;
  top: -5.3em;
  transform: translate(-11px, 47px)rotate(37deg);
}

.div-block-23-co {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  font-size: 1.3em;
  display: flex;
  overflow: hidden;
}

.div-block-29 {
  opacity: .8;
  background-image: url('../images/セミナー・発表会.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
}

.div-block-29.group {
  background-image: url('../images/グループ.svg');
}

.div-block-29.group.blk {
  background-image: url('../images/グループ_1.svg');
}

.div-block-29.wifi {
  background-image: url('../images/wifi2.svg');
}

.div-block-29.wifi.blk {
  background-image: url('../images/wifi2_1.svg');
}

.div-block-29.projecter {
  background-image: url('../images/プロジェクター.svg');
}

.div-block-29.projecter.blk {
  background-image: url('../images/プロジェクター_1.svg');
}

.div-block-29.amp {
  background-image: url('../images/アンプ.svg');
}

.div-block-29.tap {
  background-image: url('../images/たこ足コンセント.svg');
}

.div-block-29.tap.blk {
  background-image: url('../images/たこ足コンセント_1.svg');
}

.div-block-29.monitor {
  background-image: url('../images/液晶モニター.svg');
}

.div-block-29.monitor.blk {
  background-image: url('../images/液晶モニター_1.svg');
}

.div-block-29.mic {
  background-image: url('../images/マイク.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-29.mic.blk {
  background-image: url('../images/マイク_1.svg');
}

.div-block-29.audio {
  background-image: url('../images/音声マーク.svg');
}

.div-block-29.audio.blk {
  background-image: url('../images/音声マーク_1.svg');
}

.div-block-29.mixer {
  background-image: url('../images/スライダー.svg');
}

.div-block-29.mixer.blk {
  background-image: url('../images/スライダー_1.svg');
}

.div-block-29.guiter {
  background-image: url('../images/アコギ.svg');
}

.div-block-29.guiter.blk {
  background-image: url('../images/アコギ_1.svg');
}

.div-block-29.petbowl {
  background-image: url('../images/ペットボウル.svg');
}

.div-block-29.petbowl.blk {
  background-image: url('../images/ペットボウル_1.svg');
}

.div-block-29.dog {
  background-image: url('../images/犬.svg');
}

.div-block-29.dog.blk {
  background-image: url('../images/犬_1.svg');
}

.div-block-29.smoking {
  background-image: url('../images/タバコ.svg');
}

.div-block-29.smoking.blk {
  background-image: url('../images/タバコ_1.svg');
}

.div-block-29.squared {
  background-image: url('../images/面積.svg');
}

.div-block-29.squared.blk {
  background-image: url('../images/面積_1.svg');
}

.div-block-29.seat {
  background-image: url('../images/イス.svg');
}

.div-block-29.seat.blk {
  background-image: url('../images/イス_1.svg');
}

.div-block-29.terrace {
  background-image: url('../images/EXIT.svg');
}

.div-block-29.terrace.blk {
  background-image: url('../images/EXIT_1.svg');
}

.div-block-29.micstand {
  background-image: url('../images/マイクスタンド.svg');
}

.div-block-29.micstand.blk {
  background-image: url('../images/マイクスタンド_1.svg');
}

.div-block-29.alchole {
  background-image: url('../images/ビール.svg');
}

.div-block-29.alchole.blk {
  background-image: url('../images/ビール_1.svg');
}

.div-block-29.juice {
  background-image: url('../images/ジュース.svg');
}

.div-block-29.juice.blk {
  background-image: url('../images/ジュース_1.svg');
}

.flex-block-3-copy {
  box-sizing: content-box;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -2em;
  display: flex;
  overflow: auto;
}

.flex-block-3-copy.equipment {
  border-top: 1px solid #4792fd59;
  padding-top: 3em;
}

.text-block-11 {
  color: #569cff;
  -webkit-text-stroke-color: #3687f8;
  width: 8.4em;
  font-family: Yusei Magic, sans-serif;
  font-weight: 400;
}

.text-block-11._2025aug {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
}

.section-7 {
  background-image: linear-gradient(143deg, #2075ff0d 15%, #ff27e914);
}

.section-7._2025aug {
  background-color: #fff;
  background-image: none;
}

.container-3-copy-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding-top: 6em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.link-block-7 {
  border: 8px solid #fff;
  border-radius: 1.6em;
  margin-bottom: 30px;
  margin-left: 3em;
  margin-right: 3em;
  box-shadow: 0 0 16px 1px #00000026;
}

.section-8 {
  background-image: url('../images/230823_0110.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  height: 60vw;
}

.grid-7 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #4792fd59;
  grid-template-rows: auto;
  align-self: stretch;
  padding: 1em .5em;
}

.flex-block-5 {
  border-top: 1px solid #4792fd59;
}

.flex-block-6 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
}

.container-5 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2em 2em 4em;
  display: flex;
}

.heading-5 {
  color: #ff65ef;
  font-family: Yusei Magic, sans-serif;
  font-size: 1.6em;
  line-height: 1.2em;
}

.heading-5._2025aug {
  color: #666;
  font-family: Noto Sans JP, sans-serif;
}

.paragraph-4 {
  color: #ff65ef;
  text-align: center;
  margin-top: .25em;
  margin-bottom: 1em;
  font-family: Yusei Magic, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.paragraph-4._2025aug {
  color: #666;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.2em;
}

.section-9 {
  background-color: #ffe9fd;
}

.link-block-8 {
  background-color: var(--white);
  color: #ff8af3;
  border: 6px solid #ff65ef;
  border-radius: 2em;
  padding: .6em 1em .7em;
  font-family: Yusei Magic, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 1px 1px 5px 1px #ff29d44a;
}

.text-block-113 {
  color: #333;
}

.section-9-copy {
  background-color: #ffe9fd;
}

.section-9-copy.gray {
  background-color: #f5f5f5;
}

.flex-block-7 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
}

.div-block-30 {
  background-image: url('../images/インスタグラムのシンプルなロゴのアイコン-1.svg');
  background-position: 50%;
  background-size: contain;
  width: 2.2em;
  height: 2.2em;
}

.image-12 {
  width: 100%;
}

.slider-2 {
  height: 60vw;
}

.slide {
  background-image: url('../images/外観（大）.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  inset: 0% 0% auto;
}

.lightbox-link {
  display: inline-block;
}

.slide-2 {
  background-image: url('../images/店内3（大）.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/IMG_5140（大）.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/テラスでの配信の様子（大）.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/IMG_5151（大）.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/店内1（大）.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/IMG_5142（大）.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/イベントの様子（大）.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-114 {
  color: #4893fd;
  margin-bottom: .2em;
  font-family: Yusei Magic, sans-serif;
  font-size: 1.6em;
}

.text-block-114.group {
  opacity: .8;
  font-size: 1.2em;
}

.text-block-115 {
  color: var(--white);
  background-color: #4a92fd;
  border-radius: .3em;
  width: 14em;
  padding-top: .3em;
  padding-bottom: .4em;
  font-family: Yusei Magic, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
}

.text-block-116 {
  font-family: Yusei Magic, sans-serif;
  font-size: 1.2em;
}

.heading-4-copy {
  color: #007afc;
  text-align: center;
  align-self: stretch;
  margin-top: .5em;
  margin-bottom: 1.2em;
  font-family: Yusei Magic, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.subtext {
  font-size: .6em;
  line-height: 1em;
}

.div-block-31 {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  flex-flow: wrap;
  margin-top: .3em;
  display: flex;
}

.mini {
  margin-left: .2em;
  font-size: .6em;
}

.mini.max {
  display: block;
}

.container-6 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.div-block-32 {
  background-image: url('../images/bekuko1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1em;
  width: 180px;
  height: 180px;
}

.div-block-33 {
  background-image: url('../images/logo_cyblume.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 90px;
}

.katakana-copy {
  letter-spacing: -.1em;
  white-space: nowrap;
  margin-right: .1em;
}

.div-block-34 {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  font-family: Yusei Magic, sans-serif;
  font-size: 1.2em;
  display: flex;
}

.flex-block-8 {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.section-4-copy-copy {
  color: #ff12d8c2;
  background-image: linear-gradient(#fff0 78%, #fff), linear-gradient(150deg, #fff 2%, #fff0 46%), linear-gradient(80deg, #ffffffeb 30%, #ffffff8f 83%);
}

.heading-2-copy-copy-copy {
  color: #52a0fc;
  text-align: center;
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .2em;
  padding-left: 1em;
  font-family: Yusei Magic, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.2em;
  transition: opacity .2s;
}

.c {
  padding-bottom: 140px;
}

.top-copy-copy {
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1em;
  display: inline-flex;
}

.top-copy-copy.sub {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: .3em;
  font-size: 1em;
}

.top-copy-copy {
  font-family: Noto Sans JP, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1em;
  display: inline-flex;
}

.top-copy-copy.sub {
  width: 100%;
  padding-right: .3em;
  font-size: 1em;
}

.top-copy-copy.apeal {
  letter-spacing: -.08em;
  padding-top: .1em;
  padding-bottom: .2em;
  text-decoration: underline;
}

.text-block-111-copy {
  color: var(--white);
  background-color: #7dbcffcf;
  padding: .5em;
  font-family: Yusei Magic, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  transform: rotate(-4deg)translate(-9px, -15px);
}

.text-block-111-copy.black {
  background-color: #5f5f5fcf;
}

.text-block-111-copy.noto {
  font-family: Noto Sans JP, sans-serif;
  transform: none;
}

.text-block-11-copy {
  -webkit-text-stroke-color: #3687f8;
  width: 8.8em;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.div-block-34-copy {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2em;
  display: flex;
}

.heading-4-copy {
  color: #000;
  text-align: center;
  border-top: 1px solid #00000059;
  align-self: stretch;
  margin-top: 0;
  padding-top: 1.5em;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.div-block-18-copy {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: var(--white);
  background-color: #353535ed;
  border-radius: .2em;
  width: 100%;
  padding: .25em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.8em;
  display: inline-flex;
}

.link-block-7-copy {
  border: 7px solid #fff;
  border-radius: .6em;
  margin-bottom: 30px;
  margin-left: 3em;
  margin-right: 3em;
  box-shadow: 0 0 16px 1px #00000026;
}

.text-block-109-copy {
  color: var(--white);
  font-size: .8em;
  line-height: 1.1em;
}

.div-block-19-copy {
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  margin: .3em .5em;
  line-height: 1.1em;
  display: flex;
}

.link-block-8-copy {
  background-color: var(--white);
  color: #fff;
  border: 6px solid #000000a1;
  border-radius: 2em;
  padding: .6em 1em .7em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 1px 1px 5px 1px #0000004a;
}

.div-block-17-copy {
  background-image: url('../images/logo_cyblume.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18em;
  height: 8em;
  margin-top: 2em;
  margin-left: 2.4em;
  margin-right: 2em;
}

.container-3-copy-copyaaay {
  color: #000000c2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 6em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.text-block-117 {
  background-color: #ffffffc4;
  border: 4px solid #000;
  margin-bottom: .5em;
  padding: .2em .5em .3em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1em;
}

.paragraph-5 {
  text-align: center;
}

.text-span-2 {
  letter-spacing: -.02em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-4-copy-copy {
  color: #000;
  text-align: center;
  border-top-color: #00000059;
  align-self: stretch;
  margin-top: 0;
  padding-top: 1.5em;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.section-4-copy-copy-copyaaa {
  color: #ff12d8c2;
  background-image: linear-gradient(#fff0 78%, #fff), linear-gradient(150deg, #fff 2%, #fff0 46%), linear-gradient(80deg, #ffffffeb 30%, #ffffff8f 83%);
}

.div-block-30-copy {
  background-image: url('../images/インスタグラムのシンプルなロゴのアイコン-1.svg');
  background-position: 50%;
  background-size: contain;
  width: 2.2em;
  height: 2.2em;
}

@media screen and (min-width: 1440px) {
  .layout-grid-gap20 {
    margin-bottom: 20px;
  }

  .collection-list-menu {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-item-flex {
    font-size: 1.6em;
  }

  .item-category-name {
    color: #0000000d;
    line-height: 1em;
  }

  .collection-list-stacked-grid {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .discriptins {
    font-size: 1.1em;
  }

  .name {
    letter-spacing: -.02em;
  }

  .div-block-10-copy {
    grid-column-gap: 15px;
  }

  .body {
    padding-bottom: 120px;
  }

  .category-icon-size {
    height: 120px;
  }

  .image-3 {
    position: static;
  }

  .top-imgs {
    width: 500px;
  }

  .home-logo {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .information {
    font-size: 1.1em;
  }

  .menu-name-h3 {
    font-size: 1.4em;
  }

  .heading {
    font-size: 1.2em;
  }

  .bizstyle-cat-div {
    font-size: 1.3em;
  }

  .openclose-grid {
    font-size: 1.6em;
  }

  .trailer {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 991px) {
  .collection-list-top-imgs {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .top-tap-linkblock, .text-block {
    font-size: 1em;
  }

  .menu-item-flex {
    font-size: 1.2em;
  }

  .nav-menu {
    font-size: 1.1em;
  }

  .nav-icon {
    display: block;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-item-name {
    font-size: .9em;
  }

  .propertybreweryplace.beer {
    font-size: .7em;
  }

  .menu-item {
    padding-bottom: 3px;
  }

  .property2 {
    font-size: .8em;
  }

  .div-block-10-copy {
    font-size: 1.2em;
  }

  .price {
    font-size: 1.3em;
  }

  .navbar {
    position: fixed;
    inset: auto 0% 0%;
  }

  .nav-shadow {
    background-image: linear-gradient(#fff0, #0000000f);
  }

  .body {
    padding-bottom: 100px;
  }

  .category-header {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 1.4em;
  }

  .category-icon-size {
    height: 60px;
  }

  .staff-name {
    font-size: 1.8em;
  }

  .staff-photo {
    border-radius: 8em;
  }

  .description {
    font-size: .9em;
  }

  .event-date {
    font-size: 1.6em;
  }

  .event-detail-name {
    font-size: 1.4em;
  }

  .bg-white {
    background-color: #fff;
  }

  .float-anker-links-fullmenu {
    font-size: 1.2em;
    bottom: 110px;
  }

  .nav-link-dropupmenu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-item-name-tap, .menu-name-h3 {
    font-size: .9em;
  }

  .day-of-the-week {
    font-size: .8em;
  }

  .store-messages-grid {
    padding-left: 1em;
  }

  .menu-item-name-food, .description-food {
    font-size: .9em;
  }

  .container-3-copy.equipment {
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .heading-2-copy-copy {
    font-size: 2.2em;
  }

  .div-block-18 {
    font-size: 1.6em;
  }

  .div-block-19 {
    margin-bottom: .3em;
    margin-right: 0;
  }

  .div-block-23 {
    border-radius: .3em;
    height: 17vw;
    box-shadow: 1px 1px 4px 1px #0003;
  }

  .text-block-110 {
    font-size: 1.5em;
  }

  .flex-block-3 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .flex-block-3._2025aug {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
  }

  .text-block-111 {
    font-size: 1.5em;
    font-weight: 400;
  }

  .text-block-111.noto {
    font-size: 1.2em;
  }

  .flex-block-3-copy {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .text-block-11 {
    font-size: 1em;
  }

  .container-3-copy-copy {
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 400px;
  }

  .link-block-7 {
    margin-bottom: 20px;
    margin-left: 1em;
    margin-right: 1em;
  }

  .heading-2-copy-copy-copy {
    font-size: 2.2em;
  }

  .text-block-111-copy {
    font-size: 1.5em;
    font-weight: 400;
  }

  .text-block-11-copy {
    font-size: 1em;
  }

  .div-block-18-copy {
    font-size: 1.6em;
  }

  .link-block-7-copy {
    margin-bottom: 20px;
    margin-left: 1em;
    margin-right: 1em;
  }

  .div-block-19-copy {
    margin-bottom: .3em;
    margin-right: 0;
  }

  .container-3-copy-copyaaay {
    justify-content: flex-end;
    align-items: center;
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .collection-list-top-imgs {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .top-tap-linkblock {
    border-radius: .4em;
    width: 160px;
  }

  .nav-grid-sp {
    margin-top: 0;
  }

  .top-tap-img {
    border-radius: .6em;
  }

  .text-block {
    border-bottom-right-radius: .6em;
    border-bottom-left-radius: .6em;
    font-size: .8em;
  }

  .layout-grid-gap20, .collection-list-menu {
    grid-template-columns: 1fr;
  }

  .item-category-name {
    font-size: 3em;
  }

  .nav-menu {
    font-size: 1em;
  }

  .nav-icon {
    height: 32px;
  }

  .nav-link {
    width: 14vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collection-list-stacked-grid {
    grid-template-columns: 1fr;
  }

  .div-block-10-copy {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }

  .price {
    margin-top: 0;
    font-weight: 400;
  }

  .logoheader-top2 {
    font-size: .9em;
  }

  .nav-shadow {
    border-bottom: 1px solid #0000001a;
  }

  .body {
    padding-bottom: 90px;
  }

  .description {
    margin-top: auto;
    font-size: .8em;
  }

  .footer-link {
    font-size: .9em;
  }

  .map {
    border-radius: .6em;
  }

  .sns-qr {
    display: flex;
  }

  .event-date {
    font-size: 1.3em;
  }

  .float-anker-links-fullmenu {
    font-size: 1.2em;
    bottom: 95px;
  }

  .nav-link-dropupmenu {
    width: 14vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .divsizes {
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1em;
  }

  .tab-link-tab-1 {
    padding-top: .7em;
    padding-bottom: .7em;
    padding-left: 1.9em;
    font-size: 1.6em;
  }

  .grid-5 {
    grid-column-gap: 10px;
  }

  .menu-name-h3 {
    padding-top: .3em;
    padding-bottom: .3em;
    font-size: .8em;
  }

  .menu-link {
    width: 28vw;
    height: 34vw;
  }

  .bizstyle-cat-div {
    width: 100%;
  }

  .store-messages-grid {
    max-width: 96vw;
  }

  .description-food {
    margin-top: auto;
    font-size: .8em;
  }

  .body-2 {
    padding-bottom: 8em;
  }

  .div-block-17 {
    width: 9em;
    height: 3em;
  }

  .section-4-copy {
    background-position: 0 0, 0 0, 50%;
    height: auto;
    padding-top: 6em;
  }

  .heading-2-copy-copy {
    padding-left: 0;
    font-size: 1.8em;
  }

  .container-3-copy {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .div-block-18 {
    border-radius: 0;
    flex-flow: row;
    font-size: 1.6em;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: center;
    margin: .5em;
  }

  .div-block-20 {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .text-block-107 {
    margin-bottom: .3em;
  }

  .div-block-23 {
    height: 25vw;
  }

  .text-block-110 {
    margin-left: 0;
    font-size: 1.4em;
    transform: none;
  }

  .flex-block-3 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
    margin-left: .5em;
    margin-right: .5em;
  }

  .text-block-111 {
    font-size: 1.3em;
  }

  .flex-block-3-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .container-3-copy-copy {
    min-height: auto;
    padding: 2em 2.5em 3em;
  }

  .link-block-7 {
    border-style: solid none none;
    border-top-width: 4px;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-5 {
    padding-top: 1em;
    padding-bottom: 3em;
  }

  .subtext {
    line-height: 1em;
  }

  .section-4-copy-copy {
    background-position: 0 0, 0 0, 50%;
    height: auto;
    padding-top: 6em;
  }

  .heading-2-copy-copy-copy {
    padding-left: 0;
    font-size: 1.8em;
  }

  .c {
    padding-bottom: 8em;
  }

  .text-block-111-copy {
    font-size: 1.3em;
  }

  .div-block-18-copy {
    border-radius: 0;
    flex-flow: row;
    font-size: 1.6em;
  }

  .link-block-7-copy {
    border-style: solid none none;
    border-top-width: 4px;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-19-copy {
    justify-content: flex-start;
    align-items: center;
    margin: .5em;
  }

  .div-block-17-copy {
    width: 12em;
    height: 6em;
  }

  .container-3-copy-copyaaay {
    min-height: auto;
    padding: 2em 2.5em 3em;
  }

  .text-block-117 {
    font-size: 2em;
  }

  .paragraph-5 {
    font-size: .9em;
  }

  .section-4-copy-copy-copyaaa {
    height: auto;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .collection-list-top-imgs {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    grid-template-columns: 1fr 1fr;
  }

  .top-tap-linkblock {
    width: 140px;
    font-size: .9em;
  }

  .nav-grid-sp {
    overflow: hidden;
  }

  .text-block {
    font-size: .9em;
  }

  .menu-item-flex {
    grid-template-columns: 1fr 4.5em;
  }

  .item-category-name {
    padding-top: 40px;
    font-size: 2.2em;
  }

  .nav-menu {
    margin-top: 5px;
    font-size: .8em;
  }

  .nav-icon {
    display: block;
  }

  .nav-link {
    width: 25vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-item-name {
    flex-direction: column;
    align-items: center;
  }

  .menu-item-name.fullmenu {
    align-items: flex-start;
  }

  .menu-item-price {
    font-size: .9em;
  }

  .propertybreweryplace.beer {
    justify-content: center;
  }

  .item-name {
    font-size: .9em;
  }

  .menu-item {
    padding-bottom: 1px;
  }

  .collection-list-stacked-grid {
    grid-column-gap: 65px;
  }

  .grid-beer {
    grid-template-columns: 1fr;
  }

  .name {
    text-align: center;
    font-size: 1.4em;
  }

  .property2 {
    justify-content: center;
  }

  .div-block-10-copy {
    justify-items: center;
  }

  .price {
    margin-top: 0;
  }

  .logoheader-top2 {
    font-size: .8em;
  }

  .section-logo-img2 {
    margin-bottom: 5px;
  }

  .main-icon {
    height: 60px;
  }

  .navbar {
    font-size: 1em;
  }

  .body {
    padding-bottom: 80px;
  }

  .staff-name {
    text-align: center;
  }

  .grid-staff {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .staff-photo {
    border-radius: 1em;
  }

  .description {
    text-align: justify;
  }

  .footer-link {
    font-size: .8em;
  }

  .anker-link {
    background-color: #ffffffe6;
    padding: 5px 10px;
  }

  .sns-qr {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .event-date {
    font-size: 1.1em;
  }

  .event-detail-name {
    font-size: 1.2em;
  }

  .float-anker-links-fullmenu {
    font-size: 1em;
    bottom: 85px;
  }

  .nav-link-dropupmenu {
    align-items: flex-end;
    width: 25vw;
  }

  .popup-menu-grid {
    border-radius: .6em;
    padding: 10px 5px;
  }

  .popup-menu-frame {
    border-radius: .6em;
  }

  .pop-up-close {
    margin-left: 5px;
    margin-right: 5px;
  }

  .nav-link-dropupmenu-imgframe {
    justify-content: center;
  }

  .divsizes {
    align-items: center;
  }

  .tabs-menu {
    margin-bottom: 10px;
    font-size: .7em;
  }

  .tab-link-tab-1 {
    background-position: 5px;
    padding-left: 2em;
    font-size: 2em;
  }

  .menu-item-name-tap {
    flex-direction: column;
    align-items: center;
  }

  .div-block-14 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .div-block-menu {
    margin-left: 0%;
    margin-right: 0%;
  }

  .top-imgs {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    width: 100%;
  }

  .home-logo {
    margin-left: 2em;
    margin-right: 2em;
  }

  .kanji {
    font-size: 1.2em;
  }

  .catchcopy {
    font-size: .9em;
  }

  .information {
    font-size: .8em;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .image-8 {
    width: 120px;
  }

  .menu-name-h3 {
    background-color: #50494263;
    flex: 1;
    align-self: center;
    padding: .3em .5em .4em;
    font-size: .8em;
  }

  .menu-link {
    width: 100%;
    height: 40vw;
    padding-left: 1em;
    padding-right: 1em;
  }

  .openclose-grid {
    grid-column-gap: .2em;
  }

  .open-close-status {
    padding-top: .3em;
    padding-bottom: .3em;
    font-size: .9em;
  }

  .day-of-the-week {
    font-size: .7em;
  }

  .menu-grid {
    grid-column-gap: .5em;
  }

  .store-messages-grid {
    max-width: 98vw;
  }

  .div-block-15 {
    width: 100%;
  }

  .menu-item-name-food {
    flex-direction: column;
    align-items: center;
  }

  .description-food {
    text-align: justify;
  }

  .grid-beercocktails {
    grid-template-columns: 1fr;
  }

  .body-2 {
    padding-bottom: 12em;
  }

  .div-block-17 {
    position: static;
  }

  .container-3-copy {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-3-copy.footerex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 2em;
    padding-bottom: 0;
  }

  .container-3-copy.equipment {
    padding-top: 2em;
  }

  .container-3-copy.slider {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4-copy {
    text-align: center;
    background-image: linear-gradient(#fff0 78%, #fff), linear-gradient(150deg, #fff 6%, #fff0 46%), linear-gradient(80deg, #ffffffeb 34%, #ffffff8f 83%);
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    padding-top: .5em;
  }

  .heading-2-copy-copy {
    text-align: center;
    margin-top: .5em;
    padding-left: 0;
    font-size: 1.1em;
  }

  .top-copy.sub {
    width: auto;
    font-size: 1.2em;
  }

  .div-block-18 {
    border-radius: 0;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .div-block-19 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: .9em;
  }

  .div-block-20 {
    background-color: var(--white);
    border-radius: .4em;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin-left: .5em;
    margin-right: .5em;
    padding-bottom: 10px;
    padding-left: .6em;
    padding-right: .6em;
  }

  .text-block-109 {
    color: #5ba5ff;
    text-align: left;
  }

  .div-block-23 {
    width: 80%;
    height: 50vw;
  }

  .text-block-110 {
    margin-left: 0;
    transform: none;
  }

  .image-9 {
    width: 120px;
  }

  .image-10 {
    width: 160px;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .div-block-26 {
    overflow: auto;
  }

  .flex-block-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.8em;
    margin-left: 0;
    padding-bottom: .5em;
    padding-left: 2em;
    display: flex;
  }

  .text-block-111 {
    font-size: 1.2em;
  }

  .image-11 {
    background-image: url('../images/インスタグラムblue.svg');
    background-position: 50%;
    background-size: contain;
  }

  .div-block-23-co {
    grid-column-gap: .1em;
    grid-row-gap: .1em;
    margin-bottom: .5em;
  }

  .div-block-29 {
    opacity: .5;
    background-position: 50% 100%;
    width: 42px;
  }

  .flex-block-3-copy {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    margin-bottom: 0;
  }

  .text-block-11 {
    font-size: .9em;
  }

  .section-7 {
    background-image: linear-gradient(94deg, #2075ff1a 15%, #ff27e91a);
  }

  .container-3-copy-copy {
    justify-content: center;
    align-items: center;
    padding: 2em 1em;
  }

  .link-block-7 {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-112 {
    display: none;
  }

  .paragraph-4 {
    margin-top: 0;
  }

  .text-block-113 {
    font-size: .9em;
  }

  .div-block-30 {
    opacity: .7;
    background-image: url('../images/インスタグラムblue.svg');
  }

  .text-block-114.group {
    font-size: 1.1em;
  }

  .text-block-115 {
    font-size: 1.2em;
  }

  .heading-4-copy {
    font-size: 1.4em;
  }

  .subtext {
    font-size: .7em;
  }

  .div-block-31 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .div-block-32 {
    width: 140px;
    height: 140px;
  }

  .div-block-33 {
    width: 140px;
    height: 60px;
  }

  .katakana-copy {
    letter-spacing: 0;
  }

  .section-4-copy-copy {
    text-align: center;
    background-image: linear-gradient(#fff0 78%, #fff), linear-gradient(150deg, #fff 6%, #fff0 46%), linear-gradient(80deg, #ffffffeb 34%, #ffffff8f 83%);
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    padding-top: .5em;
  }

  .heading-2-copy-copy-copy {
    text-align: center;
    margin-top: .5em;
    padding-left: 0;
    font-size: 1.1em;
  }

  .c {
    padding-bottom: 12em;
  }

  .top-copy-copy.sub {
    width: auto;
    font-size: 1.2em;
  }

  .text-block-111-copy {
    font-size: 1.2em;
  }

  .text-block-11-copy {
    font-size: .9em;
  }

  .heading-4-copy {
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .div-block-18-copy {
    border-radius: 0;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .link-block-7-copy {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-109-copy {
    color: #000;
    text-align: left;
  }

  .div-block-19-copy {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: .9em;
  }

  .div-block-17-copy {
    position: static;
  }

  .container-3-copy-copyaaay {
    justify-content: center;
    align-items: center;
    padding: 2em 1em;
  }

  .text-block-117 {
    font-size: 1.6em;
  }

  .text-span-2 {
    font-size: 1.1em;
    font-weight: 700;
  }

  .heading-4-copy-copy {
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .section-4-copy-copy-copyaaa {
    text-align: center;
    background-image: linear-gradient(#fff0 78%, #fff), linear-gradient(150deg, #fff 6%, #fff0 46%), linear-gradient(80deg, #ffffffeb 34%, #ffffff8f 83%);
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    padding-top: .5em;
  }

  .div-block-30-copy {
    opacity: .7;
    background-image: url('../images/インスタグラムblue_1.svg');
  }
}

#w-node-_19e80391-abf0-a797-0e76-b79c7c723483-1a0820d9 {
  align-self: start;
}

#w-node-_6b1e3c23-9ea6-e1e2-5622-dc53989bb736-1a0820d9, #w-node-b755e738-7a11-ebe9-eb37-b88b5ba70f9c-1a0820d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f74524ba-4c59-8620-2829-ac423a3b9f15-1a0820d9 {
  align-self: start;
}

#w-node-b1eac821-aaaf-cd7e-b690-2d907c193d77-1a0820d9, #w-node-_55fbe161-1d95-68ad-fd24-84c311a1941d-1a0820d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0075a78c-fcbe-24b6-1b9f-1466f6f4cc67-1a0820d9 {
  align-self: start;
}

#w-node-_6abd2afb-0962-8954-ac82-525e46d7f2e0-1a0820d9, #w-node-e79f32bf-5538-38d6-63ea-96769da5a0e4-1a0820d9, #w-node-_952c2108-5ca0-6098-73ea-b6d7cd381b57-1a0820d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bcded5e-5cf7-f261-4ffd-667d2727f797-1a0820d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c19a3929-48ad-bae4-55c4-c703317312b7-1a0820d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ab69-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ab88-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7aba7-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abba-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abcc-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abde-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abf0-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ac02-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ac14-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ac26-b508d47b {
  place-self: end;
}

#w-node-_04569f25-80e2-389f-80f2-2b29c3a5a10d-36dfdea6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f1d7ded-2572-8b73-08c0-8191043a27d3-1c382271 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1f1d7ded-2572-8b73-08c0-8191043a27d5-1c382271 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_501c3b42-a9df-d13d-ed04-4952160683c2-82037e9f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-_501c3b42-a9df-d13d-ed04-4952160683df-82037e9f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5eb23032-c593-9b4d-58d9-b1a091843747-8c7f2f39 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-db76f9c7-379a-639b-30a8-89aaa054814b-8c7f2f39, #w-node-b1e07d8e-a9e5-a566-fa58-610a5112a3bb-8c7f2f39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_054bcd5a-0600-402a-45b2-690c5573d1be-8c7f2f39 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_054bcd5a-0600-402a-45b2-690c5573d1c0-8c7f2f39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7485ff1-17bd-dc4b-afca-3ac8c8d4caeb-1fd61457, #w-node-_26ece334-6521-a756-e76e-72ea75c610f8-f988fd20, #w-node-c160e353-b18e-b79f-a7d2-c51b7eda8c15-f988fd20, #w-node-be6bc317-fbc6-2b69-5b67-d10ae713a8d3-f988fd20, #w-node-_1218d668-0289-c312-2d84-a49ca7899bf7-f988fd20, #w-node-_21d4aaa2-8029-f173-f5d1-01f640239d51-f988fd20, #w-node-_32454868-8d30-c401-18d1-2cbb5582f548-f988fd20, #w-node-b09aab96-8f91-aaa0-405b-7224c24ef786-f988fd20, #w-node-_18ff8896-6601-22b5-6893-a0ff7e5e551b-f988fd20, #w-node-_2e002426-7a91-817f-cca6-4eea8f5f7e0d-f988fd20, #w-node-c7485ff1-17bd-dc4b-afca-3ac8c8d4caeb-f988fd20 {
  place-self: end;
}

#w-node-a225a56b-bce2-7734-fd5a-dafc2d9449e1-5286967f, #w-node-ded89513-47a6-6a37-e38d-1849d8c4b0b3-94b1aebb, #w-node-ab61b587-3a73-d341-a788-e986955f89de-94b1aebb, #w-node-_05419a94-d0cc-0eac-a429-5d358ad9db2b-88681a76, #w-node-cecc472b-8c68-fe65-c34a-f7b759158b7b-ea1fb197, #w-node-_2481d15b-df84-6a7a-be46-ddb147b4f611-d0b042e4, #w-node-_72ac2e17-1200-293b-1d24-6debd4f3a234-d0b042e4, #w-node-_2c11662a-2b69-4f22-289c-a449ae96f203-d0b042e4, #w-node-_2c11662a-2b69-4f22-289c-a449ae96f207-d0b042e4, #w-node-_2c11662a-2b69-4f22-289c-a449ae96f209-d0b042e4, #w-node-_2c11662a-2b69-4f22-289c-a449ae96f20b-d0b042e4, #w-node-_2c11662a-2b69-4f22-289c-a449ae96f20d-d0b042e4, #w-node-_2c11662a-2b69-4f22-289c-a449ae96f20f-d0b042e4, #w-node-_2c11662a-2b69-4f22-289c-a449ae96f211-d0b042e4, #w-node-_2c11662a-2b69-4f22-289c-a449ae96f213-d0b042e4, #w-node-_2c11662a-2b69-4f22-289c-a449ae96f215-d0b042e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c11662a-2b69-4f22-289c-a449ae96f217-d0b042e4 {
  grid-area: Area;
}

#w-node-_2c11662a-2b69-4f22-289c-a449ae96f219-d0b042e4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2c11662a-2b69-4f22-289c-a449ae96f21b-d0b042e4 {
  order: 0;
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7461964b-c589-af1f-b58e-88ea938fd68e-d0b042e4, #w-node-_529ee3b5-7862-8889-5f50-5d37c244e535-d0b042e4, #w-node-a4eff541-9fda-7f4c-9428-bbfa1bcae783-d0b042e4, #w-node-_18941f98-5c47-4b2a-36d1-f29bd8d16531-d0b042e4, #w-node-_2481d15b-df84-6a7a-be46-ddb147b4f611-77d64472, #w-node-_72ac2e17-1200-293b-1d24-6debd4f3a234-77d64472, #w-node-_529ee3b5-7862-8889-5f50-5d37c244e535-77d64472, #w-node-_7461964b-c589-af1f-b58e-88ea938fd68e-77d64472, #w-node-_2c11662a-2b69-4f22-289c-a449ae96f203-77d64472, #w-node-a4eff541-9fda-7f4c-9428-bbfa1bcae783-77d64472, #w-node-_18941f98-5c47-4b2a-36d1-f29bd8d16531-77d64472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ab52-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ab57-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ab71-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ab76-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ab90-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ab95-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abb0-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abb5-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abc2-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abc7-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abd4-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abd9-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abe6-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abeb-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abf8-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7abfd-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ac0a-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ac0f-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ac1c-b508d47b, #w-node-_5acc2ff6-1f11-3eb6-3953-c536feb7ac21-b508d47b, #w-node-_04569f25-80e2-389f-80f2-2b29c3a5a108-36dfdea6, #w-node-_04569f25-80e2-389f-80f2-2b29c3a5a10b-36dfdea6, #w-node-_43a05cc4-e959-a1b9-cf0a-beeb34989bb7-1c382271, #w-node-_1f1d7ded-2572-8b73-08c0-8191043a27d3-1c382271, #tap.w-node-_286c5a63-02f8-c7a8-2340-0c42fd03b071-8c7f2f39, #w-node-_5eb23032-c593-9b4d-58d9-b1a091843747-8c7f2f39, #w-node-db76f9c7-379a-639b-30a8-89aaa0548161-8c7f2f39, #beer-cocktails.w-node-f9d1109e-c7cf-3bd8-8b22-ac1890120ee4-8c7f2f39, #w-node-_8293e879-a901-4cd0-3dba-4b9515747a83-8c7f2f39, #cocktails.w-node-fa19b5c8-b083-7c88-aa97-42a8e581245e-8c7f2f39, #w-node-fa19b5c8-b083-7c88-aa97-42a8e5812463-8c7f2f39, #soft-drinks.w-node-_19cbb1b6-3001-69e8-a67c-673a6d5ec37b-8c7f2f39, #w-node-d835a34d-2789-e02d-cca9-1a1605f3510f-8c7f2f39, #foods.w-node-_8af958b7-56af-fd8c-4520-06e20712000d-8c7f2f39, #w-node-_8af958b7-56af-fd8c-4520-06e207120012-8c7f2f39, #Champagne.w-node-_0d8a7921-643d-6ff4-d0ea-03c882b4baae-8c7f2f39, #w-node-f3d0b6b4-5149-e6c7-a59e-6da44eab4fe8-8c7f2f39, #cans.w-node-_054bcd5a-0600-402a-45b2-690c5573d1b9-8c7f2f39, #w-node-_054bcd5a-0600-402a-45b2-690c5573d1be-8c7f2f39, #w-node-_43a05cc4-e959-a1b9-cf0a-beeb34989c18-1fd61457, #w-node-c7485ff1-17bd-dc4b-afca-3ac8c8d4cae6-1fd61457, #tap.w-node-_286c5a63-02f8-c7a8-2340-0c42fd03b071-f988fd20, #w-node-_26ece334-6521-a756-e76e-72ea75c610e6-f988fd20, #can.w-node-f9d1109e-c7cf-3bd8-8b22-ac1890120ee4-f988fd20, #w-node-c160e353-b18e-b79f-a7d2-c51b7eda8c06-f988fd20, #bottle.w-node-_195ed35c-120b-c7ca-49ee-3481fda403cb-f988fd20, #w-node-be6bc317-fbc6-2b69-5b67-d10ae713a8c4-f988fd20, #wine.w-node-_43a05cc4-e959-a1b9-cf0a-beeb34989bb7-f988fd20, #w-node-_1218d668-0289-c312-2d84-a49ca7899be8-f988fd20, #sake.w-node-_43a05cc4-e959-a1b9-cf0a-beeb34989bc8-f988fd20, #w-node-_21d4aaa2-8029-f173-f5d1-01f640239d42-f988fd20, #sour.w-node-_43a05cc4-e959-a1b9-cf0a-beeb34989bd8-f988fd20, #w-node-_32454868-8d30-c401-18d1-2cbb5582f543-f988fd20, #beer-cocktail.w-node-_43a05cc4-e959-a1b9-cf0a-beeb34989be8-f988fd20, #w-node-b09aab96-8f91-aaa0-405b-7224c24ef781-f988fd20, #other-cocktail.w-node-_43a05cc4-e959-a1b9-cf0a-beeb34989bf8-f988fd20, #w-node-_18ff8896-6601-22b5-6893-a0ff7e5e5516-f988fd20, #soft-drink.w-node-_43a05cc4-e959-a1b9-cf0a-beeb34989c08-f988fd20, #w-node-_2e002426-7a91-817f-cca6-4eea8f5f7e08-f988fd20, #food.w-node-_43a05cc4-e959-a1b9-cf0a-beeb34989c18-f988fd20, #w-node-c7485ff1-17bd-dc4b-afca-3ac8c8d4cae6-f988fd20, #w-node-_286c5a63-02f8-c7a8-2340-0c42fd03b071-5286967f, #w-node-_24a6c068-0cbe-b864-57b4-f3140a953d91-5286967f, #w-node-_2481d15b-df84-6a7a-be46-ddb147b4f611-d0b042e4, #w-node-_72ac2e17-1200-293b-1d24-6debd4f3a234-d0b042e4, #w-node-_2c11662a-2b69-4f22-289c-a449ae96f203-d0b042e4, #w-node-_7461964b-c589-af1f-b58e-88ea938fd68e-d0b042e4, #w-node-_529ee3b5-7862-8889-5f50-5d37c244e535-d0b042e4, #w-node-_2481d15b-df84-6a7a-be46-ddb147b4f611-77d64472, #w-node-_72ac2e17-1200-293b-1d24-6debd4f3a234-77d64472, #w-node-_529ee3b5-7862-8889-5f50-5d37c244e535-77d64472, #w-node-_7461964b-c589-af1f-b58e-88ea938fd68e-77d64472, #w-node-_2c11662a-2b69-4f22-289c-a449ae96f203-77d64472 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1f1d7ded-2572-8b73-08c0-8191043a27d9-1c382271, #w-node-db76f9c7-379a-639b-30a8-89aaa054814f-8c7f2f39 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db76f9c7-379a-639b-30a8-89aaa0548161-8c7f2f39 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-b1e07d8e-a9e5-a566-fa58-610a5112a3bf-8c7f2f39 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1e07d8e-a9e5-a566-fa58-610a5112a3d1-8c7f2f39 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_054bcd5a-0600-402a-45b2-690c5573d1c4-8c7f2f39 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4f020f7c-70df-1ffd-e6d0-e9f582037ea3-82037e9f, #w-node-_501c3b42-a9df-d13d-ed04-4952160683c7-82037e9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26ece334-6521-a756-e76e-72ea75c610f6-f988fd20 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Apollo';
  src: url('../fonts/APOLLO.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}