/*
Theme Name: SALON CMS Type-C
Theme URI: https://type-c.salon-cms.com/
Author: BizCraft AI
Description: Clean, classic, easy-to-operate SALON CMS template for first-time and mid-price men's esthe shops.
Version: 0.1.12
Text Domain: salon-cms-type-c
*/

:root{
  --tlb-ink:#31211f;
  --tlb-brown:#5f4b40;
  --tlb-deep:#4a1631;
  --tlb-rose:#b5184f;
  --tlb-pink:#e62478;
  --tlb-pale:#fff6fb;
  --tlb-gold:#b89250;
  --tlb-gold-2:#ead8ad;
  --tlb-line:#c7aa78;
  --tlb-mint:#1fb99a;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.tlb-body{
  margin:0;
  padding:0 0 92px;
  color:var(--tlb-ink);
  font-family:"Hiragino Mincho ProN","Yu Mincho","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,serif;
  line-height:1.55;
  letter-spacing:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.78),rgba(255,255,255,.92)),
    repeating-linear-gradient(135deg,#f8f4ed 0,#f8f4ed 16px,#fff 17px,#fff 46px);
}
.tlb-body a{color:inherit}
.tlb-site{
  width:min(1000px,100%);
  margin:0 auto;
  padding:0 10px 34px;
}

.tlb-menu-float{
  display:none!important;
  position:fixed;
  top:12px;
  right:18px;
  z-index:1000;
  display:none;
  gap:5px;
  width:42px;
  height:42px;
  padding:9px;
  border-radius:5px;
  background:rgba(55,55,55,.84);
  box-shadow:0 5px 15px rgba(0,0,0,.22);
}
.tlb-menu-float span{
  display:block;
  height:5px;
  border-radius:2px;
  background:#e8e2da;
}

.tlb-kv{
  position:relative;
  height:306px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid rgba(120,82,52,.24);
  background:#51213a;
  box-shadow:0 12px 26px rgba(85,52,43,.18);
}
.tlb-kv__photos{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(8,1fr);
  opacity:.82;
}
.tlb-kv__photos img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.08) contrast(1.04);
}
.tlb-kv__photos img:nth-child(odd){transform:scale(1.05)}
.tlb-kv.is-single-image .tlb-kv__photos{
  display:block;
  opacity:.9;
}
.tlb-kv.is-single-image .tlb-kv__photos img{
  display:none;
  transform:none;
}
.tlb-kv.is-single-image .tlb-kv__photos img:first-child{
  display:block;
}
.tlb-kv__shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(38,27,24,.86) 0,rgba(84,42,45,.62) 40%,rgba(134,15,59,.28) 70%,rgba(24,13,20,.66) 100%),
    radial-gradient(circle at 63% 18%,rgba(255,255,255,.45) 0 2px,transparent 3px),
    radial-gradient(circle at 78% 42%,rgba(255,255,255,.55) 0 2px,transparent 3px),
    radial-gradient(circle at 48% 68%,rgba(255,255,255,.4) 0 2px,transparent 3px);
}
.tlb-kv__logo{
  position:absolute;
  z-index:2;
  left:95px;
  top:32px;
  display:grid;
  place-items:center;
  width:230px;
  height:230px;
  border-radius:50%;
  border:4px solid var(--tlb-gold-2);
  color:#fff7e6;
  text-align:center;
  background:rgba(83,65,57,.92);
  box-shadow:0 0 0 8px rgba(184,146,80,.24),0 16px 28px rgba(0,0,0,.28);
  text-decoration:none;
}
.tlb-kv__reserve{
  position:absolute;
  z-index:3;
  right:30px;
  top:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:142px;
  min-height:46px;
  padding:8px 18px;
  border:2px solid var(--tlb-gold);
  color:#fff8dc;
  text-decoration:none;
  font-size:16px;
  font-weight:900;
  background:linear-gradient(#db2c7d,#a91456);
  box-shadow:0 10px 22px rgba(0,0,0,.24);
}
.tlb-kv__reserve:hover{
  color:#fff;
  background:linear-gradient(#ef3a8c,#bb165f);
}
.tlb-body .tlb-kv__logo{
  color:#fff7e6;
}
.tlb-body .tlb-kv__reserve{
  color:#fff8dc;
  text-shadow:0 2px 4px rgba(55,8,28,.45);
}
.tlb-body .tlb-kv__reserve:hover{
  color:#fff;
}
.tlb-kv__mark{
  position:absolute;
  top:16px;
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  border:2px solid var(--tlb-gold-2);
  transform:rotate(45deg);
  color:#fff;
  font-weight:900;
  font-family:Georgia,serif;
}
.tlb-kv__mark::first-letter{transform:rotate(-45deg)}
.tlb-kv__logo strong{
  display:block;
  margin-top:20px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:58px;
  font-weight:400;
  line-height:.88;
  text-shadow:0 3px 8px rgba(0,0,0,.34);
}
.tlb-kv__logo em{
  margin-top:8px;
  color:#f3dca7;
  font-size:14px;
  font-style:normal;
  font-weight:800;
}
.tlb-kv__copy{
  position:absolute;
  z-index:2;
  right:50px;
  bottom:34px;
  color:#fff;
  text-align:right;
  text-shadow:0 3px 8px rgba(0,0,0,.62);
}
.tlb-kv__copy p{
  margin:0 0 6px;
  font-size:34px;
  font-weight:800;
  color:#fff8f2;
}
.tlb-kv__copy b{
  display:inline-block;
  padding:5px 12px;
  border:1px solid rgba(255,231,170,.7);
  color:#f4d58f;
  font-size:13px;
  background:rgba(48,19,32,.58);
}

.tlb-hours{
  margin:10px 0 8px;
  text-align:center;
  color:#917047;
  font-size:16px;
}
.tlb-menu-grid{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:3px;
  margin:0 0 18px;
}
.tlb-menu-grid a{
  display:grid;
  place-items:center;
  min-height:78px;
  padding:7px 4px 6px;
  border:1px solid var(--tlb-gold);
  text-decoration:none;
  color:#4b382f;
  background:linear-gradient(#fffdf8,#f3e8d9);
}
.tlb-menu-grid span{
  display:grid;
  place-items:center;
  width:28px;
  height:24px;
  color:#bc9657;
  font-family:Arial,sans-serif;
  font-size:18px;
  font-weight:900;
}
.tlb-menu-grid b{
  font-size:13px;
  line-height:1.2;
}
.tlb-menu-grid small{
  color:#9b7345;
  font-family:Georgia,serif;
  font-size:13px;
}

.tlb-content-layout{
  display:grid;
  grid-template-columns:minmax(0,746px) 240px;
  gap:14px;
  align-items:start;
}
.tlb-main-column{min-width:0}
.tlb-feature-board{
  position:relative;
  min-height:360px;
  overflow:hidden;
  border:3px solid #c2a26b;
  background:
    linear-gradient(135deg,rgba(184,12,65,.94),rgba(241,38,109,.86)),
    repeating-linear-gradient(45deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.1) 16px,transparent 17px,transparent 38px);
  box-shadow:0 10px 20px rgba(122,74,58,.2);
}
.tlb-feature-board__faces{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  grid-auto-rows:120px;
  opacity:.9;
}
.tlb-feature-board__faces img{
  width:100%;
  height:100%;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.42);
}
.tlb-feature-board__faces img:nth-child(1),
.tlb-feature-board__faces img:nth-child(5),
.tlb-feature-board__faces img:nth-child(8){grid-row:span 2}
.tlb-feature-board.is-single-image .tlb-feature-board__faces{
  display:block;
  opacity:.95;
}
.tlb-feature-board.is-single-image .tlb-feature-board__faces img{
  display:none;
  width:100%;
  height:100%;
  object-fit:cover;
  border:0;
}
.tlb-feature-board.is-single-image .tlb-feature-board__faces img:first-child{
  display:block;
}
.tlb-feature-board__copy{
  position:absolute;
  z-index:2;
  inset:auto 28px 28px auto;
  max-width:380px;
  padding:20px 22px;
  color:#fff;
  text-align:right;
  background:rgba(72,19,44,.82);
  border:1px solid rgba(255,220,146,.7);
  box-shadow:0 8px 24px rgba(0,0,0,.22);
}
.tlb-feature-board__copy p{
  margin:0 0 7px;
  color:#f8d894;
  font-size:12px;
  font-weight:900;
}
.tlb-feature-board__copy h1{
  margin:0 0 8px;
  font-size:31px;
  line-height:1.18;
}
.tlb-feature-board__copy span{
  font-size:13px;
  font-weight:800;
}

.tlb-thumb-rail{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:2px;
  margin:4px 0 22px;
}
.tlb-thumb-rail img{
  width:100%;
  height:48px;
  object-fit:cover;
  border:1px solid #caa972;
}
.tlb-subject{
  margin:24px 0 12px;
  text-align:center;
}
.tlb-subject p{
  margin:0;
  color:#9e7d51;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1.15;
}
.tlb-subject h2{
  margin:1px 0 0;
  color:#775e45;
  font-size:15px;
  font-weight:500;
  line-height:1.3;
}
.tlb-subject h1{
  margin:1px 0 0;
  color:#775e45;
  font-size:20px;
  font-weight:500;
  line-height:1.3;
}
.tlb-subject.is-left{
  margin:0 0 14px;
  text-align:left;
}
.tlb-subject.is-left p{font-size:28px}
.tlb-subject.is-left h1{
  display:flex;
  align-items:baseline;
  gap:10px;
  color:#241521;
  font-size:34px;
  font-weight:800;
}
.tlb-subject.is-left small{
  color:#d42472;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:16px;
}
.tlb-info-box{
  position:relative;
  padding:18px;
  border:4px double #b99b5e;
  background:#fff;
  box-shadow:inset 0 0 0 1px #ead7aa,0 8px 16px rgba(99,72,52,.08);
}
.tlb-info-box:before,
.tlb-info-box:after{
  content:"";
  position:absolute;
  width:72px;
  height:72px;
  border:2px solid #c7aa78;
  pointer-events:none;
}
.tlb-info-box:before{
  left:8px;
  top:8px;
  border-right:0;
  border-bottom:0;
}
.tlb-info-box:after{
  right:8px;
  bottom:8px;
  border-left:0;
  border-top:0;
}
.tlb-info-scroll{
  max-width:520px;
  height:330px;
  margin:0 auto;
  padding:22px 22px 28px;
  overflow:auto;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:14px;
  line-height:1.78;
}
.tlb-info-scroll p{
  margin:0 0 10px;
}
.tlb-info-manual{
  color:#45333f;
  font-size:14px;
  line-height:1.9;
  white-space:normal;
}
.tlb-info-metrics{
  display:grid;
  gap:6px;
  margin:10px 0 16px;
  color:#8d1f4c;
  font-weight:900;
}
.tlb-info-area{
  display:grid;
  gap:3px;
  margin:0 0 15px;
}
.tlb-info-area b{
  margin-bottom:4px;
  color:#21131f;
}
.tlb-info-area span{
  display:block;
  color:#45333f;
}
.tlb-news-list{
  border:4px double #b99b5e;
  background:#fff;
}
.tlb-news-list a{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:12px;
  min-height:44px;
  padding:10px 14px;
  border-bottom:1px solid #ead7aa;
  color:#45333f;
  text-decoration:none;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:13px;
}
.tlb-news-list a:last-child{border-bottom:0}
.tlb-news-list time{
  color:#a17b43;
  font-weight:900;
}
.tlb-news-list span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.tlb-news-list span b{
  font-weight:500;
}
.tlb-news-list span em{
  display:none;
}
.tlb-news-list--page a{
  grid-template-columns:118px minmax(0,1fr);
  align-items:start;
  min-height:66px;
  padding:14px 16px;
}
.tlb-news-list--page span{
  display:grid;
  gap:5px;
  white-space:normal;
}
.tlb-news-list--page span b{
  color:#2d101c;
  font-size:15px;
  font-weight:700;
}
.tlb-news-list--page span em{
  display:block;
  color:#7b6871;
  font-size:12px;
  font-style:normal;
  line-height:1.7;
}
.tlb-page-card--news .tlb-page-body{
  white-space:normal;
}

.tlb-side-banners h2{
  margin:0 0 8px;
  color:#8f714a;
  text-align:center;
  font-size:18px;
  font-weight:500;
}
.tlb-side-banners a{
  position:relative;
  display:block;
  min-height:58px;
  margin-bottom:8px;
  padding:9px 10px 9px 72px;
  overflow:hidden;
  border:1px solid #d4b985;
  color:#fff;
  text-decoration:none;
  text-shadow:0 2px 6px rgba(0,0,0,.36);
  box-shadow:0 5px 11px rgba(91,61,45,.12);
}
.tlb-side-banners a::before{
  content:"";
  position:absolute;
  left:10px;
  top:9px;
  width:44px;
  height:38px;
  border-radius:4px;
  background:#fff;
  box-shadow:inset 0 0 0 2px rgba(0,0,0,.1);
}
.tlb-side-banners a::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,rgba(255,255,255,.45),transparent 38%,rgba(255,255,255,.18));
  pointer-events:none;
}
.tlb-side-banners b,
.tlb-side-banners span{
  position:relative;
  z-index:1;
  display:block;
}
.tlb-side-banners b{font-size:15px}
.tlb-side-banners span{font-size:12px}
.tlb-side-banners .is-card{background:linear-gradient(135deg,#1e1e1e,#6e5750)}
.tlb-side-banners .is-pay{background:linear-gradient(135deg,#d0184c,#f8adb3)}
.tlb-side-banners .is-line{background:linear-gradient(135deg,#2dbb6d,#f6fff8);color:#1c7f43;text-shadow:none}
.tlb-side-banners .is-recruit{background:linear-gradient(135deg,#5d1532,#b6265b)}
.tlb-side-banners .is-opinion{background:linear-gradient(135deg,#efe0c7,#aa7d54);color:#56371f;text-shadow:none}
.tlb-side-banners .is-media{
  min-height:44px;
  padding:7px 10px;
  color:#d8176c;
  text-align:center;
  text-shadow:none;
  background:linear-gradient(#fff,#f9edf3);
  border-color:#89c8c8;
}
.tlb-side-banners .is-media::before{display:none}
.tlb-side-banners .is-media b{font-size:13px}
.tlb-side-banners .is-media span{font-size:10px;color:#9a6a7c}
.tlb-mutual-banner{
  margin-bottom:8px;
}
.tlb-mutual-banner a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:0;
  margin:0;
  padding:0;
  overflow:hidden;
  border:1px solid #89c8c8;
  color:#d8176c;
  text-align:center;
  text-decoration:none;
  text-shadow:none;
  background:#fff;
  box-shadow:0 5px 11px rgba(91,61,45,.08);
}
.tlb-mutual-banner a::before,
.tlb-mutual-banner a::after{display:none}
.tlb-mutual-banner img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
}
.tlb-mutual-banner a:not(:has(img)){
  min-height:48px;
  padding:9px 10px;
  background:linear-gradient(#fff,#f9edf3);
  font-size:13px;
  font-weight:700;
}

.tlb-area-strip{
  display:flex;
  gap:6px;
  overflow:auto;
  margin:14px 0;
  padding:8px;
  border:2px solid var(--tlb-gold);
  background:#fffaf0;
}
.tlb-area-strip button{
  flex:0 0 auto;
  min-height:38px;
  padding:0 18px;
  border:1px solid #cf9d57;
  border-radius:4px;
  color:#6b4525;
  background:linear-gradient(#fff,#f3e3cb);
  font-weight:900;
  cursor:pointer;
}
.tlb-area-strip button.is-active{
  color:#fff;
  background:linear-gradient(#ef4b91,#be1657);
  border-color:#a70f49;
}

.tlb-section,
.tlb-today{
  margin:14px 0;
  padding:0;
}
.tlb-sns-section{
  margin:26px 0;
  padding-bottom:8px;
}
.tlb-sns-section .tlb-subject{
  margin-bottom:14px;
  padding-bottom:12px;
  border-bottom:1px solid #9d8961;
}
.tlb-sns-embed{
  width:min(100%,620px);
  margin:0 auto;
  padding:12px;
  border:1px solid #ead8ad;
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 18px rgba(91,61,45,.08);
}
.tlb-sns-embed iframe,
.tlb-sns-embed blockquote,
.tlb-sns-embed .twitter-timeline,
.tlb-sns-embed .twitter-tweet,
.tlb-sns-embed .bluesky-embed{
  max-width:100%!important;
  margin:0 auto!important;
}
.tlb-sns-embed iframe{
  display:block!important;
}
.tlb-sns-embed .twitter-timeline{
  min-height:360px;
}
.tlb-sns-embed .bluesky-embed{
  width:100%;
}
.tlb-sns-fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:12px 16px;
  border:1px solid #f0c6d7;
  color:#c21867;
  text-decoration:none;
  font-weight:800;
  background:#fff7fb;
}
.tlb-sns-fallback--x{
  color:#111;
  border-color:#d9d9d9;
  background:#fff;
}
.tlb-sns-fallback--bluesky{
  color:#0969b8;
  border-color:#b6dcff;
  background:#f4faff;
}
.tlb-front-concept{
  margin:30px 0 34px;
  padding:0 0 4px;
}
.tlb-front-concept > .tlb-subject{
  margin-bottom:18px;
  padding-bottom:12px;
  border-bottom:1px solid #9d8961;
}
.tlb-front-concept__lead{
  width:min(100%,620px);
  margin:0 auto 26px;
  color:#5d514a;
  font-size:14px;
  line-height:2;
  text-align:center;
}
.tlb-front-concept__list{
  display:grid;
  gap:42px;
}
.tlb-concept-story{
  width:min(100%,720px);
  margin:0 auto;
}
.tlb-concept-story .tlb-subject{
  margin:0 0 16px;
  padding-bottom:10px;
  border-bottom:1px solid #b99b5e;
}
.tlb-concept-story__image{
  width:min(100%,620px);
  margin:0 auto;
  background:#fff;
  box-shadow:0 14px 26px rgba(80,56,41,.22);
}
.tlb-concept-story__image img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
.tlb-concept-story__body{
  width:min(100%,560px);
  margin:24px auto 0;
  color:#4d403d;
  text-align:left;
}
.tlb-concept-story__body h3{
  margin:0 0 16px;
  color:#9e7d51;
  font-family:"Hiragino Mincho ProN","Yu Mincho",Georgia,serif;
  font-size:27px;
  font-weight:400;
  line-height:1.4;
  text-align:center;
}
.tlb-concept-story__body p{
  margin:0;
  font-size:15px;
  line-height:2.1;
  letter-spacing:.03em;
}
.tlb-area-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:47px;
  margin:20px 0 14px;
  color:#fff;
  border-top:1px solid #8e744c;
  border-bottom:1px solid #8e744c;
  background:linear-gradient(#ae9568,#91764e);
  font-size:26px;
  line-height:1;
}
.tlb-area-title[hidden]{display:none!important}
.tlb-area-title span{
  color:#fff;
  font-size:24px;
}

.tlb-cast-grid,
.tlb-pickup-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.tlb-cast-grid--archive{
  margin-top:22px;
  padding-top:20px;
  border-top:1px solid #9d8961;
}
.tlb-cast-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid #d8b7c7;
  border-radius:0;
  background:#fff;
  box-shadow:none;
}
.tlb-cast-card[hidden]{display:none!important}
.tlb-cast-card__photo{
  position:relative;
  display:block;
  aspect-ratio:175/232;
  min-height:0;
  overflow:hidden;
  background:#f6dce9;
  text-decoration:none;
}
.tlb-cast-card__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.tlb-cast-card__attend{
  position:absolute;
  top:8px;
  right:-31px;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  width:102px;
  min-height:25px;
  transform:rotate(45deg);
  color:#fff;
  background:linear-gradient(#e61535,#b40022);
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  box-shadow:0 2px 5px rgba(0,0,0,.2);
}
.tlb-cast-card__status{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  margin-top:3px;
  padding:0 8px;
  border:0;
  border-radius:0;
  color:#fff;
  background:#e62478;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
  box-shadow:none;
}
.tlb-cast-card__status.is-open{background:#1fb99a}
.tlb-cast-card__status.is-soon{background:#df9b25}
.tlb-cast-card__status.is-full{background:#59515a}
.tlb-cast-card__status.is-off{background:#8d828e}
.tlb-cast-card__body{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:8px 8px 9px;
  min-width:0;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}
.tlb-cast-card h3{
  display:flex;
  align-items:baseline;
  gap:6px;
  min-width:0;
  margin:0;
  color:#21131f;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:20px;
  font-weight:800;
  line-height:1.15;
}
.tlb-cast-card h3 a{
  min-width:0;
  overflow:hidden;
  text-decoration:none;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.tlb-cast-card h3 small{
  flex:0 0 auto;
  color:#d42472;
  font-size:12px;
}
.tlb-size{
  margin:0;
  color:#503f4b;
  font-size:12px;
  font-weight:800;
}
.tlb-tags{
  display:flex;
  flex-wrap:wrap;
  gap:4px;
  min-height:66px;
}
.tlb-tags span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:calc(50% - 2px);
  min-height:21px;
  padding:0 4px;
  border:1px solid #f7d7e4;
  border-radius:0;
  color:#9f1e55;
  background:#fff4f8;
  font-size:10px;
  font-weight:900;
  text-align:center;
  white-space:nowrap;
}
.tlb-room-hour{
  margin-top:auto;
  padding-top:4px;
  color:#4a3945;
  text-align:center;
  border-top:1px solid #f1dae5;
  font-size:12px;
}
.tlb-room-hour span,
.tlb-room-hour b{
  display:block;
}
.tlb-room-hour b{
  color:#8c1f4f;
  font-size:15px;
}

.tlb-reserve-panel{
  margin:14px 0 18px;
  padding:22px;
  border:3px solid var(--tlb-gold);
  color:#fff7e6;
  text-align:center;
  background:linear-gradient(135deg,#4b1630,#b41850);
}
.tlb-reserve-panel p{
  margin:0 0 4px;
  color:#f8d894;
  font-size:12px;
  font-weight:900;
}
.tlb-reserve-panel h2{
  margin:0 0 4px;
  font-size:25px;
}
.tlb-reserve-panel span{
  color:#fff;
  font-size:13px;
}

.tlb-fixed-cta{
  position:fixed;
  left:50%;
  bottom:0;
  z-index:1000;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:4px;
  width:min(1000px,100%);
  transform:translateX(-50%);
  padding:5px;
  background:rgba(80,32,43,.9);
  box-shadow:0 -8px 24px rgba(0,0,0,.2);
}
.tlb-fixed-cta a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border:2px solid #b89250;
  color:#fff8dc;
  text-decoration:none;
  font-size:24px;
  font-weight:900;
  background:linear-gradient(#c52859,#9b1c44);
}
.tlb-fixed-cta__line{background:linear-gradient(#2fc474,#168e4d)!important}
.tlb-fixed-cta__web{background:linear-gradient(#db2c7d,#a91456)!important}

.tlb-content,
.tlb-profile{
  width:min(1000px,100%);
  margin:0 auto;
  padding:24px 10px 90px;
}
.tlb-sub-header{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:86px;
  padding:13px 18px;
  color:#fff;
  border:1px solid #b89250;
  background:
    linear-gradient(90deg,rgba(49,22,31,.88),rgba(104,39,52,.78)),
    linear-gradient(135deg,#4a1631,#7a2140);
  box-shadow:0 8px 18px rgba(75,39,35,.18);
}
.tlb-logo{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  text-decoration:none;
}
.tlb-logo span{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border:2px solid #ead8ad;
  border-radius:50%;
  background:#5f4b40;
  font-weight:900;
  font-family:Georgia,serif;
}
.tlb-logo strong{display:block;font-family:Georgia,serif;font-size:26px;font-weight:400;line-height:1.05}
.tlb-logo small{display:block;color:#f2dca9;font-size:12px}
.tlb-sub-header__reserve{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:128px;
  min-height:42px;
  border:2px solid #b89250;
  color:#fff8dc;
  text-decoration:none;
  font-weight:900;
  background:linear-gradient(#db2c7d,#a91456);
}
.tlb-page-card,
.tlb-profile-hero,
.tlb-profile-jewel,
.tlb-profile-week,
.tlb-profile-text{
  border:1px solid #d7bd8e;
  background:#fff;
  box-shadow:0 5px 14px rgba(102,74,54,.1);
}
.tlb-page-card{padding:20px}
.tlb-page-card--reserve{
  padding:14px!important;
  background:#fffdf8;
}
.tlb-page-card--reserve .tlb-subject{
  margin:18px 0 14px;
}
.tlb-page-card--reserve .tlb-subject p{
  font-size:30px;
}
.tlb-page-card--reserve .tlb-page-body{
  padding:18px!important;
  border:4px double #b99b5e;
  background:#fff;
  white-space:normal;
}
.tlb-page-body{
  padding:22px;
  border:4px double #b99b5e;
  background:#fff;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  white-space:pre-line;
}
.tlb-page-card--system .tlb-page-body{
  padding:18px;
  background:
    linear-gradient(135deg,rgba(255,246,251,.72),rgba(255,255,255,.96)),
    #fff;
  white-space:normal;
}
.tlb-page-card--schedule{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.tlb-page-card--schedule .tlb-subject{
  margin:0 0 22px;
  padding-bottom:13px;
  border-bottom:1px solid #9d8961;
}
.tlb-page-card--schedule .tlb-page-body{
  padding:0;
  border:0;
  background:transparent;
  white-space:normal;
}
.tlb-schedule-page{
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}
.tlb-schedule-date-wrap{
  display:grid;
  grid-template-columns:32px minmax(0,1fr) 32px;
  gap:7px;
  align-items:center;
  margin:0 0 26px;
}
.tlb-schedule-week-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:66px;
  color:#b0184b;
  text-decoration:none;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  line-height:1;
}
.tlb-schedule-date-tabs{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  scrollbar-width:none;
}
.tlb-schedule-date-tabs::-webkit-scrollbar{
  display:none;
}
.tlb-schedule-date-tabs a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:66px;
  border:1px solid #c91956;
  border-right:0;
  color:#b0184b;
  text-align:center;
  text-decoration:none;
  background:rgba(255,255,255,.88);
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:18px;
  line-height:1.45;
}
.tlb-schedule-date-tabs a:last-child{border-right:1px solid #c91956}
.tlb-schedule-date-tabs a.is-active{
  color:#fff;
  background:#b1184a;
}
.tlb-schedule-area-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin:0 0 22px;
}
.tlb-schedule-area-tabs a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:86px;
  min-height:54px;
  padding:0 18px;
  color:#fff;
  text-decoration:none;
  background:#a91843;
  font-size:17px;
  font-weight:800;
  box-shadow:0 6px 12px rgba(117,20,58,.08);
}
.tlb-schedule-area{
  scroll-margin-top:18px;
  margin:0 0 28px;
}
.tlb-schedule-area h2{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  margin:0 0 28px;
  color:#fff;
  background:#a99467;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:28px;
  font-weight:400;
  line-height:1;
}
.tlb-schedule-area h2 span{
  font-size:29px;
  line-height:1;
}
.tlb-schedule-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.tlb-schedule-coming{
  margin:10px 0 34px;
  color:#3d3033;
  text-align:center;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  letter-spacing:.08em;
}
.tlb-schedule-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #b8995d;
  background:#fffdfa;
  box-shadow:0 5px 12px rgba(102,74,54,.1);
}
.tlb-schedule-card__photo{
  position:relative;
  display:block;
  aspect-ratio:4/5;
  overflow:hidden;
  background:#f6dce9;
  text-decoration:none;
}
.tlb-schedule-card__photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.tlb-schedule-card__rank{
  position:absolute;
  left:8px;
  top:8px;
  max-width:calc(100% - 16px);
  padding:4px 8px;
  color:#fff;
  background:rgba(55,17,34,.92);
  border-radius:999px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.03em;
}
.tlb-schedule-card__profile{
  padding:8px 6px 7px;
  text-align:center;
  background:#fffdfa;
}
.tlb-schedule-card__profile h3{
  margin:0 0 3px;
  color:#2d101c;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
}
.tlb-schedule-card__profile h3 a{
  color:inherit;
  text-decoration:none;
}
.tlb-schedule-card__profile p{
  margin:0 0 7px;
  color:#251b20;
  font-size:12px;
  font-weight:700;
}
.tlb-schedule-card__tags{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:4px;
}
.tlb-schedule-card__tags span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:0 4px;
  border:2px solid #98702a;
  border-radius:4px;
  color:#8d620f;
  background:#fffdf8;
  font-size:11px;
  font-weight:900;
  line-height:1.1;
  text-align:center;
}
.tlb-schedule-card__shift{
  padding:8px 7px 7px;
  color:#fff;
  text-align:center;
  background:#5a4744;
}
.tlb-schedule-card__shift span,
.tlb-schedule-card__shift b{
  display:block;
}
.tlb-schedule-card__shift span{
  margin-bottom:2px;
  font-size:13px;
  font-weight:700;
}
.tlb-schedule-card__shift b{
  font-size:16px;
  line-height:1.2;
}
.tlb-schedule-card__status{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:36px;
  padding:0 8px;
  color:#fff;
  text-decoration:none;
  background:#ba1748;
  font-size:15px;
  font-weight:900;
}
.tlb-schedule-card__status em{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:18px;
  min-height:18px;
  padding:0 3px;
  color:#fff;
  background:#65b6c5;
  border-radius:2px;
  font-size:11px;
  font-style:normal;
}
.tlb-schedule-card__status.is-full{background:#5f4f54}
.tlb-schedule-card__status.is-off{background:#8c7f84}
.tlb-schedule-card__status.is-open{background:#b1184a}
.tlb-price-system{
  display:grid;
  gap:22px;
}
.tlb-price-section{
  position:relative;
  padding:24px 20px 22px;
  border:1px solid #d6b171;
  background:
    linear-gradient(#fff,#fffaf5),
    #fff;
  box-shadow:inset 0 0 0 3px #fff,0 10px 22px rgba(144,99,53,.08);
}
.tlb-price-section:before,
.tlb-price-section:after{
  content:"";
  position:absolute;
  width:74px;
  height:1px;
  background:#d6b171;
}
.tlb-price-section:before{top:10px;left:10px}
.tlb-price-section:after{right:10px;bottom:10px}
.tlb-price-heading{
  margin:0 0 20px;
  text-align:center;
  color:#2d101c;
}
.tlb-price-heading p{
  margin:0;
  color:#a47a3c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1;
}
.tlb-price-heading h2{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:3px 0 0;
  color:#3a1722;
  font-size:17px;
  font-weight:600;
  letter-spacing:.08em;
}
.tlb-price-heading h2:before,
.tlb-price-heading h2:after{
  content:"◇";
  color:#c59a55;
  font-size:12px;
}
.tlb-course-list{
  display:grid;
  gap:0;
  border-top:1px solid #d8bd84;
  border-bottom:1px solid #d8bd84;
  background:linear-gradient(90deg,rgba(255,250,240,.78),rgba(255,255,255,.96));
}
.tlb-course-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  min-height:66px;
  padding:13px 22px;
  border-bottom:1px solid #ead8ad;
  background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,246,251,.72));
  text-align:left;
}
.tlb-course-card:last-child{border-bottom:0}
.tlb-course-card.is-recommend{
  background:linear-gradient(90deg,#fff,rgba(255,244,248,.94));
}
.tlb-course-card__main{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:10px 14px;
  min-width:0;
}
.tlb-course-card__badge{
  display:inline-grid;
  place-items:center;
  min-width:46px;
  min-height:22px;
  padding:0 8px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(#d82270,#a51348);
  font-size:12px;
  font-weight:900;
  line-height:1;
  box-shadow:0 3px 8px rgba(181,24,79,.16);
}
.tlb-course-card__name{
  margin:0;
  color:#5b2435;
  font-size:17px;
  font-weight:900;
  letter-spacing:.02em;
}
.tlb-course-card__time{
  display:inline-flex;
  align-items:baseline;
  justify-content:flex-start;
  gap:5px;
  color:#7f602c;
  font-family:Georgia,"Times New Roman",serif;
}
.tlb-course-card__time strong{
  color:#3a1722;
  font-size:28px;
  line-height:1;
  font-weight:400;
}
.tlb-course-card__time span{
  color:#a47a3c;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:15px;
  letter-spacing:0;
}
.tlb-course-card__price{
  min-width:150px;
  color:#d21870;
  font-size:25px;
  font-weight:900;
  line-height:1.2;
  text-align:right;
}
.tlb-course-card p{
  margin:9px 0 0;
  color:#7d6470;
  font-size:12px;
  line-height:1.6;
}
.tlb-option-list{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  border-top:1px solid #d8bd84;
  border-bottom:1px solid #d8bd84;
  background:#fff;
}
.tlb-option-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:54px;
  padding:11px 18px;
  border:0;
  border-bottom:1px solid #ead8ad;
  background:linear-gradient(90deg,rgba(255,250,240,.82),rgba(255,255,255,.98));
}
.tlb-option-card:last-child{border-bottom:0}
.tlb-option-card span{
  display:grid;
  gap:2px;
  color:#3a1722;
  font-size:15px;
  font-weight:800;
}
.tlb-option-card span b{
  font-size:15px;
  line-height:1.25;
}
.tlb-option-card span small{
  color:#8a6a37;
  font-size:12px;
  font-weight:700;
  line-height:1.45;
}
.tlb-option-card strong{
  flex:0 0 auto;
  color:#b5184f;
  font-size:19px;
  font-weight:900;
}
.tlb-price-note,
.tlb-price-notes{
  margin:0;
  padding:12px 14px;
  border:1px solid #ead8ad;
  color:#7a6247;
  background:#fffaf0;
  font-size:13px;
  line-height:1.8;
}
.tlb-price-notes{
  display:grid;
  gap:3px;
}
.tlb-price-notes p{
  margin:0;
}

.tlb-body .tlr-reserve{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  color:#31211f!important;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif!important;
}
.tlb-body .tlr-reserve__head{
  margin:0 0 16px!important;
  padding:26px 18px 24px!important;
  border:1px solid #c7aa78!important;
  background:linear-gradient(#fffdf8,#fff)!important;
  text-align:center!important;
}
.tlb-body .tlr-reserve__head span,
.tlb-body .tlr-step__num{
  color:#b89250!important;
  font-family:Georgia,"Times New Roman",serif!important;
  letter-spacing:.16em!important;
}
.tlb-body .tlr-reserve__head h1{
  margin:4px 0 10px!important;
  color:#9e7d51!important;
  font-family:Georgia,"Times New Roman","Hiragino Mincho ProN","Yu Mincho",serif!important;
  font-size:clamp(36px,6vw,58px)!important;
  font-weight:400!important;
  letter-spacing:.02em!important;
  line-height:1.05!important;
  text-shadow:none!important;
}
.tlb-body .tlr-reserve__head p{
  max-width:620px;
  margin:0 auto!important;
  color:#6b8588!important;
  font-size:14px!important;
  font-weight:800!important;
}
.tlb-body .tlr-reserve-progress{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:7px!important;
  margin:0 0 16px!important;
}
.tlb-body .tlr-reserve-progress span{
  min-height:42px!important;
  padding:7px 6px!important;
  border:1px solid #d8c092!important;
  border-radius:4px!important;
  background:linear-gradient(#fff,#f4ead9)!important;
  color:#8a6b3e!important;
  font-size:12px!important;
  font-weight:900!important;
  box-shadow:none!important;
}
.tlb-body .tlr-reserve-progress span em{
  color:#c09855!important;
  font-size:10px!important;
}
.tlb-body .tlr-reserve-progress .is-current{
  border-color:#b5184f!important;
  background:linear-gradient(#df2e77,#b5184f)!important;
  color:#fff!important;
}
.tlb-body .tlr-reserve-progress .is-current em{
  color:#ffe4ef!important;
}
.tlb-body .tlr-reserve-progress .is-done{
  border-color:#b89250!important;
  background:#fffaf0!important;
  color:#b5184f!important;
}
.tlb-body .tlr-step{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  width:100%!important;
  margin:14px 0 0!important;
  padding:18px!important;
  overflow:visible!important;
  border:1px solid #c7aa78!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:0 8px 18px rgba(102,74,54,.08)!important;
}
.tlb-body .tlr-step__num{
  justify-self:center!important;
  font-size:13px!important;
}
.tlb-body .tlr-step__body{
  width:100%!important;
  min-width:0!important;
}
.tlb-body .tlr-step__body h2{
  margin:0 0 18px!important;
  color:#6fa9ad!important;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif!important;
  font-size:32px!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
  text-align:center!important;
  text-shadow:none!important;
}
.tlb-body .tlr-free-booking{
  width:min(360px,100%)!important;
  min-height:46px!important;
  margin:0 auto 18px!important;
  border-radius:4px!important;
  background:linear-gradient(#ff454b,#d51f33)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900!important;
  box-shadow:0 14px 26px rgba(213,31,51,.22)!important;
}
.tlb-body .tlr-therapist-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.tlb-body .tlr-therapist-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  overflow:hidden!important;
  border:1px solid #d8b7c7!important;
  border-radius:0!important;
  background:#fff!important;
  color:#21131f!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transform:none!important;
}
.tlb-body .tlr-therapist-card:hover{
  border-color:#b5184f!important;
  box-shadow:0 8px 18px rgba(135,70,94,.12)!important;
}
.tlb-body .tlr-therapist-card:after{
  display:none!important;
}
.tlb-body .tlr-therapist-card__photo{
  display:block!important;
  aspect-ratio:3/4!important;
  width:100%!important;
  min-height:0!important;
  background:#f6dce9!important;
}
.tlb-body .tlr-therapist-card__photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
}
.tlb-body .tlr-therapist-card__data{
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  min-width:0!important;
  padding:8px!important;
  text-align:left!important;
}
.tlb-body .tlr-therapist-card__rank{
  position:absolute!important;
  top:8px!important;
  left:8px!important;
  z-index:2!important;
  min-width:0!important;
  max-width:calc(100% - 16px)!important;
  padding:4px 8px!important;
  border:0!important;
  border-radius:4px!important;
  background:#341238!important;
  color:#fff!important;
  font-size:9px!important;
  line-height:1!important;
  letter-spacing:.04em!important;
}
.tlb-body .tlr-therapist-card__data strong{
  display:flex!important;
  align-items:baseline!important;
  gap:5px!important;
  min-width:0!important;
  color:#21131f!important;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif!important;
  font-size:19px!important;
  font-weight:800!important;
  line-height:1.18!important;
  white-space:nowrap!important;
}
.tlb-body .tlr-therapist-card__data strong small{
  color:#d42472!important;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif!important;
  font-size:11px!important;
  white-space:nowrap!important;
}
.tlb-body .tlr-therapist-card__time{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:28px!important;
  padding:0 6px!important;
  border-radius:0!important;
  background:#fffaf0!important;
  color:#8a5a08!important;
  font-size:11px!important;
  font-weight:900!important;
}
.tlb-body .tlr-therapist-card__time:before{
  display:none!important;
}
.tlb-body .tlr-therapist-card__time--off{
  color:#8d828e!important;
  background:#f7f1f4!important;
}
.tlb-body .tlr-therapist-card__catch{
  display:block!important;
  min-height:39px!important;
  padding:6px 0 0!important;
  border-top:1px solid #f1dae5!important;
  color:#9f1e55!important;
  font-size:10px!important;
  line-height:1.5!important;
  word-break:keep-all!important;
}
.tlb-body .tlr-therapist-card__select{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  margin-top:auto!important;
  border-radius:0!important;
  background:linear-gradient(#e62478,#b5184f)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  box-shadow:none!important;
}
.tlb-body .tlr-choice,
.tlb-body .tlr-selected-line,
.tlb-body .tlr-calendar-head,
.tlb-body .tlr-reserve-summary{
  border-color:#d8c092!important;
  background:#fffdf8!important;
}
.tlb-body .tlr-choice b,
.tlb-body .tlr-submit{
  background:linear-gradient(#e62478,#b5184f)!important;
  color:#fff!important;
  box-shadow:none!important;
}

@media(max-width:640px){
  .tlb-page-card--reserve{
    padding:7px!important;
  }
  .tlb-page-card--reserve .tlb-subject{
    margin:12px 0 10px!important;
  }
  .tlb-page-card--reserve .tlb-subject p{
    font-size:26px!important;
  }
  .tlb-page-card--reserve .tlb-page-body{
    padding:10px!important;
    border-width:3px!important;
  }
  .tlb-body .tlr-reserve{
    overflow:hidden!important;
  }
  .tlb-body .tlr-reserve__head{
    margin-bottom:12px!important;
    padding:18px 12px 16px!important;
  }
  .tlb-body .tlr-reserve__head h1{
    font-size:42px!important;
  }
  .tlb-body .tlr-reserve__head p{
    font-size:12px!important;
    line-height:1.7!important;
  }
  .tlb-body .tlr-reserve-progress{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
    margin:0 0 14px!important;
    padding:0!important;
    overflow:visible!important;
  }
  .tlb-body .tlr-reserve-progress::-webkit-scrollbar{
    display:none!important;
  }
  .tlb-body .tlr-reserve-progress span{
    flex:none!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    min-height:58px!important;
    padding:8px 10px!important;
    writing-mode:horizontal-tb!important;
    text-orientation:mixed!important;
    white-space:normal!important;
    word-break:keep-all!important;
    font-size:13px!important;
    line-height:1.18!important;
    text-align:left!important;
  }
  .tlb-body .tlr-reserve-progress span em{
    display:block!important;
    margin-bottom:3px!important;
    font-size:11px!important;
    line-height:1!important;
  }
  .tlb-body .tlr-step{
    gap:9px!important;
    margin-top:10px!important;
    padding:14px 10px!important;
  }
  .tlb-body .tlr-step__num{
    font-size:12px!important;
  }
  .tlb-body .tlr-step__body h2{
    margin-bottom:14px!important;
    font-size:30px!important;
  }
  .tlb-body .tlr-free-booking{
    width:100%!important;
    min-height:44px!important;
    margin-bottom:14px!important;
    padding:10px 12px!important;
    font-size:14px!important;
  }
  .tlb-body .tlr-therapist-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .tlb-body .tlr-therapist-card{
    min-width:0!important;
  }
  .tlb-body .tlr-therapist-card__photo{
    aspect-ratio:4/5!important;
  }
  .tlb-body .tlr-therapist-card__rank{
    top:6px!important;
    left:6px!important;
    max-width:calc(100% - 12px)!important;
    padding:4px 7px!important;
    font-size:9px!important;
  }
  .tlb-body .tlr-therapist-card__data{
    gap:5px!important;
    padding:7px 6px 8px!important;
    text-align:center!important;
  }
  .tlb-body .tlr-therapist-card__data strong{
    display:block!important;
    font-size:20px!important;
    line-height:1.15!important;
    white-space:normal!important;
    text-align:center!important;
  }
  .tlb-body .tlr-therapist-card__data strong small{
    display:inline-block!important;
    margin-left:4px!important;
    font-size:11px!important;
  }
  .tlb-body .tlr-therapist-card__time{
    min-height:38px!important;
    padding:5px 6px!important;
    font-size:12px!important;
    line-height:1.35!important;
    white-space:normal!important;
  }
  .tlb-body .tlr-therapist-card__catch{
    display:none!important;
  }
  .tlb-body .tlr-therapist-card__select{
    min-height:31px!important;
    font-size:11px!important;
    line-height:1.2!important;
  }
  .tlb-body .tlr-course-grid,
  .tlb-body .tlr-option-grid,
  .tlb-body .tlr-fields{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .tlb-body .tlr-choice,
  .tlb-body .tlr-selected-line,
  .tlb-body .tlr-reserve-summary{
    padding:12px!important;
  }
  .tlb-body .tlr-calendar-head{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .tlb-body .tlr-calendar-wrap{
    max-width:100%!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .tlb-body .tlr-submit{
    width:100%!important;
    min-height:46px!important;
    font-size:15px!important;
  }
}
.tlb-profile-jewel{
  display:grid;
  grid-template-columns:310px minmax(0,1fr);
  gap:18px;
  padding:16px;
}
.tlb-profile-gallery-panel{min-width:0}
.tlb-profile-main-photo{
  overflow:hidden;
  border:2px solid #d7bd8e;
  background:#fff5fa;
  box-shadow:inset 0 0 0 4px #fff;
}
.tlb-profile-main-photo img{
  display:block;
  width:100%;
  height:438px;
  object-fit:cover;
}
.tlb-profile-thumbs{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:4px;
  margin-top:7px;
}
.tlb-profile-thumbs button{
  display:block;
  width:100%;
  padding:0;
  border:1px solid #e7c2d1;
  background:#fff4f8;
  cursor:pointer;
}
.tlb-profile-thumbs button.is-active{
  border-color:#c01864;
  box-shadow:0 0 0 2px #f5d478 inset;
}
.tlb-profile-thumbs img{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}
.tlb-profile-summary{
  min-width:0;
  padding:2px 0 0;
}
.tlb-profile-kicker{
  color:#a47a3c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
  line-height:1;
}
.tlb-profile-summary h1{
  display:flex;
  align-items:flex-end;
  gap:10px;
  margin:4px 0 10px;
  padding-bottom:10px;
  border-bottom:1px solid #ead8ad;
  color:#2d101c;
  font-size:40px;
  font-weight:500;
  line-height:1.12;
}
.tlb-profile-summary h1 small{
  color:#d42472;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:15px;
  font-weight:900;
  white-space:nowrap;
}
.tlb-profile-badges{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:0 0 12px;
}
.tlb-profile-badges span,
.tlb-profile-badges a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:4px 10px;
  border:1px solid #9d8961;
  border-radius:5px;
  color:#9d8961;
  background:#fff;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:12px;
  font-weight:800;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
}
.tlb-profile-badges .is-rank{
  border-color:#4a1631;
  color:#f2dca9;
  background:#4a1631;
}
.tlb-profile-size-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin:0 0 12px;
  border:1px solid #ead8ad;
  background:#fffdf8;
}
.tlb-profile-size-list div{
  display:grid;
  gap:3px;
  padding:10px 6px;
  border-right:1px solid #ead8ad;
  text-align:center;
}
.tlb-profile-size-list div:last-child{border-right:0}
.tlb-profile-size-list dt{
  color:#a47a3c;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:11px;
  font-weight:900;
}
.tlb-profile-size-list dd{
  margin:0;
  color:#2d101c;
  font-size:16px;
  font-weight:900;
  line-height:1.1;
}
.tlb-profile-labels{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
  margin:0 0 13px;
  padding:0;
  list-style:none;
}
.tlb-profile-labels li{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:31px;
  padding:5px 10px;
  border:1px solid #9d8961;
  border-radius:5px;
  color:#9d8961;
  background:#fff;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:13px;
  font-weight:800;
  line-height:1.15;
  text-align:center;
}
.tlb-profile-status-card{
  display:grid;
  gap:4px;
  margin-top:10px;
  padding:13px 14px;
  border:1px solid #e7b4cb;
  background:#fff8fb;
}
.tlb-profile-status-card b{
  color:#e62478;
  font-size:22px;
  line-height:1.15;
}
.tlb-profile-status-card span{
  color:#5f4b40;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:12px;
  font-weight:800;
}
.tlb-profile-status-card em{
  display:block;
  color:#8a5a08;
  font-style:normal;
  font-weight:900;
}
.tlb-profile-status-card.is-full b,
.tlb-profile-status-card.is-off b{color:#7b6871}
.tlb-profile-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:14px;
}
.tlb-profile-actions a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  color:#fff;
  text-decoration:none;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-weight:900;
  background:linear-gradient(#2fc474,#168e4d);
}
.tlb-profile-actions a:last-child{background:linear-gradient(#db2c7d,#a91456)}
.tlb-profile-week{
  margin-top:16px;
  padding:18px;
}
.tlb-profile-section-title{
  margin:0 0 14px;
  text-align:center;
}
.tlb-profile-section-title p{
  margin:0;
  color:#a47a3c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1;
}
.tlb-profile-section-title h2{
  margin:2px 0 0;
  color:#3d2325;
  font-size:18px;
  font-weight:500;
}
.tlb-profile-week-list{
  border:4px double #c6a56c;
  background:#fffdf8;
}
.tlb-profile-week-row{
  display:grid;
  grid-template-columns:82px minmax(0,1fr) 112px 102px;
  gap:10px;
  align-items:center;
  min-height:58px;
  padding:8px 10px;
  border-bottom:1px solid #ead8ad;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}
.tlb-profile-week-row:last-child{border-bottom:0}
.tlb-profile-week-date{
  display:flex;
  align-items:center;
  gap:5px;
  color:#2d101c;
  font-weight:900;
}
.tlb-profile-week-date b{font-size:16px}
.tlb-profile-week-date span{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  color:#fff;
  background:#b5184f;
  font-size:12px;
}
.tlb-profile-week-main{
  display:grid;
  gap:2px;
  min-width:0;
}
.tlb-profile-week-main strong{
  color:#2d101c;
  font-size:16px;
  line-height:1.1;
}
.tlb-profile-week-main span{
  overflow:hidden;
  color:#9d8961;
  font-size:12px;
  font-weight:900;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.tlb-profile-week-state{
  color:#d42472;
  font-size:12px;
  font-weight:900;
  text-align:center;
}
.tlb-profile-week-reserve{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:5px 8px;
  border:1px solid #c91464;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  background:linear-gradient(#e62478,#b5184f);
}
.tlb-profile-week-reserve.is-disabled{
  border-color:#e6d7c2;
  color:#9b8b78;
  background:#f8f0e6;
}
.tlb-profile-week-row.is-off{
  color:#8d828e;
  background:#faf7f4;
}
.tlb-profile-week-row.is-off .tlb-profile-week-date span,
.tlb-profile-week-row.is-full .tlb-profile-week-date span{background:#7b6871}
.tlb-profile-text{
  margin-top:16px;
  padding:22px;
}
.tlb-profile-text > p{
  margin:0 0 16px;
  color:#2d101c;
  font-size:14px;
  line-height:2;
}
.tlb-profile-text h3{
  margin:20px 0 8px;
  color:#a47a3c;
  font-size:17px;
}
.tlb-empty{
  padding:20px;
  border:1px dashed #d7bd8e;
  color:#7a6247;
  background:#fffaf0;
  font-weight:800;
}

@media(max-width:900px){
  .tlb-site{padding-inline:8px}
  .tlb-kv{height:250px}
  .tlb-kv__logo{left:34px;top:26px;width:180px;height:180px}
  .tlb-kv__logo strong{font-size:44px}
  .tlb-kv__reserve{right:18px;top:18px;min-width:124px;min-height:42px;font-size:14px}
  .tlb-kv__copy{right:24px;bottom:24px}
  .tlb-kv__copy p{font-size:26px}
  .tlb-menu-grid{grid-template-columns:repeat(4,1fr)}
  .tlb-content-layout{grid-template-columns:1fr}
  .tlb-side-banners{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
  .tlb-side-banners h2{grid-column:1/-1}
  .tlb-side-banners a{margin:0}
  .tlb-cast-grid,.tlb-pickup-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:640px){
  body.tlb-body{padding-bottom:78px}
  .tlb-site{padding-inline:6px}
  .tlb-menu-float{top:8px;right:8px;width:38px;height:38px}
  .tlb-kv{height:214px}
  .tlb-kv__photos{grid-template-columns:repeat(5,1fr)}
  .tlb-kv__photos img:nth-child(n+6){display:none}
  .tlb-kv__logo{left:14px;top:20px;width:146px;height:146px;border-width:3px}
  .tlb-kv__reserve{right:10px;top:12px;min-width:96px;min-height:36px;padding:5px 8px;font-size:12px}
  .tlb-kv__mark{top:10px;width:40px;height:40px;font-size:12px}
  .tlb-kv__logo strong{font-size:34px}
  .tlb-kv__logo em{font-size:10px}
  .tlb-kv__copy{right:10px;bottom:18px;max-width:190px}
  .tlb-kv__copy p{font-size:20px}
  .tlb-hours{font-size:13px}
  .tlb-menu-grid{grid-template-columns:repeat(4,1fr);gap:2px}
  .tlb-menu-grid a{min-height:62px;padding:5px 2px}
  .tlb-menu-grid span{width:22px;height:18px;font-size:14px}
  .tlb-menu-grid b{font-size:11px}
  .tlb-menu-grid small{font-size:10px}
  .tlb-feature-board{min-height:260px}
  .tlb-feature-board__faces{grid-template-columns:repeat(3,1fr);grid-auto-rows:90px}
  .tlb-feature-board__copy{
    left:12px;
    right:12px;
    bottom:12px;
    max-width:none;
    padding:13px;
    text-align:center;
  }
  .tlb-feature-board__copy h1{font-size:22px}
  .tlb-side-banners{grid-template-columns:1fr}
  .tlb-area-strip{position:sticky;top:0;z-index:20;margin:10px 0;padding:6px}
  .tlb-area-strip button{min-height:34px;padding:0 13px}
  .tlb-info-scroll{height:260px;padding:18px 14px;font-size:13px}
  .tlb-subject p{font-size:25px}
  .tlb-subject h1,.tlb-subject h2{font-size:14px}
  .tlb-news-list a{grid-template-columns:92px minmax(0,1fr);font-size:12px}
  .tlb-front-concept{
    margin:22px 0 26px;
  }
  .tlb-front-concept__lead{
    margin-bottom:18px;
    font-size:13px;
    line-height:1.9;
    text-align:left;
  }
  .tlb-front-concept__list{
    gap:30px;
  }
  .tlb-concept-story .tlb-subject{
    margin-bottom:12px;
  }
  .tlb-concept-story__image{
    width:100%;
    box-shadow:0 10px 18px rgba(80,56,41,.18);
  }
  .tlb-concept-story__image img{
    aspect-ratio:4/3;
  }
  .tlb-concept-story__body{
    margin-top:16px;
  }
  .tlb-concept-story__body h3{
    margin-bottom:10px;
    font-size:22px;
  }
  .tlb-concept-story__body p{
    font-size:13px;
    line-height:1.9;
  }
  .tlb-cast-grid,.tlb-pickup-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }
  .tlb-cast-card__body{gap:5px;padding:7px}
  .tlb-cast-card h3{font-size:16px}
  .tlb-cast-card h3 small{font-size:10px}
  .tlb-size{font-size:10px}
  .tlb-tags{gap:3px;min-height:39px}
  .tlb-tags span{min-height:18px;padding:0 5px;font-size:9px}
  .tlb-room-hour{font-size:10px}
  .tlb-room-hour b{font-size:13px}
  .tlb-fixed-cta{grid-template-columns:1fr 1fr 1fr;padding:4px}
  .tlb-fixed-cta a{min-height:42px;font-size:15px}
  .tlb-profile-jewel{grid-template-columns:1fr;padding:10px}
  .tlb-profile-main-photo img{height:auto;max-height:560px}
  .tlb-profile-summary h1{font-size:32px}
  .tlb-profile-size-list{grid-template-columns:repeat(2,1fr)}
  .tlb-profile-size-list div:nth-child(2){border-right:0}
  .tlb-profile-size-list div:nth-child(-n+2){border-bottom:1px solid #ead8ad}
  .tlb-profile-labels{grid-template-columns:1fr 1fr}
  .tlb-profile-actions{grid-template-columns:1fr}
  .tlb-profile-week{padding:10px}
  .tlb-profile-week-row{
    grid-template-columns:64px minmax(0,1fr);
    gap:7px;
    align-items:start;
  }
  .tlb-profile-week-state{
    grid-column:2;
    text-align:left;
  }
  .tlb-profile-week-reserve{
    grid-column:2;
    width:100%;
  }
  .tlb-profile-text{padding:14px}
  .tlb-page-card{padding:12px}
  .tlb-page-card--system .tlb-page-body{padding:10px}
  .tlb-page-card--schedule .tlb-subject{
    margin-bottom:16px;
  }
  .tlb-schedule-date-wrap{
    grid-template-columns:24px minmax(0,1fr) 24px;
    gap:3px;
    margin-bottom:18px;
  }
  .tlb-schedule-week-arrow{
    min-height:54px;
    font-size:28px;
  }
  .tlb-schedule-date-tabs{
    display:flex;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .tlb-schedule-date-tabs a{
    flex:0 0 84px;
    min-height:54px;
    font-size:14px;
  }
  .tlb-schedule-area-tabs{
    gap:4px;
    margin-bottom:16px;
  }
  .tlb-schedule-area-tabs a{
    min-width:72px;
    min-height:42px;
    padding:0 13px;
    font-size:14px;
  }
  .tlb-schedule-area{
    margin-bottom:22px;
  }
  .tlb-schedule-area h2{
    min-height:42px;
    margin-bottom:16px;
    font-size:23px;
  }
  .tlb-schedule-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .tlb-schedule-card__profile{
    padding:7px 5px 6px;
  }
  .tlb-schedule-card__profile h3{
    font-size:17px;
  }
  .tlb-schedule-card__profile p{
    font-size:10px;
  }
  .tlb-schedule-card__tags{
    gap:3px;
  }
  .tlb-schedule-card__tags span{
    min-height:20px;
    border-width:1px;
    font-size:9px;
  }
  .tlb-schedule-card__shift{
    padding:7px 4px 6px;
  }
  .tlb-schedule-card__shift span{
    font-size:11px;
  }
  .tlb-schedule-card__shift b{
    font-size:14px;
  }
  .tlb-schedule-card__status{
    min-height:32px;
    font-size:13px;
  }
  .tlb-schedule-coming{
    margin:6px 0 26px;
    font-size:19px;
  }
  .tlb-price-section{padding:20px 12px 18px}
  .tlb-price-heading{margin-bottom:14px}
  .tlb-price-heading p{font-size:27px}
  .tlb-course-list,
  .tlb-option-list{grid-template-columns:1fr}
  .tlb-course-card{
    grid-template-columns:1fr;
    min-height:0;
    gap:6px;
    padding:13px 12px;
  }
  .tlb-course-card__main{gap:6px 10px}
  .tlb-course-card__name{font-size:15px}
  .tlb-course-card__time strong{font-size:24px}
  .tlb-course-card__time span{font-size:13px}
  .tlb-course-card__badge{min-height:20px;font-size:11px}
  .tlb-course-card__price{
    min-width:0;
    font-size:22px;
    text-align:left;
  }
  .tlb-option-card{
    min-height:52px;
    padding:11px 12px;
  }
  .tlb-option-card span{font-size:14px}
  .tlb-option-card strong{font-size:18px}
}

@media(max-width:380px){
  .tlb-cast-card h3{font-size:15px}
  .tlb-cast-grid,.tlb-pickup-grid{gap:5px}
}

/* Type-C clean classic skin */
:root{
  --tlb-ink:#30283a;
  --tlb-brown:#85633b;
  --tlb-deep:#7d3c58;
  --tlb-rose:#d65a8b;
  --tlb-pink:#f5dce7;
  --tlb-pale:#fffaf7;
  --tlb-gold:#c6a56d;
  --tlb-gold-2:#efe1c5;
  --tlb-line:#d8bd8d;
  --tlb-mint:#31b68f;
  --tlc-blue:#70aeb7;
  --tlc-soft:#fff8fb;
}

body.tlb-body{
  color:#2b2434;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  background:
    linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,249,252,.94)),
    repeating-linear-gradient(135deg,#fff 0,#fff 22px,#fff6f9 23px,#fff6f9 54px);
}

.tlb-site{
  width:min(1160px,100%);
  padding:0 14px 46px;
}

.tlb-kv{
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  align-items:center;
  min-height:308px;
  height:auto;
  margin:0 auto 14px;
  border:1px solid #e8d1a6;
  background:#fff;
  box-shadow:0 16px 36px rgba(123,83,84,.12);
}

.tlb-kv__photos{
  grid-column:1/-1;
  grid-template-columns:repeat(6,1fr);
  opacity:.48;
}

.tlb-kv__photos img{
  filter:saturate(.82) contrast(.96) brightness(1.08);
}

.tlb-kv__shade{
  background:
    linear-gradient(90deg,rgba(255,255,255,.92) 0,rgba(255,248,250,.76) 36%,rgba(255,255,255,.18) 70%,rgba(125,60,88,.5) 100%),
    radial-gradient(circle at 16% 24%,rgba(246,215,226,.62),transparent 34%);
}

.tlb-kv__logo{
  left:34px;
  top:34px;
  width:250px;
  height:250px;
  border:1px solid #c6a56d;
  border-radius:0;
  color:#7d3c58;
  background:rgba(255,255,255,.88);
  box-shadow:0 14px 34px rgba(116,83,90,.14),0 0 0 10px rgba(255,255,255,.4);
}

.tlb-kv__mark{
  top:18px;
  width:52px;
  height:52px;
  border-color:#d7bc87;
  color:#a67d3e;
  background:#fffaf3;
}

.tlb-kv__logo strong{
  margin-top:26px;
  color:#7d3c58;
  font-size:42px;
  font-weight:500;
  line-height:1.02;
  text-shadow:none;
}

.tlb-kv__logo em{
  color:#a67d3e;
  font-family:Georgia,"Times New Roman",serif;
}

.tlb-kv__copy{
  right:42px;
  bottom:54px;
  color:#fff;
  text-align:right;
  text-shadow:0 3px 10px rgba(82,35,52,.42);
}

.tlb-kv__copy p{
  margin-bottom:10px;
  color:#fff;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:33px;
  font-weight:600;
}

.tlb-kv__copy b{
  display:block;
  border-color:rgba(255,240,213,.82);
  color:#fff8ea;
  background:rgba(117,53,79,.62);
  font-size:13px;
  letter-spacing:0;
}

.tlb-kv__tel{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  margin-top:12px;
  padding:0 16px;
  border-radius:999px;
  background:#fff;
  color:#7d3c58;
  font-weight:900;
  text-shadow:none;
  box-shadow:0 8px 18px rgba(92,45,66,.18);
}

.tlb-kv__reserve{
  right:42px;
  top:32px;
  min-width:142px;
  min-height:42px;
  border:1px solid #c6a56d;
  border-radius:999px;
  background:#d65a8b;
  color:#fff;
  text-shadow:none;
  box-shadow:0 10px 22px rgba(214,90,139,.2);
}

.tlb-hours{
  margin:8px 0 12px;
  color:#89683f;
  font-size:15px;
}

.tlb-menu-grid{
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:6px;
  margin-bottom:18px;
}

.tlb-menu-grid a{
  min-height:74px;
  border-color:#d9bd88;
  border-radius:0;
  background:linear-gradient(180deg,#fff,#fff9f1);
  color:#6d4b29;
  box-shadow:none;
}

.tlb-menu-grid a:hover{
  transform:translateY(-1px);
  background:#fff2f7;
  border-color:#d65a8b;
  color:#7d3c58;
}

.tlb-menu-grid span{
  color:#c59b5c;
  font-size:18px;
}

.tlb-menu-grid b{
  font-size:13px;
  line-height:1.25;
}

.tlb-menu-grid small{
  color:#a58351;
  font-size:11px;
}

.tlb-content-layout{
  grid-template-columns:minmax(0,1fr) 280px;
  align-items:start;
  gap:22px;
}

.tlb-main-column{
  gap:24px;
}

.tlb-subject{
  margin:0 0 18px;
  padding-bottom:13px;
  border-bottom:1px solid #d7bc87;
}

.tlb-subject p{
  color:#a57d42;
  font-family:Georgia,"Times New Roman",serif;
  font-size:32px;
  line-height:1.1;
}

.tlb-subject h1,
.tlb-subject h2{
  color:#3b2431;
  font-size:18px;
  font-weight:500;
}

.tlb-feature-board{
  min-height:420px;
  border:1px solid #d8bd8d;
  background:#fff;
  box-shadow:0 18px 36px rgba(135,88,92,.08);
}

.tlb-feature-board__faces{
  opacity:.92;
}

.tlb-feature-board__faces img{
  filter:saturate(.9) brightness(1.04);
}

.tlb-feature-board__copy{
  right:42px;
  bottom:44px;
  border:1px solid rgba(255,233,200,.78);
  background:rgba(125,60,88,.88);
  box-shadow:0 16px 30px rgba(82,35,52,.2);
}

.tlb-feature-board__copy p{
  color:#f7dfaa;
  font-size:12px;
}

.tlb-feature-board__copy h1{
  color:#fff;
  font-size:32px;
  line-height:1.25;
}

.tlb-feature-board__copy span{
  color:#fff8ef;
}

.tlb-thumb-rail img{
  border-color:#d8bd8d;
}

.tlb-info,
.tlb-news,
.tlb-section,
.tlb-page-card,
.tlb-profile-jewel,
.tlb-profile-text,
.tlb-profile-week{
  border:1px solid #e0c798;
  border-radius:0;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 28px rgba(132,91,96,.06);
}

.tlb-info-box{
  border-color:#d7bc87;
  background:#fff;
}

.tlb-info-scroll{
  color:#34263a;
}

.tlb-info-metrics span{
  border:1px solid #efd6df;
  background:#fff7fa;
  color:#7d3c58;
}

.tlb-news-list a{
  border-color:#ead7aa;
  background:#fff;
}

.tlb-news-list time{
  color:#a3783e;
}

.tlb-cast-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.tlb-cast-grid--archive{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.tlb-cast-card{
  border:1px solid #d9bd88;
  border-radius:0;
  background:#fff;
  box-shadow:0 12px 24px rgba(130,88,95,.08);
}

.tlb-cast-card__photo{
  background:#fff7fa;
}

.tlb-cast-card__photo img{
  filter:saturate(.94) brightness(1.03);
}

.tlb-cast-card__attend{
  right:0;
  top:0;
  width:58px;
  height:58px;
  border-radius:0;
  clip-path:polygon(100% 0,100% 100%,0 0);
  background:#c51652;
  color:transparent;
}

.tlb-cast-card__attend:after{
  content:"出勤";
  position:absolute;
  right:4px;
  top:10px;
  color:#fff;
  font-size:12px;
  font-weight:900;
  transform:rotate(45deg);
}

.tlb-cast-card__body{
  padding:12px 10px 13px;
}

.tlb-cast-card h3{
  color:#3b2431;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:23px;
  font-weight:500;
}

.tlb-size{
  color:#2f2b32;
  font-size:13px;
}

.tlb-tags{
  gap:5px;
}

.tlb-tags span,
.tlb-schedule-card__tags span,
.tlb-profile-labels li{
  min-height:24px;
  border:1px solid #b88730;
  border-radius:4px;
  background:#fffdf8;
  color:#80571c;
  font-size:12px;
  font-weight:800;
}

.tlb-room-hour{
  border:0;
  background:#f5efe8;
  color:#6c5143;
}

.tlb-cast-card__status,
.tlb-schedule-card__status{
  border-radius:0;
  background:#c51652;
  color:#fff;
}

.tlb-cast-card__status.is-full,
.tlb-schedule-card__status.is-full{
  background:#7f6c73;
}

.tlb-area-strip{
  border:1px solid #eed8e1;
  background:#fff;
}

.tlb-area-strip button,
.tlb-schedule-area-tabs a{
  border:1px solid #d65a8b;
  border-radius:0;
  background:#fff;
  color:#a83c67;
}

.tlb-area-strip button.is-active,
.tlb-schedule-area-tabs a.is-active{
  background:#c51652;
  color:#fff;
}

.tlb-area-title,
.tlb-schedule-area h2{
  min-height:48px;
  background:#b99d6c;
  color:#fff;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-weight:500;
}

.tlb-side-banners h2{
  color:#9d7440;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:20px;
}

.tlb-side-banners a{
  min-height:62px;
  border:1px solid #dec18f;
  border-radius:0;
  box-shadow:0 10px 20px rgba(113,80,80,.08);
}

.tlb-side-banners .is-card{background:linear-gradient(135deg,#4d4643,#8c7565)}
.tlb-side-banners .is-pay{background:linear-gradient(135deg,#e26b8e,#f6b8c8)}
.tlb-side-banners .is-line{background:linear-gradient(135deg,#cbf3dc,#fff);color:#168350}
.tlb-side-banners .is-recruit{background:linear-gradient(135deg,#904463,#c74b80)}
.tlb-side-banners .is-opinion{background:linear-gradient(135deg,#fff7ed,#cbaa7a);color:#60421f}
.tlb-side-banners .is-media{
  min-height:46px;
  background:#fff;
  color:#c51652;
}

.tlb-mutual-banner{
  border:1px solid #95d2df;
  background:#fff;
}

.tlb-schedule-date-wrap{
  align-items:stretch;
}

.tlb-schedule-date-tabs a{
  min-height:72px;
  border-color:#c51652;
  border-radius:0;
  background:#fff;
  color:#b64568;
  font-size:17px;
}

.tlb-schedule-date-tabs a.is-active{
  background:#c51652;
  color:#fff;
}

.tlb-schedule-week-arrow{
  border-radius:0;
  color:#c51652;
  background:#fff;
}

.tlb-schedule-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.tlb-schedule-card{
  border:1px solid #d8bd8d;
  border-radius:0;
  background:#fff;
}

.tlb-schedule-card__shift{
  background:#5d4b46;
  color:#fff;
}

.tlb-schedule-card__status{
  background:#c51652;
}

.tlb-price-section{
  border-color:#e0c798;
  border-radius:0;
  background:#fffdf9;
}

.tlb-course-card,
.tlb-option-card{
  border-color:#e2c99d;
  border-radius:0;
  background:#fff;
}

.tlb-course-card__price,
.tlb-option-card strong{
  color:#c51652;
}

.tlb-profile-summary h1,
.tlb-profile-section-title p,
.tlb-price-heading p{
  color:#9b713b;
  font-family:"Hiragino Mincho ProN","Yu Mincho",Georgia,serif;
  font-weight:500;
}

.tlb-profile-badges .is-rank{
  background:#7d3c58;
  color:#fff;
}

.tlb-profile-status-card{
  border-color:#f0bfd1;
  background:#fff7fa;
}

.tlb-profile-actions a:first-child,
.tlb-fixed-cta__line{
  background:#24b46f;
}

.tlb-profile-actions a:last-child,
.tlb-fixed-cta__web{
  background:#c51652;
}

.tlb-fixed-cta{
  width:min(980px,calc(100% - 20px));
  border:3px solid #7d3c58;
  background:#7d3c58;
}

.tlb-fixed-cta a{
  min-height:54px;
  border:1px solid #d9bd88;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
}

.tlb-fixed-cta__tel{
  background:#b9446a;
}

.tlb-reserve-panel{
  border:1px solid #e0c798;
  border-radius:0;
  background:linear-gradient(135deg,#fff8fb,#fff);
  color:#3b2431;
}

.tlb-reserve-panel h2{
  color:#7d3c58;
}

.tlb-body .tlr-reserve{
  max-width:100%;
  color:#2b2434;
}

.tlb-body .tlr-reserve__head{
  border:1px solid #e0c798;
  border-radius:0;
  background:#fff;
  text-align:center;
}

.tlb-body .tlr-reserve__head h1{
  color:#70aeb7;
  font-size:48px;
  font-weight:500;
}

.tlb-body .tlr-reserve__head p,
.tlb-body .tlr-reserve__head span{
  color:#70aeb7;
}

.tlb-body .tlr-reserve-progress{
  grid-template-columns:repeat(5,minmax(0,1fr));
}

.tlb-body .tlr-reserve-progress span{
  border:1px solid #e0c798;
  border-radius:0;
  background:#fffdf8;
  color:#9b7a46;
}

.tlb-body .tlr-reserve-progress .is-current{
  background:#c51652;
  color:#fff;
  border-color:#c51652;
}

.tlb-body .tlr-reserve-summary{
  border-color:#e0c798;
  border-radius:0;
  background:#fff;
}

.tlb-body .tlr-therapist-card{
  border-color:#e0c798;
  border-radius:0;
  background:#fff;
}

.tlb-body .tlr-therapist-card__rank{
  background:#7d3c58;
}

.tlb-body .tlr-free-booking,
.tlb-body .tlr-submit,
.tlb-body .tlr-therapist-card__select{
  border-radius:0;
  background:#c51652;
}

@media(max-width:980px){
  .tlb-site{padding-inline:10px}
  .tlb-kv{
    grid-template-columns:1fr;
    min-height:260px;
  }
  .tlb-kv__logo{
    left:20px;
    top:26px;
    width:190px;
    height:190px;
  }
  .tlb-kv__logo strong{font-size:32px}
  .tlb-kv__copy{
    right:20px;
    bottom:32px;
    max-width:58%;
  }
  .tlb-kv__copy p{font-size:26px}
  .tlb-menu-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .tlb-content-layout{grid-template-columns:1fr}
  .tlb-side-banners{grid-template-columns:repeat(2,1fr)}
  .tlb-side-banners h2{grid-column:1/-1}
  .tlb-cast-grid,
  .tlb-schedule-grid,
  .tlb-cast-grid--archive{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:640px){
  body.tlb-body{padding-bottom:82px}
  .tlb-site{padding-inline:8px}
  .tlb-kv{
    min-height:236px;
    margin-bottom:10px;
  }
  .tlb-kv__photos{grid-template-columns:repeat(4,1fr)}
  .tlb-kv__logo{
    left:14px;
    top:18px;
    width:150px;
    height:150px;
  }
  .tlb-kv__mark{
    width:38px;
    height:38px;
    top:12px;
    font-size:12px;
  }
  .tlb-kv__logo strong{
    margin-top:20px;
    font-size:25px;
  }
  .tlb-kv__logo em{font-size:11px}
  .tlb-kv__reserve{
    right:12px;
    top:14px;
    min-width:96px;
    min-height:36px;
    padding:5px 10px;
    font-size:12px;
  }
  .tlb-kv__copy{
    right:12px;
    bottom:18px;
    max-width:60%;
  }
  .tlb-kv__copy p{
    font-size:20px;
  }
  .tlb-kv__copy b{
    padding:4px 8px;
    font-size:10px;
  }
  .tlb-kv__tel{
    min-height:28px;
    padding:0 10px;
    font-size:12px;
  }
  .tlb-hours{font-size:13px}
  .tlb-menu-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:4px;
  }
  .tlb-menu-grid a{
    min-height:58px;
    padding:6px 3px;
  }
  .tlb-menu-grid span{font-size:14px}
  .tlb-menu-grid b{font-size:11px}
  .tlb-menu-grid small{font-size:9px}
  .tlb-feature-board{
    min-height:300px;
  }
  .tlb-feature-board__copy{
    right:14px;
    bottom:18px;
    max-width:76%;
    padding:16px;
  }
  .tlb-feature-board__copy h1{
    font-size:24px;
  }
  .tlb-subject p{
    font-size:28px;
  }
  .tlb-cast-grid,
  .tlb-schedule-grid,
  .tlb-cast-grid--archive{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .tlb-cast-card__body{padding:9px 6px 10px}
  .tlb-cast-card h3{font-size:18px}
  .tlb-size{font-size:11px}
  .tlb-tags span,
  .tlb-schedule-card__tags span{
    min-height:20px;
    font-size:10px;
  }
  .tlb-side-banners{grid-template-columns:1fr}
  .tlb-schedule-date-tabs a{
    min-height:58px;
    min-width:76px;
    font-size:14px;
  }
  .tlb-body .tlr-reserve{
    padding:0 8px;
    overflow-x:hidden;
  }
  .tlb-body .tlr-reserve__head{
    padding:18px 10px;
    text-align:center;
  }
  .tlb-body .tlr-reserve__head h1{
    font-size:38px;
  }
  .tlb-body .tlr-reserve-progress{
    grid-template-columns:repeat(5,122px);
    overflow-x:auto;
    padding-bottom:4px;
  }
  .tlb-body .tlr-reserve-progress span{
    min-height:58px;
    white-space:normal;
    writing-mode:horizontal-tb;
  }
  .tlb-body .tlr-therapist-grid{
    grid-template-columns:1fr;
  }
  .tlb-fixed-cta{
    width:calc(100% - 10px);
    grid-template-columns:1fr 1fr 1fr;
  }
  .tlb-fixed-cta a{
    min-height:48px;
    padding:0 4px;
    font-size:18px;
  }
}

/* Type-C Palantir modern refresh */
.tlb-menu-float{
  display:none!important;
}

body.tlb-body{
  background:
    linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,250,252,.95)),
    radial-gradient(circle at 18% 8%,rgba(246,218,228,.38),transparent 30%),
    repeating-linear-gradient(135deg,#fff 0,#fff 26px,#fff8fb 27px,#fff8fb 58px);
}

.tlb-site{
  width:min(1180px,100%);
  padding:0 18px 54px;
}

.tlb-kv{
  display:block;
  width:min(1080px,100%);
  height:558px;
  min-height:0;
  margin:0 auto 14px;
  overflow:hidden;
  border:0;
  background:#2b0307;
  box-shadow:0 16px 42px rgba(92,46,58,.16);
}

.tlb-kv:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  z-index:3;
  height:116px;
  background:linear-gradient(180deg,#2b0307,#3d1117);
}

.tlb-kv__photos{
  inset:116px 0 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  opacity:1;
}

.tlb-kv__photos img{
  display:none;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 36%;
  filter:saturate(.88) contrast(.96) brightness(1.08);
  transform:none!important;
}

.tlb-kv__photos img:nth-child(1),
.tlb-kv__photos img:nth-child(2){
  display:block;
}

.tlb-kv.is-single-image .tlb-kv__photos,
.tlb-kv.is-custom .tlb-kv__photos{
  display:block;
}

.tlb-kv.is-single-image .tlb-kv__photos img,
.tlb-kv.is-custom .tlb-kv__photos img{
  display:none;
}

.tlb-kv.is-single-image .tlb-kv__photos img:first-child,
.tlb-kv.is-custom .tlb-kv__photos img:first-child{
  display:block;
  width:100%;
  height:100%;
}

.tlb-kv__shade{
  inset:116px 0 0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(43,3,7,.04),rgba(43,3,7,.12)),
    linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,244,248,.34) 46%,rgba(43,3,7,.1));
}

.tlb-kv__logo{
  z-index:4;
  left:50%;
  top:0;
  width:min(520px,calc(100% - 300px));
  height:116px;
  min-width:320px;
  border:0;
  border-radius:0;
  color:#fffaf2;
  background:transparent;
  box-shadow:none;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
}

.tlb-kv__mark{
  position:static;
  flex:0 0 58px;
  width:58px;
  height:58px;
  border:1px solid #e8d2a6;
  border-radius:50%;
  color:#e8d2a6;
  background:rgba(255,255,255,.06);
  transform:none;
  font-size:18px;
}

.tlb-kv__logo strong{
  margin:0;
  color:#fffaf2;
  font-size:47px;
  line-height:.98;
  font-weight:400;
  text-shadow:0 3px 10px rgba(0,0,0,.34);
  white-space:nowrap;
}

.tlb-kv__logo em{
  position:absolute;
  left:50%;
  bottom:16px;
  margin:0;
  color:#e8d2a6;
  font-size:12px;
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:0;
  transform:translateX(-50%);
}

.tlb-kv__reserve{
  z-index:5;
  right:28px;
  top:34px;
  min-width:146px;
  min-height:48px;
  border:1px solid #e2c88f;
  border-radius:0;
  background:linear-gradient(180deg,#df2d83,#b41459);
  color:#fff;
  box-shadow:none;
  text-shadow:none;
}

.tlb-kv__copy{
  z-index:2;
  left:50%;
  right:auto;
  bottom:54px;
  width:min(680px,calc(100% - 72px));
  max-width:none;
  color:#fff;
  text-align:center;
  text-shadow:0 3px 13px rgba(31,6,11,.72);
  transform:translateX(-50%);
}

.tlb-kv__copy p{
  margin:0 0 10px;
  color:#fff;
  font-family:"Hiragino Mincho ProN","Yu Mincho",Georgia,serif;
  font-size:39px;
  font-weight:500;
  letter-spacing:0;
}

.tlb-kv__copy b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:5px 18px;
  border:1px solid rgba(232,210,166,.86);
  color:#fff7e8;
  background:rgba(59,12,20,.58);
  font-size:13px;
  letter-spacing:0;
}

.tlb-kv__tel{
  display:inline-flex;
  margin-left:10px;
  margin-top:0;
  min-height:34px;
  border:1px solid rgba(232,210,166,.64);
  border-radius:0;
  background:rgba(255,255,255,.88);
  color:#4b1720;
  box-shadow:none;
}

.tlb-hours{
  margin:8px 0 14px;
  color:#79562b;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
}

.tlb-menu-grid{
  width:min(1080px,100%);
  margin:0 auto 22px;
  gap:5px;
}

.tlb-menu-grid a{
  min-height:74px;
  background:linear-gradient(180deg,#fff,#fff8ef);
}

.tlb-content-layout{
  width:min(1080px,100%);
  margin:0 auto;
  grid-template-columns:minmax(0,820px) 240px;
  gap:18px;
}

.tlb-feature-board{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);
  min-height:360px;
  border:1px solid #d7bd8e;
  background:#fff;
  box-shadow:0 18px 34px rgba(132,91,96,.08);
}

.tlb-feature-board__faces{
  position:relative;
  inset:auto;
  display:block;
  min-height:360px;
  opacity:1;
}

.tlb-feature-board__faces img{
  display:none;
  width:100%;
  height:100%;
  min-height:360px;
  border:0;
  object-fit:cover;
  object-position:center 30%;
  filter:saturate(.92) brightness(1.04);
}

.tlb-feature-board__faces img:first-child{
  display:block;
}

.tlb-feature-board__copy{
  position:relative;
  inset:auto;
  align-self:center;
  max-width:none;
  margin:28px;
  padding:26px 24px;
  border:1px solid #e1c795;
  color:#352235;
  text-align:left;
  background:linear-gradient(180deg,#fff,#fff8fb);
  box-shadow:none;
}

.tlb-feature-board__copy p{
  color:#b41459;
  font-size:12px;
  letter-spacing:0;
}

.tlb-feature-board__copy h1{
  color:#3d1723;
  font-family:"Hiragino Mincho ProN","Yu Mincho",Georgia,serif;
  font-size:32px;
  font-weight:500;
}

.tlb-feature-board__copy span{
  color:#806744;
}

.tlb-thumb-rail{
  display:none;
}

.tlb-subject{
  margin:30px 0 18px;
}

.tlb-subject p{
  color:#9b713b;
  font-size:34px;
}

.tlb-info,
.tlb-news,
.tlb-section,
.tlb-page-card,
.tlb-profile-jewel,
.tlb-profile-text,
.tlb-profile-week{
  border-color:#d7bd8e;
  background:rgba(255,255,255,.96);
}

.tlb-new-face .tlb-cast-grid,
.tlb-pickup .tlb-cast-grid{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(180px,1fr);
  grid-template-columns:none;
  gap:14px;
  overflow-x:auto;
  padding:2px 2px 10px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
}

.tlb-new-face .tlb-cast-card,
.tlb-pickup .tlb-cast-card{
  scroll-snap-align:start;
}

.tlb-cast-grid,
.tlb-cast-grid--archive,
.tlb-schedule-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.tlb-cast-card,
.tlb-schedule-card{
  border-color:#cdb17e;
  box-shadow:none;
}

.tlb-cast-card__photo{
  aspect-ratio:3/4.05;
}

.tlb-cast-card__photo img{
  height:100%;
}

.tlb-cast-card h3{
  font-size:23px;
  line-height:1.18;
}

.tlb-tags{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.tlb-tags span,
.tlb-schedule-card__tags span,
.tlb-profile-labels li{
  border-color:#8a621f;
  color:#765019;
  background:#fffdf6;
}

.tlb-room-hour,
.tlb-schedule-card__shift{
  background:#5b4a45;
  color:#fff;
}

.tlb-cast-card__status,
.tlb-schedule-card__status,
.tlb-profile-week-reserve{
  background:linear-gradient(180deg,#d01e65,#a9134f);
}

.tlb-schedule-date-tabs{
  justify-content:center;
}

.tlb-schedule-date-tabs a{
  flex:1 1 0;
  min-width:92px;
}

.tlb-profile-jewel{
  grid-template-columns:390px minmax(0,1fr);
  gap:28px;
  align-items:start;
  padding:18px;
}

.tlb-profile-gallery-panel{
  position:sticky;
  top:12px;
  align-self:start;
}

.tlb-profile-main-photo{
  border:1px solid #d7bd8e;
  box-shadow:inset 0 0 0 5px #fff;
}

.tlb-profile-main-photo img{
  height:min(620px,72vh);
  min-height:520px;
}

.tlb-profile-thumbs{
  grid-template-columns:repeat(5,64px);
  justify-content:flex-start;
  gap:8px;
  margin-top:10px;
}

.tlb-profile-thumbs button{
  border-color:#d7bd8e;
  background:#fff;
}

.tlb-profile-summary{
  padding-top:4px;
}

.tlb-profile-summary h1{
  font-size:44px;
}

.tlb-profile-inline-week{
  margin-top:18px;
  border:1px solid #d7bd8e;
  background:#fffdf8;
}

.tlb-profile-inline-week__head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-bottom:1px solid #ead8ad;
}

.tlb-profile-inline-week__head p{
  margin:0;
  color:#9b713b;
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  line-height:1;
}

.tlb-profile-inline-week__head h2{
  margin:0;
  color:#3d2325;
  font-size:14px;
  font-weight:500;
}

.tlb-profile-inline-week .tlb-profile-week-list{
  border:0;
}

.tlb-profile-inline-week .tlb-profile-week-row{
  grid-template-columns:70px minmax(0,1fr) 96px 92px;
  min-height:52px;
  padding:7px 10px;
}

.tlb-profile-text{
  margin-top:20px;
  padding:30px 34px;
}

.tlb-profile-text > p,
.tlb-profile-text p{
  font-size:15px;
  line-height:2.05;
}

.tlb-side-banners{
  position:sticky;
  top:10px;
}

.tlb-fixed-cta{
  z-index:50;
}

@media(max-width:1100px){
  .tlb-kv,
  .tlb-menu-grid,
  .tlb-content-layout{
    width:100%;
  }

  .tlb-content-layout{
    grid-template-columns:1fr;
  }

  .tlb-side-banners{
    position:static;
  }

  .tlb-cast-grid,
  .tlb-cast-grid--archive,
  .tlb-schedule-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .tlb-site{
    padding:0 8px 82px;
  }

  .tlb-kv{
    height:430px;
  }

  .tlb-kv:before{
    height:102px;
  }

  .tlb-kv__photos,
  .tlb-kv__shade{
    inset:102px 0 0;
  }

  .tlb-kv__photos{
    display:block;
  }

  .tlb-kv__photos img,
  .tlb-kv__photos img:nth-child(2){
    display:none;
  }

  .tlb-kv__photos img:first-child{
    display:block;
  }

  .tlb-kv__logo{
    width:100%;
    min-width:0;
    height:102px;
    padding:0 112px 0 14px;
    justify-content:center;
    gap:10px;
  }

  .tlb-kv__mark{
    flex-basis:42px;
    width:42px;
    height:42px;
    font-size:14px;
  }

  .tlb-kv__logo strong{
    font-size:28px;
    white-space:normal;
  }

  .tlb-kv__logo em{
    bottom:9px;
    font-size:10px;
  }

  .tlb-kv__reserve{
    right:10px;
    top:28px;
    min-width:92px;
    min-height:38px;
    padding:5px 8px;
    font-size:12px;
  }

  .tlb-kv__copy{
    bottom:26px;
    width:calc(100% - 28px);
  }

  .tlb-kv__copy p{
    font-size:25px;
  }

  .tlb-kv__copy b{
    min-height:30px;
    padding:5px 10px;
    font-size:11px;
  }

  .tlb-kv__tel{
    display:none;
  }

  .tlb-menu-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:3px;
  }

  .tlb-feature-board{
    grid-template-columns:1fr;
    min-height:0;
  }

  .tlb-feature-board__faces{
    min-height:220px;
  }

  .tlb-feature-board__faces img{
    min-height:220px;
  }

  .tlb-feature-board__copy{
    margin:0;
    border-width:1px 0 0;
    padding:20px 18px;
  }

  .tlb-feature-board__copy h1{
    font-size:25px;
  }

  .tlb-cast-grid,
  .tlb-cast-grid--archive,
  .tlb-schedule-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }

  .tlb-new-face .tlb-cast-grid,
  .tlb-pickup .tlb-cast-grid{
    grid-auto-columns:minmax(150px,72%);
  }

  .tlb-cast-card h3{
    font-size:18px;
  }

  .tlb-schedule-date-wrap{
    display:flex;
    align-items:center;
  }

  .tlb-schedule-date-tabs{
    justify-content:flex-start;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  .tlb-schedule-date-tabs a{
    flex:0 0 86px;
  }

  .tlb-profile-jewel{
    grid-template-columns:1fr;
    gap:14px;
    padding:10px;
  }

  .tlb-profile-gallery-panel{
    position:relative;
    top:auto;
  }

  .tlb-profile-main-photo img{
    height:auto;
    min-height:0;
    aspect-ratio:3/4;
  }

  .tlb-profile-thumbs{
    grid-template-columns:repeat(5,54px);
  }

  .tlb-profile-summary h1{
    font-size:34px;
  }

  .tlb-profile-inline-week .tlb-profile-week-row{
    grid-template-columns:62px minmax(0,1fr);
    gap:6px;
  }

  .tlb-profile-week-state,
  .tlb-profile-week-reserve{
    grid-column:2;
  }

  .tlb-profile-week-reserve{
    width:100%;
  }

  .tlb-profile-text{
    padding:20px 16px;
  }

  .tlb-body .tlr-reserve{
    padding:0 6px!important;
  }

  .tlb-body .tlr-reserve-progress{
    display:flex!important;
    gap:8px!important;
    overflow-x:auto!important;
    grid-template-columns:none!important;
    padding-bottom:6px!important;
  }

  .tlb-body .tlr-reserve-progress span{
    flex:0 0 124px!important;
    min-height:58px!important;
    padding:8px 10px!important;
    writing-mode:horizontal-tb!important;
    text-orientation:mixed!important;
    white-space:normal!important;
    line-height:1.35!important;
  }

  .tlb-fixed-cta{
    width:calc(100% - 8px);
    border-width:2px;
  }

  .tlb-fixed-cta a{
    min-height:46px;
    font-size:16px;
  }
}

@media(max-width:390px){
  .tlb-kv__logo strong{
    font-size:24px;
  }

  .tlb-kv__mark{
    flex-basis:36px;
    width:36px;
    height:36px;
  }

  .tlb-cast-card h3{
    font-size:16px;
  }

  .tlb-fixed-cta a{
    font-size:14px;
  }
}

/* Type-C Palantir reproduction pass */
body.tlb-body{
  color:#241c24;
  background:
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,251,252,.96)),
    radial-gradient(circle at 50% 0,rgba(246,211,222,.32),transparent 34%),
    repeating-linear-gradient(135deg,#fff 0,#fff 28px,#fff9fb 29px,#fff9fb 64px)!important;
}

.tlb-menu-float{
  display:none!important;
}

.tlb-home .tlb-site{
  width:100%!important;
  padding:0 0 84px!important;
}

.tlb-home .tlb-kv{
  width:100%!important;
  height:calc(100vh - 0px)!important;
  min-height:720px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:#2a0006!important;
  box-shadow:none!important;
}

.tlb-home .tlb-kv:before{
  height:118px!important;
  background:#280005!important;
  box-shadow:0 1px 0 rgba(255,255,255,.08) inset!important;
}

.tlb-home .tlb-kv__photos{
  inset:118px 0 0!important;
  display:block!important;
  opacity:1!important;
}

.tlb-home .tlb-kv__photos img{
  display:none!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 25%!important;
  filter:saturate(.82) contrast(.94) brightness(1.08)!important;
  transform:none!important;
}

.tlb-home .tlb-kv__photos img:first-child{
  display:block!important;
}

.tlb-home .tlb-kv.is-custom .tlb-kv__photos img:first-child,
.tlb-home .tlb-kv.is-single-image .tlb-kv__photos img:first-child{
  display:block!important;
}

.tlb-home .tlb-kv__shade{
  inset:118px 0 0!important;
  z-index:2!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,239,245,.14) 38%,rgba(55,0,10,.16)),
    radial-gradient(circle at 50% 48%,rgba(255,255,255,.26),transparent 30%)!important;
}

.tlb-home .tlb-kv__logo{
  z-index:4!important;
  left:50%!important;
  top:0!important;
  width:min(560px,100%)!important;
  min-width:0!important;
  height:118px!important;
  padding:0 190px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:translateX(-50%)!important;
  display:grid!important;
  grid-template-columns:74px minmax(0,1fr)!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
}

.tlb-home .tlb-kv__mark{
  position:static!important;
  width:62px!important;
  height:62px!important;
  border:1px solid #e8d2a6!important;
  border-radius:50%!important;
  color:#e8d2a6!important;
  background:rgba(255,255,255,.04)!important;
  transform:none!important;
  font-size:20px!important;
}

.tlb-home .tlb-kv__logo strong{
  margin:0!important;
  color:#fffaf2!important;
  font-family:Georgia,"Times New Roman","Hiragino Mincho ProN","Yu Mincho",serif!important;
  font-size:48px!important;
  font-weight:400!important;
  line-height:.95!important;
  text-align:left!important;
  text-shadow:0 3px 10px rgba(0,0,0,.34)!important;
  white-space:normal!important;
}

.tlb-home .tlb-kv__logo em{
  position:absolute!important;
  left:50%!important;
  bottom:12px!important;
  margin:0!important;
  color:#e8d2a6!important;
  font-size:12px!important;
  font-family:Georgia,"Times New Roman",serif!important;
  transform:translateX(-50%)!important;
}

.tlb-home .tlb-kv__reserve{
  z-index:5!important;
  right:clamp(28px,7vw,96px)!important;
  top:34px!important;
  min-width:150px!important;
  min-height:50px!important;
  border:1px solid #d8bd8d!important;
  border-radius:0!important;
  color:#fff!important;
  background:linear-gradient(180deg,#d71b73,#b21255)!important;
  box-shadow:none!important;
  text-shadow:none!important;
}

.tlb-home .tlb-kv__copy{
  z-index:3!important;
  left:50%!important;
  right:auto!important;
  bottom:13vh!important;
  width:min(820px,calc(100% - 40px))!important;
  max-width:none!important;
  text-align:center!important;
  transform:translateX(-50%)!important;
}

.tlb-home .tlb-kv__copy p{
  margin:0 0 16px!important;
  color:#fff!important;
  font-family:"Hiragino Mincho ProN","Yu Mincho",Georgia,serif!important;
  font-size:clamp(36px,5vw,66px)!important;
  font-weight:400!important;
  line-height:1.2!important;
  text-shadow:0 4px 18px rgba(0,0,0,.58)!important;
}

.tlb-home .tlb-kv__copy b{
  min-height:40px!important;
  padding:8px 28px!important;
  border:1px solid rgba(255,255,255,.72)!important;
  color:#fff!important;
  background:rgba(40,0,8,.38)!important;
  font-size:14px!important;
}

.tlb-home .tlb-kv__tel{
  display:none!important;
}

.tlb-home .tlb-hours,
.tlb-home .tlb-menu-grid,
.tlb-home .tlb-content-layout{
  width:min(1080px,calc(100% - 28px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.tlb-home .tlb-hours{
  margin-top:16px!important;
  margin-bottom:14px!important;
}

.tlb-home .tlb-content-layout{
  display:block!important;
}

.tlb-home .tlb-side-banners,
.tlb-home .tlb-feature-board,
.tlb-home .tlb-thumb-rail{
  display:none!important;
}

.tlb-home .tlb-main-column{
  display:block!important;
}

.tlb-home .tlb-info{
  margin-top:24px!important;
}

body:not(.tlb-home) .tlb-site{
  width:min(1080px,100%)!important;
  padding:0 12px 84px!important;
}

body:not(.tlb-home) .tlb-kv{
  width:min(1000px,100%)!important;
  height:230px!important;
  min-height:0!important;
  margin:0 auto 12px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:0 12px 28px rgba(92,46,58,.12)!important;
}

body:not(.tlb-home) .tlb-kv:before{
  display:none!important;
}

body:not(.tlb-home) .tlb-kv__photos,
body:not(.tlb-home) .tlb-kv__shade{
  inset:0!important;
}

body:not(.tlb-home) .tlb-kv__photos{
  display:block!important;
}

body:not(.tlb-home) .tlb-kv__photos img{
  display:none!important;
}

body:not(.tlb-home) .tlb-kv__photos img:first-child{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 28%!important;
  transform:none!important;
}

body:not(.tlb-home) .tlb-kv__shade{
  background:linear-gradient(90deg,rgba(40,0,7,.62),rgba(255,238,245,.1) 55%,rgba(40,0,7,.46))!important;
}

body:not(.tlb-home) .tlb-kv__logo{
  left:50%!important;
  top:50%!important;
  width:auto!important;
  min-width:0!important;
  height:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  color:#fff!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:translate(-50%,-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:13px!important;
}

body:not(.tlb-home) .tlb-kv__mark{
  position:static!important;
  width:58px!important;
  height:58px!important;
  border:1px solid #e8d2a6!important;
  border-radius:50%!important;
  transform:none!important;
  color:#e8d2a6!important;
  background:rgba(40,0,7,.48)!important;
}

body:not(.tlb-home) .tlb-kv__logo strong{
  margin:0!important;
  color:#fff!important;
  font-size:43px!important;
  line-height:.98!important;
  text-shadow:0 3px 12px rgba(0,0,0,.52)!important;
}

body:not(.tlb-home) .tlb-kv__logo em,
body:not(.tlb-home) .tlb-kv__copy,
body:not(.tlb-home) .tlb-kv__reserve{
  display:none!important;
}

.tlb-menu-grid a{
  border-color:#c7a775!important;
  background:linear-gradient(180deg,#fff,#fff8ed)!important;
}

.tlb-content-layout{
  grid-template-columns:minmax(0,820px) 250px!important;
  gap:18px!important;
}

.tlb-cast-grid,
.tlb-cast-grid--archive,
.tlb-schedule-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}

.tlb-cast-card,
.tlb-schedule-card{
  border:1px solid #c5a36d!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.tlb-cast-card__photo,
.tlb-schedule-card__photo{
  aspect-ratio:3/4!important;
}

.tlb-cast-card__body,
.tlb-schedule-card__profile{
  padding:9px 8px 10px!important;
}

.tlb-cast-card h3,
.tlb-schedule-card__profile h3{
  font-family:"Hiragino Mincho ProN","Yu Mincho",Georgia,serif!important;
  font-size:22px!important;
  font-weight:400!important;
}

.tlb-tags,
.tlb-schedule-card__tags{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:4px!important;
}

.tlb-tags span,
.tlb-schedule-card__tags span{
  min-height:23px!important;
  padding:2px 4px!important;
  border:1px solid #8b6420!important;
  border-radius:4px!important;
  background:#fffdf5!important;
  color:#765019!important;
  font-size:11px!important;
  line-height:1.15!important;
}

.tlb-side-banners a{
  border-radius:0!important;
  box-shadow:none!important;
}

.tlb-profile-body .tlb-content-layout{
  grid-template-columns:minmax(0,850px) 250px!important;
}

.tlb-profile-body .tlb-profile-jewel{
  display:grid!important;
  grid-template-columns:390px minmax(0,1fr)!important;
  gap:24px!important;
  align-items:start!important;
  padding:16px!important;
  border:1px solid #cdb17e!important;
  background:#fff!important;
  box-shadow:none!important;
}

.tlb-profile-body .tlb-profile-gallery-panel{
  position:sticky!important;
  top:14px!important;
  align-self:start!important;
}

.tlb-profile-body .tlb-profile-main-photo{
  border:1px solid #cdb17e!important;
  background:#fff!important;
  box-shadow:inset 0 0 0 5px #fff!important;
}

.tlb-profile-body .tlb-profile-main-photo img{
  width:100%!important;
  height:min(620px,72vh)!important;
  min-height:540px!important;
  object-fit:cover!important;
}

.tlb-profile-body .tlb-profile-thumbs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:10px!important;
}

.tlb-profile-body .tlb-profile-thumbs button{
  width:62px!important;
  height:62px!important;
  border:1px solid #cdb17e!important;
  background:#fff!important;
}

.tlb-profile-body .tlb-profile-thumbs img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
}

.tlb-profile-body .tlb-profile-summary h1{
  display:flex!important;
  align-items:flex-end!important;
  gap:10px!important;
  margin:2px 0 12px!important;
  padding-bottom:10px!important;
  border-bottom:1px solid #d7bd8e!important;
  font-family:"Hiragino Mincho ProN","Yu Mincho",Georgia,serif!important;
  font-size:44px!important;
  font-weight:400!important;
  line-height:1.1!important;
}

.tlb-profile-body .tlb-profile-inline-week{
  display:block!important;
  margin-top:18px!important;
  border:1px solid #cdb17e!important;
  background:#fffdf8!important;
}

.tlb-profile-body .tlb-profile-inline-week__head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:12px 14px!important;
  border-bottom:1px solid #e6d5af!important;
}

.tlb-profile-body .tlb-profile-inline-week__head p{
  margin:0!important;
  color:#9b713b!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:28px!important;
  line-height:1!important;
}

.tlb-profile-body .tlb-profile-week-list{
  border:0!important;
}

.tlb-profile-body .tlb-profile-week-row{
  grid-template-columns:64px minmax(0,1fr) 90px 86px!important;
  gap:8px!important;
  min-height:50px!important;
  padding:7px 9px!important;
}

.tlb-profile-body .tlb-profile-text{
  margin-top:18px!important;
  padding:30px 34px!important;
  border:1px solid #cdb17e!important;
  background:#fff!important;
  box-shadow:none!important;
}

.tlb-profile-body .tlb-profile-text p{
  font-size:15px!important;
  line-height:2.05!important;
}

@media(max-width:1100px){
  .tlb-content-layout,
  .tlb-profile-body .tlb-content-layout{
    grid-template-columns:1fr!important;
  }

  .tlb-side-banners{
    position:static!important;
  }
}

@media(max-width:760px){
  .tlb-home .tlb-kv{
    height:78vh!important;
    min-height:560px!important;
  }

  .tlb-home .tlb-kv:before{
    height:104px!important;
  }

  .tlb-home .tlb-kv__photos,
  .tlb-home .tlb-kv__shade{
    inset:104px 0 0!important;
  }

  .tlb-home .tlb-kv__logo{
    height:104px!important;
    padding:0 105px 0 14px!important;
    grid-template-columns:46px minmax(0,1fr)!important;
    gap:10px!important;
  }

  .tlb-home .tlb-kv__mark{
    width:42px!important;
    height:42px!important;
    font-size:14px!important;
  }

  .tlb-home .tlb-kv__logo strong{
    font-size:27px!important;
    line-height:.96!important;
  }

  .tlb-home .tlb-kv__logo em{
    bottom:8px!important;
    font-size:10px!important;
  }

  .tlb-home .tlb-kv__reserve{
    right:10px!important;
    top:28px!important;
    min-width:90px!important;
    min-height:38px!important;
    padding:5px 8px!important;
    font-size:12px!important;
  }

  .tlb-home .tlb-kv__copy{
    bottom:56px!important;
    width:calc(100% - 28px)!important;
  }

  .tlb-home .tlb-kv__copy p{
    font-size:30px!important;
  }

  .tlb-home .tlb-kv__copy b{
    min-height:32px!important;
    padding:6px 10px!important;
    font-size:11px!important;
  }

  body:not(.tlb-home) .tlb-kv{
    height:176px!important;
  }

  body:not(.tlb-home) .tlb-kv__logo strong{
    font-size:30px!important;
  }

  body:not(.tlb-home) .tlb-kv__mark{
    width:42px!important;
    height:42px!important;
  }

  .tlb-cast-grid,
  .tlb-cast-grid--archive,
  .tlb-schedule-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }

  .tlb-profile-body .tlb-profile-jewel{
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:10px!important;
  }

  .tlb-profile-body .tlb-profile-gallery-panel{
    position:relative!important;
    top:auto!important;
  }

  .tlb-profile-body .tlb-profile-main-photo img{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:3/4!important;
  }

  .tlb-profile-body .tlb-profile-summary h1{
    font-size:34px!important;
  }

  .tlb-profile-body .tlb-profile-week-row{
    grid-template-columns:62px minmax(0,1fr)!important;
  }

  .tlb-profile-body .tlb-profile-week-state,
  .tlb-profile-body .tlb-profile-week-reserve{
    grid-column:2!important;
  }

  .tlb-profile-body .tlb-profile-text{
    padding:20px 16px!important;
  }

  .tlb-fixed-cta{
    width:calc(100% - 8px)!important;
  }
}

/* Type-C Palantir structure reset */
body.tlc-body{
  --tlc-wine:#2b0006;
  --tlc-wine-2:#3b050d;
  --tlc-rose:#c01858;
  --tlc-gold:#a7834d;
  --tlc-gold-2:#d7bf91;
  --tlc-cream:#fffaf5;
  --tlc-ink:#220814;
  margin:0!important;
  background:#fff!important;
  color:var(--tlc-ink)!important;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif!important;
  letter-spacing:0!important;
  overflow-x:hidden!important;
}

body.tlc-body .tlb-menu-float,
body.tlc-body .tlb-side-banners,
body.tlc-body .tlb-feature-board,
body.tlc-body .tlb-thumb-rail{
  display:none!important;
}

body.tlc-body .tlc-page{
  width:100%!important;
  min-height:100vh!important;
  padding:0 0 96px!important;
  background:
    radial-gradient(circle at 22% 18%,rgba(234,206,213,.32),transparent 34%),
    linear-gradient(90deg,rgba(167,131,77,.05) 1px,transparent 1px),
    linear-gradient(#fff,#fff)!important;
  background-size:auto,34px 34px,auto!important;
}

.tlc-header{
  width:100%!important;
  margin:0!important;
  background:var(--tlc-wine)!important;
}

.tlc-header--home{
  height:100vh!important;
  min-height:760px!important;
  overflow:hidden!important;
}

.tlc-header--sub{
  height:360px!important;
  overflow:hidden!important;
  border-bottom:1px solid rgba(167,131,77,.45)!important;
}

.tlc-brand-bar{
  position:relative!important;
  z-index:5!important;
  display:grid!important;
  place-items:center!important;
  height:116px!important;
  background:var(--tlc-wine)!important;
  color:#fff!important;
  text-align:center!important;
}

.tlc-brand-bar p{
  position:absolute!important;
  top:10px!important;
  left:50%!important;
  width:min(940px,calc(100% - 28px))!important;
  transform:translateX(-50%)!important;
  margin:0!important;
  color:rgba(255,255,255,.9)!important;
  font-size:13px!important;
  line-height:1.4!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.tlc-brand-logo{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:16px!important;
  margin-top:14px!important;
  color:#fff!important;
  text-decoration:none!important;
}

.tlc-brand-logo span{
  display:grid!important;
  place-items:center!important;
  width:66px!important;
  height:66px!important;
  border:2px solid rgba(255,255,255,.88)!important;
  border-radius:50%!important;
  font-size:18px!important;
  font-weight:700!important;
  color:#fff!important;
}

.tlc-brand-logo strong{
  display:block!important;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:56px!important;
  font-style:italic!important;
  font-weight:400!important;
  line-height:.9!important;
  text-shadow:0 2px 10px rgba(0,0,0,.28)!important;
}

.tlc-brand-reserve{
  position:absolute!important;
  right:9.5vw!important;
  top:43px!important;
  min-width:118px!important;
  padding:11px 20px!important;
  border:1px solid rgba(255,255,255,.48)!important;
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
  text-decoration:none!important;
  font-weight:700!important;
}

.tlc-home .tlc-brand-reserve{
  display:none!important;
}

.tlc-hero-photo{
  position:relative!important;
  height:calc(100% - 116px)!important;
  min-height:0!important;
  overflow:hidden!important;
  background:#f3dfe6!important;
}

.tlc-header--sub .tlc-hero-photo{
  height:244px!important;
}

.tlc-hero-photo img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:0!important;
  transform:scale(1.03)!important;
  animation:tlcHeroFade 36s infinite!important;
}

.tlc-hero-photo img:nth-child(1){animation-delay:0s!important}
.tlc-hero-photo img:nth-child(2){animation-delay:6s!important}
.tlc-hero-photo img:nth-child(3){animation-delay:12s!important}
.tlc-hero-photo img:nth-child(4){animation-delay:18s!important}
.tlc-hero-photo img:nth-child(5){animation-delay:24s!important}
.tlc-hero-photo img:nth-child(6){animation-delay:30s!important}
.tlc-hero-photo img.is-active,
.tlc-hero-photo img:only-child{
  opacity:1!important;
}

@keyframes tlcHeroFade{
  0%{opacity:0;transform:scale(1.04)}
  5%{opacity:1}
  20%{opacity:1}
  28%{opacity:0;transform:scale(1)}
  100%{opacity:0}
}

.tlc-hero-photo:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(255,255,255,.02),rgba(255,221,232,.18),rgba(255,255,255,.06))!important;
}

.tlc-hero-watermark{
  position:absolute!important;
  z-index:2!important;
  left:50%!important;
  top:50%!important;
  width:min(760px,86vw)!important;
  transform:translate(-50%,-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:28px!important;
  color:rgba(255,255,255,.9)!important;
  text-align:center!important;
  text-shadow:0 2px 14px rgba(0,0,0,.24)!important;
  pointer-events:none!important;
}

.tlc-hero-watermark span{
  display:grid!important;
  place-items:center!important;
  width:130px!important;
  height:130px!important;
  border:3px solid rgba(255,255,255,.82)!important;
  border-radius:50%!important;
  font-size:34px!important;
  font-weight:700!important;
}

.tlc-hero-watermark strong{
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:104px!important;
  font-style:italic!important;
  font-weight:400!important;
  line-height:.9!important;
}

.tlc-header--sub .tlc-hero-watermark{
  transform:translate(-50%,-45%) scale(.62)!important;
}

.tlc-under-hero{
  width:min(1000px,calc(100% - 32px))!important;
  margin:0 auto 28px!important;
  text-align:center!important;
}

.tlc-hours{
  margin:16px 0 9px!important;
  color:#8d6d3b!important;
  font-size:17px!important;
  line-height:1.4!important;
}

.tlc-menu{
  display:grid!important;
  grid-template-columns:repeat(8,minmax(0,1fr))!important;
  width:100%!important;
  margin:0 auto!important;
  border-top:1px solid var(--tlc-gold)!important;
  border-left:1px solid var(--tlc-gold)!important;
  background:rgba(255,250,245,.94)!important;
}

.tlc-menu a{
  display:grid!important;
  place-items:center!important;
  align-content:center!important;
  min-height:78px!important;
  padding:9px 4px!important;
  border-right:1px solid var(--tlc-gold)!important;
  border-bottom:1px solid var(--tlc-gold)!important;
  color:#6f4c17!important;
  text-decoration:none!important;
  background:linear-gradient(#fffbf6,#fbf2e8)!important;
  transition:background .18s ease,color .18s ease!important;
}

.tlc-menu a:hover{
  background:#eadcc9!important;
  color:#3a1708!important;
}

.tlc-menu span{
  display:block!important;
  color:#b18545!important;
  font-size:18px!important;
  line-height:1!important;
}

.tlc-menu b{
  display:block!important;
  margin-top:5px!important;
  font-size:14px!important;
  line-height:1.15!important;
}

.tlc-menu small{
  display:block!important;
  margin-top:3px!important;
  font-size:13px!important;
  color:#8a5d20!important;
  line-height:1!important;
}

.tlc-content,
.tlc-section,
.tlc-info-panel,
.tlc-reserve-band{
  width:min(1000px,calc(100% - 32px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.tlc-section,
.tlc-info-panel,
.tlc-page-card,
.tlc-profile,
.tlc-reserve-band{
  margin-top:28px!important;
}

.tlc-title{
  margin:0 auto 22px!important;
  padding:0 0 12px!important;
  border-bottom:1px solid var(--tlc-gold)!important;
  text-align:center!important;
}

.tlc-title p{
  margin:0!important;
  color:#a67935!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:38px!important;
  font-weight:400!important;
  line-height:1.05!important;
}

.tlc-title h1,
.tlc-title h2{
  margin:4px 0 0!important;
  color:#3d1a18!important;
  font-size:17px!important;
  font-weight:400!important;
  line-height:1.35!important;
}

.tlc-info-box,
.tlc-page-card,
.tlc-profile-message,
.tlc-profile__top{
  border:1px solid var(--tlc-gold)!important;
  background:rgba(255,255,255,.86)!important;
  box-shadow:0 14px 34px rgba(84,40,34,.07)!important;
}

.tlc-info-box{
  min-height:190px!important;
  padding:28px 40px!important;
  color:#2d1721!important;
  line-height:1.85!important;
}

.tlc-info-summary{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px 22px!important;
  margin-bottom:18px!important;
  color:#8e672f!important;
  font-size:16px!important;
}

.tlc-info-summary b,
.tlc-info-summary em{
  font-style:normal!important;
}

.tlc-info-area{
  display:grid!important;
  grid-template-columns:140px 1fr!important;
  gap:8px 18px!important;
  margin-top:10px!important;
}

.tlc-info-area h3{
  margin:0!important;
  color:#220814!important;
  font-size:18px!important;
}

.tlc-info-area span{
  display:inline-block!important;
  margin:0 16px 5px 0!important;
  color:#2d1735!important;
  font-size:15px!important;
}

.tlc-news-list,
.tlb-news-list{
  border:1px solid var(--tlc-gold)!important;
  background:rgba(255,255,255,.9)!important;
}

body.tlc-body .tlb-news-list a{
  display:grid!important;
  grid-template-columns:150px 1fr!important;
  gap:18px!important;
  min-height:54px!important;
  padding:14px 20px!important;
  border-bottom:1px solid rgba(167,131,77,.32)!important;
  color:#2d1735!important;
  text-decoration:none!important;
  background:transparent!important;
}

body.tlc-body .tlb-news-list a:last-child{
  border-bottom:0!important;
}

body.tlc-body .tlb-news-list time{
  color:#a67935!important;
  font-weight:700!important;
}

.tlc-cast-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}

.tlc-cast-slider{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:230px!important;
  gap:16px!important;
  overflow-x:auto!important;
  padding:2px 0 12px!important;
  scroll-snap-type:x mandatory!important;
}

.tlc-cast-slider .tlc-cast-card{
  scroll-snap-align:start!important;
}

.tlc-cast-card{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid #c9a569!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(78,38,38,.08)!important;
}

.tlc-cast-card__photo{
  position:relative!important;
  display:block!important;
  aspect-ratio:4/5.6!important;
  overflow:hidden!important;
  background:#f4e9e3!important;
  text-decoration:none!important;
}

.tlc-cast-card__photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transition:transform .28s ease!important;
}

.tlc-cast-card:hover .tlc-cast-card__photo img{
  transform:scale(1.035)!important;
}

.tlc-cast-card__rank{
  position:absolute!important;
  left:8px!important;
  bottom:8px!important;
  z-index:2!important;
  min-width:48px!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  color:#fff!important;
  background:rgba(45,0,35,.86)!important;
  font-family:Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:800!important;
  text-align:center!important;
}

.tlc-cast-card__ribbon{
  position:absolute!important;
  top:0!important;
  right:0!important;
  z-index:3!important;
  width:58px!important;
  height:58px!important;
  display:grid!important;
  place-items:start end!important;
  padding:6px 6px 0 0!important;
  clip-path:polygon(100% 0,100% 100%,0 0)!important;
  background:#b90b28!important;
  color:#fff!important;
  font-size:13px!important;
  font-style:normal!important;
  font-weight:800!important;
  writing-mode:vertical-rl!important;
}

.tlc-cast-card__body{
  padding:10px 9px 12px!important;
  text-align:center!important;
}

.tlc-cast-card__body h3{
  margin:0!important;
  font-size:25px!important;
  font-weight:400!important;
  line-height:1.15!important;
}

.tlc-cast-card__body h3 a{
  color:#2a0b16!important;
  text-decoration:none!important;
}

.tlc-cast-card__body p{
  margin:6px 0 8px!important;
  color:#2f1923!important;
  font-family:Arial,"Hiragino Sans",sans-serif!important;
  font-size:13px!important;
  line-height:1.3!important;
}

.tlc-cast-tags{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:5px!important;
}

.tlc-cast-tags span{
  display:block!important;
  min-height:24px!important;
  padding:3px 5px!important;
  border:1px solid #9d741e!important;
  border-radius:3px!important;
  color:#805516!important;
  background:#fffefa!important;
  font-family:Arial,"Hiragino Sans",sans-serif!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.3!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.tlc-cast-shift{
  margin:10px -9px -12px!important;
  padding:9px 8px 8px!important;
  color:#fff!important;
  background:#4f3938!important;
  text-align:center!important;
}

.tlc-cast-shift span,
.tlc-cast-shift b{
  display:block!important;
  color:#fff!important;
  font-weight:400!important;
  line-height:1.35!important;
}

.tlc-cast-shift b{
  font-size:17px!important;
}

.tlc-cast-status{
  display:block!important;
  margin:0 -9px -12px!important;
  padding:8px!important;
  color:#fff!important;
  background:#af123e!important;
  text-decoration:none!important;
  font-size:15px!important;
  font-weight:700!important;
}

.tlc-area-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0 0 18px!important;
}

.tlc-area-tabs button,
.tlb-schedule-area-tabs a{
  min-width:96px!important;
  padding:14px 18px!important;
  border:0!important;
  background:#b01643!important;
  color:#fff!important;
  text-align:center!important;
  text-decoration:none!important;
  font-size:16px!important;
  font-weight:700!important;
}

.tlc-area-tabs button.is-active,
.tlb-schedule-area-tabs a.is-active{
  background:var(--tlc-wine)!important;
}

.tlc-area-heading,
.tlb-schedule-area h2{
  margin:22px 0 18px!important;
  padding:10px 16px!important;
  background:#a99063!important;
  color:#fff!important;
  text-align:center!important;
  font-size:28px!important;
  font-weight:400!important;
  line-height:1.2!important;
}

.tlc-page-card{
  padding:26px!important;
}

.tlc-page-body{
  color:#2d1721!important;
  font-size:16px!important;
  line-height:1.9!important;
}

body.tlc-body .tlb-schedule-date-wrap{
  display:grid!important;
  grid-template-columns:42px 1fr 42px!important;
  gap:0!important;
  align-items:stretch!important;
  margin:0 0 26px!important;
}

body.tlc-body .tlb-schedule-date-tabs{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  overflow:visible!important;
}

body.tlc-body .tlb-schedule-date-tabs a,
body.tlc-body .tlb-schedule-week-arrow{
  display:grid!important;
  place-items:center!important;
  min-height:70px!important;
  border:1px solid #bd1748!important;
  border-right:0!important;
  background:#fff!important;
  color:#b01746!important;
  text-decoration:none!important;
  font-size:18px!important;
  line-height:1.35!important;
}

body.tlc-body .tlb-schedule-date-tabs a.is-active,
body.tlc-body .tlb-schedule-week-arrow:hover{
  background:#b01746!important;
  color:#fff!important;
}

body.tlc-body .tlb-schedule-week-arrow:last-child,
body.tlc-body .tlb-schedule-date-tabs a:last-child{
  border-right:1px solid #bd1748!important;
}

body.tlc-body .tlb-schedule-area-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0 0 24px!important;
}

body.tlc-body .tlb-schedule-area{
  margin:0 0 28px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

body.tlc-body .tlb-schedule-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}

body.tlc-body .tlb-schedule-coming{
  margin:34px 0 44px!important;
  color:#4a3a3a!important;
  text-align:center!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:28px!important;
  letter-spacing:0!important;
}

.tlc-profile__top{
  display:grid!important;
  grid-template-columns:440px minmax(0,1fr)!important;
  gap:26px!important;
  padding:18px!important;
  align-items:start!important;
}

.tlc-profile__photo{
  position:sticky!important;
  top:16px!important;
  min-width:0!important;
}

.tlc-profile__main-photo{
  overflow:hidden!important;
  border:1px solid #c9a569!important;
  background:#f4e9e3!important;
}

.tlc-profile__main-photo img{
  display:block!important;
  width:100%!important;
  height:min(680px,76vh)!important;
  min-height:560px!important;
  object-fit:cover!important;
}

.tlc-profile__thumbs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:10px!important;
}

.tlc-profile__thumbs button{
  width:64px!important;
  height:64px!important;
  padding:0!important;
  border:1px solid #c9a569!important;
  background:#fff!important;
  cursor:pointer!important;
}

.tlc-profile__thumbs button.is-active{
  border:2px solid #c01858!important;
}

.tlc-profile__thumbs img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

.tlc-profile__summary{
  min-width:0!important;
}

.tlc-profile__kicker{
  color:#a67935!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:26px!important;
  line-height:1!important;
}

.tlc-profile__summary h1{
  display:flex!important;
  align-items:flex-end!important;
  gap:12px!important;
  margin:2px 0 12px!important;
  padding-bottom:12px!important;
  border-bottom:1px solid #d7bf91!important;
  color:#1e0411!important;
  font-size:46px!important;
  font-weight:400!important;
  line-height:1.1!important;
}

.tlc-profile__summary h1 small{
  color:#d01868!important;
  font-family:Arial,sans-serif!important;
  font-size:14px!important;
  font-weight:800!important;
}

.tlc-profile__badges{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-bottom:12px!important;
}

.tlc-profile__badges span,
.tlc-profile__badges a,
.tlc-profile__badges em{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:4px 10px!important;
  border:1px solid #c9a569!important;
  border-radius:3px!important;
  color:#8b5f20!important;
  background:#fffefa!important;
  font-family:Arial,sans-serif!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:800!important;
  text-decoration:none!important;
}

.tlc-profile__badges span{
  border-color:var(--tlc-wine)!important;
  color:#fff!important;
  background:var(--tlc-wine)!important;
}

.tlc-profile__sizes{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  margin:12px 0!important;
  border:1px solid #d7bf91!important;
  background:#fffaf5!important;
}

.tlc-profile__sizes div{
  display:grid!important;
  gap:2px!important;
  padding:10px 8px!important;
  border-right:1px solid #d7bf91!important;
  text-align:center!important;
}

.tlc-profile__sizes div:last-child{
  border-right:0!important;
}

.tlc-profile__sizes dt{
  color:#9d741e!important;
  font-size:12px!important;
  font-weight:700!important;
}

.tlc-profile__sizes dd{
  margin:0!important;
  color:#270715!important;
  font-size:17px!important;
  font-weight:700!important;
}

.tlc-profile__tags{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
  margin:12px 0!important;
  padding:0!important;
  list-style:none!important;
}

.tlc-profile__tags li{
  min-height:32px!important;
  padding:6px 10px!important;
  border:1px solid #9d741e!important;
  border-radius:3px!important;
  color:#805516!important;
  background:#fffefa!important;
  text-align:center!important;
  font-family:Arial,"Hiragino Sans",sans-serif!important;
  font-size:13px!important;
  font-weight:800!important;
}

.tlc-profile__status{
  margin:14px 0!important;
  padding:16px 18px!important;
  border:1px solid #ed9bc0!important;
  background:#fff5fa!important;
}

.tlc-profile__status b,
.tlc-profile__status span,
.tlc-profile__status em{
  display:block!important;
  font-style:normal!important;
  line-height:1.55!important;
}

.tlc-profile__status b{
  color:#d01868!important;
  font-size:25px!important;
  font-weight:400!important;
}

.tlc-profile__status span{
  color:#32111d!important;
  font-size:14px!important;
}

.tlc-profile__status em{
  color:#8d5e20!important;
  font-size:17px!important;
}

.tlc-profile__actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  margin:14px 0 18px!important;
}

.tlc-profile__actions a{
  display:grid!important;
  place-items:center!important;
  min-height:44px!important;
  color:#fff!important;
  background:#21ad66!important;
  text-decoration:none!important;
  font-family:Arial,"Hiragino Sans",sans-serif!important;
  font-size:16px!important;
  font-weight:800!important;
}

.tlc-profile__actions a:last-child{
  background:#c01858!important;
}

.tlc-profile-schedule{
  margin-top:16px!important;
}

.tlc-profile-schedule .tlc-title{
  margin-bottom:10px!important;
}

.tlc-profile-schedule .tlc-title p{
  font-size:32px!important;
}

.tlc-profile-schedule__list{
  border:1px solid #d7bf91!important;
  background:#fff!important;
}

.tlc-profile-schedule__row{
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr) 106px 94px!important;
  gap:8px!important;
  align-items:center!important;
  min-height:55px!important;
  padding:8px 10px!important;
  border-bottom:1px solid rgba(167,131,77,.34)!important;
}

.tlc-profile-schedule__row:last-child{
  border-bottom:0!important;
}

.tlc-profile-schedule__date{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#2b0a18!important;
  font-family:Arial,sans-serif!important;
  font-weight:800!important;
}

.tlc-profile-schedule__date span{
  display:grid!important;
  place-items:center!important;
  width:24px!important;
  height:24px!important;
  border-radius:50%!important;
  color:#fff!important;
  background:#bd1748!important;
  font-size:12px!important;
}

.tlc-profile-schedule__main strong,
.tlc-profile-schedule__main span{
  display:block!important;
  line-height:1.35!important;
}

.tlc-profile-schedule__main strong{
  color:#2b0a18!important;
  font-size:17px!important;
  font-weight:800!important;
}

.tlc-profile-schedule__main span{
  color:#8c652e!important;
  font-size:13px!important;
}

.tlc-profile-schedule__row em{
  color:#d01868!important;
  font-style:normal!important;
  font-family:Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:800!important;
  text-align:center!important;
}

.tlc-profile-schedule__row a,
.tlc-profile-schedule__row .is-disabled{
  display:grid!important;
  place-items:center!important;
  min-height:34px!important;
  color:#fff!important;
  background:#c01858!important;
  text-decoration:none!important;
  font-family:Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:800!important;
}

.tlc-profile-schedule__row .is-disabled{
  color:#9d7c48!important;
  background:#fff5eb!important;
  border:1px solid #e0c89e!important;
}

.tlc-profile-message{
  margin-top:24px!important;
  padding:34px 48px!important;
}

.tlc-profile-message p{
  color:#2c1b20!important;
  font-size:16px!important;
  line-height:2.1!important;
}

.tlc-profile-message h3{
  margin:28px 0 8px!important;
  color:#8d652f!important;
  font-size:20px!important;
  font-weight:400!important;
}

.tlc-reserve-band{
  margin-top:40px!important;
  padding:30px 26px!important;
  color:#fff!important;
  background:linear-gradient(110deg,#721534,#c01858)!important;
  text-align:center!important;
}

.tlc-reserve-band p{
  margin:0 0 7px!important;
  color:#f9d88c!important;
  font-family:Arial,sans-serif!important;
  font-weight:800!important;
}

.tlc-reserve-band h2{
  margin:0 0 10px!important;
  color:#fff!important;
  font-size:28px!important;
  font-weight:700!important;
}

.tlc-reserve-band span{
  color:#fff!important;
}

body.tlc-body .tlb-fixed-cta{
  left:50%!important;
  right:auto!important;
  bottom:0!important;
  transform:translateX(-50%)!important;
  display:grid!important;
  grid-template-columns:1fr 1fr 1fr!important;
  width:min(1000px,calc(100% - 12px))!important;
  border:4px solid #62311b!important;
  background:#62311b!important;
  box-shadow:0 -8px 28px rgba(75,0,32,.22)!important;
}

body.tlc-body .tlb-fixed-cta a{
  display:grid!important;
  place-items:center!important;
  min-height:54px!important;
  border:2px solid #d7bf91!important;
  color:#fff!important;
  font-size:24px!important;
  font-weight:800!important;
  text-decoration:none!important;
}

body.tlc-body .tlb-fixed-cta__tel,
body.tlc-body .tlb-fixed-cta__web{
  background:#bd1748!important;
}

body.tlc-body .tlb-fixed-cta__line{
  background:#22b268!important;
}

@media(max-width:1060px){
  .tlc-cast-grid,
  body.tlc-body .tlb-schedule-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .tlc-profile__top{
    grid-template-columns:380px minmax(0,1fr)!important;
  }
}

@media(max-width:760px){
  .tlc-header--home{
    height:82vh!important;
    min-height:620px!important;
  }

  .tlc-header--sub{
    height:250px!important;
  }

  .tlc-brand-bar{
    height:96px!important;
  }

  .tlc-brand-bar p{
    display:none!important;
  }

  .tlc-brand-logo{
    gap:10px!important;
    margin-top:0!important;
  }

  .tlc-brand-logo span{
    width:48px!important;
    height:48px!important;
    font-size:13px!important;
  }

  .tlc-brand-logo strong{
    font-size:34px!important;
  }

  .tlc-brand-reserve{
    display:none!important;
  }

  .tlc-hero-photo{
    height:calc(100% - 96px)!important;
  }

  .tlc-header--sub .tlc-hero-photo{
    height:154px!important;
  }

  .tlc-hero-watermark{
    flex-direction:column!important;
    gap:12px!important;
  }

  .tlc-hero-watermark span{
    width:84px!important;
    height:84px!important;
    font-size:22px!important;
  }

  .tlc-hero-watermark strong{
    font-size:54px!important;
  }

  .tlc-header--sub .tlc-hero-watermark{
    transform:translate(-50%,-50%) scale(.72)!important;
  }

  .tlc-under-hero,
  .tlc-content,
  .tlc-section,
  .tlc-info-panel,
  .tlc-reserve-band{
    width:calc(100% - 18px)!important;
  }

  .tlc-hours{
    margin:10px 0 8px!important;
    font-size:14px!important;
  }

  .tlc-menu{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }

  .tlc-menu a{
    min-height:58px!important;
    padding:6px 2px!important;
  }

  .tlc-menu span{
    font-size:14px!important;
  }

  .tlc-menu b{
    font-size:11px!important;
  }

  .tlc-menu small{
    font-size:10px!important;
  }

  .tlc-title p{
    font-size:32px!important;
  }

  .tlc-info-box{
    padding:18px!important;
  }

  .tlc-info-area{
    grid-template-columns:1fr!important;
    gap:4px!important;
  }

  body.tlc-body .tlb-news-list a{
    grid-template-columns:1fr!important;
    gap:4px!important;
    padding:12px 14px!important;
  }

  .tlc-cast-grid,
  body.tlc-body .tlb-schedule-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }

  .tlc-cast-slider{
    grid-auto-columns:42vw!important;
    gap:9px!important;
  }

  .tlc-cast-card__body{
    padding:8px 5px 10px!important;
  }

  .tlc-cast-card__body h3{
    font-size:21px!important;
  }

  .tlc-cast-tags{
    gap:4px!important;
  }

  .tlc-cast-tags span{
    min-height:22px!important;
    font-size:10px!important;
    padding:3px 2px!important;
  }

  .tlc-cast-shift{
    margin:8px -5px -10px!important;
    padding:7px 5px!important;
  }

  .tlc-cast-shift b{
    font-size:15px!important;
  }

  .tlc-cast-status{
    margin:0 -5px -10px!important;
    font-size:13px!important;
  }

  .tlc-area-tabs,
  body.tlc-body .tlb-schedule-area-tabs{
    gap:6px!important;
  }

  .tlc-area-tabs button,
  .tlb-schedule-area-tabs a{
    min-width:auto!important;
    padding:11px 14px!important;
    font-size:14px!important;
  }

  body.tlc-body .tlb-schedule-date-wrap{
    grid-template-columns:30px 1fr 30px!important;
  }

  body.tlc-body .tlb-schedule-date-tabs{
    overflow-x:auto!important;
    grid-auto-flow:column!important;
    grid-auto-columns:76px!important;
    grid-template-columns:none!important;
  }

  body.tlc-body .tlb-schedule-date-tabs a,
  body.tlc-body .tlb-schedule-week-arrow{
    min-height:58px!important;
    font-size:14px!important;
  }

  .tlc-profile__top{
    grid-template-columns:1fr!important;
    gap:16px!important;
    padding:10px!important;
  }

  .tlc-profile__photo{
    position:relative!important;
    top:auto!important;
  }

  .tlc-profile__main-photo img{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:3/4!important;
  }

  .tlc-profile__summary h1{
    font-size:34px!important;
  }

  .tlc-profile__sizes{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .tlc-profile__sizes div:nth-child(2){
    border-right:0!important;
  }

  .tlc-profile__sizes div:nth-child(-n+2){
    border-bottom:1px solid #d7bf91!important;
  }

  .tlc-profile__actions{
    grid-template-columns:1fr!important;
  }

  .tlc-profile-schedule__row{
    grid-template-columns:58px minmax(0,1fr)!important;
  }

  .tlc-profile-schedule__row em,
  .tlc-profile-schedule__row a,
  .tlc-profile-schedule__row .is-disabled{
    grid-column:2!important;
  }

  .tlc-profile-message{
    padding:20px 16px!important;
  }

  body.tlc-body .tlb-fixed-cta{
    width:100%!important;
    border-width:3px!important;
  }

  body.tlc-body .tlb-fixed-cta a{
    min-height:48px!important;
    font-size:18px!important;
  }
}

/* Type-C follows the Palantir-style page flow: no floating hamburger or bottom CTA. */
body.tlc-body .tlb-menu-float,
body.tlc-body .tlb-fixed-cta{
  display:none!important;
}

body.tlc-body .tlc-page{
  padding-bottom:48px!important;
}

.tlc-info-banner{
  width:min(1120px,calc(100% - 80px))!important;
  margin:34px auto 42px!important;
}

.tlc-info-banner a,
.tlc-info-banner img{
  display:block!important;
}

.tlc-info-banner img{
  width:100%!important;
  max-height:520px!important;
  aspect-ratio:16/7!important;
  object-fit:cover!important;
  object-position:center!important;
  border:0!important;
  box-shadow:none!important;
  background:#f5e9ec!important;
}

/* Palantir parity pass: full-width info/menu/title bands */
body.tlc-body .tlc-header--sub{
  height:560px!important;
}

body.tlc-body .tlc-header--sub .tlc-hero-photo{
  height:444px!important;
}

body.tlc-body .tlc-under-hero{
  width:100%!important;
  max-width:none!important;
  margin:0 0 28px!important;
  text-align:center!important;
}

body.tlc-body .tlc-hours{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:7px 12px!important;
  background:#f3f0ee!important;
  color:#180b0f!important;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif!important;
  font-size:18px!important;
  line-height:1.2!important;
  box-sizing:border-box!important;
}

body.tlc-body .tlc-menu{
  display:grid!important;
  grid-template-columns:repeat(9,minmax(100px,142px))!important;
  justify-content:center!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border:0!important;
  background:#2b0006!important;
}

body.tlc-body .tlc-menu a{
  min-height:84px!important;
  padding:12px 8px!important;
  border:0!important;
  color:#fff!important;
  background:#2b0006!important;
  text-align:center!important;
  text-decoration:none!important;
}

body.tlc-body .tlc-menu a:hover{
  background:#5b202b!important;
  color:#fff!important;
}

body.tlc-body .tlc-menu b{
  margin:0!important;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:22px!important;
  font-weight:800!important;
  line-height:1.05!important;
}

body.tlc-body .tlc-menu small{
  margin-top:5px!important;
  color:#fff!important;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.1!important;
}

.tlc-visual-title{
  width:100vw!important;
  min-height:118px!important;
  margin:0 0 42px calc(50% - 50vw)!important;
  padding:19px 18px 18px!important;
  display:grid!important;
  place-items:center!important;
  align-content:center!important;
  background:
    linear-gradient(rgba(30,0,4,.72),rgba(30,0,4,.72)),
    radial-gradient(circle at 72% 50%,rgba(217,161,64,.35),transparent 26%),
    linear-gradient(90deg,#1d0503,#3d160b)!important;
  background-size:cover!important;
  background-position:center!important;
  color:#fff!important;
  text-align:center!important;
  box-sizing:border-box!important;
}

.tlc-visual-title p{
  margin:0 0 4px!important;
  color:#fff!important;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.25!important;
  text-shadow:0 1px 8px rgba(0,0,0,.65)!important;
}

.tlc-visual-title h1{
  margin:0!important;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:52px!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  line-height:1!important;
  text-shadow:0 2px 13px rgba(0,0,0,.75)!important;
}

.tlc-visual-title span{
  display:block!important;
  margin-top:6px!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-shadow:0 1px 8px rgba(0,0,0,.65)!important;
}

body.tlc-body .tlc-content,
body.tlc-body .tlc-section,
body.tlc-body .tlc-info-panel,
body.tlc-body .tlc-reserve-band{
  width:min(1120px,calc(100% - 80px))!important;
}

body.tlc-body .tlc-profile__top{
  grid-template-columns:460px minmax(0,1fr)!important;
  gap:42px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.tlc-body .tlc-profile__main-photo{
  border:1px solid #d6d6d6!important;
  background:#fff!important;
}

body.tlc-body .tlc-profile__main-photo img{
  height:min(720px,78vh)!important;
  min-height:600px!important;
}

body.tlc-body .tlc-profile__summary{
  padding:44px 0 0!important;
}

body.tlc-body .tlc-profile__kicker{
  display:none!important;
}

body.tlc-body .tlc-profile__summary h1{
  justify-content:center!important;
  gap:10px!important;
  border-bottom:0!important;
  color:#2a1016!important;
  font-size:42px!important;
  text-align:center!important;
}

body.tlc-body .tlc-profile__summary h1 small{
  color:#2a1016!important;
  font-size:18px!important;
  font-weight:400!important;
}

body.tlc-body .tlc-profile__catch{
  max-width:520px!important;
  margin:10px auto 18px!important;
  padding-bottom:18px!important;
  border-bottom:1px solid rgba(175,127,57,.45)!important;
  color:#7f6031!important;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif!important;
  font-size:17px!important;
  font-weight:500!important;
  line-height:1.85!important;
  text-align:center!important;
}

body.tlc-body .tlc-profile__badges{
  justify-content:center!important;
}

body.tlc-body .tlc-profile__sizes,
body.tlc-body .tlc-profile__tags,
body.tlc-body .tlc-profile__status,
body.tlc-body .tlc-profile__actions,
body.tlc-body .tlc-profile-schedule{
  max-width:520px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

body.tlc-body .tlc-profile-message{
  max-width:920px!important;
  margin:42px auto 0!important;
}

@media(max-width:900px){
  body.tlc-body .tlc-header--sub{
    height:360px!important;
  }

  body.tlc-body .tlc-header--sub .tlc-hero-photo{
    height:264px!important;
  }

  body.tlc-body .tlc-menu{
    grid-template-columns:repeat(3,1fr)!important;
  }

  body.tlc-body .tlc-menu a{
    min-height:58px!important;
    padding:8px 4px!important;
  }

  body.tlc-body .tlc-menu b{
    font-size:17px!important;
  }

  body.tlc-body .tlc-menu small{
    font-size:11px!important;
  }

  body.tlc-body .tlc-content,
  body.tlc-body .tlc-section,
  body.tlc-body .tlc-info-panel,
  body.tlc-body .tlc-reserve-band,
  .tlc-info-banner{
    width:calc(100% - 18px)!important;
  }

  body.tlc-body .tlc-profile__top{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }

  body.tlc-body .tlc-profile__summary{
    padding-top:8px!important;
  }

  body.tlc-body .tlc-profile__catch{
    margin-top:8px!important;
    padding-bottom:14px!important;
    font-size:15px!important;
    line-height:1.75!important;
  }

  body.tlc-body .tlc-profile__main-photo img{
    height:auto!important;
    min-height:0!important;
  }
}

/* Type-C final polish: same hero height, clean attendance ribbon, split messages. */
body.tlc-body.tlc-home .tlc-header--home{
  height:560px!important;
  min-height:0!important;
}

body.tlc-body.tlc-home .tlc-header--home .tlc-hero-photo{
  height:444px!important;
}

body.tlc-body .tlc-cast-card__ribbon{
  position:absolute!important;
  top:14px!important;
  right:-34px!important;
  z-index:5!important;
  display:block!important;
  width:128px!important;
  height:28px!important;
  padding:0!important;
  clip-path:none!important;
  transform:rotate(45deg)!important;
  background:#c90022!important;
  color:#fff!important;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif!important;
  font-size:14px!important;
  font-style:normal!important;
  font-weight:800!important;
  line-height:28px!important;
  text-align:center!important;
  writing-mode:horizontal-tb!important;
  text-shadow:0 1px 2px rgba(0,0,0,.28)!important;
  box-shadow:0 2px 8px rgba(80,0,20,.18)!important;
}

body.tlc-body .tlc-profile-messages{
  display:grid!important;
  gap:24px!important;
  max-width:920px!important;
  margin:42px auto 0!important;
}

body.tlc-body .tlc-profile-messages .tlc-profile-message{
  max-width:none!important;
  margin:0!important;
  padding:34px 48px!important;
  border:1px solid var(--tlc-gold)!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 14px 34px rgba(84,40,34,.07)!important;
}

body.tlc-body .tlc-profile-messages .tlc-title{
  margin-bottom:22px!important;
}

body.tlc-body .tlc-profile-messages .tlc-title p{
  font-size:30px!important;
}

body.tlc-body .tlc-profile-messages .tlc-profile-message p{
  margin:0!important;
  color:#2c1b20!important;
  font-size:16px!important;
  line-height:2.1!important;
}

@media(max-width:900px){
  body.tlc-body.tlc-home .tlc-header--home,
  body.tlc-body .tlc-header--sub{
    height:360px!important;
  }

  body.tlc-body.tlc-home .tlc-header--home .tlc-hero-photo,
  body.tlc-body .tlc-header--sub .tlc-hero-photo{
    height:264px!important;
  }

  body.tlc-body .tlc-profile-messages{
    margin-top:24px!important;
    gap:16px!important;
  }

  body.tlc-body .tlc-profile-messages .tlc-profile-message{
    padding:20px 16px!important;
  }
}

/* Type-C ACCESS page: Palantir-style room map layout. */
body.tlc-body .tlc-page-card--access{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.tlc-body .tlc-page-card--access > .tlc-title{
  display:none!important;
}

body.tlc-body .tlc-access-page{
  width:100%!important;
  max-width:1120px!important;
  margin:0 auto!important;
  color:#2d1721!important;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif!important;
}

body.tlc-body .tlc-access-lead{
  margin:0 auto 34px!important;
  padding:0 20px!important;
  color:#3a1e1c!important;
  font-size:17px!important;
  line-height:1.9!important;
  text-align:center!important;
}

body.tlc-body .tlc-access-heading{
  display:grid!important;
  place-items:center!important;
  min-height:70px!important;
  margin:0 0 28px!important;
  background:#c1a08f!important;
  color:#fff!important;
  text-align:center!important;
}

body.tlc-body .tlc-access-heading span{
  display:block!important;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:26px!important;
  font-weight:800!important;
  line-height:1.05!important;
}

body.tlc-body .tlc-access-heading b{
  display:block!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.2!important;
}

body.tlc-body .tlc-access-room{
  margin:0 10px 22px!important;
  padding-bottom:20px!important;
  border-bottom:1px dashed rgba(120,86,48,.45)!important;
}

body.tlc-body .tlc-access-room h2,
body.tlc-body .tlc-access-wide-map h2{
  display:grid!important;
  place-items:center!important;
  min-height:38px!important;
  margin:0 0 0!important;
  background:#c1a08f!important;
  color:#fff!important;
  font-size:19px!important;
  font-weight:400!important;
  line-height:1.2!important;
  text-align:center!important;
}

body.tlc-body .tlc-access-room table{
  width:100%!important;
  border-collapse:collapse!important;
  margin:0!important;
  background:rgba(255,255,255,.9)!important;
}

body.tlc-body .tlc-access-room th,
body.tlc-body .tlc-access-room td{
  padding:24px 20px 10px!important;
  border:0!important;
  vertical-align:top!important;
}

body.tlc-body .tlc-access-room th{
  width:150px!important;
  color:#9b8f88!important;
  font-size:18px!important;
  font-weight:400!important;
  text-align:left!important;
}

body.tlc-body .tlc-access-room td{
  color:#2b0b12!important;
  font-size:16px!important;
  font-weight:700!important;
}

body.tlc-body .tlc-access-room td p{
  margin:0 0 4px!important;
  color:#2b0b12!important;
}

body.tlc-body .tlc-access-map{
  width:600px!important;
  max-width:100%!important;
  min-height:450px!important;
  margin:0 auto!important;
  background:#f6f0ec!important;
  overflow:hidden!important;
}

body.tlc-body .tlc-access-map iframe{
  display:block!important;
  width:100%!important;
  height:450px!important;
  border:0!important;
}

body.tlc-body .tlc-access-map__empty{
  display:grid!important;
  place-items:center!important;
  min-height:450px!important;
  color:#9a7747!important;
  border:1px solid rgba(166,121,53,.28)!important;
}

body.tlc-body .tlc-access-wide-map{
  margin:34px 0 0!important;
}

body.tlc-body .tlc-access-wide-map h2{
  margin-bottom:22px!important;
}

body.tlc-body .tlc-access-map--wide{
  width:100%!important;
  min-height:500px!important;
}

body.tlc-body .tlc-access-map--wide iframe{
  height:500px!important;
}

@media(max-width:760px){
  body.tlc-body .tlc-access-lead{
    margin-bottom:22px!important;
    padding:0!important;
    font-size:14px!important;
    text-align:left!important;
  }

  body.tlc-body .tlc-access-heading{
    min-height:58px!important;
    margin-bottom:20px!important;
  }

  body.tlc-body .tlc-access-heading span{
    font-size:22px!important;
  }

  body.tlc-body .tlc-access-room{
    margin:0 0 18px!important;
  }

  body.tlc-body .tlc-access-room h2,
  body.tlc-body .tlc-access-wide-map h2{
    min-height:36px!important;
    font-size:17px!important;
  }

  body.tlc-body .tlc-access-room th,
  body.tlc-body .tlc-access-room td{
    display:block!important;
    width:100%!important;
    padding:14px 12px 0!important;
    font-size:14px!important;
  }

  body.tlc-body .tlc-access-room th{
    color:#9b8f88!important;
  }

  body.tlc-body .tlc-access-map,
  body.tlc-body .tlc-access-map__empty{
    width:100%!important;
    max-width:100%!important;
    min-height:320px!important;
  }

  body.tlc-body .tlc-access-map iframe{
    height:320px!important;
  }

  body.tlc-body .tlc-access-map--wide,
  body.tlc-body .tlc-access-map--wide iframe{
    min-height:360px!important;
    height:360px!important;
  }
}
