@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&display=swap');
@import url('https://use.fontawesome.com/releases/v7.2.0/css/all.css');
/* メイン
---------------------------------------------------------- */
#MainPicZone {
  position: relative;
  margin-bottom: 20px;
}
.MainPicLogo {
  position: absolute;
  top: 0px;
  left: 0px;
}
.MainPicLogo img {
  width: 120px;
}
.ShopAddZone {
  text-align: left;
  margin-bottom: 40px;
}
/* 背景
---------------------------------------------------------- */
.top-red-zone {
  background-image: url("../../index/img/bg_top_red.webp");
  background-repeat: repeat;
  padding: clamp(24px, 6vw, 40px) 0;
}
.top-blue-zone {
  background-image: url("../../index/img/bg_top_blue.webp");
  background-repeat: repeat;
  padding: clamp(24px, 6vw, 40px) 0;
  margin-bottom: 45px;
}
.top-redblue-zone {
  border-top: solid 10px #ffe16a;
  background-image: linear-gradient(#ffffff 1px, transparent 1px), linear-gradient(90deg, #ffffff 1px, transparent 1px);
  background-size: 12px 12px;
  background-color: #fbeec6;
  padding: clamp(24px, 6vw, 40px) 0;
  margin-bottom: 45px;
}
.top-white-zone {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 1.5em 0;
}
.top-inner-box {
  width: 92%;
  height: auto;
  margin: 0 4%;
}
/* ミニイベント
---------------------------------------------------------- */
.MiniEventInfoZone {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.MiniEventInfo-pic {
  width: 250px;
  flex-shrink: 0;
}
.MiniEventInfo-pic img {
  width: 100%;
  height: auto;
  display: block;
}
.MiniEventInfo {
  flex: 1;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 20px
}
.EventSection {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 40px
}
.EventSection_ticket {
  width: 90%;
  margin: 0.5em 5% 40px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}
.img-Tokyo-info {
  margin-bottom: 40px
}
.img-Tokyo-info-Wrap {
  display: flex;
  justify-content: center; /* 1枚の時は中央寄せ */
  gap: 12px;
}
/* 1枚だけ存在する場合 */
.img-Tokyo-info:only-child img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
/* 画像共通 */
.img-Tokyo-info img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* ライブポケット
---------------------------------------------------------- */
.btn-l__wrap {
  margin: 2em 0;
  text-align: center;
}
.l__btn {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.7em 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5em;
}
a.btn--livepocket {
  color: #fff;
  background-color: #e81c1c;
}
a.btn--livepocket:hover {
  color: #fff;
  background: #ed2e2e;
}
a.btn--livepocket.btn--cubic {
  border-bottom: 5px solid #960f0f;
}
a.btn--livepocket.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #960f0f;
}
a.btn-c {
  font-size: 1rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-radius: 100vh;
}
a.btn-c:before {
  font-family: 'Font Awesome 7 Free';
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f08e';
}
/* 東京店_タイトル
---------------------------------------------------------- */
.tit_tokyo {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  margin: 1.5em 0;
}
.tit_tokyo_in {
  position: absolute;
  width: 100%;
  height: auto;
  top: 30%;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: clamp(1.875rem, calc(1.761rem + 0.57vw), 2.188rem);
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(45deg, #ff6b6b 0%, #feca57 33%, #48dbfb 66%, #1dd1a1 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}
/* 店案内_タイトル
---------------------------------------------------------- */
.tit_blue_tokyo {
  position: relative;
  margin: 0 0 1.5em 0;
  padding: 0.5em 0 0.5em 1em;
  border-radius: 5px;
  border: 3px solid #8ec2e5;
  background: repeating-linear-gradient(45deg, #ecf7ff 0 5px, #fff 3px 8px);
  color: #333;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, calc(1.08rem + 0.23vw), 1.25rem);
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
}
.tit_blue_tokyo::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 15px;
  width: 3px;
  background-color: #8ec2e5;
  content: "";
}
.tit_red_tokyo {
  position: relative;
  margin: 0 0 1.5em 0;
  padding: 0.5em 0 0.5em 1em;
  border-radius: 5px;
  border: 3px solid #ffd7d7;
  background: repeating-linear-gradient(45deg, #ffecec 0 5px, #fff 3px 8px);
  color: #333;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, calc(1.08rem + 0.23vw), 1.25rem);
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
}
.tit_red_tokyo::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 15px;
  width: 3px;
  background-color: #ffd7d7;
  content: "";
}