@charset "UTF-8";

/* ==========================================
   Google Fonts 読み込み
========================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap');

/* ==========================================
   カラー変数
========================================== */
:root {
    --rn2026-hover-color: #A67C52;
}

/* ==========================================
   基本スタイル
========================================== */
hr {
  clear:both;
}

.pc-view { display:block; }
.sp-view { display:none; }

@media (max-width: 767px) {
  .pc-view { display:none; }
  .sp-view { display:block; }
}

#page-wrapper {
  position: relative;
}

.container {
  width: 1050px;
}

/* タブレット〜小型PC */
@media (max-width: 980px) {
  .container {
    max-width: 900px;
    width: 90%;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .container {
    width: auto;
  }

  /* カート内配送情報 */
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }

  /* 商品リストソート */
  .prd-lst-sort {
    font-size: 14px;
  }

  /* アイコン（スマホでは大きく表示） */
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_w.png);
  }

  .icon-cart {
    background-position: -264px -96px;
  }

  .icon-list {
    background-position: -288px -144px;
  }

  .icon-chevron_thin_up {
    background-position: -192px -216px;
  }
}

/* 小型スマホ */
@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}

/* IE対応 */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/* ==========================================
   フォーム要素
========================================== */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

/* ==========================================
   基本テキストスタイル
========================================== */
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #464e54;
}

a {
  color: #555555;
}

a:hover {
  color: #888888;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.ttl-h2 {
  position: relative;
  margin: 30px 0;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

/* ==========================================
   ボタンスタイル
========================================== */
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-01 {
  border: 1px solid #b2a487;
  background-color: #b2a487;
  color: #fff;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #ccbc9b;
  background-color: #ccbc9b;
  color: #fff;
}

.product-order-num input {
  border-color: #b2a487;
}

.font-mincho {
  font-family: 'Noto Serif JP', serif;
}



/* ==========================================
   アイコン
========================================== */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -.11em;
  *display: inline;
  *zoom: 1;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_w.png);
  }
}

.icon-cart {
  background-position: -176px -64px;
}

.icon-user {
  background-position: -208px -0px;
}

.icon-adduser {
  background-position: -240px -0px;
}

.icon-logout {
  background-position: -32px -80px;
}

.icon-login {
  background-position: -48px -80px;
}

/* icon large */
.icon-twitter {
  background-position: -144px -264px;
}

.icon-facebook {
  background-position: -192px -264px;
}

.icon-instagram {
  background-position: -168px -288px;
}

.icon-mail {
  background-position: -96px -0px;
}

.icon-lg-w.icon-cart {
  background-position: -264px -96px;
}

.icon-lg-w.icon-chevron_up {
  background-position: -0px -216px;
}

.icon-lg-w.icon-plus {
  background-position: -312px -120px;
}

.icon-lg-w.icon-minus {
  background-position: -288px -120px;
}

.icon-lg-b,
.icon-lg-w {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  top: -.1em;
  *display: inline;
  *zoom: 1;
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_w.png);
}

/* ==========================================
   コンテンツラップ
========================================== */
.content-wrap {
  max-width: 90%;
  margin: 20px auto;
}

/* ==========================================
   カート内配送情報
========================================== */
.incart-delivery {
  float: right;
}

.incart-delivery ul {
  margin: 0;
  padding: 10px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #d9edf7;
  color: #31708f;
  list-style: none;
  font-size: 12px;
}

/* ==========================================
   商品リスト
========================================== */
.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 10px;
  text-align: center;
}

.prd-lst-unit a:hover {
  text-decoration: none;
}

.unit-box {
  margin: 10px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #b2a487;
  -webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
}

.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}

.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}

.prd-lst-name {
  font-size: 14px;
}

.prd-lst-price {
  color: #abaaaa;
}

.prd-lst-regular {
  text-decoration: line-through;
}

.prd-lst-discount {
  color: #b81717;
}

/* 商品リスト ソート */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* 商品リスト ページャー */
.prd-lst-pager {
  text-align: center;
}

.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/* ==========================================
   商品詳細
========================================== */
.product-image-thumb img {
  border: 2px solid #fff;
}

.thumb-active img {
  border: 2px solid #b2a487;
}

/* ==========================================
   既存フッター関連（維持）
========================================== */
#footer-wrapper {
  padding-top: 3em;
  background: #ffffff;
  padding-bottom: 50px;
}

.footer-nav-block {
  width: 1050px;
  margin: auto;
  border-top: 1px solid #000000;
  padding-top: 20px;
}

.footer-nav-block ul {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.footer-nav-block li {
  list-style: none;
  padding: 0 20px;
}

.footer-nav-block li a {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer-nav-block {
    width: 100%;
    margin: auto;
    border-top: 1px solid #000000;
    padding-top: 20px;
  }

  .footer-nav-block ul {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 10px;
    padding-left: 0;
    margin-left: 0;
  }

  .footer-nav-block li {
    width: 60%;
    text-align: center;
    padding-bottom: 8px;
  }
}

.footer-primary {
  border-right: 1px solid #fff;
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}

.footer-nav li {
  margin: .8em 0;
}

.footer-primary {
  padding: .3em 0;
}

.footer-primary li {
  margin-right: 25px;
}

.footer-primary li:last-child {
  margin-right: 0;
}

.footer-nav-link {
  font-weight: bold;
  cursor: pointer;
  padding: 0.5em 0;
}

.footer-nav-link.active {
  color: #fff;
}

.footer-nav-item-child {
  display: none;
  padding-top: 0.5em;
}

.footer-nav-item-child.active {
  display: block;
}

.btn-dropdown {
  border: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  padding: .6em .3em;
  margin: 0 .6em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.btn-dropdown.btn-dropdown-close {
  border-bottom: none;
}

.dropdown-nav {
  display: none;
  background-color: #fff;
}

.dropdown-nav a {
  display: block;
  padding: .8em 1.2em;
  color: #464e54;
}

.dropdown-nav .icon-list {
  float: right;
}

.icon-chevron_thin_up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.heading-03 {
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 0.8em 0;
}

.page-top-btn {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  opacity: 0.7;
  transition: opacity .3s;
}

.page-top-btn:hover {
  opacity: 1;
}

.page-top-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

/* ==========================================
   ページ独自スタイル
========================================== */

/* ページフッターナビ */
.page-footer-nav {
  width: 1050px;
  margin: auto;
  background-color: #000000;
}

.page-footer-nav ul {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  margin-left: 0px;
}

.page-footer-nav li {
  list-style: none;
  padding: 8px;
  box-sizing: border-box;
}

.page-footer-nav li a {
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 767px) {
  .page-footer-nav ul {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }

  .page-footer-nav li {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #ffffff;
  }
    
  .page-footer-nav li:nth-child(2n) {
    border-right: 1px solid #ffffff;
  }

  .page-footer-nav li.item1 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ffffff;
  }
}

/* カステラページ */
.page-castellan-photo-left {
  width: 59%;
}

.page-castellan-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.page-castella-txt {
  width: 62%;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  padding-top: 20px;
  vertical-align: middle;
}

.page-castella-txt img {
  vertical-align: middle;
  margin-top: -3px;
}

.page-castella-txt img.logo {
  padding: 0px 8px;
}

.page-castella-txtB {
  width: 66%;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  padding-top: 20px;
}

.page-castella-txt img {
  height: 20px;
}

.page-castella-btn {
  width: 30%;
  height: 50px;
  line-height: 35px;
  background-color: #000000;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
  float: right;
  margin-top: 20px;
  vertical-align: middle;
}

.page-castella-btn a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .page-castellan-block {
    width: 100%;
    display: block;
  }

  .page-castella-txt {
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Noto Serif JP', serif;
    padding-top: 20px;
  }

  .page-castella-txtB {
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Noto Serif JP', serif;
    padding-top: 20px;
  }
    
  .page-castella-btn {
    clear: both;
    width: 100%;
    height: 50px;
    line-height: 35px;
    background-color: #000000;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    float: right;
    margin-top: 20px;
    vertical-align: middle;
    margin-bottom: 20px;
  }
}

/* 一品ページ */
.page-ipin-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.page-ipin-logo {
  width: 30%;
  margin-top: 20px;
  text-align: center;
}

.page-ipin-logo img {
  width: 70%;
}

@media (max-width: 767px) {
  .page-ipin-block {
    width: 100%;
    display: block;
  }

  .page-ipin-logo {
    width: 70%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
  }
}

/* テキストキャプション */
.txt-cap {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 8px;
}

.page-okurimono-size p {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  font-family: 'Noto Serif JP', serif;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .page-okurimono-size p {
    background-color: #e4e4e4;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    font-family: 'Noto Serif JP', serif;
    padding-top: 0px;
    padding: 10px;
    box-sizing: border-box;
  }
}

/* おすすめの食べ方 */
.page-tabekata-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-tabekata-photo {
  width: 50%;
}

.page-tabekata-txt {
  width: 40%;
}

.page-tabekata-txt p {
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
}

.page-tabekata-txt p.title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .page-tabekata-block {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .page-tabekata-photo {
    width: 40%;
  }

  .page-tabekata-txt {
    width: 55%;
  }

  .page-tabekata-txt p.title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
}

/* Q&Aページ */
.page-qa-block {
  width: 100%;
}

.page-qa-q {
  width: 100%;
  background-color: #E1CC9A;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 1px;
  padding: 15px 20px;
  box-sizing: border-box;
}

.page-qa-a {
  width: 100%;
  background-color: #EFEFEF;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.5px;
  padding: 15px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* フッターSNSブロック（スマホ用） */
.footer-sns-block {
  display: none;
}

@media (max-width: 767px) {
  .footer-sns-block {
    display: flex;
    justify-content: center;
  }
    
  .footer-sns-block ul {
    display: flex;
    justify-content: center;
    text-align: center;
  }
    
  .footer-sns-block li {
    width: 40px;
    list-style: none;
    text-align: center;
    padding: 5px 10px;
  }
    
  .footer-sns-block li img {
    width: 90%;
    margin: auto;
  }
}

/* ホームページ注文ボタン */
.home-order-btn {
  width: 100%;
  border: 3px double #000000;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 20px;
  background-color: #ffffff;
}

.home-order-btn a {
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  color: #b90707;
}

@media (max-width: 767px) {
  .home-order-btn {
    width: 100%;
    border: 3px double #000000;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
    background-color: #ffffff;
  }

  .home-order-btn a {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
    color: #b90707;
  }
}

/* 商品注文セクション */
.home-pro-order {
  width: 100%;
  background-color: #000000;
  padding: 30px 45px;
  margin: 50px 0;
  box-sizing: border-box;
}

.home-pro-order ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  box-sizing: border-box;
  padding-left: 0px;
  margin-left: 0px;
}

.home-pro-order li {
  width: 30%;
  list-style: none;
}

.home-pro-order li img {
  width: 100%;
}

@media (max-width: 767px) {
  .home-pro-order {
    width: 100%;
    background-color: #000000;
    padding: 5px 15px;
    margin: 20px 0;
    box-sizing: border-box;
  }
    
  .home-pro-order ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    box-sizing: border-box;
    padding-left: 0px;
    margin-left: 0px;
  }

  .home-pro-order li {
    width: 32%;
    list-style: none;
  }
}

/* ==========================================
   新しいヘッダー・フッター
========================================== */

/* スマホメニュー展開時のスクロール制御 */
body.rn2026-menu-open {
    overflow: hidden;
}

/* コンテンツ部分のpadding-top調整（PC・スマホ両方） */
/* 詳細度を上げて既存CSSを確実に上書き */
body #wrapper #container {
    padding-top: 50px; /* PC表示時：ヘッダーの高さ分 */
}

@media (max-width: 767px) {
    body #wrapper #container {
        padding-top: 80px !important; /* スマホ表示時：ヘッダーの高さ分 */
    }
}

/* ==========================================
   ヘッダー
========================================== */
.rn2026-header {
    background-color: #FEFBF1;
    position: relative;
    z-index: 1000;
}

/* スマホ時のみ固定表示制御 */
@media (max-width: 767px) {
    .rn2026-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transition: transform 0.3s ease;
    }
    
    .rn2026-header.rn2026-hide-mobile {
        transform: translateY(-100%);
    }
    
    /* メニュー展開中は常に表示 */
    .rn2026-header.rn2026-menu-active {
        transform: translateY(0) !important;
    }
}

.rn2026-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 130px;/*148px*/
}

@media (max-width: 767px) {
    .rn2026-header-container {
        height: 80px;
        padding: 0 15px;
    }
}

/* ロゴ */
.rn2026-logo {
    display: flex;
    align-items: center;
    align-self: flex-start;
    margin-top: 20px;
}

.rn2026-logo img {
    height: 80px;
    width: auto;
}

@media (max-width: 767px) {
    .rn2026-logo {
        margin-top: 0;
        align-self: center;
    }
    
    .rn2026-logo img {
        height: 50px;
    }
}

/* ナビゲーション（PC/タブレット） */
.rn2026-nav {
    display: flex;
    align-items: center;
    gap: 200px;
    margin: auto 30px 30px auto;
    align-self: flex-end;
}

@media (max-width: 767px) {
    .rn2026-nav {
        display: none;
    }
}

.rn2026-nav-list {
    display: flex;
    list-style: none;
    gap: 0;
    align-items: center;
}

.rn2026-nav-item {
    position: relative;
    padding: 0 20px;
}

.rn2026-nav-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: #999;
}

.rn2026-nav-link {
    font-size: 15px;
    color: #333;
    padding: 10px 0;
    display: block;
    transition: opacity 0.3s;
    font-weight: 400;
    letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', sans-serif;
}

.rn2026-nav-link:hover {
    color: var(--rn2026-hover-color);
	text-decoration: none;
}

/* ドロップダウンメニュー */
.rn2026-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-radius: 4px;
    padding: 20px;
    min-width: 500px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    margin-top: 10px;
}

.rn2026-nav-item:hover .rn2026-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.rn2026-dropdown-content {
    display: flex;
    gap: 30px;
}

.rn2026-dropdown-item {
    flex: 1;
    text-align: center;
}

.rn2026-dropdown-item a {
    display: block;
}

.rn2026-dropdown-thumbnail {
    width: 100%;
    height: 150px;
    background-color: #e8e0d5;
    border-radius: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.rn2026-dropdown-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rn2026-dropdown-text {
    font-size: 15px;
    color: #333;
    transition: color 0.3s;
    font-weight: 400;
}

.rn2026-dropdown-item:hover .rn2026-dropdown-text {
    color: var(--rn2026-hover-color);
}

/* SNSアイコン */
.rn2026-sns-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    align-self: flex-end;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .rn2026-sns-icons {
        display: none;
    }
}

.rn2026-sns-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

.rn2026-sns-icon:hover {
    opacity: 0.7;
}

.rn2026-sns-icon img {
    width: 100%;
    height: 100%;
}

/* ==========================================
   ハンバーガーメニュー
========================================== */
.rn2026-hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 1001;
    position: relative;
    width: 28px;
    height: 24px;
}

@media (max-width: 767px) {
    .rn2026-hamburger {
        display: flex;
    }
}

.rn2026-hamburger span {
    width: 28px;
    height: 3px;
    background-color: #333;
    transition: all 0.3s;
    border-radius: 2px;
    position: absolute;
    left: 0;
}

.rn2026-hamburger span:nth-child(1) {
    top: 0;
}

.rn2026-hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.rn2026-hamburger span:nth-child(3) {
    bottom: 0;
}

.rn2026-hamburger.rn2026-active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.rn2026-hamburger.rn2026-active span:nth-child(2) {
    opacity: 0;
}

.rn2026-hamburger.rn2026-active span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

/* ==========================================
   モバイルオーバーレイ
========================================== */
.rn2026-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 998;
}

.rn2026-mobile-overlay.rn2026-active {
    opacity: 1;
    visibility: visible;
}

/* ==========================================
   モバイルメニュー
========================================== */
.rn2026-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    background-color: #FEFBF1;
    transition: right 0.3s ease;
    overflow-y: auto;
    padding-top: 100px;
    z-index: 999;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
}

.rn2026-mobile-menu.rn2026-active {
    right: 0;
}

.rn2026-mobile-nav-item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.rn2026-mobile-nav-link {
    display: block;
    padding: 20px 25px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.rn2026-mobile-nav-link.rn2026-has-dropdown::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
}

/* モバイルドロップダウン（常時表示） */
.rn2026-mobile-dropdown {
    background-color: rgba(0,0,0,0.05);
    padding: 10px 0;
}

.rn2026-mobile-dropdown-item {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    color: #333;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.rn2026-mobile-dropdown-item:last-child {
    border-bottom: none;
}

.rn2026-mobile-thumbnail {
    width: 40px;
    height: 40px;
    background-color: #e8e0d5;
    border-radius: 4px;
    margin-right: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.rn2026-mobile-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rn2026-mobile-dropdown-text {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

/* モバイルSNS */
.rn2026-mobile-sns {
    display: flex;
    gap: 20px;
    padding: 30px 25px;
    justify-content: center;
}

.rn2026-mobile-sns .rn2026-sns-icon {
    width: 40px;
    height: 40px;
}

/* ==========================================
   フッター
========================================== */
.rn2026-footer {
    background-color: #FEFBF1;
    padding: 60px 0 40px;
    font-family: 'Noto Serif JP', serif;
}

@media (max-width: 767px) {
    .rn2026-footer {
        padding: 40px 0 30px;
        margin-top: 60px;
    }
}

.rn2026-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.rn2026-footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .rn2026-footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }
}

.rn2026-footer-column {
    display: flex;
    flex-direction: column;
}

.rn2026-footer-links {
    list-style: none;
}

.rn2026-footer-links li {
    margin-bottom: 16px;
}

.rn2026-footer-links a {
    color: #333;
    font-size: 14px;
    transition: color 0.3s;
    display: inline-block;
}

.rn2026-footer-links a:hover {
    color: var(--rn2026-hover-color);
}

/* 姉妹ブランド */
.rn2026-footer-brand {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .rn2026-footer-brand {
        padding-left: 0;
    }
}

.rn2026-footer-brand-title {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}

.rn2026-footer-brand-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 0;
    overflow: hidden;
}

.rn2026-footer-brand-image img {
    width: 100%;
    height: auto;
}

.rn2026-footer-brand-name {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #333;
}

.rn2026-footer-brand-desc {
    font-size: 13px;
    line-height: 1.8;
    color: #666;
}

/* フッターボトム */
.rn2026-footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: none;
}

@media (max-width: 767px) {
    .rn2026-footer-bottom {
        padding-top: 30px;
    }
}

.rn2026-footer-logo {
    margin-bottom: 20px;
}

.rn2026-footer-logo img {
    height: 60px;
    width: auto;
	display:inline-block;
}

@media (max-width: 767px) {
    .rn2026-footer-logo img {
        height: 40px;
    }
}

.rn2026-footer-copyright {
    font-size: 12px;
    color: #999;
    font-family: 'Noto Sans JP', sans-serif;
}


/* 2026改修時汎用ボタン */
/* PC版 */
.cmn2026_cv-button {
    display: inline-block;
    padding: 8px 90px 8px;
    font-family: 'Noto Sans JP', sans-serif;
    /* 背景設定 */
    background-image: url('https://file003.shop-pro.jp/PA01448/761/img/add_renew_2026/cmn2026_btn_arrow.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 1.3em auto;
    
    /* ボーダー */
    border: 1px solid #333;
    
    /* テキスト */
    color: #444;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-align: center;
    
    /* その他 */
    transition: all 0.3s ease;
}

/* ホバー時 */
.cmn2026_cv-button:hover {
	color:#fff ;
    background-color:#bbb ;
		text-decoration: none;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
    .cmn2026_cv-button {
        font-size: 13px;
        background-position: right 15px center;
        background-size: 12px auto;
		width: max-content;
        margin: 0 1em;
    }
}
