@charset "UTF-8";
/* key → px */
/* min-width デフォルトは md */
/* max-width デフォルトは md */
.store {
  /* 親に変な固定が残っているのを解除 */
  /* Masonry が残した絶対配置を無効化 */
  /* テンプレの白/黒フレーム系オーバーレイを無効化 */
}
.store .module-store {
  padding: 0;
}
.store #works-grid {
  height: auto !important;
  overflow: visible !important;
  margin: 0;
  margin: 32px auto 0;
}
.store .works-grid .work-item {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  padding: 0 !important;
}
.store #works-grid .work-image::after {
  content: none !important;
}
.store #works-grid .work-item.load-more-hidden {
  display: none !important;
}
.store hr {
  margin: 0;
  border-top: 1px solid rgb(234, 230.6, 232.6);
}
.store .sp-fixed-menu-register ul {
  list-style: none;
}
@media (min-width: 768px) {
  .store .sp-fixed-menu-register ul {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

.layout-wrap {
  padding: 40px 0;
  clear: both;
  float: none;
}
@media (min-width: 768px) {
  .layout-wrap {
    padding: 64px 0;
  }
}

.wrapper {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 0 40px;
  }
}

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

.store h1,
.store h2,
.store h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: 0;
  color: #96858F;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .store h1,
  .store h2,
  .store h3 {
    font-size: 24px;
  }
}
.store .h2-heading {
  text-align: center;
  color: rgb(75, 66.5, 71.5);
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .store .h2-heading {
    font-size: 28px;
  }
}
.store .h2-sub {
  text-align: center;
  color: #96858F;
  font-size: 15px;
  margin: 0;
  margin-top: 12px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .store .h2-sub {
    font-size: 18px;
    margin-top: 16px;
  }
}
.store .store-btn {
  display: inline-flex;
  padding: 12px 20px;
  border-radius: 4px;
  color: #fff;
  background: #7596BD;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-size: 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .store .store-btn {
    font-size: 17px;
  }
}

.visible-xs-inline {
  font-weight: 600;
}
@media (max-width: 1023.98px) {
  .visible-xs-inline {
    display: block !important;
  }
}

.navbar .container {
  width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
}

.container > .navbar-collapse {
  margin: 0;
}

.navbar {
  height: 48px;
  min-height: 48px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.navbar-custom {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 1.3;
  padding: 0;
  letter-spacing: 0.1em;
}
@media (min-width: 1200px) {
  .navbar-custom {
    font-size: 14px;
  }
}

.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: none;
}
.navbar-header::before, .navbar-header::after {
  display: none;
}

.navbar-center {
  top: 12px;
}

.navbar-collapse {
  padding: 0;
}

.navbar > .container .navbar-brand {
  position: static;
  margin: 0;
  top: auto;
  left: auto;
}

.navbar-custom .nav li > a {
  font-weight: 600;
}

.navbar-custom .navbar-nav .open .dropdown-menu > li > a,
.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/* =========================================================
   Desktop (≥ lg)
========================================================= */
@media (min-width: 1024px) {
  .navbar {
    height: 48px;
    min-height: 48px;
    display: flex;
  }
  .navbar::before, .navbar::after {
    display: none;
  }
  .navbar .container {
    width: 100% !important;
    padding: 0 !important;
    display: flex !important;
    height: auto;
    align-items: center;
  }
  .navbar .container::before, .navbar .container::after {
    display: none;
  }
  .navbar .container .navbar-header {
    margin: 0;
  }
  .navbar .container .collapse.navbar-collapse {
    /* 中央寄せナビを維持 */
    order: 2;
    margin-left: auto;
  }
  .navbar .container .collapse.navbar-collapse .navbar-right {
    float: none !important;
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .navbar .container .navbar-center {
    position: static;
    order: 3;
    height: auto;
    margin-right: 20px;
  }
  .navbar-nav > li > a {
    padding: 14px 10px;
    color: #000 !important;
  }
  .navbar-nav > li > a:hover {
    color: rgb(87.75, 112.5, 141.75) !important;
  }
  .navbar-custom .dropdown-toggle::after {
    margin-top: -4px;
  }
  .navbar-custom .navbar-nav .dropdown-menu > li > a {
    font-size: 13px !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a:hover {
    color: rgb(87.75, 112.5, 141.75) !important;
  }
}
/* =========================================================
   Mobile (≤ lg) ・・・ここからがハンバーガー＆ドロップダウン一式
========================================================= */
@media (max-width: 1023.98px) {
  .navbar-header .navbar-toggle {
    display: block !important;
  }
  .navbar {
    --store-nav-h: 48px;
  }
  .navbar-fixed-top .navbar-collapse {
    position: fixed;
    top: var(--store-nav-h);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: calc(100vh - var(--store-nav-h));
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    background: rgba(241, 236, 232, 0.95);
    padding-bottom: 24px;
  }
  .navbar-header {
    min-height: 48px;
    height: 48px;
    margin: 0 !important;
    overflow: visible;
  }
  .navbar-header .navbar-toggle {
    order: 2;
    position: static;
    display: block;
  }
  .navbar-header .navbar-brand {
    order: 1;
    position: static;
  }
  /* ハンバーガーの開閉（collapseの強制） */
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  /* 縦並びの基本レイアウト */
  .navbar-nav {
    float: none !important;
    margin: 0;
  }
  .navbar-nav > li {
    float: none !important;
  }
  /* 背景や区切りなど（style-userの意図を踏襲） */
  .navbar-custom .navbar-nav {
    background: transparent;
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 0;
    padding: 0;
  }
  .navbar-custom li > a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  /* ドロップダウンの中身を“モバイル風”に（横幅一杯で段組みしない） */
  .navbar-custom .navbar-nav .open > .dropdown-menu {
    position: static;
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border: 0;
    background-color: #e9e9e9;
  }
  .navbar-nav > li > a {
    padding: 15px 20px;
    letter-spacing: 0.1em;
    color: #000 !important;
    font-size: 14px;
  }
  /* 1階層目のドロップダウン内リンクの余白 */
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 20px 15px 30px;
    color: rgb(75, 66.5, 71.5);
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: 0.01em;
    white-space: normal;
    color: #000 !important;
  }
  /* 2階層目（入れ子ドロップダウン）の余白 */
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 15px 20px 15px 40px;
    line-height: 1.3;
    font-size: 13px;
    letter-spacing: 0.01em;
  }
  /* 入れ子メニューも同様のブロック表示に */
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown.open > .dropdown-menu {
    position: static;
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border: 0;
    background-color: #e9e9e9;
  }
  /* 親項目の“＋/−”トグル。右端に出すため relative 必須 */
  .navbar-custom .dropdown-toggle {
    position: relative;
  }
  .navbar-custom .dropdown-toggle::after,
  .navbar-custom .dropdown-menu .dropdown-toggle::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 45%;
    font-size: 16px;
    line-height: 1;
  }
  .navbar-custom .nav > .open > .dropdown-toggle::after,
  .navbar-custom .dropdown-menu .dropdown.open > .dropdown-toggle::after {
    content: "-";
    right: 20px;
    top: 45%;
  }
  /* “開いている親”の配色 */
  .navbar-custom .navbar-nav li.dropdown.open > a {
    background-color: #6D7993 !important;
    color: #fff !important;
  }
  /* ステータス系の微調整 */
  .navbar-center {
    right: 64px;
  }
  .navbar-custom .dropdown.open > .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
  }
}
.campaign {
  background: rgb(234.3, 239.25, 245.1);
  background: linear-gradient(178deg, rgb(241.2, 244.5, 248.4) 0%, rgb(227.4, 234, 241.8) 60%, rgb(241.2, 244.5, 248.4) 100%);
}
.campaign .campaign-card {
  text-align: center;
  display: block;
  position: relative;
  padding: 16px;
}
@media (min-width: 768px) {
  .campaign .campaign-card {
    padding: 24px;
  }
}
.campaign .campaign-title {
  color: rgb(75, 66.5, 71.5);
}
@media (max-width: 767.98px) {
  .campaign .campaign-title {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .campaign .campaign-title {
    font-size: 24px;
  }
}
.campaign .campaign-list {
  margin: 8px auto 12px;
  padding-left: 8px;
  text-align: left;
  list-style: none;
}
@media (min-width: 768px) {
  .campaign .campaign-list {
    margin: 12px auto 18px;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 32px;
  }
}
.campaign .campaign-item {
  line-height: 1.7;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: rgb(75, 66.5, 71.5);
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .campaign .campaign-item {
    font-size: 17px;
    line-height: 1.3;
  }
}
.campaign .campaign-item i {
  color: #7596BD;
  margin-right: 4px;
}
.campaign .store-btn {
  background: #7596BD;
  color: #fff;
  width: 100%;
  text-align: center;
  transition: background-color 0.25s ease, transform 0.25s ease !important;
}
@media (min-width: 768px) {
  .campaign .store-btn {
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .campaign .campaign-card:hover .store-btn {
    transform: translateY(-3px);
  }
}
.campaign .store-btn {
  padding: 10px 16px;
}

.store-footer {
  background: rgb(233.1, 234.9, 238.8);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.6;
  text-align: center;
  padding: 40px 0 80px;
}
@media (min-width: 1024px) {
  .store-footer {
    text-align: left;
    padding: 40px 40px 80px;
  }
  .store-footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .store-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 32px;
  }
}
.store-footer p {
  margin: 0;
}
.store-footer .footer-brand {
  margin: 0 auto;
}
.store-footer .footer-brand img {
  width: 120px;
}
@media (min-width: 1024px) {
  .store-footer .footer-brand {
    margin: 0;
    flex: 1;
    margin-left: -10px;
  }
}
.store-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 24px auto 0;
}
.store-footer .footer-links a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: rgb(75, 66.5, 71.5);
  font-size: 14px;
  transition: color 0.25s ease;
}
@media (min-width: 768px) {
  .store-footer .footer-links a:hover {
    color: #7596BD;
  }
}
@media (min-width: 1024px) {
  .store-footer .footer-links {
    margin: 0;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .store-footer .footer-links--legal {
    flex: 1;
    justify-content: end;
  }
}
.store-footer .footer-links--legal a {
  color: #96858F;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .store-footer .footer-links--legal a {
    font-size: 14px;
  }
}
.store-footer .footer-social {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 1024px) {
  .store-footer .footer-social {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.store-footer .footer-social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
}
.store-footer .footer-social .social-link svg {
  fill: rgb(87.75, 112.5, 141.75);
  color: rgb(87.75, 112.5, 141.75);
  width: 22px;
  height: 22px;
}
.store-footer .footer-social .social-link i {
  font-size: 22px;
  color: #7596BD;
}
@media (min-width: 768px) {
  .store-footer .footer-social .social-link {
    transition: background-color 0.25s ease, transform 0.25s ease !important;
  }
  .store-footer .footer-social .social-link:hover {
    transform: translateY(-3px);
  }
}
.store-footer .footer-social .social-link-x svg {
  width: 20px;
  height: 20px;
}
.store-footer .footer-social .social-link-line svg {
  width: 28px;
  height: 28px;
}
.store-footer .footer-copy {
  margin-top: 32px;
  font-size: 12px;
  color: #96858F;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}
@media (min-width: 1024px) {
  .store-footer .footer-copy {
    margin-top: 0;
  }
}

.store-byline .h2-sub {
  font-family: "Noto Serif JP", serif;
}
.store-byline .byline-lead {
  margin: 0 auto;
  margin-top: 24px;
  color: rgb(75, 66.5, 71.5);
  font-weight: 400;
  max-width: 960px;
}
@media (min-width: 768px) {
  .store-byline .byline-lead {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .store-byline .product-list#works-grid {
    margin-top: 48px;
  }
}

.home-section {
  width: 100% !important;
  height: 72vh !important;
}
@media (min-width: 768px) {
  .home-section {
    height: 440px !important;
  }
}

.banner-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 2px;
  max-width: 1024px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .banner-section {
    flex-direction: row;
    max-width: 720px;
    gap: 16px;
    padding: 32px 0;
  }
}
.banner-section .banner-item {
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner-section .banner-item {
    flex: 1 1 0;
    transition: background-color 0.25s ease, transform 0.25s ease !important;
    will-change: transform;
    border-radius: 16px;
  }
  .banner-section .banner-item:hover {
    transform: translateY(-3px);
    z-index: 1;
  }
}
.banner-section .banner-item img {
  display: block;
  width: 100%;
  height: auto;
}
.banner-section .banner-item-ranking {
  margin: 0;
}
@media (min-width: 768px) {
  .banner-section .banner-item-ranking {
    margin: 0;
  }
}
.banner-section .banner-item-recommend {
  margin: 12px;
  margin-top: 4px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .banner-section .banner-item-recommend {
    flex-grow: 0.92;
    margin: 0;
  }
}

.home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: rgba(2, 2, 2, 0.4);
}

.home-section {
  position: relative;
  overflow: hidden;
  margin-top: 48px;
}
.home-section .store-hero-title {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 5.2vw;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  text-align: center;
  z-index: 2;
  position: relative;
  opacity: 1;
  letter-spacing: 0;
  margin-top: -40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .home-section .store-hero-title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .home-section .store-hero-title {
    font-size: 40px;
    margin-top: -48px;
  }
}
.home-section .store-hero-title-2 {
  font-size: 4.6vw;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .home-section .store-hero-title-2 {
    font-size: 24px;
  }
}
.home-section .hero-salon-logo {
  position: absolute;
  left: auto;
  bottom: 12px;
  right: 12px;
  z-index: 10;
}
@media (min-width: 768px) {
  .home-section .hero-salon-logo {
    bottom: 16px;
    right: 16px;
  }
}
.home-section .hero-salon-logo img {
  width: 64px;
}
@media (min-width: 768px) {
  .home-section .hero-salon-logo img {
    width: 88px;
  }
}

.recommend-list {
  background: rgb(247.3, 244.55, 242.35);
}

@keyframes fadeInList {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.store .filter {
  margin-bottom: 0;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  border: none;
}
@media (min-width: 768px) {
  .store .filter {
    gap: 12px;
    margin-top: 32px;
  }
}
.store .filter li.product-line {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
}
.store .filter li.product-line.wide {
  min-width: 0;
}
@media (min-width: 768px) {
  .store .filter li.product-line.wide .store-btn {
    min-width: 120px;
  }
}
.store .filter .store-btn {
  font-size: 13px;
  background: none;
  color: rgb(75, 66.5, 71.5);
  border: 1px solid rgb(234, 230.6, 232.6);
  border-radius: 0;
  padding: 10px 12px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .store .filter .store-btn {
    padding: 8px 10px;
    font-size: 15px;
  }
  .store .filter .store-btn br {
    display: none;
  }
  .store .filter .store-btn:hover {
    color: #fff;
    background: #7596BD;
  }
}
.store .filter li.product-line a.current,
.store .filter li.product-line.wide a.current {
  color: #7596BD;
  border: 1px solid #7596BD;
  background: rgb(234.3, 239.25, 245.1);
}
@media (min-width: 768px) {
  .store .filter li.product-line a:hover {
    border: 1px solid #7596BD;
    color: #fff;
  }
  .store .filter li.product-line a.current:hover {
    color: #7596BD;
    border: 1px solid #7596BD;
  }
}
.store .category-list .product-list {
  display: none;
}
.store .category-list .product-list.is-active {
  display: flex;
  animation: fadeInList 0.4s ease;
  will-change: opacity;
}
.store .category-list .filter .product-line {
  flex: 0 0 calc((100% - 16px) / 3);
}
@media (min-width: 768px) {
  .store .category-list .filter .product-line {
    flex: 0 1 auto !important;
  }
}
@media (max-width: 767.98px) {
  .store .category-list .filter .product-line:nth-child(-n+2) {
    transform: translateX(calc(-50% - 8px));
  }
}
@media (max-width: 449.98px) {
  .store .category-list .filter .product-line:nth-child(-n+2) {
    flex: 0 0 calc((100% - 8px) / 2);
    transform: none;
  }
}
.store .category-list .filter .store-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.store .category-list .filter::before {
  content: "";
  flex: 0 0 calc((100% - 16px) / 3);
}
@media (max-width: 449.98px) {
  .store .category-list .filter::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .store .category-list .filter::before {
    display: none;
  }
}

.brand-list {
  background: rgb(233.1, 234.9, 238.8);
}
.brand-list .product-list {
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .brand-list .product-list {
    justify-content: center;
    gap: 24px;
    max-width: 960px;
  }
}
.brand-list .product-list .product-list-item {
  width: calc((100% - 16px) / 3);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .brand-list .product-list .product-list-item {
    width: calc((100% - 72px) / 4);
  }
}
.brand-list .product-list .product-list-item a {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.brand-list .product-list .product-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.item-list .h2-sub#current-category {
  font-weight: 400;
}
.item-list .h2-sub#current-category span {
  color: #7596BD;
}

.product-list {
  width: 100%;
  margin: 0;
  padding: 0;
  margin: 32px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  list-style: none;
}
@media (min-width: 768px) {
  .product-list {
    gap: 24px;
  }
}
.product-list .product-list-item {
  width: calc((100% - 16px) / 2);
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .product-list .product-list-item {
    width: calc((100% - 72px) / 4);
    margin-bottom: 16px;
  }
}
.product-list .product-list-item a {
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-list .product-list-item img {
    transition: background-color 0.25s ease, transform 0.25s ease !important;
  }
  .product-list .product-list-item a:hover img {
    transform: scale(1.13);
  }
}
.product-list .product-lead,
.product-list .product-name,
.product-list .product-line,
.product-list .product-price {
  text-align: left;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .product-list .product-lead,
  .product-list .product-name,
  .product-list .product-line,
  .product-list .product-price {
    font-size: 16px;
  }
}
.product-list .product-lead-wrap {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .product-list .product-lead-wrap {
    margin-top: 16px;
  }
}
.product-list .product-lead {
  color: rgb(87.75, 112.5, 141.75);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 13px;
  position: relative;
  padding-left: 8px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .product-list .product-lead {
    font-size: 15px;
    padding-left: 12px;
  }
}
.product-list .product-lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #7596BD;
}
.product-list .product-name {
  font-family: "Noto Serif JP", serif;
  margin-top: 8px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .product-list .product-name {
    margin-top: 16px;
  }
}
.product-list .product-line {
  font-size: 12px;
  margin-top: 2px;
  color: #96858F;
}
@media (min-width: 768px) {
  .product-list .product-line {
    font-size: 14px;
  }
}
.product-list .product-price {
  font-family: "Noto Serif JP", serif;
  margin-top: 6px;
}

.viewmore-wrap {
  text-align: center;
}
.viewmore-wrap .viewmore-btn {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .viewmore-wrap .viewmore-btn {
    margin-top: 32px;
    transition: background-color 0.25s ease, transform 0.25s ease !important;
  }
  .viewmore-wrap .viewmore-btn:hover {
    transform: translateY(-3px);
  }
}

.load-more-hidden {
  display: none !important;
}

.customer-voice {
  background: rgb(242.4, 237.9, 234.3);
}
.customer-voice .voice-list {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  max-width: 1280px;
}
@media (min-width: 768px) {
  .customer-voice .voice-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
  }
}
.customer-voice .voice-card {
  background: #fff;
  padding: 16px;
}
@media (min-width: 768px) {
  .customer-voice .voice-card {
    padding: 24px;
    flex: 1 1 calc(33.333% - 24px);
  }
}
.customer-voice .voice-card-head {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .customer-voice .voice-card-head {
    flex-direction: row;
    gap: 16px;
  }
}
.customer-voice .voice-icon img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
}
@media (min-width: 768px) {
  .customer-voice .voice-icon img {
    width: 80px;
    height: 80px;
  }
}
.customer-voice .voice-heading {
  font-size: 15px;
  line-height: 1.6;
  color: rgb(87.75, 112.5, 141.75);
  margin-top: 8px;
  flex: 1;
}
@media (min-width: 768px) {
  .customer-voice .voice-heading {
    font-size: 17px;
    margin-top: 0;
    text-align: left;
  }
}
.customer-voice .voice-content {
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  margin-top: 8px;
  color: rgb(75, 66.5, 71.5);
}
@media (min-width: 768px) {
  .customer-voice .voice-content {
    font-size: 14px;
    margin-top: 12px;
  }
}

.faq-section .section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
.faq-section .faq-list {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  margin-top: 16px;
  max-width: 960px;
}
.faq-section .faq-item {
  border-bottom: 1px solid rgb(234, 230.6, 232.6);
}
.faq-section .faq-item .faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: rgb(75, 66.5, 71.5);
  padding: 16px 0;
  padding-right: 24px;
  cursor: pointer;
  position: relative;
}
.faq-section .faq-item .faq-question:after {
  content: "▼";
  font-size: 10px;
  position: absolute;
  right: 4px;
  top: 50%;
  color: #7596BD;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .faq-section .faq-item .faq-question:after {
    right: 16px;
    font-size: 12px;
  }
}
.faq-section .faq-item .faq-question.active:after {
  content: "▲";
}
@media (min-width: 768px) {
  .faq-section .faq-item .faq-question {
    font-size: 17px;
    padding: 24px 0;
  }
}
.faq-section .faq-item .faq-question span {
  color: #7596BD;
}
.faq-section .faq-item .faq-answer {
  display: none;
  padding: 0 0 16px;
  font-size: 14px;
  color: rgb(75, 66.5, 71.5);
}
.faq-section .faq-item .faq-answer p {
  margin: 0;
}
@media (min-width: 768px) {
  .faq-section .faq-item .faq-answer {
    font-size: 16px;
    padding-bottom: 24px;
  }
}
.faq-section .faq-item .faq-answer .cta-line {
  display: inline-block;
  margin: 0 auto;
  margin-top: 16px;
  padding: 8px 16px;
  background: #7596BD;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 768px) {
  .faq-section .faq-item .faq-answer .cta-line {
    margin-top: 24px;
  }
}

.insta-gallery {
  background: linear-gradient(178deg, rgb(227.4, 234, 241.8) 0%, rgb(213.6, 223.5, 235.2) 60%, rgb(241.2, 244.5, 248.4) 100%);
  position: relative;
}
.insta-gallery::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #fff;
  z-index: 0;
}
@media (min-width: 768px) {
  .insta-gallery::before {
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
}
.insta-gallery .h2-heading {
  color: rgb(87.75, 112.5, 141.75);
}
.insta-gallery .h2-sub {
  color: rgb(75, 66.5, 71.5);
}
.insta-gallery .insta-gallery-list {
  display: flex;
  gap: 1px;
  margin: 0;
  padding: 0;
  margin: 32px auto 0;
  max-width: 960px;
  position: relative;
  z-index: 1;
}
.insta-gallery .insta-gallery-item {
  list-style: none;
}
.insta-gallery .insta-gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.insta-gallery .insta-gallery-item a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: background-color 0.25s ease, transform 0.25s ease !important;
  display: block;
}
@media (min-width: 768px) {
  .insta-gallery .insta-gallery-item img {
    transition: background-color 0.25s ease, transform 0.25s ease !important;
  }
  .insta-gallery .insta-gallery-item a:hover img {
    transform: scale(1.13);
  }
}
.insta-gallery .insta-btn-wrap {
  text-align: center;
  margin-top: 32px;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .insta-gallery .insta-btn-wrap {
    transition: background-color 0.25s ease, transform 0.25s ease !important;
  }
  .insta-gallery .insta-btn-wrap:hover {
    transform: translateY(-3px);
  }
}

.brand-concept {
  margin: 0 auto;
  max-width: 2560px;
}
.brand-concept .brand-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .brand-concept .brand-content {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
}
.brand-concept .brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .brand-concept .brand-text {
    padding-right: 40px;
    padding-left: 40px;
    flex: 1;
    order: 0;
  }
}
.brand-concept .brand-img {
  order: 1;
}
@media (min-width: 768px) {
  .brand-concept .brand-img {
    width: 40%;
  }
}
.brand-concept .brand-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.brand-concept h2,
.brand-concept h3 {
  text-align: center;
  color: rgb(75, 66.5, 71.5);
}
@media (min-width: 768px) {
  .brand-concept h2,
  .brand-concept h3 {
    text-align: left;
  }
}
.brand-concept .h2-heading {
  letter-spacing: 0;
  font-size: 24px;
}
@media (min-width: 768px) {
  .brand-concept .h2-heading {
    font-size: 28px;
    text-align: left;
  }
}
.brand-concept .brand-heading-sub {
  font-size: 18px;
  margin-right: -10px;
  line-height: 1.6;
  color: rgb(87.75, 112.5, 141.75);
  margin-top: 8px;
}
@media (min-width: 768px) {
  .brand-concept .brand-heading-sub {
    font-size: 22px;
    text-align: left;
    margin-right: 0;
    margin-top: 12px;
  }
  .brand-concept .brand-heading-sub br {
    display: none;
  }
}
.brand-concept p {
  color: rgb(75, 66.5, 71.5);
  margin: 0;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .brand-concept p {
    margin-top: 24px;
    font-size: 15px;
  }
}
