/*=========================================================================
    Theme Information
==========================================================================*/
/*
Theme Name: officialthemes
Template: twentythirteen
Author: kanegaetakanori
Author URI: http://kanegaetakanori.com
*/

/*=========================================================================
    Import CSS Files & Fonts
==========================================================================*/
@import url('../twentythirteen/style.css');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*=========================================================================
    Loading Animation
==========================================================================*/
/* ローディング */
#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999;
}

#loader {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #000;
    border-right-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0%   { transform: rotate(0deg); opacity: 0.2; }
    50%  { transform: rotate(180deg); opacity: 1.0; }
    100% { transform: rotate(360deg); opacity: 0.2; }
}

/*=========================================================================
    Common Styles
==========================================================================*/
/* 選択時の背景色 */
::selection {
    background: #e5e5e5;
}
::-moz-selection {
    background: #e5e5e5;
}

/* リンクの基本スタイル */
a, a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover img {
    opacity: 0.8; /* マウスオーバー時の透明度 */
    filter: alpha(opacity=80); /* IE用 */
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    color: #888;
    outline: 0 none;
}

/* 記事内やコメント内のリンク */
.entry-content a, .comment-content a {
    color: #000;
    text-decoration: underline;
}
.entry-content a:hover, .comment-content a:hover {
    color: #888;
    text-decoration: none;
}

/* サイトフッターのウィジェットなど */
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
    color: #000;
}

/* エントリータイトルのリンク */
.entry-title a {
    color: #000;
    text-decoration: none;
}
.entry-title a:hover {
    color: #888;
}

/* ナビゲーションメニュー（リスト内リンク） */
.nav-menu li a {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 0;
    text-decoration: none;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
    background-color: transparent;
    color: #000;
}

/*=========================================================================
    Typography & Basic Elements
==========================================================================*/
html, button, input, select, textarea {
    font-family: 'Noto Sans Japanese', 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
    letter-spacing: 1px;
}
html {
    font-size: 100%;
}
html {
  overflow-y: scroll;
}
body {
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
    position: relative;
    left: 0;
    background-color: transparent;
    color: #1e1e1e;
}
/*.body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/
p {
    line-height: 2;
    margin: 0 0 24px;
}

/* コンテンツエリア */
#primary.content-area {
    overflow: hidden;
}
#primary {
    position: relative;
}

/* 画像のレスポンシブ対応 */
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* IE8対策 */
}
.site-title img {
    width: 100%;
    height: auto;
    border: 0 none;
    vertical-align: middle;
}
.entry-thumbnail img {
    display: block;
    margin: 0;
}

/* リスト、ナビゲーションのリセット */
ul {
    list-style-type: none;
}
nav ul, nav ol {
    list-style: none;
}
menu, ol, ul {
    margin: 0;
    padding: 0;
}

/* タイトル、見出し */
.entry-title {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'Noto Sans Japanese', 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
    line-height: 1.3;
}
h1 {
    font-size: 16px;
    margin: 20px 0;
}
h2 {
    font-size: 14px;
    margin: 20px 0;
}
h3 {
    font-size: 11px;
    margin: 20px 0;
}
h4 {
    font-size: 10px;
    margin: 25px 0;
}
h5 {
    font-size: 10px;
    margin: 30px 0;
}
h6 {
    font-size: 10px;
    margin: 36px 0;
}

/* Autofill対策 */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* サイト全体のラッパー */
.site {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

/* コメントフォーム */
.comment-respond {
    background-color: transparent;
    padding: 30px 0;
}

/* サイトフッター */
.site-footer {
    background-color: transparent;
    color: #000;
    font-size: 12px;
    text-align: left;
    padding-top: 0;
}
.site-footer .sidebar-container {
    background-color: transparent;
    padding: 0;
}
.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 0;
    width: 100%;
    position: relative;
}
.onebox {
    position: relative;
}

/*=========================================================================
    Utility Classes & Clearfix
==========================================================================*/
/* マージントップのユーティリティクラス */
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mt110 { margin-top: 110px; }
.mt120 { margin-top: 120px; }
.mt130 { margin-top: 130px; }
.mt140 { margin-top: 140px; }
.mt150 { margin-top: 150px; }
.mt160 { margin-top: 160px; }
.mt170 { margin-top: 170px; }
.mt180 { margin-top: 180px; }
.mt190 { margin-top: 190px; }
.mt200 { margin-top: 200px; }

/* clearfix（IE対策含む） */
.clearfix:before {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}
.clearfix {
    min-height: 1px; /* IE6、7対策 */
}
* html .clearfix {
    height: 1px;
    /* MAC IE5.x対策 */
    height: auto;
    overflow: hidden;
}

/*=========================================================================
    Header & Navigation (ナビゲーション)
==========================================================================*/
/* ヘッダーのナビゲーションバー */
.navbar {
    background-color: transparent;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

/* ページネーション */
.paging-navigation {
    background-color: transparent;
    padding: 40px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 0 none;
}
.wp-pagenavi .pages {
    margin-right: 25px;
}
.navigation a {
    color: #333;
}
.paging-navigation a {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
}
.paging-navigation a:hover {
    color: #888;
}

/* メニュー全体のラッパー */
/*.menu-wrap {
  padding: 40px 0;
}*/
.menu-wrap {
  padding: 100px 0px 0px;
  display: flex;
  justify-content: center; /* 横方向中央寄せ */
}

.naka-side .menu-wrap {
  justify-content: flex-start;
  padding-left: 20px; /* お好みで */
  margin-bottom: 100px;
  padding-top: 40px;
}

.menu-list {
  display: flex;
  list-style: none;
  gap: 35px;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}

.menu-list li {
  position: relative;
}

.menu-list li a {
  text-decoration: none;
  font-weight: 500;
  padding: 0;
  transition: color 0.3s;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  color: #333;
  display: inline-block;
  overflow: hidden;
}

.menu-list li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #000;
  z-index: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.menu-list li a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

/* カレント */
.menu-list li.current a {
  color: #111;
}


.naka-side .menu-list li + li::before {
  content: '/';
  margin: 0 10px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -8px;
}
.naka-side .menu-list {
    gap: 0;
}

.menu-list li.current a::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(2px);
  }
  90% {
    opacity: 0.2;
    transform: translateY(3px);
  }
  100% {
    opacity: 0;
    transform: translateY(3px);
  }
}


/* 初期状態 */
.hamburger-panel {
  opacity: 0;
  transform: translateY(3px);
  pointer-events: none;
  visibility: hidden;
}

.hamburger-panel.active {
  animation: fadeInUp 0.5s ease forwards;
  pointer-events: auto;
  visibility: visible;
}

.hamburger-panel.closed {
  animation: fadeOutDown 0.5s ease forwards;
  pointer-events: none;
  visibility: visible; /* ← これ重要。消えるまで表示し続ける */
}



.f-logo {
width: 100%;
margin: 50px auto 5px;
max-width: 200px;
}
.site-footer p {
    text-align: center;
}
/*=========================================================================
    Slider & Layered Background
==========================================================================*/
.container {
    position: relative;
    width: 100vw;
    height: 100vh;
    cursor: pointer;
}

.slide {
 position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  /* GPUアクセラレーションを促す */
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 5%;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.2);
}

.slider {
  visibility: hidden;
}

.slider.slick-initialized {
  visibility: visible;
}


/* アニメーションする要素はあらかじめ変化するプロパティを通知 */
.slide,
.layer {
  will-change: transform, opacity;
}

/* 親コンテナに 3D 子要素を保持する設定 */
.container {
  transform-style: preserve-3d;
}


/* ラッパー（※以下、.wrap の指定が2回ありますのでご注意） */
.wrap {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    padding: 2%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.15s ease-in-out;
    overflow-x: hidden; /* 横スクロール防止 */
}

/* （後段で再指定されています） */
.wrap-in {
    max-width: 100%;
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.home .wrap-in {
    padding-top: 25px;
}
.entry-content img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

/* スキップボタン */
.skip-btn {
    position: fixed;
    top: 48%;
    right: 2%;
    transform: translateY(-50%) scaleY(-1); /* ボタン全体上下反転 */
    background: none;
    border: none;
    padding: 2%;
    cursor: pointer;
    z-index: 3;
}
.btn-text {
    writing-mode: vertical-lr; /* 縦書き */
    transform: scaleY(-1) rotate(180deg); /* テキストのみ反転 */
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 3px;
}
.skip-btn:hover {
    z-index: 3;
    padding: 2%;
}

/* レイヤーアニメーション */
.layer.onebox {
    animation: zoom 6s 1 forwards;
}
@keyframes zoom {
   0%   { transform: scale(1.2); }
   100% { transform: scale(1); }
}

/* ハンバーガーメニュー */
/*.hamburger-menu {
    position: fixed;
    top: 25px;
    right: 3%;
    z-index: 10;
    cursor: pointer;
    width: 35px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
*/
.hamburger-menu span {
    display: block;
    width: 100%;
    height: 2.5px;
    background-color: #000;
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: relative;
    left: -10px;
    opacity: 0;
}

.hamburger-menu {
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.6s ease, right 0.3s ease; /* ← ここ！ */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* スクロール時に右側へ */
body.scrolled .hamburger-menu {
  right: 50px;
}



/* 線の配置 */
.hamburger-inner {
  width: 35px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

/* 線 */
/*.hamburger-inner span {
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #000;
  transition: background-color 0.3s ease;
}
*/
/* スクロールしたら円形背景＆線の色を白に */
body.scrolled .hamburger-menu {
  background-color: #333;
}

body.scrolled .hamburger-inner span {
  background-color: #fff;
}
body.scrolled .hamburger-menu.active {
    background-color: transparent;
}
body.scrolled .hamburger-menu.active .hamburger-inner span {
    background-color: #000;
}

/* ナビゲーションメニュー（※リスト内リンクの指定と位置指定が重複） */
/* 初期状態：非表示 + 透明 */
.nav-menu {
  position: fixed;
  top: 0;
  left: 0; /* ← right: -100% は廃止 */
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: -1; /* ← 表示時に上げるので最初は裏に */
  opacity: 0;  /* ← フェード用 */
  pointer-events: none; /* ← 非表示時はクリックも無効化 */
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 表示時にフェードイン + 表面に出す */
.nav-menu.active {
  opacity: 1;
  z-index: 9999;
  pointer-events: auto;
}


.nav-menu.active {
  right: 0;
  width: 100%;
}
.nav-menu a {
    margin: 10px 0;
    font-size: 1.5rem;
    color: #333;
    text-decoration: none;
}

.hamburger-menu.active {
    height: 70px;
  z-index: 10000;
}
/*.hamburger-menu.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}*/
.hamburger-menu.active span:first-child {
    transform: rotate(45deg);
    top: 45%;
}

.hamburger-menu.active span:last-child {
    transform: rotate(-45deg);
    bottom: auto;
    top: -45%;
}


/* スクロール制御 */
.no-scroll {
    overflow: hidden !important;
}


.hamburger-panel {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hamburger-panel.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}


.hamburger-panel .custom-slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hamburger-panel.active .custom-slider.slick-initialized {
  opacity: 1;
}
.hamburger-panel .slider-wrapper-c {
overflow: hidden;
margin-left: -2%;
}
.hamburger-panel .slider-wrapper-in {
width: 33.33%;
float: left;
position: relative;
padding-left: 2%;
}
.hamburger-panel .text-box {
color: #000;
position: relative;
bottom: auto;
left: auto;
z-index: 1;
font-family: "Poppins", serif;
font-weight: 500;
width: 100%;
text-shadow: none;
margin-top: 10px;
}
ul.locations-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0 -0.5%;
  padding: 0;
  list-style: none;
}

ul.locations-list li.ll-list {
  width: 33.3333%;
  box-sizing: border-box;
  padding-left: 2%;
  display: flex;
  flex-direction: column;
}

ul.locations-list li.ll-list .viewmore-wrapper {
  margin-top: auto;
}
ul.locations-list li.ll-list {
    margin-bottom: 15px;
}

.hamburger-panel .naka-side {
    padding: 5% 4%;
}
.hamburger-panel.active {

}
ul.locations-list li p span {
    display: block;
    font-size: 90%;
}
ul.locations-list li p.history-reverse {
    margin-top: 0; 
}
.info-list {
    margin: 0;
    padding: 0;
}

.info-item {
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    gap: 20px;
    margin-bottom: 20px;
    align-items: start;
    border-bottom: none; /* 下線なし */
    background: #fff;
    padding: 10px 0;
}

.info-left {
    text-align: left;
}

.info-category {
    font-weight: bold;
}

.info-date {
    color: #999;
    font-size: 0.9em;
}

.info-title {
    margin-top: 5px;
    font-size: 1.1em;
}

.info-content {
    /* 真ん中：本文 */
}

.info-right {
    /* 右の空白カラム */
}


/*=========================================================================
    Slider Specifics
==========================================================================*/
/*.slider-box {
    min-height: 400px;
}
.slider-box {
    width: 100%;
    margin: 0 auto;
}
.slider li {
    min-width: 300px;
}*/
.slider li {
    list-style: none;
}
.slider img {
    display: block;
    width: 100%;
    height: auto;
}
.thumb-crop {
  width: 100%;
  aspect-ratio: 2 / 1;  /* 例：横2:縦1 の比率 */
  overflow: hidden;
  position: relative;
}

.thumb-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* 中央トリミング */
  display: block;
}





/*=========================================================================
    Site Branding & Layout
==========================================================================*/
.ue-no-ma {
    margin-top: 50px;
}
.ue-no-ma h1, .ue-no-ma h2, .ue-no-ma h3 {
    font-family: "Poppins", serif;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.logobox {
    width: 100%;
    max-width: 180px;
}
.w-logo {
    width: 100%;
    max-width: 200px;
    position: fixed;
    bottom: 5%;
    left: 3%;
    z-index: 3;
}
.l-box {
    width: 50%;
    float: left;
}
.r-box {
    width: 50%;
    float: right;
}
/* スライダー全体のラッパーを横並びに */
.slider-wrapper, .wrap-in .slider-wrapper {
  display: flex;
  gap: 0!important; /* スライダー間の隙間 */
}

/* custom-slider の幅を均等に */
/*.custom-slider {
  width: 33.33%;
}*/

/* 各スライダーの幅を均等に */
.collection-slider, .lookbook-slider {
  width: 50%; /* ladies と mens を横に並べる */
}

.slider-wrapper-c {
    overflow: hidden;
}
.slider-wrapper-in {
    width: 33.33%;
    float: left;
    position: relative;
}
.slider-wrapper-in a, .rss-item a {
    text-decoration: none;
    color: #fff;
}
.slider-wrapper-in a:hover {
    
}
.text-box {
    color: #fff;
    position: absolute;
    bottom: 3%;
    left: 3%;
    z-index: 1;
    font-family: "Poppins", serif;
    font-weight: 500;
    width: 100%;
    text-shadow: 1px 1px 3px #888; /* 明るめのグレー */
}
.wrap-in .text-box {
    color: #fff;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 1;
    font-family: "Poppins", serif;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
.text-box h2, .text-box h3 {
    font-family: "Poppins", serif;
    font-weight: 500;
    margin: 0;
    padding: 0 2%;
    display: block;
}
.text-box h2, .rss-item h2 {
font-size: 12px;
line-height: 2;
}
.text-box h3, .rss-item h3 {

}
.rss-item {
    position: relative;
}
.page-container {
    padding: 2%;
}
ul.shopitem-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 0.2% -.1%;
    list-style: none;
    width: 100.1%;
}

ul.shopitem-list li.shopitem-card {
  width: 25%; /* paddingが加わって実質24.8%程度に */
  padding: 0.2% 0.1% 0;
  box-sizing: border-box;
  position:relative;
}
li.shopitem-card:nth-child(4n+1) {
  margin-left: 0;
}
li.shopitem-card:nth-child(4n) {
  margin-right: 0;
}

.img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 666 / 1000; /* 正確な縦横比を維持 */
  background-color: #f4f4f4;
  overflow: hidden;
}

.img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover; /* coverで比率維持＆中央揃え */
  display: block;
}
.cell-wrap {
      display: flex;
      justify-content: space-between; /* 均等に配置（間にスペース） */
      gap: 0; /* 任意：各要素間の隙間 */
      max-width: 100%;
      margin: auto;
}

.cell {
      flex: 1; /* 幅を均等にする */
      text-align: center;
      box-sizing: border-box; 
}
.sanretu {
    overflow: hidden;
}
.san {
    float: left;
    max-width: 33.3333333%;
}
.san {
  width: 100%;
  aspect-ratio: 1 / 1; /* 正方形に保つ */
  overflow: hidden;    /* はみ出しを防ぐ */
  position: relative;
}

.san img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 中央をトリミングしながら正方形にフィット */
  object-position: center;
  display: block;
}
.home .wrap-in a {
color: #fff;
}


.sonota .text-box {
color: #131313;
position: relative;
bottom: auto;
left: auto;
z-index: 1;
font-family: "Poppins", serif;
font-weight: 500;
width: 100%;
text-shadow: none;
padding-top: 10px;
}
.sonota a {
    text-decoration: none;
}

.page-id-1039 .scrollbox-hidden .scrollbox {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.scrolled .scrollbox {
    animation: okureru 6s linear forwards;
}

@keyframes okureru {
    0%   {opacity: 1;}
    40%  {opacity: 1;}
    100% {opacity: 0;}
}

/*=========================================================================
    about
==========================================================================*/
.ycl-box {
    padding-left: 2%;
}
.ycl-box h2 {
margin-bottom: 0;
font-size: 15px;
}
.ycl-box p {
    margin: 0;
}
.ycl-box p span {
font-size: 12px;
padding-right: 5px;
}
.ycl-box p.history-reverse .line {
flex: 0 0 1%;
height: 1px;
background-color: #ccc;
margin-right: 15px;
}
.ycl-box p.history-reverse {
margin-top: 15px;
}
.ycl-box p.s-moji {
    font-size: 90%;
}
.ycl-box p.history-reverse span.s-moji {
    padding-left: 5px;
}
.menu-box {
    position: relative;
    margin: 100px 0;
}
.menu-box h1 {
            font-size: 17px;
      font-weight: 500;
}
.menu-box.shopbox {
    margin-bottom: 100px;
    /*border-bottom: 1px solid #cdcdcd;*/
    padding-bottom: 60px;
}
.title-side {
    position: absolute;
    top: 43%;
    left: 20px;
    color: #fff;
}
.title-side h1 {
    font-size: 23px;
    letter-spacing: 2px;
}
.title-side h1 span {
display: block;
padding-top: 15px;
font-size: 18px;
}
.readbox {
    position: absolute;
    bottom: 5%;
    right: 3%;
    font-size: 15px;
    letter-spacing: 2px;
    border-bottom: 2px solid;
        font-weight: bold;
    color: #fff;
}
.sabox {
    overflow: hidden;
}
.sabox-l {
    width: 55%;
    float: right;
}
.sabox-r {
    width: 42%;
    float: left;
}
.sabox-r p {
    margin-bottom: 10px;
    line-height: 1.6;
}
.sabox-r-ue {
margin-bottom: 45px;
margin-top: 45px;
}
.sabox-r-sita {
    
}
.sabox h2 {
font-size: 17px;
font-weight: 500;
margin: 10% auto 0;
}
.sabox-r-naka {

}
.add-all {
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.add-box {
  width: 50%;
  float: left;
  padding-right: 2%;
}
.add-wrap {
  overflow: hidden;
}
.add-w-l {
width: 20%;
float: left;
}
.add-w-r {
width: 79%;
float: left;
}
.add-wrap h2 {

}
.add-wrap p {
margin: 0;
}
.ya-all {
    overflow: hidden;
}
.ya-all-l {
width: 55%;
float: left;
}
.ya-all-r {
width: 42%;
float: right;
padding-top: 6%;
}
.ya-all-r h2 {
    font-size: 17px;
}
.nihon-go {
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2; /* 縦書きだと少しゆったり目が読みやすい */
  letter-spacing: 0.1em;
}

.nihon-go p {
  margin-bottom: 2em; /* 段落間スペース */
}
.bun {
    position: relative;
    margin-top: 50px;
}
.l-area {
float: left;
padding-top: 4%;
padding-left: 2%;
padding-bottom: 4%;
}
.r-area {
    float: left;
    width: 56%;
}
.a-area {
    width: 100%;
    overflow: hidden;
}
.english-text p {
    margin-bottom: 5px;
}
.s-img-area {
    position: relative;
}
.s-i-a-l {
    width: 75%;
}
.s-i-r {
    width: 40%;
    position: absolute;
    top: 96%;
    right: 0;
    z-index: 999;
}
.img-area {
    overflow: hidden;
    margin-left: -2%;
}
.img-all {
    width: 33.333333%;
    float: left;
    padding: 2% 0 0 2%;

}
.hanbun {
    width: 50%;
    float: left;
    padding: 2% 0 0 2%;  
}
.n-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2;
  letter-spacing: 0.1em;
}

.e-text {
  display: inline-block;
  transform: rotate(45deg);
  transform-origin: left top;
  white-space: nowrap;
}
.vertical-wrapper {
  display: flex;
  align-items: center;   /* ← 高さに応じて縦方向中央揃え */
  min-height: 1px;       /* collapse回避（任意） */
}

.vertical-layout {
  writing-mode: vertical-rl;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;  /* ← 内部要素の縦方向中央 */
  align-items: flex-start;
  margin-bottom: 38px;
}

.ofs-vertical-wrapper {
  display: flex;
  align-items: center;
  min-height: 1px;
}

.ofs-vertical-layout {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  flex-direction: column; /* ✅縦積み */
  justify-content: center;
  align-items: flex-start;
  line-height: 2;
  letter-spacing: 0.1em;
}

.ofs-ja-text p {
  margin: 0;
  margin-block-end: 1em; /* ✅縦書きでも効く段落末の余白 */
}


.three-columns {
  display: flex;
  justify-content: space-between;
  /*gap: 30px;*/
  gap: 0;
  margin: 0;
  width: 100%;
}
.three-columns h2 span {
    display: block;
    padding-top: 15px;
    font-weight: 500;
}

.column {
  flex: 1;
  padding: 1.5em;
  box-sizing: border-box;
}

/* 左端だけpadding-leftを0に */
.column:first-child {
  padding-left: 0;
}

/* 右端だけpadding-rightを0に */
.column:last-child {
  padding-right: 0;
}



.column h2, .column h3 {
  margin-top: 0;
}

.column p {
  margin-bottom: 1.5em;
  line-height: 1.7;
}

.text-ja-justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  text-align-last: left;
  line-height: 1.8;
}

.text-box-all {
  display: grid;
  grid-template-columns: auto 1fr; /* ← 左は最小幅、右は残り全部（※これが重要） */
  gap: 3em; /* ← 完全に詰める */
  align-items: start;
  position: relative;
  margin-top: 3%;
}

.text-box-midashi {
  margin-right: -0.3em; /* ← 左右の間隔が詰まりすぎる場合だけ調整 */
  white-space: nowrap; /* 見出しが1行になるよう強制 */
  margin-top: 1.5em;
}

.text-box-bun {
  /* 特別な調整なしでOK */
}
.ja-text {
font-size: 16px;
font-weight: bold;
letter-spacing: 3px;
}
.en-text {

}
.sita-area {
  display: flex;
  gap: 0; /* 必要なら間隔調整可能 */
  width: 100%;
}

.sa-l {
  width: 60%;
  box-sizing: border-box;
  padding-right: 5%;
}

.sa-r {
  width: 40%;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 4%;
}
.sa-rl {
    width: 80%;
    float:right;
}
.sa-rr {
    width: 80%;
    float:left;
}
.sita-area h2 {
    font-size: 15px;
    margin: 20px 0 5px;
}
.sita-area p {
    margin-bottom: 10px;
}
.sita-area p span {
    display: block;
    font-size: 90%;
}

/* === ofs-slider-row 専用レイアウト === */
.image-layout.special-slider-layout {
  display: flex;
  width: 100%;
  max-width: 1800px; /* 画面が広すぎる場合の制限 */
  aspect-ratio: 3 / 2; /* 全体の縦横比 */
  margin: 0 auto;
}

/* 左側スライダー */
.left-image {
  width: 50%;
  height: 100%;
  position: relative;
}

.special-slider-left {
  width: 100%;
  height: 100%;
}
.special-slider-left li,
.special-slider-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 右側2段構成：隙間なし */
.right-image {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.right-image .right-top,
.right-image .right-bottom {
  flex: 1;
  height: 50%;
  overflow: hidden;
  display: flex;
}

.special-slider-top,
.special-slider-bottom {
  width: 100%;
  height: 100%;
}
.special-slider-top li,
.special-slider-top img,
.special-slider-bottom li,
.special-slider-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.omise-area {
    overflow: hidden;
    margin-top: 5%;
}
.omise-area-l {
margin: auto;
width: 80%;
}
.omise-area-r {
    float: right;
    width: 50%;
    padding-left: 5%;
}
.omise-txt {
margin: 40px 10px;
}
.omise-txt h2 {
font-size: 15px;
margin: 20px 0 5px;
}
.omise-txt p {
    margin-bottom: 10px;
}
.omise-txt p span {
    display: block;
    font-size: 90%;
}
.omise-area-r-l {
    width: 50%;
    float: left;
}
.in-r-l {
    width: 84%;
    float: right;
    padding-right: 16%;
}
.in-r-r {
    overflow: hidden;
    width: 80%;
    padding-top: 8%;
    float: right;
}
.ueake {
 margin-top: 3%;
}
.r-img-area {
    float: right;
    width: 40%;
    padding-top: 3%;
}

.naka-txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 以下は任意 */
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px #888; /* 明るめのグレー */
}
.history-reverse {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.history-reverse .line {
  flex: 0 0 50%; /* 固定幅にして成長させない */
  height: 1px;
  background-color: #ccc;
}

.history-reverse a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
    letter-spacing: 2px;
    font-family: "Poppins", serif;
}

.text-box .history-reverse {
display: flex;
align-items: center;
margin-top: 0;
}
.text-box .history-reverse .line {
flex: 1;
height: 1px;
background-color: #ccc;
}
.text-box .history-reverse a {
margin-left: 20px;
text-decoration: none;
color: #333;
font-weight: 500;
letter-spacing: 2px;
font-family: "Poppins", serif;
font-size: 12px;
}
.term-slider-wrapper .text-box h2, .term-slider-wrapper .text-box h3 {
    padding: 0;
}
.text-box .with-line-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.text-box .with-line-left::before {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ccc;
}



/*=========================================================================
    stockist
==========================================================================*/
.stock-visual {
  margin-bottom: 40px;
}

.stock-visual .image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.stock-visual .image-grid li {
  width: calc(33.333% - 7px);
}
.stock-visual .image-grid img {
  width: 100%;
  height: auto;
  display: block;
}

.stock-featured {
padding: 20px 0;
margin-bottom: 40px;
border-bottom: 1px solid #cdcdcd;
}

.stock-featured h1 {
  font-size: 1.8em;
}
.stock-all {
    overflow: hidden;
    margin: 50px 0 200px;
    /*border-top: 1px solid #cdcdcd;*/
    /*padding-top: 60px;*/
    }
.stock-l {
    width: 48%;
    float: left;
}
.stock-r {
    width: 48%;
    float: right;
}
.stock-all #acMenu dt {
    display: block;
    margin: 20px 0;
}
.stock-all h1 {
    font-size: 18px;
    margin-bottom: 40px;
}
.stock-all h3 {
    font-size: 14px;
    font-weight: 500;
    color: #888;
}
.stock-all ul li h3 {
    color: 000;
}
.stock-all h3 span {
    font-size: 12px;
}
.stock-all #acMenu dt:before {
    background-color: transparent;
}
.stock-all #acMenu dt h2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  margin: 0;
}
.stock-all #acMenu dt h2 span {
    padding: 10px 0;
}
.stock-all #acMenu dt h2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  height: 1.5px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.stock-all #acMenu dt h2:hover:before, .stock-all #acMenu dt h2:focus:before, .stock-all #acMenu dt h2:active:before {
  right: 100%;
}
.stock-all #acMenu dt h2:hover {
  opacity: .5;
}
.stockbox dl {
margin: 0;
}
.stockbox dd {
    margin-bottom: 60px;

}
.stockbox {
    margin-top: 50px;
    border-top: 1px solid #cdcdcd;
    padding-top: 40px;
}
.stock-all .stockbox h3 {
    margin: 10px 0;
}
.basyo-box p {
margin: 0 0 5px;
line-height: 1.5;
}
.basyo-wrap {
  display: flex;
  align-items: center;
}

.basyo-wrap {
display: flex;
align-items: self-start;
}

.basyo-w-l {
  width: 20%;
  padding-right: 10px; /* 任意の余白調整 */
  box-sizing: border-box;
}

.basyo-w-r {
  width: 80%;
  box-sizing: border-box;
}
.basyo-box .naka-t-area h2 {
font-size: 16px;
margin: 20px 0 10px;
}
.basyo-box {
    width: 100%;
    max-width: 360px;
}
.basyo-w-l p {
    font-size: 12px;
}
p.moji-en {
font-size: 12px;
line-height: 1.5;
margin-bottom: 0px;
color: #888;
}

.basyo-wrap.ue {
    margin-top: 10px;
}
.basyo-box.sita {
    margin-top: 40px;
}
.hamburger-panel .stock-atelier dd {
    display: block;
}
.hamburger-panel h3 {
    font-size: 14px;
}
/*ストッキストのリンク*/
.hamburger-panel .stock-l dt h2 span, .hamburger-panel .stock-r dt h2 span {
  position: relative; /* これを付けるのがポイント */
  display: inline-block;
}

.hamburger-panel .stock-l dt h2 span::after, .hamburger-panel .stock-r dt h2 span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px; /* 下線の位置 */
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s ease;
}

.hamburger-panel .stock-l dt h2:hover span::after, .hamburger-panel .stock-r dt h2:hover span::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
.hamburger-panel .stock-atelier dd a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.hamburger-panel .stock-atelier dd a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px; /* 下線の位置 */
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s ease;
}

.hamburger-panel .stock-atelier dd a:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
  opacity: 1;
}
.hamburger-panel .stock-r dd a,
.hamburger-panel .stock-l dd a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.hamburger-panel .stock-r dd a::after,
.hamburger-panel .stock-l dd a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1); /* 最初は線なし */
  transform-origin: right top; /* 右基点 */
  transition: transform 0.3s ease;
}

.hamburger-panel .stock-r dd a:hover::after,
.hamburger-panel .stock-l dd a:hover::after {
  transform: scale(1, 1); /* 線が伸びる */
  transform-origin: left top; /* 左に基点を移動 */
  opacity: 1;
}
.wlr {
display: flex;
align-items: center;
gap: 25px;
margin-bottom: 20px;
margin-top: 100px;
}
.wlr::after {
content: "";
flex: 1;
height: 1px;
background-color: #ccc;
}
.wlr h2 {
    font-size: 16px;
}


.hamburger-panel dt{
cursor:pointer;
}
.hamburger-panel dd{
display:none;
}
.hamburger-panel .stock-atelier {
    width: 33.333333%;
    float: right;
}
.hamburger-panel .stock-atelier h2 {
    font-size: 16px;
}
.hamburger-panel .stock-l {
    width: 33.333333%;
    float: right;
}
.hamburger-panel .stock-r {
    width: 33.333333%;
    float: left;
}
.hamburger-panel .stockbox {
margin-top: 50px;
border-top: 0;
padding-top: 40px;
overflow: hidden;
margin-bottom: 20px;
}
.hamburger-panel .naka-side {
opacity: 0;
}
.hamburger-panel.active .naka-side {
opacity: 1;
}
/*=========================================================================
    Rss　img size
==========================================================================*/
/*.square-image-container {
  width: 600px; 
  height: 600px;
  overflow: hidden;
}

.square-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/
    .rss-item { 
      padding: 0.01%;
      text-align: center;
    }
    .square-image-container img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }
    .rss-slider.slick-initialized.slick-slider {
        margin-left: -0.04%;
    }

.custom-shop-slider {
  overflow: hidden;
}

.custom-shop-item {
  width: 250px; /* 必ず固定幅にする */
  margin-right: 1px; /* 必要なら調整 */
}



.custom-shop-item {
  position: relative;
  overflow: hidden;
}

.custom-shop-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 3s;
}

.custom-shop-item img.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1);
  transition: all 3s;
}

.custom-shop-item:hover img.hover {
  opacity: 1;
  transform: scale(1.05);
}

.custom-shop-item:hover img:not(.hover) {
  opacity: 0;
}


/*=========================================================================
    スクロール
==========================================================================*/
.p-index-scroll-bar-clip {
    position: fixed;
    overflow: hidden;
    width: 1px;
    height: 105px;
    bottom: -40px;
    left: 2.5%;
    background-color: transparent;
    z-index: 90;
    opacity: 1;
}
.p-index-scroll-text {
        transform: rotate(-90deg) translateX(-100%);
        -webkit-transform: rotate(-90deg) translateX(-100%);
        transform-origin: left top;
        -webkit-transform-origin: left top;
        letter-spacing: 3px;
        text-transform: capitalize;
        font-size: 14px;
}
.p-index-scroll-text-wrap {
    -webkit-animation: scroll-text 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
    animation: scroll-text 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
        position: fixed;
        bottom: 125px;
        left: 2%;
        text-align: left;
        color: #000;
        z-index: 90;
            opacity: 1;
}
.p-index-scroll-bar-clip.fixed, .p-index-scroll-text-wrap.fixed {
   z-index: -1;
       opacity: 0;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.p-index-scroll-bar {
    position: absolute;
    width: 1px;
    height: 255px;
    top: -255px;
    right: 0;
    background-color: #000;
}
.p-index-scroll-bar {
    -webkit-animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
    animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite
}
@-webkit-keyframes scroll-text {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40%, 50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes scroll-text {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40%, 50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes scroll-bar {
    0%, 5% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 510px, 0);
        transform: translate3d(0, 510px, 0)
    }
}
@keyframes scroll-bar {
    0%, 5% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 510px, 0);
        transform: translate3d(0, 510px, 0)
    }
}
/*=========================================================================
    ルックブック
==========================================================================*/
ul.tu {
    overflow:hidden;
    margin-left: -4%;
}
ul.tu li {
    float: left;
    width: 25%;
    padding: 2% 0 2% 3.5%;
}

/* ルックブックサムネイル */
.lookbook-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.lookbook-thumb {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.lookbook-thumb img {
  width: 100%;
  height: auto;
  transition:1s all;
}

.lookbook-thumb:hover img {
  transform:scale(1.05,1.05);
  transition:3s all;
}


/* モーダル本体 */
#lookbook-modal.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.95);
  overflow: hidden;
}

/* 内側全体 */
.lookbook-modal-inner {
  width: 100%;
  height: 100%;
}

/* 左：画像（固定） */
.modal-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 5vh 5vw; /* ← 上下左右に対して比率で余白を */
  box-sizing: border-box;
}

.modal-left .slider {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-left .slider img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: auto;
  object-fit: contain; /* 画像の比率を保ったまま中央配置 */
}


/* 右：テキスト（スクロール） */
.modal-right {
  position: relative;
  margin-left: 50%; /* ← 左を避ける */
  width: 50%;
  height: 100vh;
  overflow-y: auto;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
}
.modal-right button.modal-close-text {
background: transparent;
border: 0 none;
color: #121212;
padding: 0;
text-align: right;
display: block;
width: 100%;
position: fixed;
right: 3%;
}
.modal-right button hver {
opacity: .5;
}

.modal-right button.modal-close-text span {
    font-size: 80%;
    padding-left: 5px;
    display: block;
    color: #888;
}
.related-shopitems {
    padding-top: 100px;
}

.related-shopitems h3 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 55px;
}
.related-shopitems h3 span {
    font-size: 80%;
    display: block;
    color: #888;
    font-weight: normal;    
}
.shopitem-images img {
    width: 40%;
    margin-right: 10px;
}
.shopitem-content h4 {
    font-size: 14px;
    margin: 25px 0 10px;
}
.shopitem-content p {
    margin-bottom: 5px;
}
.related-shopitem-inner {
    margin-bottom: 30px;
    overflow: hidden;
}


/*=========================================================================
    コレクション
==========================================================================*/
.grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.term-slider-grid {
  overflow: hidden;
  margin-left: -1.5%; /* 左右マージンを吸収 */
margin-top: 70px;
border-top: 1px solid #cdcdcd;
padding-top: 40px;
position: relative;
}

.term-slider-wrapper {
  float: left;
  width: 23%;
  margin: 0 0 1.5% 1.5%;
  box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.term-slider-section {
    position: relative;
}


/* グリッド構造 */
#og-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#og-grid li {
  width: calc(33.333% - 20px);
  position: relative;
  overflow: hidden;
}

#og-grid li img {
  width: 100%;
  display: block;
  cursor: pointer;
}
#og-grid li img {
  width: 100%;
  display: block;
  cursor: pointer;
  transition: 1s all;
}
#og-grid li:hover img {
transform: scale(1.05,1.05);
transition: 3s all;
}

/* 展開部分 */
.og-expander-li {
  width: 100%;
}

.og-expander {
  display: none;
  background: #fff;
  padding: 20px;
  text-align: center;
}

.og-fullimg img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* 閉じるボタン */
.og-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}


.og-expander-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.og-fullimg img {
  margin: 0 auto;
  display: block;
}

/* 展開エリアの表示強化 */
.og-expander {
  display: none;
  background: #fff;
  padding: 40px 0; /* ✅ 上下に余白追加 */
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/* 展開内の画像サイズ調整 */
.og-fullimg img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 70vh; /* ✅ 画面の高さの7割まで拡大許容 */
  display: block;
  margin: 0 auto;
}

/* 展開される画像ラッパー */
.og-expander {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background: #f5f5f5;
  display: none;
}

.og-expander img {
  max-width: 100%;
  height: auto;
}

/* 閉じるボタン */
.og-close {
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  color: #333;
  font-size: 16px;
}
.og-expander {
  position: relative; /* ←追加！ */
}

.og-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
/* 展開エリア */
.og-expander {
  display: none;
  width: 100%;
  padding: 20px;
  background: #f2f2f2;
  position: relative;
  box-sizing: border-box;
}

.og-content img {
  max-width: 85%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.og-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

/*矢印*/
.arrow_l,
.arrow_r {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: transparent;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
}

/* 左矢印 */
.arrow_l {
  left: 20px;
}
.arrow_l::before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
}

/* 右矢印 */
.arrow_r {
  right: 20px;
}
.arrow_r::before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border: none;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 0; /* テキスト無効化 */
}

/* 四角で角丸なし */
.slick-prev,
.slick-next {
  border-radius: 0;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

/* slickのデフォルトテキストを完全に消す */
.slick-prev::before,
.slick-next::before {
  content: none;
}

/* 自前で矢印を描く */
.slick-prev::after,
.slick-next::after {
  display: block;
  content: '';
  font-size: 20px;
  color: #333;
  line-height: 1;
  position: relative;
  top: 0; /* ← 必ず追加 */
}

/* 左右の矢印 */
.slick-prev::after {
  content: '‹';
}

.slick-next::after {
  content: '›';
}


/*追加の5列*/
.shopitem-grid-5col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.1%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.shopitem-card {
  /* 各カード用のスタイル */
}

ul.shopitem-grid-5col li {
    position: relative;
}
.shopitem-card img.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1);
  transition: all 3s;
}

.shopitem-card .img-wrap img {
  transition: all 3s;
}

.shopitem-card img.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1);
}

.shopitem-card:hover img.hover {
  opacity: 1;
  transform: scale(1.05);
}

.shopitem-card:hover img:not(.hover) {
  opacity: 0;
}



/*=========================================================================
    追加
==========================================================================*/
.skip-btn:focus {
    outline: none !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 100%;
    padding: 0;
}

.contactbox-in .c-box {
    max-width: 70%;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 50px;
}
.c-l span.en {
display: block;
opacity: .5;
font-size: 12px;
margin-top: 2px;
font-weight: normal; 
}

.contactbox-in {
max-width: 100%;
width: 100%;
overflow: hidden;
/* margin-bottom: 20px; */
/* margin-top: 120px; */
border-top: 1px solid #cdcdcd;
padding-top: 80px;
margin: 120px auto 20px;
}

.page-template-page-contact-php .contactbox-in input {
    border-style: none none solid;
    border-width: 1px;
    font-family: 'Rubik', sans-serif;
}
.page-template-page-contact-php .contactbox-in input:focus,
.page-template-page-contact-php .contactbox-in textarea:focus {
    border: 1px solid #c5c5c5;
    outline: 0;
}
.c-box.c-ue .c-l {
    margin-bottom: 5px;
}
.c-box .c-l {
    float: left;
    width: 25%;
}
.c-box .c-r {
    float: right;
    width: 75%;
}
.page-template-page-contact-php .sen-yoko {
    border-bottom: 1.5px solid #000;
    width: 100%;
    max-width: 20px;
    margin-bottom: 40px;
}
.page-template-page-contact-php .contact-wrap {
    margin: 100px 0 60px;

}
.page-template-page-contact-php .contact-wrap h2 {
    font-weight: normal;
    text-transform: capitalize;
}
.page-template-page-contact-php .contact-wrap h2 span {
    font-weight: bold;

}
.page-template-page-contact-php .contact-wrap input {
    border-style: none none solid;
    border-width: 1px;
    font-family: 'Rubik', sans-serif;
}
.page-template-page-contact-php .contact-wrap input:focus,
.page-template-page-contact-php .contact-wrap textarea:focus {
    border: 1px solid #c5c5c5;
    outline: 0;
}
.contact-wrap .c-box {
    margin-bottom: 50px;
    overflow: hidden;
}
.c-box.c-ue {
    margin-top: 70px;
}
.c-box.c-ue.mtue {
    margin-top: 100px;
}
.mannaka {
    text-align: center;
    padding-left: 75px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #444;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
    border: 2px solid #444;
}
div.wpcf7-validation-errors {
    border: 2px solid #ff0000;
}
/* Buttons */
.sandbox {
    text-align: center;
}
.wpcf7-form input[type="submit"] {
    width:200px;
    margin: auto;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
    background: #cdcdcd!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #000 0%, #000 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #000 0%, #000 100%)!important; /* W3C */
    border-bottom: 0px solid #000;
}
.page-template-page-contact-php button,
.page-template-page-contact-php input[type="submit"],
.page-template-page-contact-php input[type="button"],
.page-template-page-contact-php input[type="reset"] {
    background: #0068b6!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #cdcdcd 0%, #cdcdcd 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #cdcdcd 0%, #cdcdcd 100%)!important; /* W3C */
    border: none;
    border-bottom: 0px solid #cdcdcd;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
    border-radius: 0 0 0 0;
}

.page-template-page-contact-php button:hover,
.page-template-page-contact-php button:focus,
.page-template-page-contact-php input[type="submit"]:hover,
.page-template-page-contact-php input[type="button"]:hover,
.page-template-page-contact-php input[type="reset"]:hover,
.page-template-page-contact-php input[type="submit"]:focus,
.page-template-page-contact-php input[type="button"]:focus,
.page-template-page-contact-php input[type="reset"]:focus {
    background: #cdcdcd!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #000 0%, #000 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #000 0%, #000 100%)!important; /* W3C */
    border-bottom: 0px solid #000;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.page-template-page-contact-php button:active,
.page-template-page-contact-php input[type="submit"]:active,
.page-template-page-contact-php input[type="button"]:active,
.page-template-page-contact-php input[type="reset"]:active {
    background: #444!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #cdcdcd 0%, #cdcdcd 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #cdcdcd 0%, #cdcdcd 100%)!important; /* W3C */
    border: none;
    border-top: 0px solid #cdcdcd;
    padding: 10px 24px 11px;
}
.page-template-page-contact-php button, .page-template-page-contact-php input, .page-template-page-contact-php textarea {
    border: 1px solid #111;
    font-family: inherit;
    padding: 5px;
    width: 100%;
    background-color: transparent;
}
input:focus,
textarea:focus {
    border: 1px solid #cdcdcd;
    outline: 0;
    background-color: #fff;
}
.contactbox-all {
  overflow: hidden;
  width: 96%;
  background-color: #f5f5f5;
  padding: 2%;
}
.contact-txt {
  line-height: 2;
  margin-bottom: 150px;
}
.wpcf7-list-item {
display: block;
margin: 0 0 0 1em;
}
.page-template-page-contact-php .contactbox-in .wpcf7 input[type="checkbox"] {
    width: auto;
}

.post-list {
  list-style: none;
  margin: 0 0 100px;
  padding: 0;
  overflow: hidden;
}

.post-item {
  margin-bottom: 10px;
}

.post-link {
  display: grid;
  grid-template-columns: 100px 120px 1fr; /* 幅を決める */
  gap: 1rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border: none;
  padding: 10px 0;
}

.post-link:hover {
  text-decoration: none;
}

.post-category {
  min-width: 100px;
  text-align: left;
}

.post-date {
  min-width: 120px;
  text-align: left;
}

.post-summary {
  /* 残り */
  word-break: break-word;
}
.post-link {
  position: relative;
  display: grid;
  grid-template-columns: 100px 120px 1fr;
  gap: 1rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border: none;
  padding: 10px 0;
}

.post-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  transform: scaleX(0); /* ← 最初は線が無い */
  transform-origin: left top;
  transition: transform 0.3s ease;
}

.post-link:hover::after {
  transform: scaleX(1); /* ← hoverで線が出る */
  transform-origin: left top;
  opacity: 1;
}


/*=========================================================================
    ニュースページ
==========================================================================*/
.info-list {
    margin: 0;
    padding: 0;
}

.info-item {
  display: grid;
  grid-template-columns: 25% 65% 10%;
  gap: 20px;
  margin-bottom: 120px;
  background: #fff;
  padding: 10px 0;
  overflow: visible;
  align-items: stretch;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 120px;
}

.info-left-wrapper {
  position: relative;
  height: auto;
}

.info-left {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
  padding: 0;
  box-sizing: border-box;
}

.info-list .info-left-wrapper,
.info-list .info-content,
.info-list .info-right {
    min-height: 1px;
    align-self: stretch;
}

.info-list .info-category {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}

.info-list .info-date {
    color: #999;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.info-list .info-title {
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.6;
}

.info-list .info-content {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.info-list .info-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.info-list .info-right {
    /* 空欄 */
}

.archive-header {
    background-color: transparent;
}

.archive-title,
.archive-meta {
    font-family: "Poppins", serif;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 0;
    max-width: 100%;
    padding: 50px 0;
    width: 100%;
    font-size: 16px;
    font-style: normal;
}

.info-item.last {
    margin-bottom: 0;
border-bottom: 0;
padding-bottom: 50px;
}

/*=========================================================================
    Responsive Adjustments
==========================================================================*/
@media (max-width: 780px) {
    /* フォーム要素のスタイル調整 */
    button,
    textarea,
    input[type="submit"],
    input[type="button"],
    input[type="text"],
    input[type="email"],
    input[type="reset"] {
       -webkit-appearance: none;
       border-radius: 0;
    }
    .page-template-page-link-php .site-info {
        position: static;
    }
}

@media (max-width: 643px) {
    /* 各コンテンツの左右パディングリセット */
    #content .entry-header,
    #content .entry-content,
    #content .entry-summary,
    #content footer.entry-meta,
    #content .featured-gallery,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .post-navigation .nav-links,
    .paging-navigation .nav-links,
    #content .author-info,
    .comments-area .comments-title,
    .comments-area .comment-list,
    .comments-area .comment-navigation,
    .comment-respond,
    .sidebar .site-info,
    .sidebar .paging-navigation .nav-links {
        padding-left: 0;
        padding-right: 0;
    }
    /* サイトナビゲーション内ボタンのスタイル */
    #site-navigation button,
    #site-navigation input[type="submit"],
    #site-navigation input[type="button"],
    #site-navigation input[type="reset"] {
        background: #0068b6 !important;
        background: -webkit-linear-gradient(top, #000 0%, #000 100%) !important;
        background: linear-gradient(to bottom, #000 0%, #000 100%) !important;
        border: none;
        border-bottom: 0 solid #000;
        border-radius: 0;
        color: #fff;
        display: inline-block;
        padding: 11px 14px 10px;
        position: absolute;
        right: 0;
        top: 15px;
    }
    .toggled-on .nav-menu > li a:hover,
    .toggled-on .nav-menu > ul a:hover {
        background-color: #000;
        color: #fff !important;
    }
}
