@charset "utf-8";
/* CSS Document */


.spOnly { display: none; }
.pcOnly { display: block; }
.dspnon { display: none; }

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  line-height: 1.5;
  font-family: "Roboto", "source-han-sans-japanese", "Hiragino Sans", "Yu Gothic", "BIZ UD Gothic", sans-serif;
  font-size: 1.3rem;
  font-feature-settings: "palt" 1; /* 自動カーニング */
  color: #333;
  background-color: #fff;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a, a:hover, a:active {
  color: #333;
}
p {
  font-size: 1.4rem;
  line-height: 1.5;
  line-break: strict;
  letter-spacing: 0.1rem;
}

/* コンテンツ本体部 */
main {
  max-width: 1300px;
  width: 100%;
  margin: auto;
}

/* 共通ヘッダー */
.com_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.com_header > section {
  text-align: center;
}
.com_header .bohonomad_logo img {
  max-width: 200px;
  width: 100%;
  margin: auto;
  padding-top: 20px;
  text-align: center;
}
 .com_header > section ul
 {
  text-align: center; /* 中央揃え */
  max-width: 870px; /* ul の幅を指定 */
  width: 100%; /* ul の幅を100%に */
  position: relative;
  font-weight: 700;
  margin: 0 auto;
  padding: 0; /* 余白をリセット */
}
.com_header > section ul li {
  display: inline-block; /* 横並び配置 */
  width: 100px; /* 各 li の幅を固定 */
  text-align: center; /* テキストを中央揃え */
  position: relative;
  padding: 15px 0;
  font-size: 1.5rem;
  white-space: nowrap; /* 折り返しを防止 */
  margin: 0 10px; /* 左右の間隔を広げる */
}
.com_header > section ul li::after {
  content: "";
  display: block;
  width: 100%; /* 横線の幅 */
  height: 1px; /* 線の高さ */
  background-color: #ccc; /* 線の色 */
  position: absolute;
  left: 50%;
  top: calc(50% + 2px); /* 若干位置調整 */
  transform: translate(-50%, -50%);
}
.com_header > section ul li:hover {
  opacity: 0.6;
}
.com_header > section ul li span {
  font-size: 1.1rem;
  font-weight: lighter;
}

/* 共通フッター */
footer {
  margin: -18px auto 0;
  background: #e0dad4;
  width: 100%;
  max-width: 1300px;
}
footer .footer_inner {
  padding: 50px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
footer .bohonomad_logo img {
  max-width: 210px;
  width: 100%;
  height: auto;
  margin: 0 25px 0 50px;
}
footer p {
  text-align: left;
  line-height: 1.5;
  border-left: 2px solid #333;
  padding-left: 25px;
}
footer .brandmessage {
  text-align: left;
  display: flex;
  align-items: center;
}

/* フッターナビゲーション */
.ftrnav {
  width: 140px;
  margin: 0 auto;
}
.ftrnav dt {
  font-weight: 700;
  margin-bottom: 10px;
}
.ftrnav dd {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.ftrnav dd:before {
  border-top: 1px solid #333;
  content: "";
  width: 8px;
  left: 10px;
}
.ftrnav dd a {
  padding-left: 5px;
}

/* フッター内SNS */
.ftrnav .instagram {
  margin-top: 10px;
}
.ftrnav .instagram a {
  font-weight: 700;
  background: url("/bohonomad/images/spmenu_instagram.avif") no-repeat left 0 center / 20px 20px;
  padding: 3px 0 5px 26px;
  padding-left: 23px;
  margin-left: 5px;
}
.ftrnav .instagram:before {
  border-top: 1px solid #333;
  content: "";
  width: 8px;
  left: 10px;
}
.ftrnav .sns {
  margin-top: 34px;
  margin-bottom: 5px;
}

/* フッター内著作権表記 */
.copyright {
  padding: 80px 0 50px;
  text-align: center;
  color: #000;
}

/* ページの最上部へ移動ボタン */
.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  width: 40px;
  height: 40px;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top img {
  width: 40px;
  height: auto;
}

/* トップ以外の各ページタイトル */
.hdrtitle {
  position: relative;
  width: 100%;
  margin: 145px auto 0;
  z-index: 1;
  right: 0;
  left: 0;
}
.page-title {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 1300 / 566;
  /*background-image: url("/bohonomad/images/XXXX_pc.avif");*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.title-image {
  display: none; /* PCでは非表示 */
}
.title-box {
  position: absolute;
  top: 10%;      /* heightと合わせて調整 */
  left: 20px;
  height: 80%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.title-box h2 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  color: white;
  text-shadow: 0.09426vw 0.09426vw 0.1333vw rgba(0, 0, 0, 0.5);
}
.title-box h2 .h2_en {
  font-size: min(2.4vw, 24px);
  display: block;
}
.title-box h2 .h2_jp {
  font-size: min(2vw, 15px);
  display: block;
}

/* ページ内ナビゲーション */
.in-page-nav {
  width: 100%; /* PCの基本幅 */
  margin: 20px auto;
}
@media (max-width: 1300px) {
  .in-page-nav {
    width: 95%;
  }
}
.in-page-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row; /* PCの基本：横並び */
  gap: 1em;
}
.in-page-nav li {
  flex: 1; /* PCの基本：各リストアイテムが均等な幅になる */
  margin: 0;
}
.in-page-nav li a {
  width: 100%; /* PCの基本：アンカーがliの全幅を使用 */
}
.anchor-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.1em 1em;
  border: 1px solid #d6d3cd;
  background-color: #e8e5de;
  border-radius: 2px;
  color: #333333;
  text-decoration: none;
  box-sizing: border-box;
}
.anchor-button .label {
  text-align: center;
  flex-grow: 1;
  font-size: 1.5rem;
  font-weight: 700;
}
.anchor-button .sub {
  font-size: 1.2rem;
  margin-left: 0.3em;
}
.anchor-button .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5em;
  vertical-align: middle;
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-top: 0.4em solid #333333;
}

/* H3タイトル部 */
.block-title {
  margin-bottom: 3em;
}
.block-title h3 {
  background-color: #f3f3f3;
  padding: 0.7em;
  width: 100%;
  font-size: 2rem;
  text-align: center;
  margin: 2em auto 0;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, 0.1);
}
.block-title h3 span {
  display: block;
  font-size: 1.3rem;
  color: #666;
}
.block-title p {
  font-size: 1.3rem;
  color: #fff;
  background-color: #a0a4a8;
  width: 100%;
  text-align: center;
  line-height: 2;
}

/* 769px ～ 1100px For Tablet
================================ */
@media (max-width: 1100px) and (min-width: 769px) {

  /* 共通ヘッダー */
  .com_header > section ul {
    max-width: 768px;
  }
  .com_header > section ul li {
    margin: 0 3px; /* 左右の間隔を広げる */
  }

  /* 共通フッター */
  footer .bohonomad_logo img {
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: 0 10px 20px 10px;
  }
  footer p {
    padding-left: 16px;
  }

}



/* 0px ～ 768px For Smartphone
================================ */
@media screen and (max-width: 768px) {

  .spOnly { display: block; }
  .pcOnly { display: none; }

  /* 共通ヘッダー */
  .com_header .header-sp {
    /*position: fixed;*/
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .com_header h1 {
    overflow-x: hidden;
    position: relative;
    z-index: 10;
  }
  .com_header h1.brandlogo_sp {
    width: 200px;
    padding-bottom: 20px;
    margin: 0 0 0 15px;
    z-index: 2;
    padding: 20px 0;
  }

  /* スマホ用メニュー ハンバーガーボタン部 */
  .com_header .wrapper {
    height: 100%;
    position: relative;
    z-index: 10;
  }
  .overlay {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #00000080;
    position: fixed;
    z-index: 9;
    opacity: 0;
    transition: opacity .5s, visibility .5s;
    visibility: hidden;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
  }
  .overlay-close {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    padding: 1em 2.5em;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #222;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease-in-out;
    transform: translate(-50%, -50%);
  }
  .nav_open {
    display: block;
    width: 30px;
    height: 16px;
    cursor: pointer;
    position: fixed;
    top: 28px;
    right: 20px;
    z-index: 102;
  }
  .nav_open span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all .5s;
  }
  .nav_open.active span {
    background-color: #333;
  }
  .nav_open span:nth-of-type(1) {
    top: 0;
  }
  .nav_open.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  .nav_open span:nth-of-type(2) {
    top: 7px;
  }
  .nav_open.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav_open span:nth-of-type(3) {
    bottom: 0;
  }
  .nav_open.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }

  /* スマホ用メニュー 本体 */
  nav {
    width: 100%;
    height: 100vh;
    background-color: #e8e5df;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 99;
    transform: translateX(100%); /* 初期状態は画面外（右側）に隠す */
    transition: all .5s;
  }
  nav.open {
    transform: translateX(0);
  }
  nav.open ul {
    display: inherit;
    position: relative;
    left: 0;
    right: 0;
    margin: 5px 16px 0 14px;
    padding: 8px 25px 25px;
    font-weight: 700;
    font-size: 1.6rem;
    justify-content: space-between;
   }
   nav.open li {
    text-align: left;
    padding: 15px 0;
    font-size: 1.4rem;
    border-bottom: 1px dotted #666;
    line-height: 2.4;
  }
  nav.open li a {
    font-feature-settings: initial; /* 文字つめ解除 */
  }
  nav.open li:nth-of-type(1) {
    padding-left: 32px;
    background: url("/bohonomad/images/spmenu_ec.avif") no-repeat left center / 20px 20px;
  }
  nav.open li:nth-of-type(2) {
    padding-left: 32px;
    background: url("/bohonomad/images/spmenu_aboutbohonomad.avif") no-repeat left center / 20px 20px;
  }
  nav.open li:nth-of-type(3) {
    padding-left: 32px;
    background: url("/bohonomad/images/spmenu_lineup.avif") no-repeat left center / 20px 20px;
  }
  nav.open li:nth-of-type(4) {
    padding-left: 32px;
    background: url("/bohonomad/images/spmenu_carewear.avif") no-repeat left center / 20px 20px;
  }
  nav.open li:nth-of-type(5) {
    padding-left: 32px;
    background: url("/bohonomad/images/spmenu_sizeguide.avif") no-repeat left center / 20px 20px;
  }
  nav.open li:nth-of-type(6) {
    padding-left: 32px;
    background: url("/bohonomad/images/spmenu_shoplist.avif") no-repeat left center / 20px 20px;
  }
  nav.open li:nth-of-type(7) {
    padding-left: 32px;
    background: url("/bohonomad/images/spmenu_contact.avif") no-repeat left center / 20px 20px;
  }
  nav.open li:nth-of-type(8) {
    padding-left: 32px;
    background: url("/bohonomad/images/spmenu_instagram.avif") no-repeat left center / 20px 20px;
  }

  /* 共通フッター*/
  footer {
    margin: 40px 0 0;
    padding-bottom: 20px;
  }
  footer .bohonomad_logo img {
    max-width: 180px !important;
    width: 100%;
    height: auto;
    margin: 0;
    padding-right: 12px;
  }
  footer p {
    font-size: 1.0rem;
    letter-spacing: 0.1rem;
    padding-left: 12px;
  }

  /* フッターナビゲーション */
  .ftrnav {
    width: 100%;
  }
  .ftrnav dt {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .ftrnav dd {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .ftrnav:first-of-type {
    margin: 20px 60px 0 0;
  }
  .ftrnav .sns {
    margin-top: 20px;
  }
  .copyright {
    text-align: center;
    color: #000;
  }
  footer .footer_inner {
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: inherit;
    width: 90%;
    margin: 0 auto;
  }


  /* トップ以外の各ページタイトル */
  .hdrtitle {
    margin-top: 85px;
  }
  .page-title {
    display: grid;
    grid-template-columns: minmax(100px, 26.67vw) 1fr;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background: none; /* SPでは背景画像なしにする（下でtitle-imageを使う） */
  }
  .title-box {
    grid-column: 1;
    height: 61.33vw;
    max-width: none;
    margin-left: 0;
    position: static;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0.2667vw 0.2667vw 1.253vw rgba(0, 0, 0, 0.5);
  }
  .title-box h2 {
    line-height: 1;
  }
  .title-box h2 .h2_en {
    font-size: min(3.8vw, 15px);
    margin-bottom: min(1.2vw, 6px);
  }
  .title-box h2 .h2_jp {
    font-size: min(3.2vw, 12px);
  }
  .title-image {
    grid-column: 2;
    height: 61.33vw;
    display: block;
    /*background-image: url("/bohonomad/images/XXXX_sp.avif");*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  /* ページ内ナビゲーション */
  .in-page-nav {
    width: 90%; /* モバイル幅 */
  }
  .in-page-nav ul {
    flex-direction: column; /* モバイル：縦並び */
    gap: 1.1em;
  }
  .in-page-nav li {
    flex: unset; /* モバイルではflexをリセットして自然なサイズにする */
  }

}
