/** Shopify CDN: Minification failed

Line 125:2 Expected identifier but found "<!--"
Line 127:0 Expected identifier but found "-->"
Line 176:19 Expected identifier but found "!"
Line 449:0 Unexpected "}"

**/
.album {
	margin: auto;
	background-color: white;
	position: relative;
}

.album img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.album .img1 {
	display: block;
	margin: 0 auto;
}

.album .img2 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
	position: absolute;
	top: 0;
	left: 0%;
}
@keyframes album {
	0% {
		opacity: 0;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
.journal-list {
    padding-top: 13px;
    display: grid;
    align-items: start;
    justify-content: center;
    justify-items: center;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
.tokyostore-staffblog {
    max-width: 1000px;
    margin: 0 auto 30px auto;
}
.journal-sam a{
      font-family: Heinberg, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    font-weight: 550;
}


div#shopify-section-l-footer {
    position: relative;
    z-index: 9998;
}
.store-open{font-size:16px!important;
  padding-bottom:20px!important;}

#main-visual h2 {
  display:none
  
}
#home-top{margin-top:10px}
#home-top h1{
  font-family: Heinberg, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif;
    font-size: 2em;
    padding-bottom: 20px;
  letter-spacing: 5px;
}
section#about {
    max-width: 1100px;
    margin: auto;
    /*padding-left: 15%;  ナビ調整 */
}
.gallery__list {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.gallery__item {
  width: calc(100% / 4);
  padding:5px
}
.gallery__item:not(:nth-child(-n+2)) {
  <!--
  margin-top: 20px;
-->
}
.gallery__item img {
  width: 100%;
  height: auto;
}
.gallery__item a {
  transition: .5s;
}
.gallery__item a:hover {
  filter: opacity(0.7);
}
.gallery__item a:hover img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
a {
	text-decoration: none;
}

.blog-shopinfo-img {
    text-align: center;
    display: flex;
    justify-content: center;
      width: 100%;
}

.gallery__list{
  justify-content: flex-start;
display: flex;
  width: 80%;
    margin: auto;
}

.et-slide h2{
  font-family: Heinberg, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif;
    font-size: 2em;
  padding-bottom: 40px;
  letter-spacing: 5px;
}

.selector-info {
    width: 50%;
  text-align: left;
}

.selector-info img{
    margin: 0px auto 10px auto;
}
p.selector-catch {
  line-height: 2.5;!important
}
.selector-name {
    font-weight: 700;
}

.selector-catch span {
    font-weight: 700;
    font-size: 15px;
}


span.selector-point{
    font-size: 15px;
    font-weight: 700;
}

span.selector-detail{
font-size:11px
}

.et-hero-tabs,
.et-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
	/*text-align: center; */
	padding: 0 2em 100px 2em;
   /*  margin-left: 15%; ナビ調整 */
}






section.insta {
    max-width: 1000px;
    margin: auto;
    text-align: center;
  margin-bottom: 100px;
}
.insta h2 {
    font-family: Heinberg, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif;
    font-size: 2em;
    padding-bottom: 10px;
    letter-spacing: 5px;
}









h1.et-slide {
        font-size: 2rem;
        margin: 0;
        letter-spacing: 1rem;
    }
    h3.et-slide {
        font-size: 1rem;
        letter-spacing: 0.3rem;
        opacity: 0.6;
    }



.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;

}



.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
		transition: all 0.5s ease;
		font-size: 0.8rem;

}
.et-hero-tabs-container a:hover {
			color:white;
      background: rgba(102,177,241,0.8);
			transition: all 0.5s ease;
    }

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #66B1F1;
    transition: left 0.3s ease;
}

@media (min-width: 800px) {
	.et-hero-tabs,
	.et-slide {
    h1 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1rem;
    }
	}
	.et-hero-tab {
		font-size: 1rem;
	}
}

#global-head {
    position: fixed;
    color: #033560;
    width: 200px;
    text-align: center;
    padding-top: 60px;
    z-index: 100;
}
 
#sidebar {
    font-size: 15px;
    padding-top: 180px;
    width: 15%; 
    height: 100%;
    position: fixed;
    color: #033560;
    background: #fff;
    text-align: center;
      z-index: 2;
   font-family: Heinberg, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif
}
 
#global-nav ul {
    list-style: none;
    margin-left: 0;
}
#global-nav > ul > li {
    position: relative;
}
 
#global-nav a {
    color: #033560;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    transition: background-color .3s linear;
}
 
/* sub-menu */
#global-nav .sub-menu-nav {
    position: fixed;
    background: #033560;
    color: #fff;
    top: 0;
    padding-top: 90px;
    left: 200px;
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: width .2s ease-out;
}
#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
    width: 230px;
}
 
/* nav-toggle */
#nav-toggle {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    height: 32px;
}
 
#overlay {
    display: none;
    position: fixed;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* SP版 --------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  
  section.insta {

  margin:0 20px;
}
.insta h2 {padding: 60px 0 0 0;
}

  
  
  
  
  
  
  
  .store-open{
        padding-top: 10px!important;
  }
  #home-top {
    padding-top: 40px;
}
     .et-hero-tabs, .et-slide{
      margin-left: 0;
     }
  
     #sidebar {
        display:none;
    } 
  #home-top h1 {
    font-size: 1.5em;
}
  
.blog-shopinfo-img {
    flex-direction: column;
}
  .selector-info {
    width: 100%;
}
  section#about,.et-hero-tabs,.et-slide {
  padding: 0 20px;
  }
  p.selector-catch {
    font-size: 13px;
}
  .et-slide h2 {
    padding: 60px 0 30px 0;
  }
  .gallery__list {
    width: 100%;
    justify-content: center;
  }
  .gallery__item {
    width: calc(100% / 3);
  }
  
}
/*      --------------------------------------------------------------------------------------------*/

    /* z-index */
    #overlay {
        z-index: 200;
    }
    #sidebar {
        z-index: 300;
    }
    #nav-toggle {
        z-index: 400;
    }
}





/*========================
　smartphone　bottom menu
　========================*/


.mini-text{font-size:10px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:45px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#f5f5f5;/*背景色*/
    border-top:1px solid #808080;/*バーの上の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:25%;
    background-color:#f5f5f5;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/
font-family: Heinberg, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif;
}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}
@media(min-width: 768px){
    .bottom-menu{display:none; }
}

.tokyostore-staffblog{
max-width: 1000px;
    margin: 0 auto 30px auto;
}

@media(max-width: 768px){
.tokyostore-staffblog{
max-width: 100%;
    margin: 0 auto 30px auto;
}  
  }

/* ============================================================================
   v2 ADDITIONS: 店舗ページ強化用スタイル
   - 既存スタイルを尊重した追加分。すべて lf- プレフィックスで衝突回避。
   - カラー基調: 既存サイトのナチュラルなトーンに合わせ無彩色＋アクセント1色。
   ============================================================================ */

/* CSS 変数(必要に応じて差し替え可能) */
:root {
  --lf-ink: #2b2825;
  --lf-ink-2: #5a544d;
  --lf-ink-3: #8c857c;
  --lf-line: #e5ddd2;
  --lf-bg: #faf7f2;
  --lf-card: #ffffff;
  --lf-accent: #8b4a3b;       /* 落ち着いたテラコッタ */
  --lf-accent-soft: #b85042;
}

/* セクションリード文(汎用) */
.lf-section__lead {
  max-width: 880px;
  margin: -10px auto 30px auto;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: var(--lf-ink-2);
  letter-spacing: 0.04em;
}

/* ボタン(汎用) */
.lf-btn {
  display: inline-block;
  padding: 14px 32px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 1px solid var(--lf-ink);
  transition: all 0.3s ease;
  font-family: Heinberg, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.lf-btn--primary {
  background: var(--lf-ink);
  color: #fff;
}
.lf-btn--primary:hover {
  background: transparent;
  color: var(--lf-ink);
}
.lf-btn--ghost {
  background: transparent;
  color: var(--lf-ink);
}
.lf-btn--ghost:hover {
  background: var(--lf-ink);
  color: #fff;
}

/* ===== Intro セクション ===== */
.lf-intro {
  padding-top: 60px !important;
  padding-bottom: 80px !important;
}
.lf-intro__inner {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.lf-intro__kicker {
  font-family: Heinberg, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--lf-accent);
  margin: 0 0 16px 0;
}
.lf-intro__title {
  font-family: Heinberg, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 26px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: var(--lf-ink);
  margin: 0 0 18px 0;
  font-weight: 600;
}
.lf-intro__catch {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--lf-ink);
  margin: 0 0 24px 0;
  font-weight: 500;
}
.lf-intro__lead {
  font-size: 14px;
  line-height: 2;
  color: var(--lf-ink-2);
  letter-spacing: 0.05em;
  margin: 0 0 36px 0;
}
.lf-intro__meta {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px auto;
  max-width: 480px;
  text-align: left;
  font-size: 13px;
  line-height: 2;
  color: var(--lf-ink);
  letter-spacing: 0.05em;
}
.lf-intro__meta li {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.lf-intro__meta-label {
  display: inline-block;
  width: 5em;
  flex: 0 0 auto;
  font-size: 11px;
  color: var(--lf-ink-3);
  letter-spacing: 0.15em;
}
.lf-intro__cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.lf-intro__cta .lf-btn {
  min-width: 220px;
  text-align: center;
  padding: 18px 28px;
  line-height: 1.4;
}
.lf-intro__cta .lf-btn span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 0.15em;
  opacity: 0.7;
  font-weight: normal;
}

/* ===== Categories セクション ===== */
.lf-categories {
  background: var(--lf-bg);
}
.lf-categories__grid {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
.lf-cat a {
  display: block;
  height: 100%;
  padding: 28px 24px;
  background: var(--lf-card);
  border: 1px solid var(--lf-line);
  text-decoration: none;
  color: var(--lf-ink);
  transition: all 0.3s ease;
}
.lf-cat a:hover {
  border-color: var(--lf-accent);
  transform: translateY(-2px);
}
.lf-cat__label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--lf-accent);
  margin-bottom: 10px;
  font-family: Heinberg, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.lf-cat__title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.lf-cat__desc {
  display: block;
  font-size: 13px;
  line-height: 1.8;
  color: var(--lf-ink-2);
}
.lf-categories__note {
  text-align: center;
  font-size: 11px;
  color: var(--lf-ink-3);
  margin: 30px auto 0 auto;
  max-width: 800px;
}

/* ===== Brands セクション ===== */
.lf-brands__list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.lf-brands__group {
  padding: 0;
}
.lf-brands__group-title {
  font-family: Heinberg, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--lf-accent);
  border-bottom: 1px solid var(--lf-line);
  padding-bottom: 12px;
  margin: 0 0 16px 0;
  font-weight: 600;
}
.lf-brands__group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lf-brands__group li {
  font-size: 14px;
  line-height: 2.2;
  color: var(--lf-ink);
  letter-spacing: 0.03em;
}
.lf-brands__note {
  max-width: 1100px;
  width: 100%;
  margin: 24px auto 0 auto;
  text-align: left;
  font-size: 11px;
  color: var(--lf-ink-3);
  line-height: 1.8;
}
.lf-brands__note a {
  color: var(--lf-accent);
  border-bottom: 1px solid var(--lf-accent);
}

/* ===== Access セクション拡張 ===== */
.lf-access__sub-title {
  font-family: Heinberg, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: var(--lf-ink);
  border-left: 3px solid var(--lf-accent);
  padding-left: 14px;
  margin: 40px 0 20px 0;
  font-weight: 600;
}
.lf-access__routes {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0 auto;
}
.lf-access__route-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.lf-access__route-list li {
  padding: 20px 24px;
  background: var(--lf-card);
  border: 1px solid var(--lf-line);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "from time"
    "line time"
    "detail detail";
  gap: 4px 12px;
}
.lf-access__route-from {
  grid-area: from;
  font-size: 15px;
  font-weight: 600;
  color: var(--lf-ink);
  letter-spacing: 0.05em;
}
.lf-access__route-line {
  grid-area: line;
  font-size: 11px;
  color: var(--lf-ink-3);
  letter-spacing: 0.05em;
}
.lf-access__route-time {
  grid-area: time;
  font-size: 12px;
  color: var(--lf-accent);
  font-weight: 600;
  align-self: start;
  letter-spacing: 0.05em;
}
.lf-access__route-detail {
  grid-area: detail;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dotted var(--lf-line);
  font-size: 12px;
  color: var(--lf-ink-2);
  line-height: 1.7;
}
.lf-access__area {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0 auto;
}
.lf-access__area-text {
  font-size: 14px;
  line-height: 2;
  color: var(--lf-ink-2);
  letter-spacing: 0.04em;
}

/* ===== FAQ セクション ===== */
.lf-faq__list {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.lf-faq__item {
  border-bottom: 1px solid var(--lf-line);
  padding: 20px 0;
}
.lf-faq__item dt {
  font-size: 15px;
  font-weight: 600;
  color: var(--lf-ink);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
}
.lf-faq__item dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--lf-accent);
  font-family: Heinberg, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.lf-faq__item dd {
  font-size: 13px;
  line-height: 1.9;
  color: var(--lf-ink-2);
  letter-spacing: 0.03em;
  padding-left: 24px;
  position: relative;
  margin: 0;
}
.lf-faq__item dd::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--lf-ink-3);
  font-family: Heinberg, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

/* ===== 多言語FAQ: 縦並びで全言語表示 ===== */
.lf-faq__item--multilang dt {
  margin-bottom: 14px;
}
.lf-faq__item--multilang dt span {
  display: block;
  line-height: 1.6;
  margin-bottom: 4px;
}
.lf-faq__item--multilang dt span:first-child {
  color: var(--lf-ink);
}
.lf-faq__item--multilang dt span:not(:first-child) {
  font-size: 13px;
  font-weight: 500;
  color: var(--lf-ink-2);
  letter-spacing: 0.02em;
}
.lf-faq__item--multilang dd p {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted var(--lf-line);
}
.lf-faq__item--multilang dd p:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.lf-faq__item--multilang dd p[lang="ko"] {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
}
.lf-faq__item--multilang dd p[lang="zh-Hant"] {
  font-family: "PingFang TC", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
}
.lf-faq__item--multilang dd p[lang="zh-Hans"] {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}
.lf-faq__item--multilang dd p[lang="en"] {
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
}

/* ===== SP (640px 以下) ===== */
@media only screen and (max-width: 640px) {
  .lf-intro__title {
    font-size: 20px;
  }
  .lf-intro__catch {
    font-size: 13px;
  }
  .lf-intro__lead {
    font-size: 13px;
  }
  .lf-intro__meta {
    max-width: 340px;
    font-size: 12px;
  }
  .lf-intro__meta li {
    gap: 12px;
  }
  .lf-intro__meta-label {
    width: 4.5em;
    font-size: 10px;
  }
  .lf-intro__cta {
    flex-direction: column;
    align-items: stretch;
    padding: 0 20px;
  }
  .lf-intro__cta .lf-btn {
    min-width: auto;
  }
  .lf-btn {
    display: block;
    text-align: center;
  }

  .lf-categories__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lf-brands__list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .lf-access__route-list {
    grid-template-columns: 1fr;
  }
  .lf-section__lead {
    font-size: 13px;
    padding: 0 10px;
  }
}

/* ===== Tablet (641-900px) ===== */
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .lf-categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lf-brands__list {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ===== Categories セクション ─ 余白調整 (override) ===== */
section#categories {
    padding: 30px 0px;
    margin-bottom: 90px;
}


/* ============================================================================
   For Visitors / Tax-Free セクション (JS不要 日英切替)
   ============================================================================ */
.lf-visitor {
  background: var(--lf-bg);
}
/* ラジオ本体は完全非表示 */
.lf-lang__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  pointer-events: none;
}
.lf-visitor__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

/* ヘッダー: タイトル + 言語切替(中央スタック) */
.lf-visitor__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  margin-bottom: 30px;
}
.lf-visitor__head h2 {
  margin: 0;
  padding: 0;
  border: 0;
}

/* 言語スイッチ */
.lf-lang__switch {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid var(--lf-ink);
}
.lf-lang__btn {
  display: inline-block;
  padding: 8px 14px;
  font-size: 11px;
  letter-spacing: 0.08em;
  font-family: Heinberg, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--lf-ink);
  background: transparent;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
  font-weight: 600;
  border-right: 1px solid var(--lf-ink);
}
.lf-lang__btn:last-child {
  border-right: 0;
}
.lf-lang__btn:hover {
  background: rgba(0,0,0,0.04);
}
/* 選択中スタイル */
#lf-lang-ja:checked ~ .lf-visitor__inner .lf-lang__btn--ja,
#lf-lang-en:checked ~ .lf-visitor__inner .lf-lang__btn--en,
#lf-lang-ko:checked ~ .lf-visitor__inner .lf-lang__btn--ko,
#lf-lang-zhhk:checked ~ .lf-visitor__inner .lf-lang__btn--zhhk,
#lf-lang-zhcn:checked ~ .lf-visitor__inner .lf-lang__btn--zhcn {
  background: var(--lf-ink);
  color: #fff;
}

/* 本文 表示切替 */
.lf-visitor__body {
  display: none;
}
#lf-lang-ja:checked ~ .lf-visitor__inner .lf-visitor__body--ja,
#lf-lang-en:checked ~ .lf-visitor__inner .lf-visitor__body--en,
#lf-lang-ko:checked ~ .lf-visitor__inner .lf-visitor__body--ko,
#lf-lang-zhhk:checked ~ .lf-visitor__inner .lf-visitor__body--zhhk,
#lf-lang-zhcn:checked ~ .lf-visitor__inner .lf-visitor__body--zhcn {
  display: block;
}

/* 各言語のフォント最適化 */
.lf-visitor__body--en {
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
}
.lf-visitor__body--ko {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
}
.lf-visitor__body--zhhk {
  font-family: "PingFang TC", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
}
.lf-visitor__body--zhcn {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

/* カードグリッド */
.lf-visitor__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.lf-visitor__card {
  background: var(--lf-card);
  border: 1px solid var(--lf-line);
  padding: 28px 24px;
}
.lf-visitor__card-label {
  font-family: Heinberg, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--lf-accent);
  margin: 0 0 10px 0;
  font-weight: 600;
}
.lf-visitor__card-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--lf-ink);
  margin: 0 0 14px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--lf-line);
}
.lf-visitor__card-text {
  font-size: 13px;
  line-height: 1.9;
  color: var(--lf-ink-2);
  letter-spacing: 0.03em;
  margin: 0 0 14px 0;
}
.lf-visitor__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lf-visitor__list li {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  line-height: 1.8;
  color: var(--lf-ink-2);
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.lf-visitor__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--lf-accent);
}

/* PIE VAT 手続きステップ ─ 開閉式 (details/summary) */
.lf-visitor__details {
  margin: 18px 0 0 0;
  border-top: 1px solid var(--lf-line);
}
.lf-visitor__details summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 24px 12px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--lf-ink);
  position: relative;
  user-select: none;
  transition: color 0.2s ease;
}
.lf-visitor__details summary:hover {
  color: var(--lf-accent);
}
/* デフォルトの三角マーカーを消す */
.lf-visitor__details summary::-webkit-details-marker {
  display: none;
}
.lf-visitor__details summary::marker {
  display: none;
  content: "";
}
/* カスタム +/− アイコン */
.lf-visitor__details summary::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid var(--lf-accent);
  border-bottom: 1.5px solid var(--lf-accent);
  transform: translateY(-75%) rotate(45deg);
  transition: transform 0.25s ease;
}
.lf-visitor__details[open] summary::after {
  transform: translateY(-25%) rotate(-135deg);
}
.lf-visitor__details[open] summary {
  color: var(--lf-accent);
}

/* ステップリスト本体 */
.lf-visitor__steps {
  list-style: none;
  padding: 4px 0 14px 0;
  margin: 0;
  counter-reset: lf-step;
  animation: lfDetailsFade 0.25s ease;
}
@keyframes lfDetailsFade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.lf-visitor__steps li {
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  line-height: 1.8;
  color: var(--lf-ink-2);
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  counter-increment: lf-step;
}
.lf-visitor__steps li::before {
  content: counter(lf-step);
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--lf-accent);
  color: #fff;
  font-family: Heinberg, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
}
.lf-visitor__steps strong {
  color: var(--lf-accent);
  font-weight: 600;
}

/* 注意書き */
.lf-visitor__notice {
  margin: 0;
  padding: 10px 12px;
  background: var(--lf-bg);
  border-left: 2px solid var(--lf-accent);
  font-size: 11px;
  line-height: 1.7;
  color: var(--lf-ink-2);
  letter-spacing: 0.02em;
}
/* details 内の notice はステップとの間隔を確保 */
.lf-visitor__details .lf-visitor__notice {
  margin-top: 6px;
  margin-bottom: 8px;
}

/* テキスト内の強調 */
.lf-visitor__card-text strong {
  color: var(--lf-accent);
  font-weight: 600;
}

/* SP */
@media only screen and (max-width: 640px) {
  .lf-visitor__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .lf-lang__switch {
    width: 100%;
    flex-wrap: wrap;
  }
  .lf-lang__btn {
    flex: 1 1 auto;
    text-align: center;
    padding: 10px 8px;
    font-size: 11px;
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--lf-ink);
  }
  .lf-lang__btn:nth-child(3),
  .lf-lang__btn:nth-child(4),
  .lf-lang__btn:nth-child(5) {
    border-bottom: 0;
  }
  .lf-visitor__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lf-visitor__card {
    padding: 22px 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 900px) {
  .lf-visitor__grid {
    grid-template-columns: 1fr;
  }
}


/* ===== Visitor セクション 余白調整 (override) ===== */
section#visitor-info {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 90px;
}


/* ===== B1 SHOWROOM 画像グリッド ─ 4列×中央寄せ回り込み ===== */
.lf-showroom .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lf-showroom .row > .column {
  float: none;           /* 既存 float を解除 */
  width: 25%;            /* 4列維持 */
  box-sizing: border-box;
  margin-bottom: 16px;
}
.lf-showroom .row > .column img {
  width: 100%;
  aspect-ratio: 4 / 3;   /* モダンブラウザ:全画像のフレームサイズを統一 */
  height: 220px;         /* フォールバック(aspect-ratio 非対応ブラウザ用) */
  max-height: 220px;
  object-fit: cover;     /* はみ出し部分はトリミング */
  object-position: center;
  display: block;
}
/* aspect-ratio サポートブラウザは height:auto に戻し、aspect-ratio で揃える */
@supports (aspect-ratio: 1 / 1) {
  .lf-showroom .row > .column img {
    height: auto;
    max-height: none;
  }
}

/* SP: 2列に */
@media only screen and (max-width: 640px) {
  .lf-showroom .row > .column {
    width: 50%;
    margin-bottom: 8px;
  }
  .lf-showroom .row > .column img {
    height: 140px;
    max-height: 140px;
  }
  @supports (aspect-ratio: 1 / 1) {
    .lf-showroom .row > .column img {
      height: auto;
      max-height: none;
    }
  }
}
