@charset "UTF-8";
/*---レスポンシブサイズ---*/
/*---font---*/
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/noto-sans-jp-v54-japanese-regular.woff2") format("woff2");
}
/* noto-sans-jp-500 - japanese */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/noto-sans-jp-v54-japanese-500.woff2") format("woff2");
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/noto-sans-jp-v54-japanese-700.woff2") format("woff2");
}
/* public-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/public-sans-v20-latin-regular.woff2") format("woff2");
}
/* public-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/public-sans-v20-latin-700.woff2") format("woff2");
}
/* akshar-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Akshar";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/akshar-v16-latin-regular.woff2") format("woff2");
}
/* akshar-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Akshar";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/akshar-v16-latin-500.woff2") format("woff2");
}
/* noto-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/noto-sans-v39-latin-regular.woff2") format("woff2");
}
/* noto-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/noto-sans-v39-latin-500.woff2") format("woff2");
}
/* noto-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/noto-sans-v39-latin-700.woff2") format("woff2");
}
/*---変数---*/
:root {
  --base: "Noto Sans JP", sans-serif;
  --noto: "Noto Sans", sans-serif;
  --public: "Public Sans", sans-serif;
  --akshar: "Akshar", sans-serif;
  --mc: #c0a118;
  --fc: #2e2e2e;
  --bc: #f8f8f8;
}

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

.pc-tb {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-tb {
    display: none !important;
  }
}

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

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

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

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*---基本設定---*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: var(--fc);
  font-family: var(--base);
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: var(--base);
  }
}

html,
body {
  width: 100%;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  p,
  li,
  dl,
  tr,
  th,
  td {
    font-size: 1.4rem;
  }
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

a,
a * {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  a:hover .img-hover img {
    transform: scale(1.1);
  }
}
a .img-hover {
  overflow: hidden;
}
a .img-hover img {
  transition: 0.6s;
}

/*---cmn---*/
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .cmn-wrap {
    padding-inline: 24px;
  }
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}
.cmn-wrap.--small {
  max-width: 1160px;
}

.cmn-ttl {
  position: relative;
}
.cmn-ttl__main {
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl__main {
    margin-bottom: 3%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-ttl__main {
    margin-bottom: 20px;
  }
}
.cmn-ttl__lead {
  color: #585858;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl__lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-ttl__lead {
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.cmn-ttl.--fs1 .cmn-ttl__main {
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl.--fs1 .cmn-ttl__main {
    margin-bottom: 2%;
  }
}
.cmn-ttl.--fs1 .cmn-ttl__lead {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .cmn-ttl.--fs1 .cmn-ttl__lead {
    font-size: 1.4rem;
  }
}
.cmn-ttl.--fs2 .cmn-ttl__lead {
  font-size: 1.8rem;
}
.cmn-ttl.--mb-size1 .cmn-ttl__main {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl.--mb-size1 .cmn-ttl__main {
    margin-bottom: 4%;
  }
}
.cmn-ttl.--white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cmn-ttl.--white .cmn-ttl__main {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.cmn-ttl.--white .cmn-ttl__lead {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cmn-ttl.--white .cmn-ttl__lead {
    text-align: left;
  }
}

.cmn-btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--fc);
  color: var(--fc);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.056rem;
  transition: 0.4s;
}
.cmn-btn__link::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .cmn-btn__link:hover {
    background: var(--fc);
    color: #fff;
  }
  .cmn-btn__link:hover::after {
    opacity: 1;
  }
}
.cmn-btn.--white .cmn-btn__link {
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .cmn-btn.--white .cmn-btn__link:hover {
    background: var(--fc);
    border: 1px solid var(--fc);
    color: #fff;
  }
}
.cmn-btn.--small .cmn-btn__link {
  width: 215px;
}
.cmn-btn.--about .cmn-btn__link {
  margin-inline: auto 0;
  width: 220px;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cmn-btn.--about .cmn-btn__link {
    margin-inline: auto;
    border-radius: 40px;
    border: 1px solid var(--fc);
    color: var(--fc);
  }
  .cmn-btn.--about .cmn-btn__link:after {
    right: 30px;
    width: 8px;
    height: 8px;
    border-color: var(--fc);
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .cmn-btn.--about .cmn-btn__link:hover {
    background: var(--fc);
    border: 1px solid var(--fc);
    color: #fff;
  }
}
.cmn-btn.--black .cmn-btn__link {
  width: 240px;
  height: 48px;
  background: var(--fc);
  color: #fff;
}
.cmn-btn.--black .cmn-btn__link::after {
  border-right: 1px solid var(--fc);
  border-top: 1px solid var(--fc);
}
@media screen and (min-width: 1025px) {
  .cmn-btn.--black .cmn-btn__link:hover {
    background: #fff;
    color: var(--fc);
  }
  .cmn-btn.--black .cmn-btn__link:hover::after {
    opacity: 1;
  }
}

.--mc {
  color: var(--mc);
}

.mfp-content {
  width: 90%;
  height: 90vh;
  margin-inline: auto;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .mfp-content {
    height: 100svh;
  }
}

/*---header---*/
.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  line-height: 1;
  transition: all 0.4s;
  z-index: 1000;
}
.hd-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding-inline: 55px;
  width: 100%;
  height: 100%;
  background: var(--bc);
}
@media screen and (max-width: 1360px) {
  .hd-cnt {
    padding-inline: 20px;
  }
}
.hd-name {
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .hd-name {
    z-index: 0;
  }
}
.hd-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hd-logo__ph {
  max-width: 208px;
}
.hd-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.hd-menu__sns {
  width: 18px;
  height: auto;
  aspect-ratio: 1;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .hd-menu__sns {
    z-index: 0;
  }
}
.hd-menu__sns img {
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-menu__sns:hover img {
    opacity: 0.5;
  }
}
.hd-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px 32px;
}
@media screen and (max-width: 1240px) {
  .hd-nav {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
.hd-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.hd-nav__list.--search .hd-nav__item {
  border: none;
}
.hd-nav__list.--search .hd-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-inline: 8px;
}
.hd-nav__list.--search .hd-nav__link-icon {
  display: block;
  margin: 0;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}
.hd-nav__item {
  position: relative;
  padding-block: 5px;
  text-align: center;
  border-left: 1px solid #d7d7d7;
}
@media screen and (max-width: 1240px) {
  .hd-nav__item {
    padding-block: 0;
  }
}
.hd-nav__item.has-child:hover .hd-nav__link {
  opacity: 0.6;
}
.hd-nav__item.has-child:hover > .hd-nav__sub-list {
  display: block;
}
@media screen and (min-width: 1025px) {
  .hd-nav__item:not(.has-child) .hd-nav__link:hover {
    color: #c58f58;
  }
  .hd-nav__item:not(.has-child) .hd-nav__link:hover .hd-nav__link-icon img {
    opacity: 0;
  }
  .hd-nav__item:not(.has-child) .hd-nav__link:hover .hd-nav__link-icon::before {
    opacity: 1;
  }
}
.hd-nav__link {
  position: relative;
  display: block;
  padding-inline: 15px;
  transition: 0.4s;
}
@media screen and (max-width: 1370px) {
  .hd-nav__link {
    padding-inline: 10px;
  }
}
.hd-nav__link-icon {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 14px;
  aspect-ratio: 16/14;
  vertical-align: middle;
  transition: 0.4s;
}
.hd-nav__link-icon img {
  transition: 0.4s;
}
.hd-nav__link-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.hd-nav__link-icon.--shop::before {
  background: url(/img/icon-shop_color.png) no-repeat center center/cover;
}
.hd-nav__link-icon.--sekou::before {
  background: url(/img/icon-sekou_color.png) no-repeat center center/cover;
}
.hd-nav__link-icon.--award::before {
  background: url(/img/icon-award_color.png) no-repeat center center/cover;
}
.hd-nav__link-icon.--favorite::before {
  background: url(/img/icon-favorite_color.png) no-repeat center center/cover;
}
.hd-nav__link-st {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.056rem;
}
.hd-nav__sub-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 136px;
  background: #f8f8f8;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
.hd-nav__sub-item:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.hd-nav__sub-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  color: #383838;
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-nav__sub-link:hover {
    color: #c58f58;
    opacity: 1;
  }
  .hd-nav__sub-link:hover .hd-nav__link-icon img {
    opacity: 0;
  }
  .hd-nav__sub-link:hover .hd-nav__link-icon::before {
    opacity: 1;
  }
}
.hd-nav__sub-st {
  font-size: 1.4rem;
  line-height: 1.14; /* 114.286% */
  letter-spacing: 0.14rem;
}
.hd-toggle {
  position: relative;
  display: block;
  width: 56px;
  height: 100%;
  cursor: pointer;
  z-index: 1002;
}
.hd-toggle div {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 16px;
}
.hd-toggle span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--fc);
  color: var(--fc);
  transition: 0.35s ease-in-out;
}
.hd-toggle span:nth-child(1) {
  top: 0;
}
.hd-toggle span:nth-child(2) {
  top: 8px;
}
.hd-toggle span:nth-child(3) {
  position: relative;
  top: 16px;
}
.hd-hum {
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  display: flex;
  flex-direction: column;
  padding-top: 70px;
  width: 100%;
  height: 100svh;
  background: #f8f8f8;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  font-size: 2.4rem;
  overflow-x: hidden;
  opacity: 0;
  transition: 0.4s;
}
.hd-hum__inr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .hd-hum__inr {
    padding-bottom: 50px;
  }
}
.hd-hum__cnt {
  width: 100%;
  max-width: 1120px;
  padding: 80px 20px;
  margin: 0 auto;
  border-block: 1px solid #d7d7d7;
}
@media screen and (max-width: 1024px) {
  .hd-hum__cnt {
    padding: 4.5% 6%;
    border: none;
  }
}
.hd-hum__top {
  margin-inline: auto;
  padding-block: 64px 55px;
  padding-inline: 40px;
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .hd-hum__top {
    padding-block: 60px 45px;
  }
}
.hd-hum__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .hd-hum__head {
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
  }
}
@media screen and (max-width: 767px) {
  .hd-hum__head {
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
}
.hd-hum__logo {
  margin-bottom: 24px;
  text-align: center;
}
.hd-hum__logo-ph {
  width: 173px;
}
.hd-hum__sns-link {
  display: block;
  margin-inline: auto;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}
.hd-hum__sns-link img {
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-hum__sns-link:hover img {
    opacity: 0.5;
  }
}
.hd-hum__bottom {
  background: #585858;
  height: 128px;
}
@media screen and (max-width: 1024px) {
  .hd-hum__bottom {
    height: 130px;
  }
}
.hd-hum__bottom-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1160px;
  height: 128px;
}
@media screen and (max-width: 1024px) {
  .hd-hum__bottom-inr {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .hd-hum__bottom-inr {
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    padding-inline: 20px;
  }
}
.hd-hum__name {
  width: 90px;
  aspect-ratio: 14/5;
}
@media screen and (max-width: 1024px) {
  .hd-hum__name {
    width: 93.825px;
    aspect-ratio: 93.83/32;
  }
}
.hd-hum__copy {
  color: var(--bc);
  font-size: 1.2rem;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 767px) {
  .hd-hum__copy {
    font-size: 1rem;
    letter-spacing: 0.02rem;
  }
}
.hd .hum-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow-y: auto;
  gap: 72px;
}
@media screen and (max-width: 1240px) {
  .hd .hum-nav {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .hd .hum-nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }
}
.hd .hum-nav__cnt {
  min-width: 182px;
}
@media screen and (max-width: 1024px) {
  .hd .hum-nav__cnt {
    width: 100%;
  }
}
.hd .hum-nav__cnt.--cnt03 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .hd .hum-nav__cnt.--cnt03 {
    padding-left: 0;
    gap: 0;
  }
}
.hd .hum-nav__layout {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 min(3.28125vw, 4.2rem);
}
@media screen and (max-width: 1024px) {
  .hd .hum-nav__layout {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
    padding-top: 32px;
    padding-inline: 16px;
    border-top: 1px solid #d7d7d7;
  }
}
.hd .hum-nav__list {
  min-width: 168px;
}
@media screen and (max-width: 1024px) {
  .hd .hum-nav__list {
    padding-inline: 16px;
  }
}
.hd .hum-nav__list.--list04 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 min(3.28125vw, 4.2rem);
}
@media screen and (max-width: 1024px) {
  .hd .hum-nav__list.--list04 {
    display: contents;
  }
}
.hd .hum-nav__list.--list04 .hum-nav__item {
  min-width: 120px;
}
@media screen and (max-width: 1024px) {
  .hd .hum-nav__list.--list04 .hum-nav__item {
    margin-bottom: 12px;
  }
}
.hd .hum-nav__list.--list04 .hum-nav__link {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
@media screen and (max-width: 1024px) {
  .hd .hum-nav__list.--list05 {
    display: contents;
  }
}
.hd .hum-nav__list.--list05 .ft-nav__link {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.hd .hum-nav__item {
  margin-bottom: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .hd .hum-nav__item {
    margin-bottom: 20px;
  }
}
.hd .hum-nav__link {
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd .hum-nav__link:hover {
    color: #c58f58;
  }
  .hd .hum-nav__link:hover .hum-nav__link-icon path {
    stroke: #c58f58;
  }
}
.hd .hum-nav__link-icon path {
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .hd {
    height: 78px;
  }
  .hd-cnt {
    padding-inline: 24px;
  }
  .hd-logo {
    flex-direction: row;
    gap: 12px;
    width: auto;
    line-height: 1;
    z-index: 1001;
  }
  .hd-logo__ph {
    width: 148px;
  }
  .hd-nav {
    display: none;
  }
  .hd-toggle div {
    width: 32px;
  }
}
.hd.open .hd-toggle__txt {
  color: #333;
  visibility: hidden;
}
.hd.open .hd-toggle__txt::after {
  visibility: visible;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
}
.hd.open .hd-hum {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s, opacity 0.4s;
  visibility: visible;
}
.hd.fixed {
  background: rgba(255, 255, 255, 0.8);
}
.hd.fixed .hd-nav__link-st {
  color: var(--mc);
}

/*---footer---*/
.ft {
  background: var(--bc);
  border-top: 4px solid #d7d7d7;
}
@media screen and (max-width: 767px) {
  .ft {
    border-top: 2px solid #d7d7d7;
  }
}
.ft-top {
  margin-inline: auto;
  padding-block: 64px 55px;
  padding-inline: 40px;
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .ft-top {
    padding-block: 60px 45px;
    padding-inline: 24px;
  }
}
.ft-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .ft-head {
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
  }
}
.ft-logo__ph {
  width: 173px;
}
.ft-sns__link {
  display: block;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}
.ft-sns__link img {
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .ft-sns__link:hover img {
    opacity: 0.5;
  }
}
.ft-nav {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 72px;
}
@media screen and (max-width: 1024px) {
  .ft-nav {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ft-nav {
    flex-direction: column;
    gap: 0;
  }
}
.ft-nav__cnt.--cnt03 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .ft-nav__cnt.--cnt03 {
    padding-left: 0;
    gap: 0;
  }
}
.ft-nav__layout {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 min(3.28125vw, 4.2rem);
}
@media screen and (max-width: 1024px) {
  .ft-nav__layout {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .ft-nav__layout {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
    padding-top: 32px;
    border-top: 1px solid #d7d7d7;
  }
}
.ft-nav__list {
  min-width: 182px;
}
.ft-nav__list.--list04 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 min(3.28125vw, 4.2rem);
}
@media screen and (max-width: 1024px) {
  .ft-nav__list.--list04 {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .ft-nav__list.--list04 {
    margin-top: 15px;
    padding-top: 40px;
    border-top: 1px solid #d7d7d7;
  }
}
.ft-nav__list.--list04 .ft-nav__item {
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .ft-nav__list.--list04 .ft-nav__item {
    margin-bottom: 12px;
  }
}
.ft-nav__list.--list04 .ft-nav__link {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
@media screen and (max-width: 1024px) {
  .ft-nav__list.--list05 {
    display: contents;
  }
}
.ft-nav__list.--list05 .ft-nav__link {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.ft-nav__item {
  margin-bottom: 16px;
  line-height: 1.4;
}
.ft-nav__link {
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .ft-nav__link:hover {
    color: #c58f58;
  }
  .ft-nav__link:hover .ft-nav__link-icon path {
    stroke: #c58f58;
  }
}
.ft-nav__link-icon path {
  transition: 0.4s;
}
.ft-bottom {
  background: #585858;
}
.ft-bottom__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1160px;
  height: 128px;
}
@media screen and (max-width: 767px) {
  .ft-bottom__inr {
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    padding-inline: 20px;
    height: 180px;
  }
}
.ft-name {
  width: 90px;
}
.ft-copy {
  color: var(--bc);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 767px) {
  .ft-copy {
    font-size: 0.8rem;
    letter-spacing: 0.016rem;
  }
}

/*---breadcrumb---*/
.breadcrumb {
  position: relative;
  z-index: 10;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px 0;
}
.breadcrumb__list.--white .breadcrumb__item:not(:last-of-type)::after {
  color: #fff;
}
.breadcrumb__list.--white .breadcrumb__link {
  color: #fff;
}
.breadcrumb__item {
  font-size: 1.2rem;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 0.8rem;
  }
}
.breadcrumb__item:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em;
  color: #585858;
}
.breadcrumb__link {
  color: #585858;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.048rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb__link {
    font-size: 0.8rem;
    letter-spacing: 0.032rem;
  }
}

/*---pager---*/
.pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager__list > * + * {
  margin-inline: 2px;
}
.pager__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  transition: 0.4s;
}
.pager__link-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
}
.pager__link-icon path {
  transition: 0.4s;
}
.pager__link.active {
  pointer-events: none;
  background: var(--fc);
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .pager__link:not(.active):hover {
    background: var(--fc);
    color: #fff;
  }
  .pager__link:not(.active):hover .pager__link-icon path {
    fill: #fff;
  }
}