@charset "UTF-8";

html {
  font-size: 62.5%;
}

/* body */
.thf {
  line-height: 1.5;
  color: #333;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  overflow-x: clip; 
}

@media screen and (max-width:767px) {
  .thf {
    min-width: 100%;
    background-size: 150% auto;
    background-position: center top;
  }
}

/* main */
.thf .thf-main {
  max-width: none;
  margin: auto;
  padding: 0px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1000px auto;
  width: 100%;
}

@media screen and (max-width:767px) {
  .thf .thf-main {
    width: 100%;
    margin: 0px;
  }
}

/* 画像 */
.thf img {
  width: 100%;
}


/* フォント */
.thf .josefinsans-600 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* ヘッダーロゴ */
.thf .logo {
  height: 90px;
  display: flex;
  align-items: center;
}

.thf .logo_img {
  width: 200px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .thf .logo {
    height: 60px;
  }

  .thf .logo_img {
    width: 150px;
  }
}

iframe {
  max-width: 500px;
}


/************************* 
ファーストビュー
*************************/
/* 画像 */
.thf .thf-fullbleed{
  max-width: 1200px;
  margin: 0 auto;

}

.thf .thf-hero--ratio .thf-hero__media{
  position: relative;
  overflow: hidden;
}

.thf .thf-hero--ratio .thf-hero__media img{
  display: block;
  width: 100%;
  height: 80%;
  object-fit: contain !important;
  object-position: center;
}

/* テキスト */
.thf .thf-hero__inner {
  max-width: var(--maxw, 800px);
  margin-inline: auto;
  padding-inline: 16px;
  text-align: center;
  margin: 32px auto;
}

.thf .thf-main h1 {
  font-size: clamp(3rem, 5.11vw, 4.6rem);
  font-weight: 900;
}

.thf .thf-main h2 {
  font-size: clamp(3rem, 6.9vw, 4.6rem);
  margin: 16px auto 0 auto;
  line-height: 1.3em;
  text-align: center;
  color: #b22222;
}

.thf .thf-hero__date {
  font-size: clamp(2.1rem, 4.65vw, 3rem);
  margin: 0.5em auto 1em;
  letter-spacing: 0.05em;
  text-align: center;
}

.thf .thf-hero__week {
  font-size: 0.7em;
}

.thf .thf-hero__lead {
  text-align: center;
  font-size: clamp(1rem, 3.25vw, 1.5rem);
  letter-spacing: 0.2rem;
}

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

  .thf .thf-hero__lead {
    text-align: left;
    padding: 1vw 5vw;
  }
}

/* youtube */
.thf .thf-youtube-brandhistory {
  text-align: center;
  padding: 1rem;
}

/************************* 
Collection
*************************/
.thf .thf-collection {
  margin: 16px auto;
}

.thf .thf-container {
  margin: 0 auto;
}

.thf .thf-collection__lead {
  text-align: center;
  font-size: clamp(1rem, 3.25vw, 1.5rem);
  padding: 12px 0;
}

/* ====== レイアウト：PC=6列、SP=2列 ====== */
.thf .thf-collection--wide {
  max-width: 1200px;
}

.thf .thf-collection-grid {
  display: grid;
  gap: 32px;
  padding: 2.5rem 2.5rem 0 2.5rem ;
}

@media (max-width: 767px) {
  .thf .thf-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thf .thf-collection__lead {
    padding: 5vw 5vw;
  }
}

@media (min-width: 768px) {
  .thf .thf-collection-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* カードの基本 */
.thf .thf-model {
  transition: transform .3s ease, box-shadow .3s ease;
  /* ホバーの滑らかさ */
  will-change: transform, box-shadow;
  position: relative;
}

.thf .thf-model__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.thf .thf-model__body {
  margin: 2rem auto;
  display: grid;
  gap: .5rem;
  text-align: center;
}

.thf .thf-newtag {
  display: inline;
  color: #fff;
  background-color: #b22222;
  font-size: 0.9em;
  padding: 0.25em 0.75em;
  position: absolute;
  top: -10px;
  left: 0;
}

.thf .thf-model__name {
  font-size: 1.2rem;
  line-height: 1.3;
}

.thf .thf-model__ref {
  color: gray;
  font-size: 1.2rem;
}

.thf .thf-model__price {
  color: #333;
}

.thf .thf-tax {
  font-size: 0.8em;
  margin-left: 5px;
}

/* マウスオーバーで“少し上に持ち上げる” */
@media (hover: hover) and (pointer: fine) {

  .thf .thf-model:hover,
  .thf .thf-model:focus-within {
    transform: translateY(-6px);
    /* box-shadow: 0 10px 24px rgba(0, 0, 0, .12); */
  }
}

/* キーボード操作でも浮かせる（アクセシビリティ） */
.thf .thf-model__link:focus-visible {
  outline: 2px solid var(--c-primary);
  outline-offset: 2px;
}

/* 画像の枠：正方形推奨（必要に応じて変更） */
.thf .thf-aspect {
  aspect-ratio: 1 / 1;
}

.thf .thf-aspect>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thf .thf-limitedtag {
  color: darkgoldenrod;
  border: solid 1px darkgoldenrod;
  padding: 0.25em 1.2em;
  font-size: 0.9em;
  margin-top: 0.5em;
  display: inline-block;
  border-radius: 2px;
}

/************************* 
ボタン
*************************/
.thf .thf-center {
  text-align: center;
  padding: 0rem 3rem 3rem 3rem;
}

/* ==== 基本スタイル（テーマ色は変数で調整可能） ==== */
.thf .thf-cta{
  --btn-bg: var(--c-primary, rgb(0 0 0));
  --btn-ink: #333;
  --btn-bg-hover: #fff;
  --btn-ink-hover: #333;
  display: inline-flex;
  align-items: center;
  gap: 1em;
  padding: 1.4em 2em;
  border: 1px solid var(--btn-bg);
  background: var(--btn-bg);
  color: var(--btn-ink);
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

/* フォーカス可視（キーボード操作配慮） */
.thf .thf-cta:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* ==== 矢印（固定幅にしてレイアウトシフトを防ぐ） ==== */
.thf .thf-cta__arrow{
  position: relative;
  width: 1.9em;           /* 矢印の“箱”の幅（固定） */
  height: .9em;
  flex: 0 0 auto;
}

/* 矢印のシャフト（横線） */
.thf .thf-cta__arrow::before{
  content:"";
  position: absolute; inset: 0 auto 0 0;
  top: 50%;
  height: 1px; width: 100%;
  background: currentColor;
  transform: translateY(-50%) scaleX(.45);         /* 初期は短め */
  transform-origin: left center;
  transition: transform .30s cubic-bezier(.4,0,.2,1);
}

/* 矢印のヘッド（“＞”の部分） */
.thf .thf-cta__arrow::after{
  content:"";
  position: absolute; right: 0; top: 50%;
  width: .6em; height: .6em;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .30s cubic-bezier(.4,0,.2,1);
}

/* ==== ホバー時のアニメーション ==== */
@media (hover:hover) and (pointer:fine){
  .thf .thf-cta:hover{
    background: var(--btn-bg-hover);
    border-color: var(--btn-bg-hover);
    color: var(--btn-ink-hover);
  }
  .thf .thf-cta:hover .thf-cta__arrow::before{
    transform: translateY(-50%) scaleX(1.0);      /* シャフトが右へ“伸びる” */
  }
  .thf .thf-cta:hover .thf-cta__arrow::after{
    transform: translateY(-50%) translateX(.1em) rotate(45deg); /* ヘッドを少し前へ */
  }
}

/* 動きを控える設定の尊重（OSの“視覚効果を減らす”） */
@media (prefers-reduced-motion: reduce){
  .thf .thf-cta,
  .thf .thf-cta__arrow::before,
  .thf .thf-cta__arrow::after{
    transition: none !important;
  }
}

/* ====== 上下の線だけボタン（背景なし） ====== */
.thf .thf-cta--lines{
  position: relative;
  background: transparent;     /* 既存の背景を無効化 */
  border: 0;                    /* サイドの枠も消す */
  color: var(--line-color, #333);
  padding-block: 1em 0.95em 1em 0.95em;        /* 線とテキストの間を少し広めに */
}

/* 上端/下端のラインは疑似要素で描画（currentColor を使う） */
.thf .thf-cta--lines::before,
.thf .thf-cta--lines::after{
  content:"";
  position:absolute; left:0; right:0;
  height: 1px;                          /* 線の太さ（2pxにすると力強く） */
  background: currentColor;
  transform: scaleX(1);                  /* ↓アニメ版は初期 .6 にして伸ばす */
  transform-origin: center;
  transition: transform .28s cubic-bezier(.4,0,.2,1),
              background-color .25s ease;
}
.thf .thf-cta--lines::before{ top: 0; }
.thf .thf-cta--lines::after { bottom: 0; }

/* ホバー時：色だけ変える（矢印＆線は currentColor なので一緒に変わる） */
@media (hover:hover) and (pointer:fine){
  .thf .thf-cta--lines:hover{
    color: var(--line-hover, red);  
  }
}

/* アクセシビリティ：フォーカスリングは残す */
.thf .thf-cta--lines:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 3px;
}



/************************* 
店舗案内
*************************/
.thf a {
  text-decoration: none;
  color: #333;
}

.thf a:link {
  text-decoration: none;
}

.thf ul, ol {
  list-style: none;
}

.thf #shoplist {
  max-width: 1200px;
  padding: 20px;
  background-color: #fff;
  color: #333;
  margin: auto;
}

.thf #shoplist .pagelink {
  margin: 40px 0;
  padding: 0 20px;
}

.thf #shoplist .pagelink a {
  color: #fff;
}

.thf #shoplist .pagelink ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.thf #shoplist .shop_photo {
  margin: 0 0 10px 0;
}

.thf #shoplist .shop_name {
  font-size: 18px;
  margin: 15px 0 10px 0;
  line-height: 1.0em;
}

.thf #shoplist .shop_name span {
  font-size: 14px;
}

.thf #shoplist .shop_access {
  font-size: 14px;
  margin: 0 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.thf #shoplist .shop_tel {
  background-color: #f6f6f6;
  border-radius: 0;
  padding: 0;
  margin: 10px 0;
}

.thf #shoplist .shop_tel .tel_line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #999;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  line-height: 0px;
  border: #9e9e9e 1px solid;
  border-radius: 4px;
  gap: 16px;
}

.thf #shoplist .shop_tel .tel_icon {
  width: 20px;
  margin: 0 0px 0 0;
}

.thf #shoplist .shop_tel span {
  align-items: center;
  letter-spacing: 2px;
}

.thf #shoplist .shop_tel .arrow {
  padding: 0 10px 0 0;
  font-size: 13px;
  color: #AF9538;
  position: absolute;
  top: 50%;
  /*親要素を起点に上から50%*/
  right: 10px;
  /*親要素を起点に左から50%*/
}

.thf #shoplist .shop_map {
  display: block;
  text-align: right;
  color: #AF9538;
  font-size: 14px;
  margin: 0 0 30px 0;
}

.thf #shoplist .shoplist_waku ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  background-color: #fff;
  margin-top: 16px;
}

.thf #shoplist .shoplist_waku ul li {
  width: 45%;
  padding: 0 0 10px;
}

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

  .thf #shoplist .shoplist_waku ul {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: stretch;
  }

  .thf #shoplist .shoplist_waku ul li {
      width: 100%;
      padding: 0;
  }

}

/************************* 
サービス
*************************/
.thf .thf-service-container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 1vw;
}

.thf .thf-service-grid {
  text-align: left;
  background-color: #f1f1f1;
  padding: 2rem;
  margin: 1.6rem;
}

.thf .thf-service-grid h3 {
  font-size: clamp(1.8rem, 4.18vw, 2rem);
  font-weight: 600;
  margin-bottom: 8px;
  border-bottom: 1px solid #333;
  padding: 0 0 8px 0;
}

.thf .thf-service__subtitle {
  font-weight: 600;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .thf .thf-service {
    padding-bottom: 5vw;
  }
}

/************************* 
footer
*************************/
.thf footer {
  position: relative;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.thf footer .copy {
  font-size: 12px;
  text-align: center;
}

/************************* 
pagetop
*************************/
.thf #btn_top {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 1000;
}

.thf #btn_top a {
  background: #b22222;
  text-decoration: none;
  color: #fff;
  padding: 6px 10px;
  text-align: center;
  display: block;
  border-radius: 26px;
}

.thf #btn_top a:hover {
  text-decoration: none;
  background-color: #b22222;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media screen and (max-width:767px) {
  .thf #btn_top {
      right: 10px;
      bottom: 30px;
  }
}