@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-gray-02: #f9f9f9;
  --color-tb-red: #f21b39;
  --content-width-pc: 1100px;
}
/*
#local-taste,
#nextgen-food,
#venue-map,
#dining-space,
#sdgs,
#app-coupon {
	scroll-padding-top: 240px;

	@media (max-width: 950px) {
		//scroll-margin-top: 130px;
		scroll-padding-top: 130px;
	}

	@media (max-width: 868px) {
		//scroll-margin-top: 160px;
		scroll-padding-top: 160px;
	}

	@media (max-width: 600px) {
	//	scroll-margin-top: 140px;
		scroll-padding-top: 140px;
	}

	@media (max-width: 473px) {
//		scroll-margin-top: 170px;
		scroll-padding-top: 217px;
	}
}
*/
.wholewrapper {
  padding-top: 0;
}
@media print, screen and (max-width: 1400px) {
  .wholewrapper {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 960px) {
  .wholewrapper {
    padding-top: 0;
  }
}
.wholewrapper::before {
  display: none;
}
.contents_wrap ul.pankuzu {
  position: absolute;
  top: 146px;
}
@media screen and (max-width: 960px) {
  .contents_wrap ul.pankuzu {
    top: 46px;
  }
}
#main {
  margin: 0 calc(50% - 50vw);
}
#main .tb_contents {
  position: relative;
  margin-top: -27px;
  background-color: #fff5eb;
  background-image: url(../media/images/2026/tokyobar/bg_pattern_pc.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
}
@media screen and (max-width: 1200px) {
  #main .tb_contents {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  #main .tb_contents {
    background-image: url(../media/images/2026/tokyobar/bg_pattern_sp.png);
    padding-right: 0;
    padding-left: 0;
  }
}
[lang="en"] #main .tb_contents, [lang="zh-CN"] #main .tb_contents {
  margin-top: 0;
}
#main .section_wrap {
  position: relative;
  padding-bottom: 300px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #main .section_wrap {
    padding-bottom: 220px;
  }
}
@media screen and (max-width: 600px) {
  #main .section_wrap {
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 380px;
  }
}
#main .section_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 280px;
  background: no-repeat center bottom / 100% auto;
  background-image: url(../media/images/2026/tokyobar/footer_bg_pc.png);
}
@media screen and (max-width: 1200px) {
  #main .section_wrap::after {
    margin-right: -30px;
    margin-left: -30px;
    width: auto;
    height: 200px;
  }
}
@media screen and (max-width: 960px) {
  #main .section_wrap::after {
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  #main .section_wrap::after {
    margin-right: 0;
    margin-left: 0;
    height: 360px;
    background-image: url(../media/images/2026/tokyobar/footer_bg_sp.png);
  }
}
#main .section_wrap__img {
  width: 100%;
  height: auto;
  display: block;
}
#main .anchor_menu {
  margin-top: 24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #main .anchor_menu:not(#main .anchor_menu.fixed) {
    margin: 0 16px 48px;
    width: auto;
  }
}
#main .anchor_menu.fixed {
  display: block;
}
@media screen and (max-width: 375px) {
  #main .anchor_menu.fixed {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    width: auto;
  }
}
#main .anchor_menu.static {
  position: static !important;
}
#main .anchor_menu.scroll_fixed {
  visibility: hidden;
  position: fixed;
}
#main .anchor_menu.scroll_fixed.fixed {
  visibility: visible;
}
#main .anchor_list li a {
  color: var(--color-tb-red);
}
#main .anchor_list li a:hover::before {
  background-color: var(--color-tb-red);
}
#main .anchor_list li a::before {
  background-color: var(--color-tb-red);
}
#main .tb-hero {
  position: relative;
}
#main .tb-hero__mv {
  width: 100%;
  overflow: hidden;
}
#main .tb-hero__mv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .tb-hero__cta {
  position: absolute;
  bottom: 27%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid var(--color-tb-red);
  border-radius: 44px;
  padding: 6px 24px;
  font-size: 13px;
  line-height: 1.308;
  font-weight: 700;
  color: var(--color-tb-red);
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  #main .tb-hero__cta {
    bottom: 25%;
  }
}
@media screen and (max-width: 1024px) {
  #main .tb-hero__cta {
    bottom: 23%;
  }
}
@media screen and (max-width: 960px) {
  #main .tb-hero__cta {
    bottom: 21%;
  }
}
@media screen and (max-width: 767px) {
  #main .tb-hero__cta {
    bottom: 19%;
  }
}
@media screen and (max-width: 640px) {
  #main .tb-hero__cta {
    bottom: 25.3%;
    font-size: 14px;
    padding: 6px 27px;
  }
}
[lang="en"] #main .tb-hero__cta, [lang="zh-CN"] #main .tb-hero__cta {
  bottom: 21%;
}
@media screen and (max-width: 1200px) {
  [lang="en"] #main .tb-hero__cta, [lang="zh-CN"] #main .tb-hero__cta {
    bottom: 17%;
  }
}
@media screen and (max-width: 960px) {
  [lang="en"] #main .tb-hero__cta, [lang="zh-CN"] #main .tb-hero__cta {
    bottom: 11%;
  }
}
@media screen and (max-width: 640px) {
  [lang="en"] #main .tb-hero__cta, [lang="zh-CN"] #main .tb-hero__cta {
    bottom: 25%;
  }
}
#main .tb-intro {
  padding: 40px 0px 26px;
}
@media screen and (max-width: 600px) {
  #main .tb-intro {
    padding: 30px 16px 32px;
  }
}
#main .tb-intro__inner {
  max-width: var(--content-width-pc);
  margin: 0 auto;
}
#main .tb-intro__content {
  background: var(--color-white);
  border-radius: 4px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  padding: 32px 24px;
}
@media screen and (max-width: 600px) {
  #main .tb-intro__content {
    padding: 32px 17px;
  }
}
#main .tb-intro__title {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  #main .tb-intro__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  #main .tb-intro__title {
    font-size: 28px;
  }
}
#main .tb-intro__desc {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #main .tb-intro__desc {
    margin-bottom: 32px;
  }
}
#main .tb-intro__cards {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #main .tb-intro__cards {
    flex-direction: column;
  }
}
#main .tb-intro__card {
  flex: 1;
  max-width: 440px;
  background: var(--color-gray-02);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
}
@media screen and (max-width: 600px) {
  #main .tb-intro__card {
    max-width: 100%;
    height: auto;
    padding: 24px;
  }
}
#main .tb-intro__card-icon {
  margin: 0 auto 13px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #main .tb-intro__card-icon {
    width: 100px;
    height: 100px;
  }
}
#main .tb-intro__card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .tb-intro__card-text {
  text-align: center;
}
#main .tb-intro__card-title {
  font-size: 18px;
  font-weight: 700;
}
#main .tb-intro__card-desc {
  font-size: 13px;
  line-height: 1.5;
  margin: 7px 0 0;
}
#main .tb_nextgen-food .tb-section__inner {
  padding-bottom: 40px;
}
#main .tb_nextgen-food .tb-section__inner .tb-shops__title {
  margin-bottom: 24px;
}
#main .tb-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #main .tb-section {
    margin-bottom: 62px;
  }
}
#main .tb-section__container {
  max-width: var(--content-width-pc);
  margin: 0 auto;
  background: #efeff1;
  border-radius: 4px;
  overflow: hidden;
}
#main .tb-section__container--nextgen {
  background: var(--color-white);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}
#main .tb-section__banner {
  position: relative;
}
#main .tb-section__banner picture {
  display: block;
  width: 100%;
  height: 100%;
}
#main .tb-section__banner--famous {
  position: absolute;
  top: 3.5%;
  right: 1.5%;
  width: 23%;
  background-image: url(../media/images/2026/tokyobar/bg_wh_pc.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  #main .tb-section__banner--famous {
    width: 24%;
  }
}
@media screen and (max-width: 1024px) {
  #main .tb-section__banner--famous {
    width: 28%;
  }
}
@media screen and (max-width: 930px) {
  #main .tb-section__banner--famous {
    top: 0;
    right: 0;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  #main .tb-section__banner--famous {
    background-image: url(../media/images/2026/tokyobar/bg_wh_sp.png);
    background-position: top right;
    transform: none;
    width: 60%;
  }
}
#main .tb-section__banner--famous figure {
  margin: 0;
  padding: 7% 14% 10%;
}
@media screen and (max-width: 1200px) {
  #main .tb-section__banner--famous figure {
    padding: 7% 12% 10%;
  }
}
@media screen and (max-width: 1024px) {
  #main .tb-section__banner--famous figure {
    padding: 4% 9% 9%;
  }
}
@media screen and (max-width: 767px) {
  #main .tb-section__banner--famous figure {
    padding: 3% 0% 11% 17%;
  }
}
#main .tb-section__banner--famous figure img {
  display: block;
  width: 77%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  #main .tb-section__banner--famous figure img {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  #main .tb-section__banner--famous figure img {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  #main .tb-section__banner--famous figure img {
    width: 46%;
    margin-right: 18%;
  }
}
#main .tb-section__banner--famous figcaption {
  margin: -2% 0 0;
  font-size: 8px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #main .tb-section__banner--famous figcaption {
    font-size: 7px;
  }
}
#main .tb-section__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#main .tb-section__banner--nextgen {
  padding: 36px 20px;
  border-radius: 8px;
  background: url(../media/images/2026/tokyobar/nextgen_food_bg.png) no-repeat center / cover;
}
@media screen and (max-width: 600px) {
  #main .tb-section__banner--nextgen {
    padding: 24px 0;
    background: url(../media/images/2026/tokyobar/nextgen_food_bg_sp.png) no-repeat center / cover;
  }
}
#main .tb-section__banner-overlay {
  text-align: center;
  padding: 45px 30px 44px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  #main .tb-section__banner-overlay {
    padding: 45px 27px 44px;
  }
}
#main .tb-section__banner-title {
  margin: 0 0 21px;
  font-size: 36px;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  #main .tb-section__banner-title {
    font-size: 35px;
  }
}
#main .tb-section__banner-desc {
  margin: 0;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.5;
}
#main .tb-section__inner {
  padding: 16px 22px 46px;
}
@media screen and (max-width: 960px) {
  #main .tb-section__inner {
    padding: 16px 20px 60px;
  }
}
@media screen and (max-width: 600px) {
  #main .tb-section__inner {
    padding: 33px 16px 48px;
  }
}
#main .tb-shops__title {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-tb-red);
  border-bottom: 1px solid var(--color-tb-red);
  padding-bottom: 8px;
}
@media screen and (max-width: 600px) {
  #main .tb-shops__title {
    margin-bottom: 32px;
  }
}
#main .tb-shops__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  #main .tb-shops__list {
    flex-direction: column;
  }
}
#main .tb-shops__list > li {
  flex: 0 0 calc(50% - 8px);
}
@media screen and (max-width: 600px) {
  #main .tb-shops__list > li {
    padding: 17px 16px 16px;
    width: 100%;
  }
}
#main .tb-shop {
  background: var(--color-white);
  border-radius: 4px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#main .tb-shop--featured {
  margin-bottom: 16px;
}
#main .tb-shop--featured .tb-shop__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 27px 25px;
  gap: 25px;
}
@media screen and (max-width: 600px) {
  #main .tb-shop--featured .tb-shop__content {
    flex-direction: column-reverse;
    padding: 16px;
    gap: 0;
  }
}
#main .tb-shop--featured .tb-shop__text {
  flex: 1 1 auto;
}
#main .tb-shop--featured .tb-shop__image {
  padding-top: 30px;
  flex: 0 0 342px;
  flex-shrink: 0;
  border: 1px solid #efeff1;
}
@media screen and (max-width: 600px) {
  #main .tb-shop--featured .tb-shop__image {
    flex: auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-bottom: 19px;
  }
}
#main .tb-shop--featured .tb-shop__image img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #main .tb-shop--featured .tb-shop__name {
    margin: 0 0 3px;
  }
}
#main .tb-shop__name-group {
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  #main .tb-shop__name-group {
    margin-bottom: 10px;
  }
}
#main .tb-shop__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 4px;
}
#main .tb-shop__subtitle {
  margin: 3px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  #main .tb-shop__subtitle {
    margin: 0 0 2px;
  }
}
#main .tb-shop__desc p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}
#main .tb-shop__desc p + p {
  margin-top: 1.4em;
}
@media screen and (max-width: 600px) {
  #main .tb-shop__desc p + p {
    margin-top: 1.5em;
  }
}
#main .tb-shop__info {
  flex: 1;
}
#main .tb-shop__info .tb-shop__name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 600px) {
  #main .tb-shop__info .tb-shop__name {
    font-size: 16px;
  }
}
#main .tb-shop__menu {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media screen and (max-width: 600px) {
  #main .tb-shop__menu {
    margin-bottom: 1px;
  }
}
#main .tb-shop__menu p {
  margin: 0;
}
#main .tb-shop__menu p:first-child {
  margin-bottom: 2px;
  font-weight: bold;
}
#main .tb-shop--card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 25px 24px 24px;
}
@media screen and (max-width: 960px) {
  #main .tb-shop--card {
    display: block;
  }
}
#main .tb-shop__thumb {
  flex: 0 0 116px;
  margin-top: 6px;
}
@media screen and (max-width: 960px) {
  #main .tb-shop__thumb {
    width: 116px;
    height: auto;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 600px) {
  #main .tb-shop__thumb {
    margin: 0 auto 18px;
    width: 100%;
  }
}
#main .tb-shop__thumb img {
  display: block;
  width: 100%;
}
#main .tb-shop__tags {
  display: flex;
  gap: 10px;
}
#main .tb-shop__tag {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}
#main .tb-shop__tag::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#main .tb-shop__tag.icon_drink::before {
  background-image: url(../media/images/2026/tokyobar/icon_drink.svg);
}
#main .tb-map {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #main .tb-map {
    margin-bottom: 64px;
  }
}
#main .tb-map__inner {
  max-width: var(--content-width-pc);
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 4px;
  padding: 48px 24px 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .tb-map__inner {
    padding: 24px 16px;
  }
}
#main .tb-map__title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  #main .tb-map__title {
    margin-bottom: 25px;
  }
}
#main .tb-map__desc {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  #main .tb-map__desc {
    text-align: left;
  }
}
#main .tb-map__desc a {
  color: var(--color-tb-red);
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  #main .tb-map__image {
    width: 279px;
    margin: 0 auto;
  }
}
#main .tb-map__image img {
  width: 100%;
  max-width: 1052px;
  height: auto;
}
#main .tb-dining {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #main .tb-dining {
    margin-bottom: 65px;
  }
}
#main .tb-dining__inner {
  max-width: var(--content-width-pc);
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 4px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  padding: 40px 24px;
}
@media screen and (max-width: 600px) {
  #main .tb-dining__inner {
    padding: 24px 16px;
  }
}
#main .tb-dining__title {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 32px;
}
#main .tb-dining__desc {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .tb-dining__desc {
    text-align: left;
  }
}
#main .tb-dining__desc a {
  color: var(--color-tb-red);
  text-decoration: underline;
}
#main .tb-dining__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 640px;
  margin: 0 auto 50px;
  background: var(--color-gray-02);
  border-radius: 4px;
  padding: 24px;
}
@media screen and (max-width: 600px) {
  #main .tb-dining__info {
    padding: 26px 16px 12px;
    gap: 8px;
  }
}
#main .tb-dining__info-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  #main .tb-dining__info-row {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 600px) {
  #main .tb-dining__info-row:nth-of-type(2) {
    margin-top: 9px;
  }
}
@media screen and (max-width: 600px) {
  #main .tb-dining__info-row:nth-of-type(2) .tb-dining__info-dates {
    padding-top: 16px;
    gap: 18px;
  }
}
#main .tb-dining__info-label {
  background: var(--color-tb-red);
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  padding: 12px;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  #main .tb-dining__info-label {
    width: 100%;
    font-size: 16px;
    padding: 2px 12px;
  }
}
#main .tb-dining__info-value {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #main .tb-dining__info-value {
    text-align: center;
    padding: 17px 0;
  }
}
#main .tb-dining__info-dates {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #main .tb-dining__info-dates {
    text-align: center;
    gap: 12px;
    padding: 12px 0;
    width: 100%;
  }
}
#main .tb-dining__map {
  margin: 0 auto 48px;
  max-width: 626px;
}
#main .tb-dining__map img {
  display: block;
  max-width: 100%;
}
#main .tb-sdgs {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  #main .tb-sdgs {
    margin-top: 0;
  }
}
#main .tb-sdgs__inner {
  max-width: var(--content-width-pc);
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 4px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px;
}
@media screen and (max-width: 960px) {
  #main .tb-sdgs__inner {
    flex-direction: column;
    padding: 24px 20px;
  }
}
@media screen and (max-width: 600px) {
  #main .tb-sdgs__inner {
    padding: 16px;
  }
}
#main .tb-sdgs__image {
  flex: 0 0 342px;
  height: 229px;
  flex-shrink: 0;
  border: 1px solid var(--color-gray-02);
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #main .tb-sdgs__image {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  #main .tb-sdgs__image {
    width: 279px;
    height: 187px;
    flex: auto;
  }
}
#main .tb-sdgs__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .tb-sdgs__content {
  flex: 1;
}
#main .tb-sdgs__title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 16px;
}
#main .tb-sdgs__text {
  font-size: 16px;
  line-height: 1.5;
}
#main .tb-sdgs__text p {
  margin: 0;
}
#main .tb-sdgs__text p + p {
  margin-top: 1.5em;
}
#main .tb-coupon {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  #main .tb-coupon {
    margin-top: 64px;
  }
}
#main .tb-coupon__inner {
  max-width: var(--content-width-pc);
  margin: 0 auto;
  background: var(--color-white);
  border: 1px solid #747474;
  display: flex;
  gap: 87px;
  align-items: flex-start;
  padding: 40px 80px 25px;
}
@media screen and (max-width: 1024px) {
  #main .tb-coupon__inner {
    gap: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .tb-coupon__inner {
    flex-direction: column;
    gap: 24px;
    padding: 30px 20px;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  #main .tb-coupon__inner {
    gap: 13px;
    padding: 40px 16px 37px;
  }
}
#main .tb-coupon__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  #main .tb-coupon__title {
    font-size: 26px;
    text-align: center;
  }
}
#main .tb-coupon__desc {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  #main .tb-coupon__desc {
    text-align: center;
  }
}
#main .tb-coupon__apps {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  #main .tb-coupon__apps {
    flex-wrap: nowrap;
    gap: 6px;
  }
}
#main .tb-coupon .tb-coupon__qr_wrap {
  width: 97px;
  height: 97px;
  padding: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  #main .tb-coupon .tb-coupon__qr_wrap {
    width: 63.8px;
    height: 63.8px;
  }
}
#main .tb-coupon .tb-coupon__qr_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main .tb-coupon__qr_ {
  width: 97px;
  height: 97px;
}
@media screen and (max-width: 600px) {
  #main .tb-coupon__qr_ {
    width: 64px;
    height: 64px;
  }
}
#main .tb-coupon__store-link {
  display: block;
}
#main .tb-coupon__store-link img {
  height: 53px;
  width: auto;
}
@media screen and (max-width: 600px) {
  #main .tb-coupon__store-link img {
    height: 35px;
  }
}
#main .tb-banners {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #main .tb-banners {
    padding: 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  #main .tb-banners {
    margin-top: 64px;
    padding: 0;
  }
}
#main .tb-banners__inner {
  max-width: var(--content-width-pc);
  margin: 0 auto;
}
#main .tb-banners__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#main .tb-banners__grid > * {
  width: calc(33.333% - 10.666px);
}
@media screen and (max-width: 600px) {
  #main .tb-banners__grid > * {
    width: 100%;
  }
}
#main .tb-banners__item {
  background: var(--color-white);
  border: 1px solid #efeff1;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  font-size: 28px;
  font-weight: 900;
  color: #000;
}
#main .tb-banners__item a {
  display: block;
  background: var(--color-white);
  transition: opacity 0.3s;
  color: #000;
  text-decoration: none;
}
#main .tb-banners__item a:hover {
  opacity: 0.85;
}
#main .tb-banners__item .tb-banners_label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 116px;
}
@media screen and (max-width: 600px) {
  #main .tb-banners__item .tb-banners_label {
    height: 112px;
  }
}
#main .tokyobar {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #main .tokyobar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  #main .tokyobar {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#main .tokyobar a {
  color: #DF001F;
  text-decoration: underline;
}
#main .tokyobar img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main .tokyobar section.bg_white {
  background: #fff;
  padding: 38px 64px;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  #main .tokyobar section.bg_white {
    padding: 38px 16px;
  }
}
#main .tokyobar section > section {
  border-bottom: none;
  padding-bottom: 0;
}
#main .tokyobar section + section {
  margin-top: 80px;
}
#main .tokyobar .sec_h3 {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.48;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 16px;
}
#main .tokyobar_main {
  position: relative;
}
#main .tokyobar_main_image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .tokyobar_main_image {
    top: -51px;
    height: 241px;
  }
  #main .tokyobar_main_image:lang(en) {
    height: 264px;
  }
}
@media screen and (max-width: 375px) {
  #main .tokyobar_main_image {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}
#main .tokyobar_main_image img {
  width: 100%;
  max-width: 1440px;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  #main .tokyobar_main_image img {
    height: 100%;
  }
}
#main .tokyobar_main p.page_description {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  #main .tokyobar_main p.page_description {
    margin-bottom: 16px;
  }
}
#main .tokyobar_main .place_button {
  position: absolute;
  left: 50%;
  bottom: 23.5%;
  transform: translateX(-50%);
  width: 164px;
  height: 36px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  #main .tokyobar_main .place_button {
    bottom: 20%;
  }
}
@media screen and (max-width: 960px) {
  #main .tokyobar_main .place_button {
    bottom: 15%;
  }
}
#main .tokyobar_main .place_button:lang(en) {
  width: 230px;
}
#main .tokyobar_main .place_button a {
  border-color: #DF001F;
  color: #DF001F;
}
#main .tokyobar_main .place_button a:hover {
  background-color: #f9e6e9;
}
#main .tokyobar_info {
  display: flex;
  flex-flow: row wrap;
  gap: 32px;
  padding: 24px;
  margin-bottom: 48px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 601px) {
  #main .tokyobar_info {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1024px) {
  #main .tokyobar_info {
    padding: 24px 16px;
  }
}
[lang="en"] #main .tokyobar_info, [lang="zh-CN"] #main .tokyobar_info {
  align-items: flex-start;
}
#main .tokyobar_info_image {
  width: 342px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #main .tokyobar_info_image {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }
}
#main .tokyobar_info_image:lang(en) {
  background: #fff;
}
#main .tokyobar_info_outline {
  flex: 1 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #main .tokyobar_info_outline {
    width: 100%;
    padding-bottom: 0;
  }
}
#main .tokyobar_info .outline_title {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.448;
  letter-spacing: 0;
  margin-bottom: 17px;
}
@media screen and (max-width: 600px) {
  #main .tokyobar_info .outline_title {
    font-size: 28px;
  }
}
#main .tokyobar_info p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0;
}
#main .tokyobar_info p + p {
  margin-top: 22px;
}
#main .tokyobar_info ul.point_list {
  margin: 22px 0 0;
}
#main .tokyobar_info ul.point_list li {
  padding-left: 1.2em;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0;
  position: relative;
}
#main .tokyobar_info ul.point_list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}
#main .tokyobar_info ul.point_list li + li {
  margin-top: 22px;
}
.contents_wrap:has(#application) .footer_apply {
  margin-top: 0;
}
.contents_wrap:not(:has(#application)) .section_wrap {
  margin-bottom: -161px;
}
.contents_wrap:not(:has(#application)) .tb-coupon {
  margin-bottom: 70px;
}
@media screen and (max-width: 1350px) {
  .contents_wrap:not(:has(#application)) .tb-coupon {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .contents_wrap:not(:has(#application)) .tb-coupon {
    margin-bottom: 0;
  }
}
.contents_wrap:not(:has(#application)) .footer .footer_wrap::before {
  z-index: 2;
}
/*# sourceMappingURL=./tokyobar_2026.css.map */