:root {
  --white: white;
  --black: black;
}

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

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

.far-outline {
  position: relative;
}

.stck {
  display: none;
}

.filter-icon {
  width: 100%;
  max-width: 260px;
  height: auto;
}

.filter-area {
  padding: 0 8px;
  margin-top: -14px;
}


/* How Toパート */

.howto {
  grid-row-gap: 48px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  padding: 64px 16px 96px;
  text-decoration: none;
  display: flex;
  margin: 0 auto;
}

.howto-title {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 241px;
  text-decoration: none;
  display: flex;
}

.howto-title-main {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.howto-title-sub {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.howto-explanation {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.howto-explanation ul {
  padding-left: 30px;
  align-items: flex-start;
  gap: 8px;
}

.howto-explanation ul li {
  color: #fff;
}

.frame-137 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.howto-cont-title {
  color: #f4cc25;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.howto-cont-sub {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.term-frame-top {
  grid-row-gap: 10px;
  background-color: #fccf04;
  border-radius: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
  margin: 16px auto;
  width: 100%;
  max-width: 237.27px;
}

.term-frame {
  grid-row-gap: 10px;
  background-color: #f4cc25;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.term-text {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-140 {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-20-top {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-21 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-21-top {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.howto-image {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 100%;
  height: 257px;
  overflow: hidden;
}

.howto-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.explanation-text1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.explanation-text2 {
  color: #696969;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

/* ここまで */


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

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


.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 375px;
}

.far-outline {
  max-width: 375px;
  background-color: rgba(222, 222, 222, 1.0);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, .25);
  margin: 0 auto;
}

.outline {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 0 solid #ccc;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.image {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 375px;
  height: 281px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 281px;
  display: flex;
}

.batch {
  grid-column-gap: 2px;
  background-color: #f4cc25;
  border-top-right-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 4px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 253px;
  left: 0;
}

.stamp-1 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 3px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.1784px;
  height: 14.1809px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.txt {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 16px;
  margin-right: 16px;
  text-decoration: none;
  display: flex;
}

.name {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-3 {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.batch-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.batch-3 {
  background-color: #d7000f;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
  text-decoration: none;
  display: flex;
}

.event-1 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 18px;
  height: 18px;
  padding: 2px 5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 8.87655px;
  height: 13.05px;
  text-decoration: none;
  display: flex;
}

.absolute {
  position: absolute;
  transform: translate(-50%, -50%);
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.batch-4 {
  background-color: #2c8b00;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  text-decoration: none;
  display: flex;
}

.menu-1 {
  grid-column-gap: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 18px;
  height: 18px;
  padding: 3px 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 4.851px;
  height: 12.7935px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 3.26475px;
  height: 12.7733px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.event {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  border-width: 1px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.batch-5 {
  background-color: #d7000f;
  border-radius: 3px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  text-decoration: none;
  display: flex;
}

.event-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 3px 6px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11.8354px;
  height: 17.4px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.outline-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-8 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-32 {
  grid-column-gap: 8px;
  border: 1px solid #ccc;
  border-width: 1px 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-10 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.frame-33 {
  grid-column-gap: 8px;
  border: 0 solid #ccc;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.menu {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-width: 1px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 16px 32px;
  text-decoration: none;
  display: flex;
}

.batch-6 {
  background-color: #2c8b00;
  border-radius: 3px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  text-decoration: none;
  display: flex;
}

.menu-2 {
  grid-column-gap: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 3px 6px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6.468px;
  height: 17.058px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 4.353px;
  height: 17.031px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.outline-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-13 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.frame-34 {
  grid-column-gap: 8px;
  border: 1px solid #ccc;
  border-width: 1px 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-15 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.info-2 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-width: 1px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 16px;
  text-decoration: none;
  display: flex;
}

.table {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.time {
  grid-column-gap: 8px;
  border: 1px solid #ccc;
  border-width: 1px 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

._1130---1600-1600---2700 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.seat {
  grid-column-gap: 8px;
  border: 0 solid #ccc;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.error-2a55421d-e487-f283-e49d-311b5cd50b8c {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-18 {
  color: #d7000f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
}

.frame-28 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
}

.table-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.time-2 {
  grid-column-gap: 8px;
  border: 1px solid #ccc;
  border-width: 1px 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.column-title {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.column-item {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.seat-2 {
  grid-column-gap: 8px;
  border: 0 solid #ccc;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-22 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.smoke {
  grid-column-gap: 8px;
  border: 0 solid #ccc;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.card {
  grid-column-gap: 8px;
  border: 0 solid #ccc;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-25 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.tel {
  grid-column-gap: 8px;
  border: 0 solid #ccc;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-27 {
  color: #d7000f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
}

.address {
  grid-column-gap: 8px;
  border: 0 solid #ccc;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-35 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

._153-0042-xxx-xxx {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.view-on-map {
  color: #d7000f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
}

.website {
  grid-column-gap: 8px;
  border: 0 solid #ccc;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-30 {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-31 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
}

.fb {
  grid-column-gap: 8px;
  border: 0 solid #ccc;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-33 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
}

.instagram {
  grid-column-gap: 8px;
  border: 0 solid #ccc;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-34 {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-35 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
}

.x {
  grid-column-gap: 8px;
  border: 0 solid #ccc;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-36 {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-37 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
}

.shop-detail-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #ccc;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.shop-detail-list-item {
  border-bottom: 1px solid #ccc;
  min-width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.list-item-column1, .list-item-column2 {
  padding-left: 0;
  padding-right: 0;
}

.list-item-columns {
  align-items: stretch;
  display: flex;
}

.column-item-tel {
  color: #d7000f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.column-item-site {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  text-decoration: none;
  display: flex;
}

.sns {
  grid-row-gap: 12px;
  background-color: #f4cc25;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-38 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.footer-2 {
  grid-row-gap: 40px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
}

.frame-11 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 343.5px;
  text-decoration: none;
  display: flex;
}

.frame-12 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.head_btn {
  grid-column-gap: 10px;
  background-color: #222;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-41 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 28px;
  text-decoration: none;
  display: flex;
}

.frame-54 {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logotype-2 {
  object-fit: cover;
}

.toppage-outline {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
}

.top {
  max-width: 375px;
}

.catchcopy {
  width: 100%;
}

.frame-76 {
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.frame-75 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-42 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 180%;
  text-decoration: none;
}

.frame-74 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-43 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.concept-message {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0; 
}

.bps {
  background-color: rgba(0, 0, 0, 1);
  padding: 64px 16px 32px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.official-event {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.event-name {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.session {
  padding-right: 8px;
}

.frame-69 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 343px;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.frame-68 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.bps_logo-2 {
  object-fit: cover;
}

.frame-5 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-73 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-44 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  min-width: 33px;
}

.text-45 {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: underline;
}

/* ブルワリー追加 */
.brewery {
  background-color: #000;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  width: 100%;
  max-width: 375px;
  padding: 64px 0;
}

.midashi {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brew_wrap {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  max-width: 375px;
}

.brew01 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.midashi_middle {
  grid-column-gap: 12px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 375px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.frame-88 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 154px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.midashi-middle-text {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.brew-detail-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.frame-101 {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-131 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 154px;
  /* height: 28px; */
  height: 24px;
  text-decoration: none;
  display: flex;
}

.brew-name {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.brew-attention {
  color: rgba(255,255,255,0.6);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  margin: 0 auto;
}

.text-17 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-132 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.frame-133 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-89 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 154px;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.frame-134 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

/* ブルワリーここまで */

.text-46 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-47 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.wrap {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  width: 100%;
}

.frame-39 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-2 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  padding: 82px 36px;
  text-decoration: none;
  display: flex;
}

.comming-soon {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.goods {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  width: 100%;
  padding: 0 16px;
}

.text-48 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-49 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-77 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 240px;
  text-decoration: none;
  display: flex;
}

.image-3 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 82px 38px;
  text-decoration: none;
  display: flex;
}

.food {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-50 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-51 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-78 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 240px;
  text-decoration: none;
  display: flex;
}

.image-4 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 82px 38px;
  text-decoration: none;
  display: flex;
}

.ticket {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.frame-47 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-52 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-53 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.pre-ticket {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.midashi-2 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 2px;
  text-decoration: none;
  display: flex;
}

.text-54 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.scroll {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 324px;
  display: flex;
}

.wrap-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 49.5px;
  padding-right: 49.5px;
  text-decoration: none;
  display: flex;
}

.ticket-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.head {
  grid-column-gap: 10px;
  background-color: #d7000f;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  padding: 12px 55px;
  text-decoration: none;
  display: flex;
}

.text-55 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.main {
  grid-row-gap: 16px;
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.txt-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.title {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-56 {
  color: #222;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-56 {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-57 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-58 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.detail {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 96px;
  text-decoration: none;
  display: flex;
}

.text-59 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.price {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-60 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-61 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.batch-7 {
  grid-row-gap: 10px;
  background-color: #f4cc25;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 18px 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -12px;
  left: 172px;
}

.frame-63 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._200-off {
  text-align: center;
}

.ticket-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 312px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.batch-8 {
  grid-row-gap: 10px;
  background-color: #f4cc25;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 18px 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -12px;
  left: 168px;
}

.ticket-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 312px;
  text-decoration: none;
  display: flex;
}

.txt-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 240px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.frame-79 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.detail-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._1-t {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.t-m-l-xl {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 49.75px;
  text-decoration: none;
  display: flex;
}

._200-off-0 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

._200-off-1 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

._200-off-2 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.scroll-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  overflow: scroll;
}

.wrap-3 {
  grid-column-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 481px;
  padding-top: 12px;
  padding-left: 65.5px;
  padding-right: 65.5px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.ticket-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 240px;
  text-decoration: none;
  display: flex;
  position: relative;
  height: 100%;
}

.head-2 {
  grid-column-gap: 10px;
  background-color: #d7000f;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  padding: 12px 55px;
  text-decoration: none;
  display: flex;
}

.text-62 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.main-2 {
  grid-row-gap: 16px;
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 240px;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.txt-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.title-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-63 {
  color: #222;
  letter-spacing: undefinedundefined;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-80 {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-64 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-65 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.detail-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 200px;
  height: 144px;
  text-decoration: none;
  display: flex;
}

.text-66 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.price-2 {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-67 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-68 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.batch-9 {
  grid-row-gap: 10px;
  background-color: #f4cc25;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 18px 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -12px;
  left: 172px;
}

.frame-81 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._200-off-3 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

._200-off-4 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

._200-off-5 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

._200-off-6 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.dummy {
  width: 53.5px;
  min-width: 53.5px;
  height: 100px;
}

.t-m-l-xl-2 {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.batch-10 {
  grid-row-gap: 10px;
  background-color: #f4cc25;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 18px 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -12px;
  left: 172px;
}

.today-ticket {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.midashi-3 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 2px;
  text-decoration: none;
  display: flex;
}

.text-69 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.ticket-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 240px;
  text-decoration: none;
  display: flex;
}

.head-3 {
  grid-column-gap: 10px;
  background-color: #2c8b00;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  padding: 12px 55px;
  text-decoration: none;
  display: flex;
}

.text-70 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.main-3 {
  grid-row-gap: 16px;
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.txt-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.title-3 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-71 {
  color: #222;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-82 {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-72 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-73 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.detail-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-74 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-75 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-76 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.wrap-4 {
  grid-column-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 65.5px;
  padding-right: 65.5px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.frame-37 {
  background-color: #f4cc25;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.search-move-btn {
  background-color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  border: 1px solid #000;
  border-radius: 12px;
}

.official-event-2 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.attention {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._1-2-1-1-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.list-item {
  color: #fff;
  font-weight: 400;
  line-height: 150%;
}

.list-item-bold {
  color: #fff;
  font-weight: 700;
  line-height: 150%;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 16px;
  display: flex;
}

.gift_list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 0px;
  display: flex;
  margin-top: 8px;
}

.gift-item {
  color: #333;
  font-weight: 400;
  line-height: 150%;
}

.gift-item-bold {
  color: #333;
  font-weight: 700;
  line-height: 150%;
}

.frame-84 {
  grid-row-gap: 32px;
  background-color: #f4cc25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 16px 48px;
  text-decoration: none;
  display: flex;
}

.midashi-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-77 {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-78 {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-86 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 343px;
  text-decoration: none;
  display: flex;
}

.text-79 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.comming-soon-2 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.image-5 {
  width: 152px;
  height: 152px;
}

.frame-44 {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.frame-45 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-80 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.tokyo-craft-beer-week {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.frame-43 {
  grid-column-gap: 10px;
  background-color: #f4cc25;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 24px 56px;
  text-decoration: none;
  display: flex;
}

.text-81 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.container {
  max-width: none;
  padding-top: 32px;
  padding-bottom: 32px;
}

.div-block {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 16px;
}

/* マップエリア（toppage用） */
.heroarea {
  max-width: 375px;
  margin: 0 auto;
}

.section2 {
  max-width: 375px;
  margin: 0 auto;
  padding: 32px 16px 16px 16px !important;
}

/* チケットボタン */
.ticket-btn {
  background-color: #2c8b00;
  border-radius: 38px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 343px;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translate(-50%, 0%);
  box-shadow: 0 2px 16px rgba(0, 0, 0, .25);
  z-index: 100;
}

.ticket-btn-pc {
  background-color: #D7000F;
  border-radius: 38px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 343px;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 50%;
  bottom: 16px;
  transform: translate(-50%, 0%);
  box-shadow: 0 2px 16px rgba(0, 0, 0, .25);
  z-index: 100;
}

.ticket-btn-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.stick-banner-btn {
  width: 140px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 20px;
}

.stick_banner {
  width: 100%;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.batch-11 {
  grid-row-gap: 10px;
  background-color: #f4cc25;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 18px 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -12px;
  right: 6px;
}

.batch-12 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 18px 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -12px;
  right: -18px;
}

.batch-13 {
  grid-row-gap: 10px;
  background-color: #f4cc25;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 18px 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -12px;
  right: -24px;
}

/* PC背景 */
.pcnav {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.left {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((0% + 450px) / 2);
  z-index: 5;
}

.right {
  width: 340px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc((0% + 450px) / 2);
  z-index: 5;
  grid-row-gap: 16px;
  display: flex;
  flex-flow: column;
}

.right .text-82 {
  color: #000;
}

.right .text-83 {
  color: #000;
}

.right .text-84 {
  color: #000;
}

.right .text-85 {
  color: #000;
}

.right .text-89 {
  color: #000;
}

.right .frame-90 {
  border: 2px solid #000;
}

/* グッズ追加用 */
.frame-39 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 16px 40px;
  text-decoration: none;
  display: flex;
}

.image-7 {
  width: 240px;
  height: 240px;
}

.flex-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
}

.goods_text_1 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.goods_text_2 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
/* ここまで */


/* スタンプラリー追加分 */

.stamp_howto {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.stamp_howto_inner {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.stamp_howto_h1 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.stamp_frame_1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.stamp_frame_2 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.stamp_step {
  grid-column-gap: 10px;
  background-color: #222;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 24px;
  padding: 4px 16px;
  text-decoration: none;
  display: flex;
}

.stamp_stamp_title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.stamp_text_1 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.stamp_frame_3 {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  margin: 12px 0;
}

.stamp_text_2 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.arrow_down_box {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 19px 17px;
  text-decoration: none;
  display: flex;
}

.arrow_down {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.4229px;
  height: 9.2px;
  text-decoration: none;
  display: flex;
}

.stamp_frame_4 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.stamp_frame_5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.stamp_frame_6 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.stamp_border {
  border-top: 1px solid #ccc;
  width: 100%;
  height: 0;
}

.stamp_howto_h2 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.stamp_text_3 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.stamp_text_gift {
  color: #222;
  width: 100%;
  text-align: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  padding: 0 24px;
}

.stamp_button {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
}

.stamp_frame_7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
}

.stamp_frame_8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
}

.stamp_frame_9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.stamp_frame_10 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.stamp_frame_11 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.stamp_icon_small {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64.0033px;
  height: 64.0033px;
  text-decoration: none;
  display: flex;
}

.stamp_icon_number_1 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 19.0017px;
  left: 24px;
}

.stamp_icon_text {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.can_xlarge-1 {
  object-fit: cover;
}

.stamp_frame_12 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.stamp_frame_13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.stamp_frame_18 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.stamp_frame_19 {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  text-decoration: none;
  display: flex;
}

.stamp_text_5 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.stamp_icon_number_2 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 19.0017px;
  left: 18px;
}

.t-shirt-1 {
  object-fit: cover;
}

.stamp_icon_number_3 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 19.0017px;
  left: 15px;
}

.stamp_icon_number_4 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 19.0017px;
  left: 15px;
}

.stamp_text_4 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.stamp_frame_16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

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

.stamp_frame_14 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.stamp_text_6 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.stamp_frame_15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-5 {
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  width: 100%;
  padding: 16px;
}

.flex-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.flex-block-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
}

.image-8 {
  width: 90px;
}

.flex-block-8 {
  display: flex;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 23px;
}

.image-9 {
  height: 166.485px;
}

.image-10 {
  width: 100%;
}

.stamp_text_7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #222;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: 44px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.stamp_text_8 {
  color: #222;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

/* スタンプラリー追加分ここまで */

.gyoza-fair {
  margin: 32px 0;
  width: 100%;
  background: #F4CC25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.gyoza-fair-image {
  width: 100%;
  height: auto;
}

.joinsyop-gyoza li {
  text-decoration: none;
}


@media screen and (max-width: 1600px) {

  .left {
  left: calc((0% + 350px) / 4);
  }

  .right {
    right: calc((0% + 350px) / 4);
  }
}

@media screen and (max-width: 1200px) {

  .stck {
    display: block;
  }

  .pc {
    display: none;
  }

  .toppage-outline {
    background-color: rgba(0, 0, 0, 0.0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }

  .stick-banner-btn {
    width: 80px;
    height: auto;
    position: fixed;
    top: auto;
    left: auto;
    right: 0;
    bottom: 24px;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    z-index: 10;
  }

}


@media screen and (max-width: 500px) {

  .far-outline {
    background-color: rgba(222, 222, 222, 0.0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    margin: 0 auto;
  }
}