@charset "UTF-8";
/*
Theme Name: risshido
Theme URI:
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

	Reset Style

---------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  appearance: none;
  border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type=checkbox] {
  appearance: checkbox;
}

input[type=radio] {
  appearance: radio;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*-----------------------------------------------------------

	Common

---------------------------------------------------------- */
/* style
-------------------------------------- */
body {
  overflow: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 300;
  font-optical-sizing: auto;
  color: #444444;
  font-feature-settings: "palt";
}

/* text */
strong.marker.yellow {
  background: linear-gradient(transparent 40%, #ff9 40%);
}

.text-center {
  text-align: center;
}

p {
  line-height: 1.75;
  color: #393939;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
  }
}

.red {
  color: #dc1a1a;
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #bbbbbb;
}

a:active, a:focus {
  outline: 0;
}

/* image */
a img {
  transition: 0.1s linear;
}

a img:hover {
  opacity: 0.6;
}

img {
  vertical-align: bottom;
}

img.max {
  max-width: 100%;
  height: auto;
}

/* font */
.gosic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* text */
.taC {
  text-align: center;
}

/* clearfix */
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* margin */
.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

/* border */
.bdrTop {
  border-top: 1px solid #d8d7d7;
}

.bdrBottom {
  border-bottom: 1px solid #b8b8b8;
}

/* btn */
.btn-border {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 80%;
  margin: 30px auto 20px;
  padding: 20px 0 21px;
  border: 1px solid #17456f;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none !important;
  background-color: #17456f;
  box-shadow: 0 2px 8px rgba(23, 69, 111, 0.25);
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.btn-border:hover {
  background-color: #fff;
  color: #17456f;
  box-shadow: 0 4px 16px rgba(23, 69, 111, 0.2);
  transform: translateY(-1px);
  cursor: pointer;
}
.btn-border::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s ease;
}
.btn-border:hover::after {
  right: 12px;
}
@media screen and (min-width: 768px) {
  .btn-border {
    width: 400px;
    margin: 0 auto 40px;
    padding: 20px 0 21px;
    font-size: 24px;
  }
  .btn-border::after {
    right: 22px;
    width: 9px;
    height: 9px;
  }
  .btn-border:hover::after {
    right: 18px;
  }
}

.btn-buy {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  padding: 18px 0 17px;
  border-bottom: 2px solid #8e580d;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  transition: 0.1s;
  text-decoration: none !important;
  background-color: #FFA528;
}
.btn-buy:hover {
  background-color: #FFA528;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-buy {
    width: 640px;
    margin: 0 auto 40px;
    padding: 34px 0 36px;
    font-size: 28px;
  }
  .btn-buy::after {
    top: 20px;
    right: 20px;
  }
}

/* display */
.pc-only {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.iframeWrap {
  position: relative;
}
.iframeWrap video {
  width: 100%;
  height: auto;
  background-color: #000;
}
.iframeWrap iframe {
  width: 100% !important;
}

/* fadein系 */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 4-1 ふわっ（左から）*/
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 4-1 ふわっ（右から） */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

/* pager */
.pager {
  text-align: center;
  margin: 20px 0 10px;
}

a.page-numbers,
.pager .current {
  display: inline-block;
  background: #eee;
  padding: 8px 14px;
  margin: 0 2px 15px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
}

.pager .current {
  background: #333;
  color: rgb(255, 255, 255);
}

.pager a:hover {
  background-color: #444;
  color: #FFF;
}

.grecaptcha-badge {
  visibility: hidden;
}

.common-bnr-taoonline {
  width: 90%;
  margin: 0 auto -40px;
  text-align: center;
}
.common-bnr-taoonline img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .common-bnr-taoonline img {
    width: 640px;
  }
}

/*-----------------------------------------------------------

	header

---------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
}
@media print {
  #header {
    display: none;
  }
}
#header .logo {
  padding: 20px;
}
#header .logo img {
  width: 160px;
  height: auto;
}
#header .g-nav {
  display: none;
  z-index: 5;
}
#header .g-nav ul {
  opacity: 0;
}
#header .g-nav ul li {
  text-align: center;
  margin-bottom: 14px;
}
#header .g-nav ul li a {
  font-size: 20px;
}
#header .btn-nav {
  position: absolute;
  z-index: 10;
  right: 30px;
  top: 28px;
  width: 40px;
  height: 36px;
  cursor: pointer;
}
#header .btn-nav div {
  position: relative;
}
#header .btn-nav span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #14436f;
  left: 0;
  transition: 0.3s ease-in-out;
}
#header .btn-nav span:nth-child(1) {
  top: 0;
}
#header .btn-nav span:nth-child(2) {
  top: 8px;
  width: 80%;
}
#header .btn-nav span:nth-child(3) {
  top: 16px;
  width: 60%;
}
#header .btn-nav :nth-child(3)::after {
  content: "メニュー";
  position: absolute;
  width: 80px;
  top: 8px;
  left: 0;
  color: #14436f;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#header.open .btn-nav {
  position: fixed;
}
#header.open .btn-nav span {
  background-color: #fff;
}
#header.open .btn-nav span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
#header.open .btn-nav span:nth-child(2) {
  opacity: 0;
}
#header.open .btn-nav span:nth-child(3) {
  top: 11px;
  width: 100%;
  transform: rotate(-45deg);
}
#header.open .btn-nav span:nth-child(3)::after {
  display: none;
}
#header.open .btn-nav:nth-child(3)::after {
  position: absolute;
  width: 40px;
  content: "閉じる";
  top: 34px;
  left: 6px;
  color: #fff;
  font-size: 10px;
}
#header.open .g-nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 80px;
  z-index: 10;
}
#header.open .g-nav ul {
  opacity: 1;
  margin-bottom: 30px;
}
#header.open .g-nav ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin-bottom: 20px;
}
#header.open .g-nav ul li a {
  font-size: 20px;
  color: #fff;
}
#header.open .g-nav ul li.instagram {
  margin-top: 60px;
}
#header.open .g-nav ul li.instagram img {
  width: 180px;
  height: auto;
}
#header.open .g-nav ul li.icon img {
  position: relative;
  display: inline-block;
  width: 24px;
  height: auto;
  top: -3px;
  margin-right: 8px;
}
#header.open .g-nav .g-nav-sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0;
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#header.open .g-nav .g-nav-sns li {
  margin-bottom: 0;
}
#header.open .g-nav .g-nav-sns li a {
  display: block;
}
#header.open .g-nav .g-nav-sns li a img {
  width: 30px;
  height: 30px;
}
#header.open .g-nav .tel {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
#header.open .g-nav .tel a {
  color: #fff;
}
#header.open .g-nav .tel .small {
  font-size: 14px;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .g-nav-bg {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(2, 6, 40, 0.95);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}
#header .g-nav-bg.bgopen {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  #header .inner {
    position: relative;
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #header .inner .logo {
    position: relative;
    padding: 0;
  }
  #header .inner .logo img {
    width: 240px;
  }
  #header .inner .globalnav {
    box-sizing: border-box;
    position: relative;
    width: 900px;
    margin-top: 40px;
  }
  #header .inner .globalnav .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .inner .globalnav .nav li {
    position: relative;
  }
  #header .inner .globalnav .nav li a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #555;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
  }
  #header .inner .globalnav .nav li a:hover {
    color: #333;
  }
  #header .inner .globalnav .nav li a::after {
    position: absolute;
    z-index: -1;
    bottom: -6px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #555;
    transition: 0.3s;
  }
  #header .inner .globalnav .nav li a:hover::after {
    width: 70%;
  }
  #header .inner .globalnav .nav li.icon a::after {
    display: none;
  }
  #header .inner .globalnav .nav li.icon img {
    position: relative;
    display: inline-block;
    width: 30px;
    height: auto;
    top: -2px;
    margin-right: 6px;
  }
  #header .inner .globalnav .nav li.has-dropdown > a {
    padding-bottom: 20px;
  }
  #header .inner .globalnav .nav li.has-dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateX(-50%) translateY(8px);
    z-index: 100;
  }
  #header .inner .globalnav .nav li.has-dropdown .dropdown li a {
    display: block;
    padding: 10px 24px;
    font-size: 13.5px;
    font-weight: 400;
    white-space: nowrap;
    color: #555;
    letter-spacing: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  #header .inner .globalnav .nav li.has-dropdown .dropdown li a:hover {
    background-color: #f8f6f3;
    color: #8b6f9a;
  }
  #header .inner .globalnav .nav li.has-dropdown .dropdown li a::after {
    display: none;
  }
  #header .inner .globalnav .nav li.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  #header .inner .globalnav .sns {
    position: absolute;
    right: 0;
    top: -44px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  #header .inner .globalnav .sns li a {
    display: flex;
    align-items: center;
  }
  #header .inner .globalnav .sns li img {
    width: 22px;
    height: auto;
    display: block;
  }
  #header .inner .globalnav .sns .online-shop {
    margin-left: 4px;
  }
  #header .inner .globalnav .sns .online-shop a {
    display: inline-flex;
    align-items: center;
    background: #a08c50;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 10.5px;
    letter-spacing: 1.8px;
    padding: 7px 20px;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
  }
  #header .inner .globalnav .sns .online-shop a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transform: translateX(-100%);
    animation: btn-shimmer 3.5s ease-in-out infinite;
  }
  #header .inner .globalnav .sns .online-shop a:hover {
    background: #8a7845;
    color: #fff;
  }
  #header {
    padding-bottom: 0;
  }
}
@keyframes btn-shimmer {
  0% {
    transform: translateX(-100%);
  }
  35% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/*-----------------------------------------------------------

	contents

---------------------------------------------------------- */
/* common
-------------------------------------- */
/* セクション見出し共通 */
.sec-label {
  font-size: 10px;
  font-weight: normal;
  color: #8b7355;
  text-align: center;
  letter-spacing: 2.4px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .sec-label {
    font-size: 12px;
  }
}

.sec-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  color: #3d3226;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .sec-heading {
    font-size: 25.6px;
  }
}

.sec-heading-lg {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  color: #3d3226;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .sec-heading-lg {
    font-size: 22.4px;
  }
}

.sec-divider,
.about-top-divider {
  width: 32px;
  height: 1px;
  background-color: #c4b5a0;
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .sec-divider,
  .about-top-divider {
    margin: 24px auto 50px;
  }
}

.section {
  width: 90%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 768px) {
  .section {
    width: 1200px;
    margin: 0 auto 100px;
  }
}
.section .link-more {
  text-align: center;
  margin-top: 40px;
}
.section .link-more a {
  padding: 16px 24px;
  background-color: #D2E5D2;
  border-radius: 4px;
  font-weight: bold;
  color: #587458;
}
.section .sec-title {
  writing-mode: vertical-lr;
  width: fit-content;
  margin: 0 auto 30px;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #2f2f2f;
}
.section .sec-title .en {
  display: block;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
}
.section .sec-title .ja {
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .section .sec-title {
    margin: 0 auto 40px;
    font-size: 34px;
  }
  .section .sec-title .en {
    font-size: 16px;
    margin-right: 10px;
  }
  .section .sec-title .ja {
    font-size: 18px;
  }
}

.section-full {
  width: 100%;
  margin-bottom: 60px;
}
.section-full .section-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-full {
    width: 100%;
    margin-bottom: 100px;
  }
  .section-full .section-inner {
    width: 940px;
  }
}

/* title */
.ttl-level-02 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  background-image: url(images/common/title-icon.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40px auto;
}
@media screen and (min-width: 768px) {
  .ttl-level-02 {
    margin-bottom: 40px;
    font-size: 26px;
  }
}

.ttl-level-03 {
  margin-bottom: 20px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: normal;
  border-left: 4px solid #F782AE;
}
@media screen and (min-width: 768px) {
  .ttl-level-03 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.article-pager {
  text-align: center;
}
.article-pager li {
  display: inline-block;
  vertical-align: top;
}
.article-pager .home {
  margin: 0 30px;
}
.article-pager .home a {
  display: block;
  text-align: center;
  padding: 6px 24px;
  border: 1px solid #a8a8a8;
}
@media screen and (min-width: 600px) {
  .article-pager .home {
    margin: 0 100px;
  }
}

.btn-more {
  margin-top: 20px;
}
.btn-more a {
  width: 70%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #b09d7c;
}
@media screen and (min-width: 768px) {
  .btn-more a {
    width: 300px;
  }
}

/* パンくず */
#breadcrumb {
  width: 90%;
  margin: 10px auto 20px;
}
@media print {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 12px;
}
#breadcrumb ul li.slash {
  color: #b2b2b2;
}
#breadcrumb ul li a {
  color: #b2b2b2;
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 1200px;
    margin: 20px auto 40px;
  }
  #breadcrumb ul li {
    font-size: 16px;
  }
}

/* ページャー */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) { /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* page-header（固定ページ共通）
-------------------------------------- */
.page .page-header {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2a2035;
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page .page-header {
    padding: 100px 20px;
    min-height: 280px;
  }
}
.page .page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(26, 26, 46, 0.6), rgba(26, 26, 46, 0.2));
  z-index: 1;
}
.page .page-header .page-en,
.page .page-header .page-title,
.page .page-header .page-ex {
  position: relative;
  z-index: 2;
}
.page .page-header .page-en {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 4.48px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page .page-header .page-en {
    font-size: 11.2px;
    margin-bottom: 14px;
  }
}
.page .page-header .page-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 26px;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 3.84px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .page .page-header .page-title {
    font-size: 38.4px;
    margin-bottom: 18px;
  }
}
.page .page-header .page-title .char {
  display: inline-block;
  opacity: 0;
}
.page .page-header .page-title.is-animated .char {
  animation: fuwan 0.8s ease forwards;
}
.page .page-header .page-ex {
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .page .page-header .page-ex {
    font-size: 18px;
  }
}
.page .page-header {
  /* 旧構造との互換 */
}
.page .page-header .inner {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
}
@keyframes fuwan {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(-8px);
  }
  70% {
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* top
-------------------------------------- */
.page-top .sec-slideshow {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-slideshow {
    margin-bottom: 80px;
  }
}
.page-top .sec-slideshow .area-slideshow {
  margin-bottom: 20px;
  text-align: center;
}
.page-top .sec-slideshow .area-slideshow img {
  width: 100%;
  height: auto;
}
.page-top .sec-news .area-news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news {
    margin-bottom: 60px;
  }
}
.page-top .sec-news .area-news .news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 14px 8px;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px;
  transition: background-color 0.3s ease, padding-left 0.3s ease;
}
.page-top .sec-news .area-news .news:hover {
  background-color: #f8f8f6;
  padding-left: 16px;
}
.page-top .sec-news .area-news .news .date {
  font-size: 14px;
  color: #888;
  margin-right: 12px;
  white-space: nowrap;
}
.page-top .sec-news .area-news .news .cat {
  margin-right: 12px;
}
.page-top .sec-news .area-news .news .cat .label {
  font-size: 11px;
  background-color: #111;
  padding: 2px 10px 5px;
  border-radius: 2px;
  color: #fff;
}
.page-top .sec-news .area-news .news .cat .label.news {
  background-color: #111;
}
.page-top .sec-news .area-news .news .cat .label.important {
  background-color: #d00018;
}
.page-top .sec-news .area-news .news .ttl {
  width: 100%;
  margin-top: 6px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
}
.page-top .sec-news .area-news .news .ttl a {
  color: #333;
  transition: color 0.3s ease;
}
.page-top .sec-news .area-news .news:hover .ttl a {
  color: #587458;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news .news {
    flex-wrap: nowrap;
    padding: 16px 12px;
  }
  .page-top .sec-news .area-news .news:hover {
    padding-left: 20px;
  }
  .page-top .sec-news .area-news .news .date {
    font-size: 15px;
    margin-right: 20px;
  }
  .page-top .sec-news .area-news .news .cat {
    margin-right: 20px;
  }
  .page-top .sec-news .area-news .news .cat .label {
    font-size: 12px;
    padding: 2px 14px 5px;
  }
  .page-top .sec-news .area-news .news .ttl {
    width: auto;
    margin-top: 0;
    font-size: 16px;
  }
}
.page-top .sec-blog .area-blog {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-blog .area-blog {
    margin-bottom: 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}
.page-top .sec-blog .area-blog .blog {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.page-top .sec-blog .area-blog .blog:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.page-top .sec-blog .area-blog .blog .icatch {
  overflow: hidden;
}
.page-top .sec-blog .area-blog .blog .icatch img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.page-top .sec-blog .area-blog .blog .icatch:hover img {
  transform: scale(1.04);
}
.page-top .sec-blog .area-blog .blog .detail {
  padding: 16px 18px 20px;
}
.page-top .sec-blog .area-blog .blog .detail .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.page-top .sec-blog .area-blog .blog .detail .meta .cat .label {
  font-size: 11px;
  background-color: #20b655;
  padding: 2px 10px 5px;
  border-radius: 2px;
  color: #fff;
  white-space: nowrap;
}
.page-top .sec-blog .area-blog .blog .detail .meta .cat .label.news {
  background-color: #111;
}
.page-top .sec-blog .area-blog .blog .detail .meta .cat .label.important {
  background-color: #d00018;
}
.page-top .sec-blog .area-blog .blog .detail .meta .date {
  font-size: 13px;
  color: #888;
  white-space: nowrap;
}
.page-top .sec-blog .area-blog .blog .detail .ttl {
  line-height: 1.7;
  font-size: 15px;
  font-weight: normal;
}
.page-top .sec-blog .area-blog .blog .detail .ttl a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .page-top .sec-blog .area-blog .blog .detail {
    padding: 18px 20px 24px;
  }
  .page-top .sec-blog .area-blog .blog .detail .meta .cat .label {
    font-size: 12px;
    padding: 2px 14px 5px;
  }
  .page-top .sec-blog .area-blog .blog .detail .meta .date {
    font-size: 14px;
  }
  .page-top .sec-blog .area-blog .blog .detail .ttl {
    font-size: 16px;
  }
}
.page-top .sec-shop .area-shop-photo {
  margin-bottom: 40px;
  text-align: center;
}
.page-top .sec-shop .area-shop-photo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .area-shop-photo {
    margin-bottom: 60px;
  }
}
.page-top .sec-shop .area-shop-info {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .area-shop-info {
    margin-bottom: 60px;
  }
}
.page-top .sec-shop .area-shop-info .info-map {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .area-shop-info .info-map {
    width: 100%;
  }
}
.page-top .sec-shop .area-shop-info .info-map .googlemap {
  width: 100%;
  background-color: #eee;
  min-height: 200px;
}
.page-top .sec-shop .area-shop-info .info-map .googlemap iframe {
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .area-shop-info .info-map .googlemap iframe {
    height: 400px;
  }
}
.page-top .sec-shop .area-shop-info .info-detail {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .area-shop-info .info-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
.page-top .sec-shop .area-shop-info .info-detail h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .area-shop-info .info-detail h3 {
    font-size: 24px;
  }
}
.page-top .sec-shop .area-shop-info .info-detail .detail {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .area-shop-info .info-detail .detail {
    width: 500px;
  }
}
.page-top .sec-shop .area-shop-info .info-detail .detail table {
  width: 100%;
}
.page-top .sec-shop .area-shop-info .info-detail .detail table th {
  width: 80px;
  padding: 12px 0;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .area-shop-info .info-detail .detail table th {
    width: 100px;
    font-size: 16px;
    padding: 14px 0;
  }
}
.page-top .sec-shop .area-shop-info .info-detail .detail table td {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .area-shop-info .info-detail .detail table td {
    font-size: 16px;
    padding: 14px 0;
  }
}
.page-top .sec-shop .area-shop-info .info-detail .detail table td a {
  color: #444;
}
.page-top .sec-shop .area-shop-info .info-detail .detail .photo-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}
.page-top .sec-shop .area-shop-info .info-detail .detail .photo-gallery .gallery-item {
  width: calc(50% - 3px);
}
.page-top .sec-shop .area-shop-info .info-detail .detail .photo-gallery .gallery-item a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.page-top .sec-shop .area-shop-info .info-detail .detail .photo-gallery .gallery-item a img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.page-top .sec-shop .area-shop-info .info-detail .detail .photo-gallery .gallery-item a:hover img {
  transform: scale(1.05);
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .area-shop-info .info-detail .detail .photo-gallery {
    gap: 8px;
  }
  .page-top .sec-shop .area-shop-info .info-detail .detail .photo-gallery .gallery-item {
    width: calc(25% - 6px);
  }
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .area-shop-info .info-detail .access {
    width: 600px;
    padding-left: 50px;
    border-left: 1px solid #eee;
  }
}
.page-top .sec-shop .area-shop-info .info-detail .access .access-title {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .area-shop-info .info-detail .access .access-title {
    font-size: 20px;
  }
}
.page-top .sec-shop .area-shop-info .info-detail .access .access-text {
  margin-bottom: 20px;
}
.page-top .sec-shop .area-shop-info .info-detail .access .access-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}
.page-top .sec-shop .area-shop-info .info-detail .access .access-photos .photo {
  width: calc(33.33% - 6px);
  overflow: hidden;
  border-radius: 4px;
}
.page-top .sec-shop .area-shop-info .info-detail .access .access-photos .photo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .area-shop-info .info-detail .access .access-photos {
    gap: 20px;
    margin-bottom: 40px;
  }
  .page-top .sec-shop .area-shop-info .info-detail .access .access-photos .photo {
    width: calc(33.33% - 14px);
  }
}
.page-top .sec-shop .info-delivery {
  box-sizing: border-box;
  background-color: #fcf8ec;
  border-radius: 14px;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 24px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .info-delivery {
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-top .sec-shop .info-delivery .photo {
  text-align: center;
}
.page-top .sec-shop .info-delivery .photo img {
  max-width: 300px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .info-delivery .photo {
    width: 200px;
  }
}
.page-top .sec-shop .info-delivery .text {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .info-delivery .text {
    width: 860px;
    margin-bottom: 0;
  }
}
.page-top .sec-shop .info-delivery .text h3 {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-top .sec-shop .info-delivery .text h3 {
    font-size: 20px;
  }
}

.sec-service .area-service .service {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .sec-service .area-service .service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
  .sec-service .area-service .service:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.sec-service .area-service .service .photo {
  margin-bottom: 20px;
}
.sec-service .area-service .service .photo img {
  width: 100%;
  height: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 24px;
}
@media screen and (min-width: 768px) {
  .sec-service .area-service .service .photo {
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-service .area-service .service .detail {
    width: 48%;
  }
}
.sec-service .area-service .service .detail h3 {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .sec-service .area-service .service .detail h3 {
    font-size: 24px;
  }
}
.sec-service .area-service .service .detail p {
  margin-bottom: 14px;
  line-height: 1.8;
}
.sec-service .area-service .service .detail p a {
  color: #444;
  text-decoration: underline;
}

.page-news .page-header {
  background-image: url(images/contents/news/page-header-bg.jpg);
}
.page-news .sec-news {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news {
    padding: 60px 37px 80px;
  }
}
.page-news .sec-news .area-news {
  margin-bottom: 30px;
}
.page-news .sec-news .area-news .news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 14px 8px;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px;
  transition: background-color 0.3s ease, padding-left 0.3s ease;
}
.page-news .sec-news .area-news .news:hover {
  background-color: #f8f8f6;
  padding-left: 16px;
}
.page-news .sec-news .area-news .news .date {
  font-size: 14px;
  color: #888;
  margin-right: 12px;
  white-space: nowrap;
}
.page-news .sec-news .area-news .news .cat {
  margin-right: 12px;
}
.page-news .sec-news .area-news .news .cat .label {
  font-size: 11px;
  background-color: #111;
  padding: 2px 10px 5px;
  border-radius: 2px;
  color: #fff;
}
.page-news .sec-news .area-news .news .cat .label.news {
  background-color: #111;
}
.page-news .sec-news .area-news .news .cat .label.important {
  background-color: #d00018;
}
.page-news .sec-news .area-news .news .ttl {
  width: 100%;
  margin-top: 6px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
}
.page-news .sec-news .area-news .news .ttl a {
  color: #333;
  transition: color 0.3s ease;
}
.page-news .sec-news .area-news .news:hover .ttl a {
  color: #587458;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news .news {
    flex-wrap: nowrap;
    padding: 16px 12px;
  }
  .page-news .sec-news .area-news .news:hover {
    padding-left: 20px;
  }
  .page-news .sec-news .area-news .news .date {
    font-size: 15px;
    margin-right: 20px;
  }
  .page-news .sec-news .area-news .news .cat {
    margin-right: 20px;
  }
  .page-news .sec-news .area-news .news .cat .label {
    font-size: 12px;
    padding: 2px 14px 5px;
  }
  .page-news .sec-news .area-news .news .ttl {
    width: auto;
    margin-top: 0;
    font-size: 16px;
  }
}

/* single（news / blog 共通） */
.page-news .single-article,
.page-blog .single-article {
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .page-news .single-article,
  .page-blog .single-article {
    width: 800px;
    margin: 60px auto;
  }
}
.page-news .single-article .article,
.page-blog .single-article .article {
  margin-bottom: 40px;
}
.page-news .single-article .article .article-header,
.page-blog .single-article .article .article-header {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e0c8;
}
.page-news .single-article .article .article-header .date,
.page-blog .single-article .article .article-header .date {
  font-size: 13px;
  color: #999;
  margin-bottom: 12px;
}
.page-news .single-article .article .article-header .title,
.page-blog .single-article .article .article-header .title {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  color: #3d3226;
}
@media screen and (min-width: 768px) {
  .page-news .single-article .article .article-header .title,
  .page-blog .single-article .article .article-header .title {
    font-size: 28px;
  }
}
.page-news .single-article .article .article-content,
.page-blog .single-article .article .article-content {
  font-size: 15px;
  line-height: 2;
  color: #333;
}
.page-news .single-article .article .article-content h2,
.page-blog .single-article .article .article-content h2 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  color: #3d3226;
  margin: 48px 0 20px;
  padding: 12px 16px;
  background-color: #faf8f5;
  border-left: 4px solid #c4b5a0;
}
@media screen and (min-width: 768px) {
  .page-news .single-article .article .article-content h2,
  .page-blog .single-article .article .article-content h2 {
    font-size: 22px;
  }
}
.page-news .single-article .article .article-content h3,
.page-blog .single-article .article .article-content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  color: #3d3226;
  margin: 40px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8e0c8;
}
@media screen and (min-width: 768px) {
  .page-news .single-article .article .article-content h3,
  .page-blog .single-article .article .article-content h3 {
    font-size: 20px;
  }
}
.page-news .single-article .article .article-content h4,
.page-blog .single-article .article .article-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #4a3f35;
  margin: 32px 0 12px;
  padding-left: 12px;
  border-left: 3px solid #c4b5a0;
}
@media screen and (min-width: 768px) {
  .page-news .single-article .article .article-content h4,
  .page-blog .single-article .article .article-content h4 {
    font-size: 17px;
  }
}
.page-news .single-article .article .article-content p,
.page-blog .single-article .article .article-content p {
  margin: 20px 0;
  line-height: 2;
}
.page-news .single-article .article .article-content ul, .page-news .single-article .article .article-content ol,
.page-blog .single-article .article .article-content ul,
.page-blog .single-article .article .article-content ol {
  margin: 20px 0;
  padding-left: 1.5em;
}
.page-news .single-article .article .article-content ul li, .page-news .single-article .article .article-content ol li,
.page-blog .single-article .article .article-content ul li,
.page-blog .single-article .article .article-content ol li {
  margin-bottom: 8px;
  line-height: 1.8;
}
.page-news .single-article .article .article-content blockquote,
.page-blog .single-article .article .article-content blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  background-color: #faf8f5;
  border-left: 4px solid #c4b5a0;
  color: #666;
  font-style: italic;
}
.page-news .single-article .article .article-content img,
.page-blog .single-article .article .article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.page-news .single-article .article .article-content a,
.page-blog .single-article .article .article-content a {
  color: #8b7355;
  text-decoration: underline;
}
.page-news .single-article .article .article-content a:hover,
.page-blog .single-article .article .article-content a:hover {
  opacity: 0.7;
}
.page-news .post-link,
.page-blog .post-link {
  text-align: center;
  margin-top: 40px;
}
.page-news .sidebar,
.page-blog .sidebar {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-news .sidebar,
  .page-blog .sidebar {
    width: 800px;
    margin: 0 auto;
  }
}
.page-news .sidebar .area-side,
.page-blog .sidebar .area-side {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-news .sidebar .area-side .title,
.page-blog .sidebar .area-side .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-news .sidebar .area-side ul li,
.page-blog .sidebar .area-side ul li {
  margin-bottom: 4px;
}
.page-news .sidebar .area-side ul li::before,
.page-blog .sidebar .area-side ul li::before {
  content: "- ";
}

.page-blog .page-header {
  background-image: url(images/contents/blog/page-header-bg.jpg);
}
.page-blog .sec-blog {
  padding: 40px 0 60px;
}
@media screen and (min-width: 768px) {
  .page-blog .sec-blog {
    padding: 60px 0 80px;
  }
}
.page-blog .sec-blog .area-blog {
  margin: 30px auto 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .page-blog .sec-blog .area-blog {
    margin: 40px auto 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}
.page-blog .sec-blog .area-blog .blog {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.page-blog .sec-blog .area-blog .blog:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.page-blog .sec-blog .area-blog .blog .icatch {
  overflow: hidden;
}
.page-blog .sec-blog .area-blog .blog .icatch img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.page-blog .sec-blog .area-blog .blog .icatch:hover img {
  transform: scale(1.04);
}
.page-blog .sec-blog .area-blog .blog .detail {
  padding: 12px 14px 16px;
}
.page-blog .sec-blog .area-blog .blog .detail .meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.page-blog .sec-blog .area-blog .blog .detail .meta .cat .label {
  font-size: 10px;
  background-color: #20b655;
  padding: 2px 8px 4px;
  border-radius: 2px;
  color: #fff;
  white-space: nowrap;
}
.page-blog .sec-blog .area-blog .blog .detail .meta .date {
  font-size: 12px;
  color: #888;
  white-space: nowrap;
}
.page-blog .sec-blog .area-blog .blog .detail .ttl {
  line-height: 1.7;
  font-size: 14px;
  font-weight: normal;
}
.page-blog .sec-blog .area-blog .blog .detail .ttl a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .page-blog .sec-blog .area-blog .blog .detail {
    padding: 18px 20px 24px;
  }
  .page-blog .sec-blog .area-blog .blog .detail .meta {
    gap: 10px;
    margin-bottom: 10px;
  }
  .page-blog .sec-blog .area-blog .blog .detail .meta .cat .label {
    font-size: 12px;
    padding: 2px 14px 5px;
  }
  .page-blog .sec-blog .area-blog .blog .detail .meta .date {
    font-size: 14px;
  }
  .page-blog .sec-blog .area-blog .blog .detail .ttl {
    font-size: 16px;
  }
}

.page-gallery .sec-beforeafter .area-beforeafter .ba {
  margin-bottom: 20px;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .title {
  margin-bottom: 10px;
  font-size: 18px;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .photo img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .photo .before {
  position: relative;
  width: 48%;
  border-radius: 14px;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .photo .before span {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 12px;
  background-color: #111;
  border-radius: 14px;
  text-align: center;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .photo .after {
  position: relative;
  width: 49%;
  border-radius: 14px;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .photo .after span {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 12px;
  background-color: red;
  border-radius: 14px;
  text-align: center;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .detail .more {
  text-align: right;
}
.page-gallery .sec-beforeafter .area-beforeafter .ba .detail .more a {
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-gallery .sec-beforeafter .area-beforeafter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-gallery .sec-beforeafter .area-beforeafter .title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .page-gallery .sec-beforeafter .area-beforeafter .ba {
    width: 31%;
    margin-bottom: 40px;
  }
}

.page-company .sec-message .area-message .message {
  position: relative;
  margin-bottom: 40px;
}
.page-company .sec-message .area-message .message .text {
  position: relative;
  z-index: 2;
}
.page-company .sec-message .area-message .message .text .cc {
  font-weight: bold;
  font-size: 20px;
}
.page-company .sec-message .area-message .message .text p {
  margin-bottom: 14px;
}
.page-company .sec-message .area-message .message .icon {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 40px;
}
.page-company .sec-company .area-detail {
  width: 90%;
  margin: 0 auto 40px;
}
.page-company .sec-company .area-detail .data table {
  margin-bottom: 40px;
}
.page-company .sec-company .area-detail .data table th {
  width: 100px;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
  font-weight: normal;
}
.page-company .sec-company .area-detail .data table td {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.page-company .sec-company .area-detail .data table td a {
  color: #666;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-detail .data table {
    margin: 0 auto;
    font-size: 16px;
  }
  .page-company .sec-company .area-detail .data table th {
    width: 200px;
    padding: 20px 0;
  }
  .page-company .sec-company .area-detail .data table td {
    padding: 20px 0;
  }
}
.page-company .sec-company .area-detail .photo div {
  margin-bottom: 20px;
  text-align: center;
}
.page-company .sec-company .area-detail .photo div img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-detail {
    width: 100%;
    margin: 0 auto 60px;
  }
  .page-company .sec-company .area-detail .data table th {
    width: 200px;
    padding: 20px 40px;
  }
  .page-company .sec-company .area-detail .data table td {
    padding: 20px 40px;
  }
}
.page-company .sec-company .area-map .googlemap {
  width: 90%;
  margin: 0 auto 40px;
}
.page-company .sec-company .area-map .googlemap iframe {
  width: 100%;
  height: 240px;
}
.page-company .sec-company .area-map .photo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-map .googlemap {
    width: 100%;
    margin: 0 auto 60px;
  }
  .page-company .sec-company .area-map .googlemap iframe {
    height: 400px;
  }
}
.page-company .sec-company .area-zeh {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #E6E6E6;
  padding-top: 30px;
}
.page-company .sec-company .area-zeh .detail {
  margin-bottom: 20px;
}
.page-company .sec-company .area-zeh .detail h3 {
  margin-bottom: 20px;
  font-size: 16px;
}
.page-company .sec-company .area-zeh .detail h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.page-company .sec-company .area-zeh .detail p {
  font-size: 14px;
}
.page-company .sec-company .area-zeh .icon {
  text-align: center;
}
.page-company .sec-company .area-zeh .icon img {
  max-width: 80%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-zeh {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 940px;
    align-items: center;
  }
  .page-company .sec-company .area-zeh .detail {
    width: 540px;
  }
  .page-company .sec-company .area-zeh .detail h3 {
    font-size: 24px;
  }
  .page-company .sec-company .area-zeh .detail p {
    font-size: 16px;
  }
  .page-company .sec-company .area-zeh .icon {
    width: 400px;
  }
  .page-company .sec-company .area-zeh .icon img {
    max-width: 60%;
  }
}

.page-jewelry-remake {
  /* メインビジュアル */
}
.page-jewelry-remake .sec-mainvisual {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.page-jewelry-remake .sec-mainvisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-jewelry-remake .sec-mainvisual .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(26, 26, 46, 0.3), rgba(0, 0, 0, 0));
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-mainvisual {
    height: 557px;
  }
}
.page-jewelry-remake {
  /* Flow */
}
.page-jewelry-remake .sec-flow {
  background-color: #faf8f5;
  padding: 50px 0 60px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-flow {
    padding: 96px 0 100px;
  }
}
.page-jewelry-remake .sec-flow .sec-flow-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-flow .sec-flow-inner {
    width: 760px;
  }
}
.page-jewelry-remake .sec-flow .area-flow {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-flow .area-flow {
    margin-top: 56px;
  }
}
.page-jewelry-remake .sec-flow .area-flow .flow-line {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-flow .area-flow .flow-line {
    display: block;
    position: absolute;
    z-index: 0;
    left: 28px;
    top: 56px;
    bottom: 56px;
    width: 1px;
    background-color: #d4c8b8;
  }
}
.page-jewelry-remake .sec-flow .area-flow .step {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.page-jewelry-remake .sec-flow .area-flow .step:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-flow .area-flow .step {
    gap: 32px;
    margin-bottom: 40px;
  }
}
.page-jewelry-remake .sec-flow .area-flow .step .step-number {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background-color: #8b7355;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-flow .area-flow .step .step-number {
    width: 56px;
    height: 56px;
    font-size: 12.8px;
  }
}
.page-jewelry-remake .sec-flow .area-flow .step .step-card {
  flex: 1;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-flow .area-flow .step .step-card {
    padding: 28px;
  }
}
.page-jewelry-remake .sec-flow .area-flow .step .step-card .step-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3226;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-flow .area-flow .step .step-card .step-title {
    font-size: 16px;
  }
}
.page-jewelry-remake .sec-flow .area-flow .step .step-card .step-title .step-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-flow .area-flow .step .step-card .step-title .step-icon {
    width: 32px;
    height: 32px;
  }
}
.page-jewelry-remake .sec-flow .area-flow .step .step-card p {
  font-size: 13px;
  color: #4a3f35;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-flow .area-flow .step .step-card p {
    font-size: 13.6px;
  }
}
.page-jewelry-remake {
  /* About */
}
.page-jewelry-remake .sec-about {
  background-color: #fff;
  padding: 50px 0 60px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-about {
    padding: 96px 0 100px;
  }
}
.page-jewelry-remake .sec-about .sec-about-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-about .sec-about-inner {
    width: 720px;
  }
}
.page-jewelry-remake .sec-about .about-main-card {
  margin-top: 40px;
  background-color: #faf8f5;
  border-radius: 16px;
  padding: 30px 14px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-about .about-main-card {
    margin-top: 48px;
    padding: 48px;
  }
}
.page-jewelry-remake .sec-about .about-main-card .about-block .about-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-about .about-main-card .about-block .about-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
  }
}
.page-jewelry-remake .sec-about .about-main-card .about-block p {
  font-size: 14px;
  color: #4a3f35;
  line-height: 2.2;
  margin-bottom: 24px;
}
.page-jewelry-remake .sec-about .about-main-card .about-block p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-about .about-main-card .about-block p {
    font-size: 18px;
  }
}
.page-jewelry-remake .sec-about .about-main-card .about-divider {
  width: 64px;
  height: 1px;
  background-color: #d4c8b8;
  margin: 24px auto;
}
.page-jewelry-remake .sec-about .about-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-about .about-cards {
    flex-direction: row;
    gap: 40px;
  }
}
.page-jewelry-remake .sec-about .about-cards .about-card {
  flex: 1;
  background-color: #faf8f5;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-about .about-cards .about-card {
    padding: 32px;
  }
}
.page-jewelry-remake .sec-about .about-cards .about-card h3 {
  margin-bottom: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 14.4px;
  font-weight: 500;
  color: #3d3226;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-about .about-cards .about-card h3 {
    font-size: 15.2px;
  }
}
.page-jewelry-remake .sec-about .about-cards .about-card p {
  font-size: 13px;
  color: #4a3f35;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-about .about-cards .about-card p {
    font-size: 13.6px;
  }
}
.page-jewelry-remake .sec-about .about-cta {
  margin-top: 32px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3226;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-about .about-cta {
    font-size: 16px;
  }
}
.page-jewelry-remake {
  /* Examples */
}
.page-jewelry-remake .sec-examples {
  background-color: #faf8f5;
  padding: 50px 0 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-examples {
    padding: 96px 0 100px;
  }
}
.page-jewelry-remake .sec-examples .sec-examples-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-examples .sec-examples-inner {
    width: 960px;
  }
}
.page-jewelry-remake .sec-examples .sec-sub-text {
  text-align: center;
  font-size: 13px;
  color: #7a6a58;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-examples .sec-sub-text {
    font-size: 13.6px;
    margin-bottom: 50px;
  }
}
.page-jewelry-remake .sec-examples .area-examples .examples-slider {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-remake .sec-examples .area-examples .examples-slider {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}
.page-jewelry-remake .sec-examples .area-examples .example {
  overflow: hidden;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.page-jewelry-remake .sec-examples .area-examples .example img {
  width: 100%;
  height: auto;
  display: block;
}

.page-jewelry-reform {
  /* Page Header - 背景写真 */
}
.page-jewelry-reform .page-header {
  background-image: url(images/contents/jewelry-reform/page-header-bg.jpg);
}
.page-jewelry-reform {
  /* メインビジュアル */
}
.page-jewelry-reform .sec-mainvisual {
  position: relative;
  width: 100%;
}
.page-jewelry-reform .sec-mainvisual img {
  width: 100%;
  height: auto;
}
.page-jewelry-reform {
  /* Flow */
}
.page-jewelry-reform .sec-flow {
  background-color: #faf8f5;
  padding: 50px 0 60px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-flow {
    padding: 96px 0 100px;
  }
}
.page-jewelry-reform .sec-flow .sec-flow-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-flow .sec-flow-inner {
    width: 1000px;
  }
}
.page-jewelry-reform .sec-flow .area-flow {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-flow .area-flow {
    margin-top: 56px;
  }
}
.page-jewelry-reform .sec-flow .area-flow .flow-line {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-flow .area-flow .flow-line {
    display: block;
    position: absolute;
    z-index: 0;
    left: 28px;
    top: 56px;
    bottom: 56px;
    width: 1px;
    background-color: #d4c8b8;
  }
}
.page-jewelry-reform .sec-flow .area-flow .step {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.page-jewelry-reform .sec-flow .area-flow .step:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-flow .area-flow .step {
    gap: 32px;
    margin-bottom: 40px;
  }
}
.page-jewelry-reform .sec-flow .area-flow .step .step-number {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background-color: #8b7355;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-flow .area-flow .step .step-number {
    width: 56px;
    height: 56px;
    font-size: 12.8px;
  }
}
.page-jewelry-reform .sec-flow .area-flow .step .step-card {
  flex: 1;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-flow .area-flow .step .step-card {
    padding: 28px;
  }
}
.page-jewelry-reform .sec-flow .area-flow .step .step-card .step-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3226;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-flow .area-flow .step .step-card .step-title {
    font-size: 18px;
  }
}
.page-jewelry-reform .sec-flow .area-flow .step .step-card .step-title .step-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-flow .area-flow .step .step-card .step-title .step-icon {
    width: 32px;
    height: 32px;
  }
}
.page-jewelry-reform .sec-flow .area-flow .step .step-card p {
  font-size: 13px;
  color: #4a3f35;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-flow .area-flow .step .step-card p {
    font-size: 16px;
  }
}
.page-jewelry-reform {
  /* About */
}
.page-jewelry-reform .sec-about {
  background-color: #fff;
  padding: 50px 0 60px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-about {
    padding: 96px 0 100px;
  }
}
.page-jewelry-reform .sec-about .sec-about-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-about .sec-about-inner {
    width: 1000px;
  }
}
.page-jewelry-reform .sec-about .about-top-divider {
  margin: 16px auto 0;
}
.page-jewelry-reform .sec-about .about-photo {
  max-width: 720px;
  margin: 30px auto 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-about .about-photo {
    margin: 40px auto 0;
  }
}
.page-jewelry-reform .sec-about .about-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.page-jewelry-reform .sec-about .about-content {
  max-width: 700px;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-about .about-content {
    margin: 48px auto 0;
  }
}
.page-jewelry-reform .sec-about .about-content > p {
  font-size: 13px;
  color: #4a3f35;
  line-height: 2.4;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-about .about-content > p {
    font-size: 20px;
    line-height: 2.4;
  }
}
.page-jewelry-reform .sec-about .about-content .about-section-divider {
  width: 32px;
  height: 1px;
  background-color: #c4b5a0;
  margin: 40px auto;
}
.page-jewelry-reform .sec-about .about-content .about-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3226;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-about .about-content .about-sub-heading {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.page-jewelry-reform .sec-about .about-content .about-cta {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3226;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-about .about-content .about-cta {
    font-size: 16px;
    margin-top: 48px;
  }
}
.page-jewelry-reform {
  /* Examples */
}
.page-jewelry-reform .sec-examples {
  background-color: #faf8f5;
  padding: 50px 0 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-examples {
    padding: 96px 0 100px;
  }
}
.page-jewelry-reform .sec-examples .sec-examples-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-examples .sec-examples-inner {
    width: 1200px;
  }
}
.page-jewelry-reform .sec-examples .sec-sub-text {
  text-align: center;
  font-size: 13px;
  color: #7a6a58;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-examples .sec-sub-text {
    font-size: 13.6px;
    margin-bottom: 50px;
  }
}
.page-jewelry-reform .sec-examples .area-examples .examples-slider {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-reform .sec-examples .area-examples .examples-slider {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}
.page-jewelry-reform .sec-examples .area-examples .example {
  overflow: hidden;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.page-jewelry-reform .sec-examples .area-examples .example img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.page-jewelry-reform .sec-examples .area-examples .example:hover img {
  transform: scale(1.05);
}

/* ========================================
   Jewelry Repair - ジュエリー修理
   ======================================== */
.page-jewelry-repair {
  /* Page Header - 背景写真 */
}
.page-jewelry-repair .page-header {
  background-image: url(images/contents/jewelry-repair/page-header-bg.jpg);
}
.page-jewelry-repair {
  /* Services */
}
.page-jewelry-repair .sec-services {
  padding: 50px 0 60px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-services {
    padding: 96px 0 100px;
  }
}
.page-jewelry-repair .sec-services .sec-services-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-services .sec-services-inner {
    width: 1200px;
  }
}
.page-jewelry-repair .sec-services .sec-sub {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 12px;
  color: #7a6a58;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-services .sec-sub {
    font-size: 13.6px;
  }
}
.page-jewelry-repair .sec-services .service-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-services .service-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 60px;
  }
}
.page-jewelry-repair .sec-services .service-card {
  background: #faf8f5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.page-jewelry-repair .sec-services .service-card-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-services .service-card-img {
    height: 192px;
  }
}
.page-jewelry-repair .sec-services .service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-jewelry-repair .sec-services .service-card-body {
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-services .service-card-body {
    padding: 28px 32px 32px;
  }
}
.page-jewelry-repair .sec-services .service-card-label {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 10px;
  color: #8b7355;
  letter-spacing: 2.08px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-services .service-card-label {
    font-size: 10.4px;
  }
}
.page-jewelry-repair .sec-services .service-card-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  color: #3d3226;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-services .service-card-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.page-jewelry-repair .sec-services .service-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-jewelry-repair .sec-services .service-card-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  color: #4a3f35;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-services .service-card-list li {
    font-size: 18px;
    gap: 12px;
  }
}
.page-jewelry-repair .sec-services .service-card-list .list-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.page-jewelry-repair {
  /* CTA */
}
.page-jewelry-repair .sec-cta {
  padding: 50px 0 60px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-cta {
    padding: 0 0 96px;
  }
}
.page-jewelry-repair .sec-cta .sec-cta-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-cta .sec-cta-inner {
    width: 1200px;
  }
}
.page-jewelry-repair .sec-cta .cta-message {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  color: #3d3226;
  text-align: center;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-cta .cta-message {
    font-size: 19.2px;
  }
}
.page-jewelry-repair .sec-cta .contact-btn-wrap {
  text-align: center;
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-cta .contact-btn-wrap {
    margin-top: 36px;
  }
}
.page-jewelry-repair .sec-cta .contact-btn {
  display: inline-block;
  background: #3d3226;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 14px 36px;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-cta .contact-btn {
    font-size: 15.2px;
    padding: 16px 44px;
  }
}
.page-jewelry-repair .sec-cta .contact-btn:hover {
  opacity: 0.8;
  color: #fff;
}
.page-jewelry-repair .sec-cta .notice-box {
  background: #fdf5f5;
  border-radius: 16px;
  padding: 30px 24px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-cta .notice-box {
    width: 800px;
    margin: 48px auto 0;
    padding: 40px;
  }
}
.page-jewelry-repair .sec-cta .notice-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  color: #c27171;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-cta .notice-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.page-jewelry-repair .sec-cta .notice-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-cta .notice-list {
    gap: 20px;
  }
}
.page-jewelry-repair .sec-cta .notice-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-cta .notice-item {
    gap: 12px;
  }
}
.page-jewelry-repair .sec-cta .notice-item .notice-mark {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  color: #c9908f;
  flex-shrink: 0;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-cta .notice-item .notice-mark {
    font-size: 16px;
  }
}
.page-jewelry-repair .sec-cta .notice-item p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  color: #b07070;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-jewelry-repair .sec-cta .notice-item p {
    font-size: 16px;
  }
}

/* ========================================
   Fortune Telling - ステラの部屋
   ======================================== */
.page-fortune-telling {
  /* Page Header - 宇宙背景 */
}
.page-fortune-telling .page-header {
  background-image: url(images/contents/fortune-telling/page-header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-fortune-telling .page-header .page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-fortune-telling .page-header .page-header-bg .star {
  opacity: 0;
}
.page-fortune-telling .page-header .page-header-bg .star-a {
  animation: twinkle 4s ease-in-out infinite;
}
.page-fortune-telling .page-header .page-header-bg .star-b {
  animation: twinkle 5s ease-in-out 1s infinite;
}
.page-fortune-telling .page-header .page-header-bg .star-c {
  animation: twinkle 3.5s ease-in-out 2s infinite;
}
.page-fortune-telling .page-header .page-header-bg .star-d {
  animation: twinkle 4.5s ease-in-out 0.5s infinite;
}
.page-fortune-telling .page-header .page-header-bg .star-glow-a {
  animation: twinkle-glow 6s ease-in-out infinite;
}
.page-fortune-telling .page-header .page-header-bg .star-glow-b {
  animation: twinkle-glow 7s ease-in-out 2s infinite;
}
.page-fortune-telling .page-header::before {
  background: linear-gradient(to top, rgba(13, 3, 24, 0.5), rgba(13, 3, 24, 0.1));
}
@keyframes twinkle {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.8;
  }
}
@keyframes twinkle-glow {
  0%, 100% {
    opacity: 0.05;
  }
  50% {
    opacity: 0.25;
  }
}
.page-fortune-telling {
  /* About */
}
.page-fortune-telling .sec-about {
  padding: 50px 0 60px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about {
    padding: 96px 0 100px;
  }
}
.page-fortune-telling .sec-about .about-illust {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
}
.page-fortune-telling .sec-about .about-illust-moon {
  width: 40px;
  top: 70px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .about-illust-moon {
    width: 100px;
    top: 85px;
    left: calc(50% - 265px);
  }
}
.page-fortune-telling .sec-about .about-illust-star {
  width: 70px;
  top: 230px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .about-illust-star {
    width: 250px;
    top: 260px;
    left: calc(50% - 410px);
  }
}
.page-fortune-telling .sec-about .about-illust-angel {
  width: 70px;
  top: 130px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .about-illust-angel {
    width: 220px;
    top: 200px;
    right: calc(50% - 350px);
  }
}
.page-fortune-telling .sec-about .about-illust-card {
  width: 60px;
  top: 330px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .about-illust-card {
    width: 200px;
    top: 500px;
    right: calc(50% - 365px);
  }
}
.page-fortune-telling .sec-about .about-illust-oil {
  width: 60px;
  top: 600px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .about-illust-oil {
    width: 140px;
    top: 1000px;
    left: calc(50% - 360px);
  }
}
.page-fortune-telling .sec-about .about-illust-tree {
  width: 75px;
  top: 800px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .about-illust-tree {
    width: 160px;
    top: 970px;
    right: calc(50% - 334px);
  }
}
.page-fortune-telling .sec-about .about-illust-bird {
  width: 50px;
  bottom: 160px;
  left: 5px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .about-illust-bird {
    width: 110px;
    bottom: 280px;
    left: calc(50% - 300px);
  }
}
.page-fortune-telling .sec-about .about-illust-leaf {
  width: 40px;
  bottom: 120px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .about-illust-leaf {
    width: 100px;
    bottom: 240px;
    right: calc(50% - 340px);
  }
}
.page-fortune-telling .sec-about .about-illust-time {
  width: 50px;
  bottom: 30px;
  right: 40px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .about-illust-time {
    width: 130px;
    bottom: 100px;
    right: calc(50% - 245px);
  }
}
.page-fortune-telling .sec-about .sec-about-inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .sec-about-inner {
    width: 1000px;
  }
}
.page-fortune-telling .sec-about .about-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page-fortune-telling .sec-about .about-content > p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  color: #4a3f35;
  line-height: 2.4;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .about-content > p {
    font-size: 18px;
    line-height: 2.4;
    margin-bottom: 32px;
  }
}
.page-fortune-telling .sec-about .about-section-divider {
  width: 32px;
  height: 1px;
  background: #c4b5a0;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .about-section-divider {
    margin: 40px auto;
  }
}
.page-fortune-telling .sec-about .about-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  color: #3d3226;
  text-align: center;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .about-sub-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.page-fortune-telling .sec-about .about-sub-heading .sub-heading-icon {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-about .about-sub-heading .sub-heading-icon {
    width: 18px;
    height: 18px;
  }
}
.page-fortune-telling {
  /* Fortune Telling */
}
.page-fortune-telling .sec-fortune {
  padding: 50px 0 60px;
  background: #faf8f5;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune {
    padding: 96px 0 100px;
  }
}
.page-fortune-telling .sec-fortune .sec-fortune-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .sec-fortune-inner {
    width: 800px;
  }
}
.page-fortune-telling .sec-fortune .fortune-top-divider {
  width: 32px;
  height: 1px;
  background: #c4b5a0;
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-top-divider {
    margin: 24px auto 56px;
  }
}
.page-fortune-telling .sec-fortune .fortune-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-content {
    gap: 40px;
  }
}
.page-fortune-telling .sec-fortune .fortune-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-cards {
    flex-direction: row;
    gap: 24px;
  }
}
.page-fortune-telling .sec-fortune .fortune-card {
  background: #fff;
  border: 1px solid #ebe5dd;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-card {
    flex: 1;
    padding: 28px;
  }
}
.page-fortune-telling .sec-fortune .fortune-card .fortune-card-icon {
  width: 48px;
  height: 48px;
  background: #f5f0eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.page-fortune-telling .sec-fortune .fortune-card .fortune-card-icon img {
  width: 20px;
  height: 20px;
}
.page-fortune-telling .sec-fortune .fortune-card .fortune-card-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14.4px;
  color: #3d3226;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-card .fortune-card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.page-fortune-telling .sec-fortune .fortune-card .fortune-card-text {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 12px;
  color: #7a6a58;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-card .fortune-card-text {
    font-size: 16px;
  }
}
.page-fortune-telling .sec-fortune .fortune-price {
  background: #fff;
  border: 1px solid #ebe5dd;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-price {
    padding: 40px;
  }
}
.page-fortune-telling .sec-fortune .fortune-price .fortune-price-label {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 10px;
  color: #8b7355;
  letter-spacing: 1.68px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-price .fortune-price-label {
    font-size: 11.2px;
  }
}
.page-fortune-telling .sec-fortune .fortune-price .fortune-price-amount {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #3d3226;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-price .fortune-price-amount {
    margin-bottom: 20px;
  }
}
.page-fortune-telling .sec-fortune .fortune-price .fortune-price-amount .price-min {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-price .fortune-price-amount .price-min {
    font-size: 24px;
  }
}
.page-fortune-telling .sec-fortune .fortune-price .fortune-price-amount .price-num {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-price .fortune-price-amount .price-num {
    font-size: 28.8px;
  }
}
.page-fortune-telling .sec-fortune .fortune-price .fortune-price-amount .price-unit {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-price .fortune-price-amount .price-unit {
    font-size: 14.4px;
  }
}
.page-fortune-telling .sec-fortune .fortune-price .fortune-price-info {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 12px;
  color: #7a6a58;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-price .fortune-price-info {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
.page-fortune-telling .sec-fortune .fortune-price .fortune-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #f5f0eb;
  border-radius: 50px;
  padding: 14px 24px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.page-fortune-telling .sec-fortune .fortune-price .fortune-phone-btn:hover {
  opacity: 0.8;
}
.page-fortune-telling .sec-fortune .fortune-price .fortune-phone-btn .phone-icon {
  width: 20px;
  height: 20px;
}
.page-fortune-telling .sec-fortune .fortune-price .fortune-phone-btn span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  color: #3d3226;
  letter-spacing: 0.88px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-fortune .fortune-price .fortune-phone-btn {
    padding: 16px 32px;
    gap: 14px;
  }
  .page-fortune-telling .sec-fortune .fortune-price .fortune-phone-btn .phone-icon {
    width: 24px;
    height: 24px;
  }
  .page-fortune-telling .sec-fortune .fortune-price .fortune-phone-btn span {
    font-size: 26px;
  }
}
.page-fortune-telling {
  /* Products */
}
.page-fortune-telling .sec-products {
  padding: 50px 0 60px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products {
    padding: 96px 0 100px;
  }
}
.page-fortune-telling .sec-products .sec-products-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .sec-products-inner {
    width: 1200px;
  }
}
.page-fortune-telling .sec-products .products-top-divider {
  width: 32px;
  height: 1px;
  background: #c4b5a0;
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .products-top-divider {
    margin: 24px auto 56px;
  }
}
.page-fortune-telling .sec-products .products-sub-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  color: #3d3226;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .products-sub-title {
    font-size: 19.2px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
}
.page-fortune-telling .sec-products {
  /* テラヘルツ */
}
.page-fortune-telling .sec-products .products-terahertz {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .products-terahertz {
    margin-bottom: 80px;
  }
}
.page-fortune-telling .sec-products .terahertz-main-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .terahertz-main-image {
    margin-bottom: 40px;
  }
}
.page-fortune-telling .sec-products .terahertz-main-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-fortune-telling .sec-products .terahertz-description {
  max-width: 900px;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .terahertz-description {
    margin: 0 auto 40px;
    padding: 0 150px;
  }
}
.page-fortune-telling .sec-products .terahertz-description p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 13px;
  color: #4a3f35;
  line-height: 2.2;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .terahertz-description p {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 20px;
  }
}
.page-fortune-telling .sec-products .terahertz-description p:last-child {
  margin-bottom: 0;
}
.page-fortune-telling .sec-products .terahertz-sub-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .terahertz-sub-images {
    flex-direction: row;
    gap: 24px;
  }
}
.page-fortune-telling .sec-products .terahertz-sub-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .terahertz-sub-image {
    flex: 1;
  }
}
.page-fortune-telling .sec-products .terahertz-sub-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-fortune-telling .sec-products {
  /* スピリチュアルジュエリー */
}
.page-fortune-telling .sec-products .products-spiritual {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .products-spiritual {
    margin-bottom: 60px;
  }
}
.page-fortune-telling .sec-products .spiritual-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .spiritual-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.page-fortune-telling .sec-products .spiritual-card {
  border-radius: 12px;
  overflow: hidden;
  /* SP: 1列目は1枚、2列目以降は2枚 */
}
.page-fortune-telling .sec-products .spiritual-card:first-child {
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .spiritual-card:first-child {
    grid-column: auto;
  }
}
.page-fortune-telling .sec-products .spiritual-card a {
  display: block;
  line-height: 0;
}
.page-fortune-telling .sec-products .spiritual-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.page-fortune-telling .sec-products .spiritual-card img:hover {
  opacity: 0.8;
}
.page-fortune-telling .sec-products {
  /* 水晶クラスター */
}
.page-fortune-telling .sec-products .products-crystal {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .products-crystal {
    margin-bottom: 60px;
  }
}
.page-fortune-telling .sec-products .products-crystal .crystal-main-image {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .products-crystal .crystal-main-image {
    margin-bottom: 32px;
  }
}
.page-fortune-telling .sec-products .products-crystal .crystal-main-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-fortune-telling .sec-products .products-crystal .crystal-text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  color: #4a3f35;
  line-height: 2.2;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .products-crystal .crystal-text {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
.page-fortune-telling .sec-products {
  /* Online Shop */
}
.page-fortune-telling .sec-products .products-shop {
  text-align: center;
}
.page-fortune-telling .sec-products .shop-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #3d3226;
  color: #fff;
  border-radius: 50px;
  padding: 14px 32px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  margin-bottom: 12px;
}
.page-fortune-telling .sec-products .shop-btn:hover {
  opacity: 0.8;
}
.page-fortune-telling .sec-products .shop-btn span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.52px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .shop-btn span {
    font-size: 15.2px;
  }
}
.page-fortune-telling .sec-products .shop-btn .external-icon {
  width: 16px;
  height: 16px;
}
.page-fortune-telling .sec-products .shop-caption {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 11px;
  color: #9a8b7a;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-products .shop-caption {
    font-size: 12.48px;
  }
}
.page-fortune-telling {
  /* パワーストーンのオーダーメイド */
}
.page-fortune-telling .sec-ordermade {
  padding: 50px 0 60px;
  background: #faf8f5;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-ordermade {
    padding: 96px 0 100px;
  }
}
.page-fortune-telling .sec-ordermade .sec-ordermade-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-ordermade .sec-ordermade-inner {
    width: 1000px;
  }
}
.page-fortune-telling .sec-ordermade .ordermade-top-divider {
  width: 32px;
  height: 1px;
  background: #c4b5a0;
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-ordermade .ordermade-top-divider {
    margin: 24px auto 50px;
  }
}
.page-fortune-telling .sec-ordermade .ordermade-main-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-ordermade .ordermade-main-image {
    margin-bottom: 56px;
  }
}
.page-fortune-telling .sec-ordermade .ordermade-main-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-fortune-telling .sec-ordermade .ordermade-lead {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page-fortune-telling .sec-ordermade .ordermade-lead p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #4a3f35;
  line-height: 2.6;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-ordermade .ordermade-lead p {
    font-size: 18px;
    line-height: 2.6;
  }
}
.page-fortune-telling .sec-ordermade .ordermade-section-divider {
  width: 32px;
  height: 1px;
  background: #c4b5a0;
  margin: 36px auto;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-ordermade .ordermade-section-divider {
    margin: 50px auto;
  }
}
.page-fortune-telling .sec-ordermade .ordermade-body {
  max-width: 800px;
  margin: 0 auto;
}
.page-fortune-telling .sec-ordermade .ordermade-body p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 13px;
  color: #4a3f35;
  line-height: 2.2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-ordermade .ordermade-body p {
    font-size: 16px;
    line-height: 2.4;
    margin-bottom: 28px;
  }
}
.page-fortune-telling .sec-ordermade .ordermade-body p:last-child {
  margin-bottom: 0;
}
.page-fortune-telling .sec-ordermade .ordermade-gallery {
  margin-top: 10px;
}
.page-fortune-telling .sec-ordermade .ordermade-gallery-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14.4px;
  color: #3d3226;
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-ordermade .ordermade-gallery-title {
    font-size: 20px;
    margin-bottom: 36px;
  }
}
.page-fortune-telling .sec-ordermade .ordermade-gallery-title .sub-heading-icon {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-ordermade .ordermade-gallery-title .sub-heading-icon {
    width: 18px;
    height: 18px;
  }
}
.page-fortune-telling .sec-ordermade .ordermade-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .page-fortune-telling .sec-ordermade .ordermade-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.page-fortune-telling .sec-ordermade .ordermade-gallery-item {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
}
.page-fortune-telling .sec-ordermade .ordermade-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.page-fortune-telling .sec-ordermade .ordermade-gallery-item:hover img {
  transform: scale(1.05);
}

.page-item .sec-item .area-itemlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-item .sec-item .area-itemlist .item {
  width: 48%;
  margin-bottom: 30px;
}
.page-item .sec-item .area-itemlist .item .photo {
  margin-bottom: 6px;
}
.page-item .sec-item .area-itemlist .item .photo img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.page-item .sec-item .area-itemlist .item .detail .title {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-item .sec-item .area-itemlist .item {
    width: 31%;
  }
}
.page-item .sec-itemdetails .area-itemdetails .photos {
  margin-bottom: 20px;
}
.page-item .sec-itemdetails .area-itemdetails .photos .photo-main {
  margin-bottom: 10px;
}
.page-item .sec-itemdetails .area-itemdetails .photos .photo-main img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.page-item .sec-itemdetails .area-itemdetails .photos .photo-thambnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-item .sec-itemdetails .area-itemdetails .photos .photo-thambnails .photo {
  width: 32%;
  margin-bottom: 10px;
}
.page-item .sec-itemdetails .area-itemdetails .photos .photo-thambnails .photo img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.page-item .sec-itemdetails .area-itemdetails .detail p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-item .sec-itemdetails .area-itemdetails .photos {
    margin-bottom: 40px;
  }
  .page-item .sec-itemdetails .area-itemdetails .photos .photo-main {
    margin-bottom: 30px;
  }
  .page-item .sec-itemdetails .area-itemdetails .photos .photo-thambnails {
    padding: 0 80px;
  }
  .page-item .sec-itemdetails .area-itemdetails .photos .photo-thambnails .photo {
    width: 120px;
  }
}

.page-contact .page-header {
  background-image: url(images/contents/contact/page-header-bg.jpg);
}
.page-contact .sec-contact {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
@media screen and (min-width: 768px) {
  .page-contact .sec-contact {
    padding: 60px 0 80px;
  }
}
.page-contact .sec-contact .text {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .page-contact .sec-contact .text {
    font-size: 15px;
    margin-top: 40px;
  }
}
.page-contact .sec-contact .text a {
  color: #8b7355;
  text-decoration: underline;
  font-weight: 600;
}
.page-contact .sec-contact .text a:hover {
  opacity: 0.7;
}
.page-contact .sec-contact .area-contactform {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-contact .sec-contact .area-contactform {
    margin-top: 50px;
  }
}
.page-contact .sec-contact .area-privacypolicy {
  margin-top: 40px;
  padding: 24px;
  background-color: #faf8f5;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .page-contact .sec-contact .area-privacypolicy {
    margin-top: 50px;
    padding: 32px;
  }
}
.page-contact .sec-contact .area-privacypolicy p {
  font-size: 13px;
  line-height: 2;
  color: #666;
  margin-bottom: 12px;
}
.page-contact .sec-contact .area-privacypolicy p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-contact .sec-contact .area-privacypolicy p {
    font-size: 14px;
  }
}
.page-contact .sec-contact .area-privacypolicy p a {
  color: #8b7355;
  text-decoration: underline;
}
.page-contact .sec-contact .area-privacypolicy p a:hover {
  opacity: 0.7;
}

/* 固定ページ：プライバシーポリシー
-------------------------------------- */
.page-privacypolicy .page-header {
  background-image: url(images/contents/privacypolicy/page-header-bg.jpg);
}
.page-privacypolicy .sec-privacypolicy {
  padding: 40px 20px 60px;
}
@media screen and (min-width: 768px) {
  .page-privacypolicy .sec-privacypolicy {
    padding: 60px 37px 80px;
  }
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy-item .policy-title {
  margin-bottom: 12px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #444;
}
@media screen and (min-width: 768px) {
  .page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy-item .policy-title {
    font-size: 18px;
  }
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy-item p {
  line-height: 2;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy-item .policy-contact {
  margin-top: 16px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy-item .policy-contact p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy-item .policy-contact p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-privacypolicy .sec-privacypolicy .area-privacypolicy {
    width: 800px;
    margin: 0 auto;
  }
  .page-privacypolicy .sec-privacypolicy .area-privacypolicy .policy-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.area-contactform {
  z-index: 0;
}
.area-contactform .contact-form {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  margin: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form {
    padding: 40px;
  }
}
.area-contactform .contact-form caption {
  margin-bottom: 24px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  color: #3d3226;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form caption {
    font-size: 17px;
  }
}
.area-contactform .contact-form th {
  display: block;
  text-align: left;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #3d3226;
}
.area-contactform .contact-form th .hissu {
  display: inline;
  position: relative;
  top: -1px;
  margin-left: 2px;
  font-weight: normal;
  font-size: 11px;
  color: #c4836c;
  background: none;
  padding: 0;
}
.area-contactform .contact-form th .ninni {
  display: inline;
  position: relative;
  top: -1px;
  margin-left: 2px;
  font-weight: normal;
  font-size: 11px;
  color: #a09484;
  background: none;
  padding: 0;
}
.area-contactform .contact-form th .bikou {
  display: block;
  font-size: 12px;
  color: #a09484;
  font-weight: normal;
  margin-top: 2px;
}
.area-contactform .contact-form td {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
}
.area-contactform .contact-form td #item-name {
  pointer-events: none;
  background-color: #f5f5f5;
  color: #999;
}
.area-contactform .contact-form td .ttl {
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 4px;
  color: #3d3226;
}
.area-contactform .contact-form td .text-form,
.area-contactform .contact-form td .text-form-short,
.area-contactform .contact-form td .text-form-middle,
.area-contactform .contact-form td .text-area,
.area-contactform .contact-form td .wpcf7-date {
  background-color: #faf8f5;
  border: 1px solid #e8e0d5;
  padding: 12px 16px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.area-contactform .contact-form td .text-form:focus,
.area-contactform .contact-form td .text-form-short:focus,
.area-contactform .contact-form td .text-form-middle:focus,
.area-contactform .contact-form td .text-area:focus,
.area-contactform .contact-form td .wpcf7-date:focus {
  outline: none;
  border-color: #c4b5a0;
  box-shadow: 0 0 0 3px rgba(196, 181, 160, 0.15);
}
.area-contactform .contact-form td .text-form-short {
  width: 30%;
}
.area-contactform .contact-form td .text-form-middle {
  width: 70%;
}
.area-contactform .contact-form td ::placeholder {
  color: rgba(10, 10, 10, 0.35);
}
.area-contactform .contact-form td .wpcf7-list-item {
  display: inline-block;
  padding: 0;
  margin: 0 20px 4px 0;
}
.area-contactform .contact-form td .col {
  margin-bottom: 14px;
}
.area-contactform .contact-form td .ex {
  margin-top: 6px;
  font-size: 13px;
  color: #a09484;
}
.area-contactform .contact-form td .wpcf7-list-item-label {
  font-size: 14px;
  color: #4a3f35;
  margin: 0;
  opacity: 1;
}
.area-contactform .contact-form td .checkbox-346 {
  display: block;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form tr {
    border: none;
  }
  .area-contactform .contact-form th {
    display: block;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
  }
  .area-contactform .contact-form td {
    display: block;
    padding: 0;
    margin-bottom: 24px;
    background-color: transparent;
  }
}
.area-contactform .wpcf7-submit {
  display: block;
  width: 80%;
  padding: 16px;
  margin: 8px auto 16px;
  border: none;
  background-color: #8b7355;
  border-radius: 14px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.area-contactform .wpcf7-submit:hover {
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .area-contactform .wpcf7-submit {
    width: 460px;
    margin: 16px auto 20px;
    font-size: 16px;
  }
}

/*-----------------------------------------------------------

	side

---------------------------------------------------------- */
/*-----------------------------------------------------------

	footer

---------------------------------------------------------- */
#footer {
  position: relative;
  z-index: 1;
}
@media print {
  #footer {
    display: none;
  }
}
#footer {
  position: relative;
}
#footer #page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 768px) {
  #footer #page-top {
    right: 24px;
    bottom: 24px;
  }
}
#footer #page-top.is-visible {
  opacity: 1;
  visibility: visible;
}
#footer #page-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48px;
  height: 48px;
  background: rgba(160, 140, 80, 0.85);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: background 0.3s ease;
}
@media screen and (min-width: 768px) {
  #footer #page-top a {
    width: 56px;
    height: 56px;
  }
}
#footer #page-top a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  #footer #page-top a::before {
    width: 12px;
    height: 12px;
  }
}
#footer #page-top a:hover {
  background: rgb(160, 140, 80);
}
#footer .area-contact {
  position: relative;
  background-image: url(images/footer/bg-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  #footer .area-contact {
    padding: 100px 0;
  }
}
#footer .area-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 100%);
}
#footer .area-contact .area-contact-inner {
  position: relative;
  z-index: 1;
}
#footer .area-contact .ttl {
  text-align: center;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.3em;
  font-family: "Times New Roman", "Georgia", serif;
}
@media screen and (min-width: 768px) {
  #footer .area-contact .ttl {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
#footer .area-contact p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  #footer .area-contact p {
    font-size: 18px;
  }
}
#footer .area-contact .btn {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 30px auto 20px;
  padding: 16px 40px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  background-color: rgba(196, 161, 105, 0.85);
  backdrop-filter: blur(4px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#footer .area-contact .btn .icon {
  position: relative;
  top: -1px;
  margin-right: 8px;
  width: 18px;
  height: auto;
  transition: transform 0.3s ease;
}
#footer .area-contact .btn:hover {
  background-color: rgb(196, 161, 105);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px rgba(196, 161, 105, 0.4);
  transform: translateY(-2px);
}
#footer .area-contact .btn:hover .icon {
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  #footer .area-contact .btn {
    margin: 44px auto 0;
    padding: 22px 60px;
    font-size: 20px;
  }
  #footer .area-contact .btn .icon {
    width: 26px;
    margin-right: 12px;
  }
}
#footer .area-info {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
#footer .area-info .logo {
  text-align: center;
  margin-bottom: 30px;
}
#footer .area-info .logo img {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #footer .area-info .logo {
    margin-bottom: 40px;
  }
  #footer .area-info .logo img {
    width: 300px;
  }
}
#footer .area-info .info {
  margin-bottom: 20px;
}
#footer .area-info .info a {
  color: #444;
  text-decoration: underline;
}
#footer .area-info .nav {
  margin-bottom: 30px;
}
#footer .area-info .nav li {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
}
#footer .area-info .nav li a {
  color: #444;
  font-family: "Noto Serif JP", serif;
}
#footer .area-info .nav li a:hover {
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  #footer .area-info .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    width: 1100px;
    margin: 0 auto 30px;
  }
  #footer .area-info .nav li {
    margin-bottom: 20px;
    font-size: 15px;
  }
  #footer .area-info .nav li::after {
    content: "|";
    margin: 0 12px;
    color: #ccc;
  }
  #footer .area-info .nav li:last-child::after {
    content: "";
  }
}
#footer .area-info .copyright {
  margin-bottom: 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #footer .area-info .copyright {
    font-size: 14px;
  }
}

/* ========================================
   Gold - 金地金インゴット売買
   ======================================== */
.page-gold {
  /* ラベル色上書き（金色系） */
}
.page-gold .sec-label {
  color: #a08c50;
}
.page-gold {
  /* Page Header - ゴールドヒーロー */
}
.page-gold .page-header {
  background-image: url(images/contents/gold/page-header-bg.jpg);
  background-color: #2a2210;
}
.page-gold .page-header::before {
  background: linear-gradient(to top, rgba(42, 34, 16, 0.6), rgba(42, 34, 16, 0.2));
}
.page-gold .page-header .page-en {
  color: rgba(232, 213, 160, 0.7);
}
.page-gold .page-header .page-header-divider {
  width: 40px;
  height: 1px;
  background: rgba(232, 213, 160, 0.4);
  margin: 14px auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-gold .page-header .page-header-divider {
    margin: 18px auto;
  }
}
.page-gold {
  /* About Section */
}
.page-gold .sec-about {
  padding: 50px 0 60px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-about {
    padding: 96px 0 100px;
  }
}
.page-gold .sec-about .sec-about-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-about .sec-about-inner {
    width: 1000px;
  }
}
.page-gold .sec-about .about-top-divider {
  background-color: #c8b878;
}
.page-gold .sec-about .about-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page-gold .sec-about .about-content > p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  color: #4a3f35;
  line-height: 2.4;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-about .about-content > p {
    font-size: 18px;
    line-height: 2.4;
    margin-bottom: 32px;
  }
}
.page-gold .sec-about .about-section-divider {
  width: 32px;
  height: 1px;
  background: #c8b878;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-about .about-section-divider {
    margin: 40px auto;
  }
}
.page-gold .sec-about .about-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  color: #3d3226;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-about .about-sub-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.page-gold {
  /* Trading Section */
}
.page-gold .sec-trading {
  padding: 50px 0 60px;
  background: #fdfbf3;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading {
    padding: 96px 0 100px;
  }
}
.page-gold .sec-trading .sec-trading-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading .sec-trading-inner {
    width: 1000px;
  }
}
.page-gold .sec-trading .trading-top-divider {
  width: 32px;
  height: 1px;
  background: #c8b878;
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading .trading-top-divider {
    margin: 24px auto 50px;
  }
}
.page-gold .sec-trading .trading-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page-gold .sec-trading .trading-content > p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  color: #4a3f35;
  line-height: 2.4;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading .trading-content > p {
    font-size: 18px;
    line-height: 2.4;
    margin-bottom: 32px;
  }
}
.page-gold .sec-trading .trading-content .trading-closing {
  margin-bottom: 0;
}
.page-gold .sec-trading .trading-section-divider {
  width: 32px;
  height: 1px;
  background: #c8b878;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading .trading-section-divider {
    margin: 40px auto;
  }
}
.page-gold .sec-trading .trading-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14.4px;
  color: #3d3226;
  text-align: center;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading .trading-sub-heading {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.page-gold .sec-trading .trading-sub-heading .sub-heading-icon {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading .trading-sub-heading .sub-heading-icon {
    width: 18px;
    height: 18px;
  }
}
.page-gold .sec-trading .trading-hours {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading .trading-hours {
    margin-bottom: 32px;
  }
}
.page-gold .sec-trading .trading-hours li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-gold .sec-trading .trading-hours li .check-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.page-gold .sec-trading .trading-hours li span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  color: #c97900;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading .trading-hours li span {
    font-size: 18px;
  }
}
.page-gold .sec-trading .trading-notes {
  text-align: left;
  display: inline-block;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading .trading-notes {
    margin-bottom: 32px;
  }
}
.page-gold .sec-trading .trading-notes p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  color: #c60024;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading .trading-notes p {
    font-size: 16px;
  }
}
.page-gold .sec-trading .trading-info-box {
  background: #f9f7ee;
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  padding: 24px 20px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading .trading-info-box {
    padding: 32px;
    margin-top: 40px;
  }
}
.page-gold .sec-trading .trading-info-box p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 13px;
  color: #4a3f35;
  line-height: 2.2;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading .trading-info-box p {
    font-size: 14.4px;
    margin-bottom: 16px;
  }
}
.page-gold .sec-trading .trading-info-box .info-box-link {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 13px;
  color: #a08c50;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-trading .trading-info-box .info-box-link {
    font-size: 14.4px;
  }
}
.page-gold .sec-trading .trading-info-box .info-box-link:hover {
  opacity: 0.7;
  color: #a08c50;
}
.page-gold {
  /* Lineup Section */
}
.page-gold .sec-lineup {
  padding: 50px 0 60px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-lineup {
    padding: 96px 0 100px;
  }
}
.page-gold .sec-lineup .sec-lineup-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-lineup .sec-lineup-inner {
    width: 1200px;
  }
}
.page-gold .sec-lineup .sec-heading {
  letter-spacing: 3.84px;
}
.page-gold .sec-lineup .sec-label {
  letter-spacing: 4.8px;
}
.page-gold .sec-lineup .lineup-top-divider {
  width: 32px;
  height: 1px;
  background: #c8b878;
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-lineup .lineup-top-divider {
    margin: 24px auto 50px;
  }
}
.page-gold .sec-lineup .lineup-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-lineup .lineup-cards {
    flex-direction: row;
    gap: 24px;
    margin-bottom: 24px;
  }
}
.page-gold .sec-lineup .lineup-card {
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .page-gold .sec-lineup .lineup-card {
    flex: 1;
  }
}
.page-gold .sec-lineup .lineup-card img {
  width: 100%;
  height: auto;
  display: block;
}
.page-gold .sec-lineup .lineup-brand {
  display: flex;
  justify-content: center;
}
.page-gold .sec-lineup .lineup-brand-card {
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-gold .sec-lineup .lineup-brand-card {
    width: 400px;
  }
}
.page-gold .sec-lineup .lineup-brand-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========================================
   Splitting Gold - インゴット分割サービス
   ======================================== */
.page-splitting-gold .service-content > p.note-tiny1,
.page-splitting-gold .contact-notes > p.note-tiny1 {
  font-size: 9px !important;
  line-height: 1.6;
  color: #999;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .service-content > p.note-tiny1,
  .page-splitting-gold .contact-notes > p.note-tiny1 {
    font-size: 9px;
  }
}
.page-splitting-gold .service-content > p.note-tiny2,
.page-splitting-gold .contact-notes > p.note-tiny2 {
  font-size: 7px !important;
  line-height: 1.6;
  color: #999;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .service-content > p.note-tiny2,
  .page-splitting-gold .contact-notes > p.note-tiny2 {
    font-size: 7px;
  }
}
.page-splitting-gold {
  /* ラベル色上書き（金色系） */
}
.page-splitting-gold .sec-label {
  color: #a08c50;
}
.page-splitting-gold .service-image {
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .service-image {
    margin-bottom: 40px;
  }
}
.page-splitting-gold .service-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-splitting-gold {
  /* Page Header */
}
.page-splitting-gold .page-header {
  background-image: url(images/contents/splitting-gold/page-header-bg.jpg);
  background-color: #2a2210;
}
.page-splitting-gold .page-header::before {
  background: linear-gradient(to top, rgba(42, 34, 16, 0.6), rgba(42, 34, 16, 0.2));
}
.page-splitting-gold .page-header .page-en {
  color: rgba(232, 213, 160, 0.7);
}
.page-splitting-gold {
  /* Service Section */
}
.page-splitting-gold .sec-service {
  padding: 50px 0 60px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-service {
    padding: 96px 0 100px;
  }
}
.page-splitting-gold .sec-service .sec-service-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-service .sec-service-inner {
    width: 1200px;
  }
}
.page-splitting-gold .sec-service .service-top-divider {
  width: 32px;
  height: 1px;
  background: #c8b878;
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-service .service-top-divider {
    margin: 24px auto 50px;
  }
}
.page-splitting-gold .sec-service .service-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page-splitting-gold .sec-service .service-content > p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  color: #4a3f35;
  line-height: 2.4;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-service .service-content > p {
    font-size: 18px;
    line-height: 2.4;
    margin-bottom: 32px;
  }
}
.page-splitting-gold .sec-service .service-content .text-gold-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #a08c50;
}
.page-splitting-gold .sec-service .service-content .service-image:last-child {
  margin-bottom: 0;
}
.page-splitting-gold {
  /* What Is Section */
}
.page-splitting-gold .sec-whatis {
  padding: 50px 0 60px;
  background: #fdfbf3;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-whatis {
    padding: 96px 0 100px;
  }
}
.page-splitting-gold .sec-whatis .sec-whatis-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-whatis .sec-whatis-inner {
    width: 1200px;
  }
}
.page-splitting-gold .sec-whatis .whatis-top-divider {
  width: 32px;
  height: 1px;
  background: #c8b878;
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-whatis .whatis-top-divider {
    margin: 24px auto 50px;
  }
}
.page-splitting-gold .sec-whatis .whatis-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page-splitting-gold .sec-whatis .whatis-content > p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  color: #4a3f35;
  line-height: 2.4;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-whatis .whatis-content > p {
    font-size: 18px;
    line-height: 2.4;
    margin-bottom: 32px;
  }
}
.page-splitting-gold .sec-whatis .whatis-content .service-image:last-child {
  margin-bottom: 0;
}
.page-splitting-gold .sec-whatis .whatis-options-box {
  background: #f9f7ee;
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  padding: 24px 20px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-whatis .whatis-options-box {
    padding: 33px;
    margin-bottom: 32px;
  }
}
.page-splitting-gold .sec-whatis .whatis-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.page-splitting-gold .sec-whatis .whatis-option .option-check {
  font-size: 16px;
  color: #a08c50;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-whatis .whatis-option .option-check {
    font-size: 18px;
  }
}
.page-splitting-gold .sec-whatis .whatis-option .option-text {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  color: #3d3226;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-whatis .whatis-option .option-text {
    font-size: 22px;
  }
}
.page-splitting-gold {
  /* Merit Section */
}
.page-splitting-gold .sec-merit {
  padding: 50px 0 60px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-merit {
    padding: 96px 0 100px;
  }
}
.page-splitting-gold .sec-merit .sec-merit-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-merit .sec-merit-inner {
    width: 1200px;
  }
}
.page-splitting-gold .sec-merit .merit-top-divider {
  width: 32px;
  height: 1px;
  background: #c8b878;
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-merit .merit-top-divider {
    margin: 24px auto 50px;
  }
}
.page-splitting-gold .sec-merit .merit-content {
  max-width: 700px;
  margin: 0 auto;
}
.page-splitting-gold .sec-merit .merit-content .service-image:last-child {
  margin-bottom: 0;
}
.page-splitting-gold .sec-merit .merit-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-merit .merit-cards {
    gap: 32px;
    margin-bottom: 40px;
  }
}
.page-splitting-gold .sec-merit .merit-card {
  background: #fdfbf3;
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  padding: 24px 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-merit .merit-card {
    padding: 26px;
    gap: 16px;
  }
}
.page-splitting-gold .sec-merit .merit-card-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: #f0e8ce;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-merit .merit-card-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.page-splitting-gold .sec-merit .merit-card-icon img {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-merit .merit-card-icon img {
    width: 18px;
    height: 18px;
  }
}
.page-splitting-gold .sec-merit .merit-card-body {
  flex: 1;
}
.page-splitting-gold .sec-merit .merit-card-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  color: #3d3226;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-merit .merit-card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.page-splitting-gold .sec-merit .merit-card-text {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 13px;
  color: #4a3f35;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-merit .merit-card-text {
    font-size: 16px;
  }
}
.page-splitting-gold {
  /* Recommend Section */
}
.page-splitting-gold .sec-recommend {
  padding: 50px 0 60px;
  background: #fdfbf3;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-recommend {
    padding: 96px 0 100px;
  }
}
.page-splitting-gold .sec-recommend .sec-recommend-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-recommend .sec-recommend-inner {
    width: 1200px;
  }
}
.page-splitting-gold .sec-recommend .recommend-top-divider {
  width: 32px;
  height: 1px;
  background: #c8b878;
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-recommend .recommend-top-divider {
    margin: 24px auto 50px;
  }
}
.page-splitting-gold .sec-recommend .recommend-content {
  max-width: 600px;
  margin: 0 auto;
}
.page-splitting-gold .sec-recommend .recommend-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-recommend .recommend-list {
    gap: 20px;
  }
}
.page-splitting-gold .sec-recommend .recommend-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-recommend .recommend-list li {
    gap: 16px;
  }
}
.page-splitting-gold .sec-recommend .recommend-list span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 13px;
  color: #3d3226;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-recommend .recommend-list span {
    font-size: 24px;
  }
}
.page-splitting-gold .sec-recommend .recommend-list .recommend-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: #f0e8ce;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-recommend .recommend-list .recommend-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
}
.page-splitting-gold .sec-recommend .recommend-list .recommend-icon img {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-recommend .recommend-list .recommend-icon img {
    width: 14px;
    height: 14px;
  }
}
.page-splitting-gold {
  /* Platinum Section */
}
.page-splitting-gold .sec-platinum {
  padding: 50px 0 60px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-platinum {
    padding: 96px 0 100px;
  }
}
.page-splitting-gold .sec-platinum .sec-platinum-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-platinum .sec-platinum-inner {
    width: 1200px;
  }
}
.page-splitting-gold .sec-platinum .platinum-top-divider {
  width: 32px;
  height: 1px;
  background: #c8b878;
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-platinum .platinum-top-divider {
    margin: 24px auto 50px;
  }
}
.page-splitting-gold .sec-platinum .platinum-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page-splitting-gold .sec-platinum .platinum-content > p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  color: #4a3f35;
  line-height: 2.4;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-platinum .platinum-content > p {
    font-size: 18px;
    line-height: 2.4;
    margin-bottom: 32px;
  }
}
.page-splitting-gold .sec-platinum .platinum-content > p:last-child {
  margin-bottom: 0;
}
.page-splitting-gold {
  /* Contact Section */
}
.page-splitting-gold .sec-contact {
  padding: 50px 0 60px;
  background: #fdfbf3;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-contact {
    padding: 96px 0 100px;
  }
}
.page-splitting-gold .sec-contact .sec-contact-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-contact .sec-contact-inner {
    width: 700px;
  }
}
.page-splitting-gold .sec-contact .contact-top-divider {
  width: 32px;
  height: 1px;
  background: #c8b878;
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-contact .contact-top-divider {
    margin: 24px auto 50px;
  }
}
.page-splitting-gold .sec-contact .contact-content {
  text-align: center;
}
.page-splitting-gold .sec-contact .contact-content > p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  color: #4a3f35;
  line-height: 2.4;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-contact .contact-content > p {
    font-size: 18px;
    line-height: 2.4;
    margin-bottom: 32px;
  }
}
.page-splitting-gold .sec-contact .contact-btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-contact .contact-btn-wrap {
    margin-bottom: 40px;
  }
}
.page-splitting-gold .sec-contact .contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #a08c50;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-contact .contact-btn {
    font-size: 15.2px;
    padding: 16px 32px;
  }
}
.page-splitting-gold .sec-contact .contact-btn:hover {
  opacity: 0.8;
  color: #fff;
}
.page-splitting-gold .sec-contact .contact-btn .contact-arrow-icon {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-contact .contact-btn .contact-arrow-icon {
    width: 16px;
    height: 16px;
  }
}
.page-splitting-gold .sec-contact .contact-bottom-divider {
  width: 32px;
  height: 1px;
  background: #c8b878;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-contact .contact-bottom-divider {
    margin: 0 auto 32px;
  }
}
.page-splitting-gold .sec-contact .contact-notes {
  text-align: center;
}
.page-splitting-gold .sec-contact .contact-notes p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 12px;
  color: #8a7a5a;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .page-splitting-gold .sec-contact .contact-notes p {
    font-size: 16px;
  }
}

/* ============================================================
   page-jewellery-bridal
============================================================ */
.page-jewellery-bridal {
  /* Page Header */
}
.page-jewellery-bridal .page-header {
  background-image: url(images/contents/jewellery-bridal/page-header-bg.jpg);
}
.page-jewellery-bridal {
  /* ラベル色・divider上書き */
}
.page-jewellery-bridal .sec-label {
  color: #8b7a5e;
}
.page-jewellery-bridal .sec-divider {
  background-color: #c8b878;
  margin: 16px auto 0;
}
.page-jewellery-bridal .sec-content {
  max-width: 700px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-content {
    margin: 48px auto 0;
  }
}
.page-jewellery-bridal {
  /* タブナビゲーション */
}
.page-jewellery-bridal .sec-tab-nav {
  background-color: #fff;
  border-bottom: 1px solid #e8e0c8;
  padding: 16px 20px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-tab-nav {
    padding: 24px 37px;
  }
}
.page-jewellery-bridal .sec-tab-nav .tab-nav-inner {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-tab-nav .tab-nav-inner {
    gap: 32px;
  }
}
.page-jewellery-bridal .sec-tab-nav .tab-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #e8e0c8;
  border-radius: 9999px;
  background-color: #fdfbf3;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  color: #5a4d3c;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-tab-nav .tab-btn {
    font-size: 14.4px;
    padding: 13px 25px;
  }
}
.page-jewellery-bridal .sec-tab-nav .tab-btn:hover {
  background-color: #f5f0e3;
  color: #5a4d3c;
}
.page-jewellery-bridal {
  /* ジュエリー紹介セクション */
}
.page-jewellery-bridal .sec-jewellery-intro {
  background-color: #fff;
  padding: 50px 20px 60px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-jewellery-intro {
    padding: 96px 37px 100px;
  }
}
.page-jewellery-bridal .sec-jewellery-intro .sec-jewellery-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-jewellery-bridal .sec-jewellery-intro .intro-image {
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
}
.page-jewellery-bridal .sec-jewellery-intro .intro-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-jewellery-bridal .sec-jewellery-intro .intro-text {
  text-align: center;
  margin-bottom: 56px;
}
.page-jewellery-bridal .sec-jewellery-intro .intro-text p {
  font-size: 14px;
  color: #4a3f35;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-jewellery-intro .intro-text p {
    font-size: 18px;
    line-height: 2.4;
  }
}
.page-jewellery-bridal .sec-jewellery-intro .sec-products {
  max-width: 900px;
  margin: 0 auto;
}
.page-jewellery-bridal .sec-jewellery-intro .products-heading {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #3d3226;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-jewellery-intro .products-heading {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.page-jewellery-bridal .sec-jewellery-intro .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-jewellery-intro .products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}
.page-jewellery-bridal .sec-jewellery-intro .product-thumb {
  display: block;
  border: 1px solid #e8e0c8;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-jewellery-intro .product-thumb {
    border-radius: 14px;
  }
}
.page-jewellery-bridal .sec-jewellery-intro .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.page-jewellery-bridal .sec-jewellery-intro .product-thumb:hover img {
  opacity: 0.7;
}
.page-jewellery-bridal {
  /* ライトジュエリーセクション */
}
.page-jewellery-bridal .sec-light-jewellery {
  background-color: #fdfbf3;
  padding: 50px 20px 60px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-light-jewellery {
    padding: 96px 37px 100px;
  }
}
.page-jewellery-bridal .sec-light-jewellery .sec-light-jewellery-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-jewellery-bridal .sec-light-jewellery .sub-section-header {
  padding-top: 24px;
  margin-bottom: 0;
}
.page-jewellery-bridal .sec-light-jewellery .sub-section-header .sec-label {
  margin-bottom: 12px;
}
.page-jewellery-bridal .sec-light-jewellery .sub-section-header .sub-section-heading {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #3d3226;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-light-jewellery .sub-section-header .sub-section-heading {
    font-size: 20px;
  }
}
.page-jewellery-bridal .sec-light-jewellery .sec-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-light-jewellery .sec-content {
    gap: 40px;
  }
}
.page-jewellery-bridal {
  /* ディテールカード（ライトジュエリー） */
}
.page-jewellery-bridal .detail-card {
  background-color: #fefdfb;
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  overflow: hidden;
}
.page-jewellery-bridal .detail-card .detail-card-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-jewellery-bridal .detail-card .detail-card-body {
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .detail-card .detail-card-body {
    padding: 32px;
  }
}
.page-jewellery-bridal .detail-card .detail-card-label {
  font-size: 11px;
  font-weight: normal;
  color: #8b7a5e;
  letter-spacing: 1.68px;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .detail-card .detail-card-label {
    font-size: 12px;
  }
}
.page-jewellery-bridal .detail-card .detail-card-title {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3226;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .detail-card .detail-card-title {
    font-size: 18px;
  }
}
.page-jewellery-bridal .detail-card .detail-card-text p {
  font-size: 13px;
  color: #4a3f35;
  line-height: 2.2;
  margin-bottom: 8px;
}
.page-jewellery-bridal .detail-card .detail-card-text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .detail-card .detail-card-text p {
    font-size: 16px;
    line-height: 2.4;
  }
}
.page-jewellery-bridal {
  /* 誕生石セクション */
}
.page-jewellery-bridal .sec-birthstone {
  background-color: #fff;
  padding: 50px 20px 60px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-birthstone {
    padding: 96px 37px 100px;
  }
}
.page-jewellery-bridal .sec-birthstone .sec-birthstone-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-jewellery-bridal .sec-birthstone .birthstone-image {
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.page-jewellery-bridal .sec-birthstone .birthstone-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-jewellery-bridal .sec-birthstone .sec-content p {
  font-size: 13px;
  color: #4a3f35;
  line-height: 2.2;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-birthstone .sec-content p {
    font-size: 16px;
    line-height: 2.4;
  }
}
.page-jewellery-bridal .sec-birthstone .birthstone-ref {
  font-size: 12px !important;
  color: #8b7a5e !important;
  margin-bottom: 0 !important;
}
.page-jewellery-bridal .sec-birthstone .birthstone-ref a {
  color: #8b7a5e;
  text-decoration: underline;
}
.page-jewellery-bridal .sec-birthstone .birthstone-ref a:hover {
  color: #5a4d3c;
}
.page-jewellery-bridal {
  /* ダイヤモンドCTAセクション */
}
.page-jewellery-bridal .sec-diamond-cta {
  background-color: #fdfbf3;
  padding: 50px 20px 60px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-diamond-cta {
    padding: 96px 37px 100px;
  }
}
.page-jewellery-bridal .sec-diamond-cta .sec-diamond-cta-inner {
  max-width: 700px;
  margin: 0 auto;
}
.page-jewellery-bridal .sec-diamond-cta .diamond-cta-card {
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}
.page-jewellery-bridal .sec-diamond-cta .diamond-cta-header {
  background-color: #3d3226;
  padding: 24px;
  text-align: center;
}
.page-jewellery-bridal .sec-diamond-cta .diamond-cta-label {
  font-size: 11px;
  font-weight: normal;
  color: rgba(232, 213, 160, 0.7);
  letter-spacing: 2.24px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-diamond-cta .diamond-cta-label {
    font-size: 11.2px;
  }
}
.page-jewellery-bridal .sec-diamond-cta .diamond-cta-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-diamond-cta .diamond-cta-heading {
    font-size: 20.8px;
  }
}
.page-jewellery-bridal .sec-diamond-cta .diamond-cta-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-jewellery-bridal .sec-diamond-cta .diamond-cta-body {
  padding: 30px 24px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-diamond-cta .diamond-cta-body {
    padding: 40px;
  }
}
.page-jewellery-bridal .sec-diamond-cta .diamond-cta-body p {
  font-size: 13px;
  color: #4a3f35;
  line-height: 2.2;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-diamond-cta .diamond-cta-body p {
    font-size: 16px;
    line-height: 2.4;
  }
}
.page-jewellery-bridal .sec-diamond-cta .diamond-cta-btn {
  display: block;
  width: fit-content;
  margin: 32px auto 0;
  padding: 14px 36px;
  background-color: #3d3226;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.44px;
  border-radius: 9999px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-diamond-cta .diamond-cta-btn {
    font-size: 14.4px;
    padding: 16px 40px;
  }
}
.page-jewellery-bridal .sec-diamond-cta .diamond-cta-btn:hover {
  background-color: #5a4d3c;
  color: #fff;
}
.page-jewellery-bridal {
  /* ブライダル紹介セクション */
}
.page-jewellery-bridal .sec-bridal-intro {
  background-color: #fff;
  padding: 50px 20px 60px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-bridal-intro {
    padding: 96px 37px 100px;
  }
}
.page-jewellery-bridal .sec-bridal-intro .sec-bridal-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-jewellery-bridal .sec-bridal-intro .intro-image {
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.page-jewellery-bridal .sec-bridal-intro .intro-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-jewellery-bridal .sec-bridal-intro .intro-text {
  text-align: center;
  margin-bottom: 56px;
}
.page-jewellery-bridal .sec-bridal-intro .intro-text p {
  font-size: 14px;
  color: #4a3f35;
  line-height: 2.4;
  margin-bottom: 24px;
}
.page-jewellery-bridal .sec-bridal-intro .intro-text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-bridal-intro .intro-text p {
    font-size: 18px;
    line-height: 2.4;
  }
}
.page-jewellery-bridal .sec-bridal-intro .sec-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.page-jewellery-bridal {
  /* ブライダルカード（相談・セカンドマリッジ） */
}
.page-jewellery-bridal .bridal-card {
  background-color: #fdfbf3;
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  overflow: hidden;
}
.page-jewellery-bridal .bridal-card .bridal-card-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-jewellery-bridal .bridal-card .bridal-card-body {
  padding: 30px 24px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .bridal-card .bridal-card-body {
    padding: 40px;
  }
}
.page-jewellery-bridal .bridal-card .bridal-card-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #3d3226;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .bridal-card .bridal-card-heading {
    font-size: 20px;
  }
}
.page-jewellery-bridal .bridal-card .bridal-card-subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3226;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .bridal-card .bridal-card-subtitle {
    font-size: 18px;
  }
}
.page-jewellery-bridal .bridal-card .bridal-card-subtitle-sub {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: normal;
  color: #8b7a5e;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .bridal-card .bridal-card-subtitle-sub {
    font-size: 16px;
  }
}
.page-jewellery-bridal .bridal-card p {
  font-size: 13px;
  color: #4a3f35;
  line-height: 2.2;
  margin-bottom: 16px;
}
.page-jewellery-bridal .bridal-card p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .bridal-card p {
    font-size: 16px;
    line-height: 2.4;
  }
}
.page-jewellery-bridal .bridal-card .bridal-list {
  margin: 16px 0;
  padding-left: 4px;
}
.page-jewellery-bridal .bridal-card .bridal-list li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  color: #4a3f35;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .bridal-card .bridal-list li {
    font-size: 16px;
  }
}
.page-jewellery-bridal .bridal-card .bridal-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #8b7a5e;
}
.page-jewellery-bridal {
  /* ブライダルリングセクション */
}
.page-jewellery-bridal .sec-bridal-rings {
  background-color: #fdfbf3;
  padding: 50px 20px 60px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-bridal-rings {
    padding: 96px 37px 100px;
  }
}
.page-jewellery-bridal .sec-bridal-rings .sec-bridal-rings-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-jewellery-bridal .sec-bridal-rings .sec-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-bridal-rings .sec-content {
    gap: 56px;
  }
}
.page-jewellery-bridal {
  /* ブランドカード */
}
.page-jewellery-bridal .brand-card {
  background-color: #fff;
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  overflow: hidden;
}
.page-jewellery-bridal .brand-card .brand-card-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-jewellery-bridal .brand-card .brand-card-body {
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .brand-card .brand-card-body {
    padding: 32px;
  }
}
.page-jewellery-bridal .brand-card .brand-card-title {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3226;
  text-align: center;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .brand-card .brand-card-title {
    font-size: 18px;
  }
}
.page-jewellery-bridal .brand-card .brand-card-desc {
  font-size: 13px;
  color: #4a3f35;
  line-height: 2.2;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .brand-card .brand-card-desc {
    font-size: 16px;
    line-height: 2.4;
  }
}
.page-jewellery-bridal .brand-card .brand-card-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .brand-card .brand-card-thumbs {
    gap: 8px;
  }
}
.page-jewellery-bridal .brand-card .brand-thumb {
  display: block;
  border: 1px solid #e8e0c8;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .brand-card .brand-thumb {
    border-radius: 10px;
  }
}
.page-jewellery-bridal .brand-card .brand-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.page-jewellery-bridal .brand-card .brand-thumb:hover img {
  opacity: 0.7;
}
.page-jewellery-bridal {
  /* エンゲージリングセクション */
}
.page-jewellery-bridal .sec-engage {
  background-color: #fff;
  padding: 50px 20px 60px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-engage {
    padding: 96px 37px 100px;
  }
}
.page-jewellery-bridal .sec-engage .sec-engage-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-jewellery-bridal .sec-engage .engage-text {
  text-align: center;
  margin-bottom: 48px;
}
.page-jewellery-bridal .sec-engage .engage-text p {
  font-size: 14px;
  color: #4a3f35;
  line-height: 2.4;
  margin-bottom: 24px;
}
.page-jewellery-bridal .sec-engage .engage-text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-engage .engage-text p {
    font-size: 18px;
    line-height: 2.4;
  }
}
.page-jewellery-bridal .sec-engage .engage-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3226;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-engage .engage-sub-heading {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.page-jewellery-bridal .sec-engage .engage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-engage .engage-grid {
    gap: 12px;
    margin-bottom: 64px;
  }
}
.page-jewellery-bridal .sec-engage .engage-thumb {
  display: block;
  border: 1px solid #e8e0c8;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-engage .engage-thumb {
    border-radius: 14px;
  }
}
.page-jewellery-bridal .sec-engage .engage-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.page-jewellery-bridal .sec-engage .engage-thumb:hover img {
  opacity: 0.7;
}
.page-jewellery-bridal .sec-engage .engage-brands {
  text-align: center;
}
.page-jewellery-bridal .sec-engage .engage-brands-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-engage .engage-brands-grid {
    gap: 16px;
    margin-top: 32px;
  }
}
.page-jewellery-bridal .sec-engage .engage-brand-item {
  border-radius: 14px;
  padding: 28px 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-engage .engage-brand-item {
    padding: 36px 20px;
  }
}
.page-jewellery-bridal .sec-engage .engage-brand-item--dark {
  background-color: #3d3226;
}
.page-jewellery-bridal .sec-engage .engage-brand-item--brown {
  background-color: #5a4d3c;
}
.page-jewellery-bridal .sec-engage .engage-brand-item--blue {
  background-color: #4a5568;
}
.page-jewellery-bridal .sec-engage .engage-brand-label {
  font-size: 10px;
  font-weight: normal;
  color: rgba(232, 213, 160, 0.6);
  letter-spacing: 1.56px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-engage .engage-brand-label {
    font-size: 10.4px;
  }
}
.page-jewellery-bridal .sec-engage .engage-brand-name {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.216px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-engage .engage-brand-name {
    font-size: 15.2px;
  }
}
.page-jewellery-bridal .sec-engage .engage-brand-name-jp {
  font-size: 11px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) {
  .page-jewellery-bridal .sec-engage .engage-brand-name-jp {
    font-size: 12px;
  }
}

/* ==========================================================================
   眼鏡・時計・補聴器ページ
   ========================================================================== */
.page-wgh .page-header {
  background-image: url(images/contents/watch-glasses-hearingaid/page-header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-wgh {
  /* タブナビゲーション */
}
.page-wgh .sec-tab-nav {
  background-color: #fdfbf3;
  padding: 24px 20px;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-tab-nav {
    padding: 40px 37px;
  }
}
.page-wgh .sec-tab-nav .tab-nav-inner {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-tab-nav .tab-nav-inner {
    gap: 16px;
  }
}
.page-wgh .sec-tab-nav .tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #fdfbf3;
  border: 1px solid #e8e0c8;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #3d3226;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-tab-nav .tab-btn {
    padding: 12px 28px;
    font-size: 15px;
    gap: 8px;
  }
}
.page-wgh .sec-tab-nav .tab-btn svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-tab-nav .tab-btn svg {
    width: 20px;
    height: 20px;
  }
}
.page-wgh .sec-tab-nav .tab-btn:hover {
  background-color: #3d3226;
  color: #fff;
  border-color: #3d3226;
}
.page-wgh {
  /* セクション要素上書き */
}
.page-wgh .sec-label {
  color: #8b7a5e;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-label {
    letter-spacing: 3px;
  }
}
.page-wgh .sec-heading {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-heading {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.page-wgh .sec-divider {
  width: 40px;
  background-color: #c8b878;
  margin: 0 auto 32px;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-divider {
    width: 48px;
    margin-bottom: 40px;
  }
}
.page-wgh .sec-text {
  text-align: center;
}
.page-wgh .sec-text p {
  font-size: 14px;
  color: #4a3f35;
  line-height: 2.2;
  margin-bottom: 24px;
}
.page-wgh .sec-text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-text p {
    font-size: 18px;
    line-height: 2.4;
  }
}
.page-wgh .sec-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #3d3226;
  text-align: center;
  letter-spacing: 0.5px;
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-sub-heading {
    font-size: 24px;
  }
}
.page-wgh {
  /* 眼鏡セクション */
}
.page-wgh .sec-glasses {
  background-color: #fff;
  padding: 50px 20px 60px;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-glasses {
    padding: 80px 37px 96px;
  }
}
.page-wgh .sec-glasses .sec-glasses-inner {
  max-width: 700px;
  margin: 0 auto;
}
.page-wgh .sec-glasses .sec-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-glasses .sec-content {
    gap: 40px;
    margin-bottom: 64px;
  }
}
.page-wgh .sec-glasses .intro-image {
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  overflow: hidden;
}
.page-wgh .sec-glasses .intro-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-wgh {
  /* 眼鏡写真ギャラリー */
}
.page-wgh .glasses-photos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .page-wgh .glasses-photos {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
}
.page-wgh .glasses-photos .glasses-photo-item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8e0c8;
  display: block;
}
.page-wgh .glasses-photos .glasses-photo-item img {
  width: 100%;
  height: auto;
  display: block;
}
.page-wgh {
  /* ブランドリストカード */
}
.page-wgh .brand-list-card {
  background-color: #fdfbf3;
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .page-wgh .brand-list-card {
    padding: 40px 48px;
  }
}
.page-wgh .brand-list-card .brand-list-title {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3226;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-wgh .brand-list-card .brand-list-title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.page-wgh .brand-list-card .brand-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .page-wgh .brand-list-card .brand-pills {
    gap: 10px;
  }
}
.page-wgh .brand-list-card .brand-pill {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e8e0c8;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 12px;
  color: #3d3226;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .page-wgh .brand-list-card .brand-pill {
    padding: 10px 24px;
    font-size: 14px;
  }
}
.page-wgh {
  /* 時計セクション */
}
.page-wgh .sec-watch {
  background-color: #fdfbf3;
  padding: 50px 20px 60px;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-watch {
    padding: 80px 37px 96px;
  }
}
.page-wgh .sec-watch .sec-watch-inner {
  max-width: 700px;
  margin: 0 auto;
}
.page-wgh {
  /* 時計ブランドカード */
}
.page-wgh .watch-brand-card {
  background-color: #fff;
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  padding: 32px 24px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-wgh .watch-brand-card {
    padding: 48px;
    margin-top: 56px;
  }
}
.page-wgh .watch-brand-card .watch-brand-title {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3226;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .page-wgh .watch-brand-card .watch-brand-title {
    font-size: 18px;
    margin-bottom: 36px;
  }
}
.page-wgh .watch-brand-card .watch-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .page-wgh .watch-brand-card .watch-brand-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.page-wgh .watch-brand-card .watch-brand-item {
  text-align: center;
}
.page-wgh .watch-brand-card .watch-brand-logo {
  border: 1px solid #e8e0c8;
  border-radius: 12px;
  overflow: hidden;
  padding: 12px 12px 8px;
}
@media screen and (min-width: 768px) {
  .page-wgh .watch-brand-card .watch-brand-logo {
    border-radius: 14px;
    padding: 16px 16px 10px;
  }
}
.page-wgh .watch-brand-card .watch-brand-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.page-wgh .watch-brand-card .watch-brand-logo .watch-brand-name {
  font-size: 11px;
  color: #4a3f35;
  letter-spacing: 0.3px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .page-wgh .watch-brand-card .watch-brand-logo .watch-brand-name {
    font-size: 13px;
    margin-top: 10px;
  }
}
.page-wgh .watch-brand-card .watch-brand-note {
  font-size: 14px;
  color: #4a3f35;
  text-align: center;
  margin-top: 24px;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .page-wgh .watch-brand-card .watch-brand-note {
    font-size: 16px;
    margin-top: 32px;
    line-height: 2.4;
  }
}
.page-wgh .watch-brand-card .watch-brand-note a {
  color: #4a3f35;
  text-decoration: underline;
}
.page-wgh .watch-brand-card {
  /* 時計写真ギャラリー */
}
.page-wgh .watch-brand-card .watch-photos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .page-wgh .watch-brand-card .watch-photos {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
}
.page-wgh .watch-brand-card .watch-photos .watch-photo-item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8e0c8;
  display: block;
}
.page-wgh .watch-brand-card .watch-photos .watch-photo-item img {
  width: 100%;
  height: auto;
  display: block;
}
.page-wgh {
  /* 掛け時計・置き時計カード */
}
.page-wgh .watch-clock-card {
  background-color: #fff;
  border: 1px solid #e8e0c8;
  border-radius: 16px;
  padding: 32px 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .page-wgh .watch-clock-card {
    padding: 40px 48px;
    margin-top: 32px;
  }
}
.page-wgh .watch-clock-card .watch-clock-title {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3226;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-wgh .watch-clock-card .watch-clock-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.page-wgh .watch-clock-card .watch-clock-text {
  text-align: center;
}
.page-wgh .watch-clock-card .watch-clock-text p {
  font-size: 14px;
  color: #4a3f35;
  line-height: 2.2;
  margin-bottom: 16px;
}
.page-wgh .watch-clock-card .watch-clock-text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-wgh .watch-clock-card .watch-clock-text p {
    font-size: 16px;
    line-height: 2.4;
  }
}
.page-wgh {
  /* 補聴器セクション */
}
.page-wgh .sec-hearingaid {
  background-color: #fff;
  padding: 50px 20px 60px;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-hearingaid {
    padding: 80px 37px 96px;
  }
}
.page-wgh .sec-hearingaid .sec-hearingaid-inner {
  max-width: 900px;
  margin: 0 auto;
}
.page-wgh .sec-hearingaid .sec-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .page-wgh .sec-hearingaid .sec-content {
    gap: 48px;
  }
}
.page-wgh .ha-banners {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-wgh .ha-banners {
    gap: 20px;
  }
}
.page-wgh .ha-banner {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-wgh .ha-banner {
    border-radius: 16px;
  }
}
.page-wgh .ha-banner img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .page-wgh .ha-banner img {
    width: 700px;
  }
}
.page-wgh .ha-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #3d3226;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-wgh .ha-sub-heading {
    font-size: 20px;
  }
}
.page-wgh .ha-banner-single {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-wgh .ha-banner-single {
    border-radius: 16px;
  }
}
.page-wgh .ha-banner-single img {
  width: 100%;
  height: auto;
  display: block;
}
.page-wgh .ha-logo {
  text-align: center;
}
.page-wgh .ha-logo img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .page-wgh .ha-logo img {
    width: 700px;
  }
}
.page-wgh .ha-text {
  text-align: center;
  width: 100%;
  max-width: 700px;
}
.page-wgh .ha-text p {
  font-size: 14px;
  color: #4a3f35;
  line-height: 2.2;
  margin-bottom: 20px;
}
.page-wgh .ha-text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-wgh .ha-text p {
    font-size: 18px;
    line-height: 2.4;
  }
}
.page-wgh .ha-text-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3226;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-wgh .ha-text-heading {
    font-size: 18px;
  }
}