.bg-fixed-layer {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url(../img/bg_gray.webp) center center/cover no-repeat;
  background-color: #F4F4F4;
}

*, *::before, *::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  outline: none;
  -webkit-focus-ring-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  width: 100%;
  height: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: 2px solid #AD8F5E;
  outline-offset: 2px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho B1", sans-serif;
  font-style: normal;
  color: #121212;
  background-color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: clamp(14px, 32 / 750 * 100vw, 32px);
  }
}

.wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: min(120 / 750 * 100vw, 120px) 0;
}
@media screen and (max-width: 750px) {
  .wrap {
    max-width: min(660 / 750 * 100vw, 660px);
  }
}

.sp_view {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp_view {
    display: block;
  }
}
.pc_view {
  display: block;
}

@media screen and (max-width: 750px) {
  .pc_view {
    display: none;
  }
}
.kv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 750px) {
  .kv {
    height: min(660 / 750 * 100vw, 660px);
  }
}
.kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.kv .kv__copy {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  margin: auto;
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .kv .kv__copy {
    padding-top: min(160 / 750 * 100vw, 160px);
  }
}
.kv .kv__copy p {
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.64);
}
.kv .kv__copy p:first-of-type {
  font-size: 40px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .kv .kv__copy p:first-of-type {
    font-size: clamp(14px, 64 / 750 * 100vw, 64px);
  }
}
.kv .kv__copy p:first-of-type span {
  display: inline-block;
}
.kv .kv__copy p:last-of-type {
  font-family: "Lora", serif;
  font-weight: 500;
}
.kv.kamisugi__kv .kv__copy p:first-of-type {
  line-height: 1.25;
  margin-bottom: 0.25em;
}

.breadCrumb {
  background-color: #1F1F1F;
}
.breadCrumb .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: min(20 / 750 * 100vw, 20px);
       column-gap: min(20 / 750 * 100vw, 20px);
  min-height: 40px;
  padding: 0;
  line-height: 2;
  font-size: 14px;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .breadCrumb .wrap {
    font-size: clamp(14px, 28 / 750 * 100vw, 28px);
  }
}
@media screen and (max-width: 750px) {
  .breadCrumb .wrap {
    min-height: min(80 / 750 * 100vw, 80px);
  }
}
.breadCrumb .wrap .arrow {
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
}

h2 {
  text-align: center;
  line-height: 1;
  color: #1F1F1F;
}
h2 img {
  width: 100px;
  margin: auto;
  height: auto;
}
h2 .en {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  h2 .en {
    font-size: clamp(14px, 32 / 750 * 100vw, 32px);
  }
}
h2 .ja {
  font-weight: 600;
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  h2 img {
    width: min(200 / 750 * 100vw, 200px);
  }
  h2 .ja {
    font-size: clamp(14px, 40 / 750 * 100vw, 40px);
  }
}

.preview-badge {
  color: #ff6b35;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0.5em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 50;
  padding: 16px 0 0 50px;
  background-color: rgba(31, 31, 31, 0.5);
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .header {
    height: min(176 / 750 * 100vw, 176px);
    padding: min(56 / 750 * 100vw, 56px) 0 0 min(44 / 750 * 100vw, 44px);
  }
  .header.is-active {
    background-color: #1F1F1F;
  }
  .header.is-hidden {
    background-color: transparent;
  }
  .header.is-hidden .header__menu--logo {
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .header.is-hidden.is-active {
    background-color: rgba(31, 31, 31, 1);
  }
  .header.is-hidden.is-active .header__menu--logo {
    transform: translateY(0);
    opacity: 1;
  }
  .header .header__menu--logo {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
}
.header .header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__menu .header__menu--logo h1 img {
  width: 242px;
}
@media screen and (max-width: 750px) {
  .header .header__menu .header__menu--logo h1 img {
    width: min(392 / 750 * 100vw, 392px);
  }
}
.header .header__menu .header__menu--logo .tel {
  display: flex;
  gap: 1em;
  padding-top: 10px;
}
.header .header__menu .header__menu--logo .tel .tel__inner {
  line-height: 1;
}
.header .header__menu .header__menu--logo .tel .tel__inner .tel__txt {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .header .header__menu .header__menu--logo .tel .tel__inner .tel__txt {
    font-size: clamp(14px, 28 / 750 * 100vw, 28px);
  }
}
.header .header__menu .header__menu--logo .tel .tel__inner .tel__num {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .header .header__menu .header__menu--logo .tel .tel__inner .tel__num {
    font-size: clamp(14px, 48 / 750 * 100vw, 48px);
  }
}
@media screen and (max-width: 750px) {
  .header .header__menu .header__menu--logo .tel {
    display: none;
  }
}
.header .header__menu .header__menu--btn {
  display: flex;
  gap: 1em;
  padding-right: 1em;
}
.header .header__menu .header__menu--btn .header__menu--globel {
  position: relative;
}
.header .header__menu .header__menu--btn .header__menu--globel button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background-color: #FFFFFF;
  border-radius: 50px;
}
.header .header__menu .header__menu--btn .header__menu--globel button .icon-globe {
  width: 34px;
  height: 34px;
  color: #1F1F1F;
  transition: color 0.3s ease;
}
.header .header__menu .header__menu--btn .header__menu--globel button:hover .icon-globe {
  color: #928473;
}
@media screen and (max-width: 750px) {
  .header .header__menu .header__menu--btn .header__menu--globel button {
    width: min(80 / 750 * 100vw, 80px);
    height: min(80 / 750 * 100vw, 80px);
  }
  .header .header__menu .header__menu--btn .header__menu--globel button .icon-globe {
    width: min(40 / 750 * 100vw, 40px);
    height: min(40 / 750 * 100vw, 40px);
  }
}
.header .header__menu .header__menu--btn .header__menu--hm button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background-color: #FFFFFF;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .header .header__menu .header__menu--btn .header__menu--hm button {
    width: min(80 / 750 * 100vw, 80px);
    height: min(80 / 750 * 100vw, 80px);
  }
}
.header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon {
  position: relative;
  width: 32px;
  height: 18px;
}
@media screen and (max-width: 750px) {
  .header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon {
    width: min(48 / 750 * 100vw, 48px);
    height: min(28 / 750 * 100vw, 28px);
  }
}
.header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon .hamburger__icon--lineTop,
.header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon .hamburger__icon--lineBottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 3px;
  background-color: #1F1F1F;
  transform-origin: center center;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon .hamburger__icon--lineTop,
  .header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon .hamburger__icon--lineBottom {
    width: min(36 / 750 * 100vw, 36px);
    height: min(4 / 750 * 100vw, 4px);
  }
}
.header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon .hamburger__icon--lineTop .dot,
.header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon .hamburger__icon--lineBottom .dot {
  position: absolute;
  left: 3px;
  bottom: -1px;
  width: 4px;
  height: 4px;
  background-color: #FFFFFF;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon .hamburger__icon--lineTop .dot,
  .header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon .hamburger__icon--lineBottom .dot {
    left: min(4 / 750 * 100vw, 4px);
    bottom: -1px;
    width: min(4 / 750 * 100vw, 4px);
    height: min(8 / 750 * 100vw, 8px);
  }
}
.header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon .hamburger__icon--lineTop {
  top: 0;
  animation: btn07-bar01 0.75s forwards;
}
.header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon .hamburger__icon--lineBottom {
  bottom: 0;
  animation: btn07-bar03 0.75s forwards;
}
.header .header__menu .header__menu--btn .header__menu--hm.is-active button .hamburger__icon .hamburger__icon--lineTop {
  animation: active-btn07-bar01 0.75s forwards;
}
.header .header__menu .header__menu--btn .header__menu--hm.is-active button .hamburger__icon .hamburger__icon--lineTop .dot {
  background-color: rgba(31, 31, 31, 0);
}
.header .header__menu .header__menu--btn .header__menu--hm.is-active button .hamburger__icon .hamburger__icon--lineBottom {
  animation: active-btn07-bar03 0.75s forwards;
}
.header .header__menu .header__menu--btn .header__menu--hm.is-active button .hamburger__icon .hamburger__icon--lineBottom .dot {
  background-color: rgba(31, 31, 31, 0);
}
.header .header__menu .header__menu--btn .header__menu--hm:hover .hamburger__icon .hamburger__icon--lineTop,
.header .header__menu .header__menu--btn .header__menu--hm:hover .hamburger__icon .hamburger__icon--lineBottom {
  background-color: #928473;
}
.header .header__menu .header__menu--btn .header__menu--hm:hover .hamburger__icon .hamburger__icon--lineTop .dot,
.header .header__menu .header__menu--btn .header__menu--hm:hover .hamburger__icon .hamburger__icon--lineBottom .dot {
  background-color: #FFFFFF;
}
.header .header__menu .header__menu--btn .header__menu--hm.is-active:hover .hamburger__icon .hamburger__icon--lineTop .dot,
.header .header__menu .header__menu--btn .header__menu--hm.is-active:hover .hamburger__icon .hamburger__icon--lineBottom .dot {
  background-color: rgba(31, 31, 31, 0);
}
@media screen and (max-width: 750px) {
  .header .header__menu .header__menu--btn .header__menu--hm button {
    width: min(80 / 750 * 100vw, 80px);
    height: min(80 / 750 * 100vw, 80px);
  }
  .header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon {
    width: min(40 / 750 * 100vw, 40px);
    height: min(20 / 750 * 100vw, 20px);
  }
  .header .header__menu .header__menu--btn .header__menu--hm button .hamburger__icon span {
    width: min(40 / 750 * 100vw, 40px);
    height: min(4 / 750 * 100vw, 4px);
  }
}

.languageMenu {
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  width: 180px;
  background-color: #FFFFFF;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}
.languageMenu .languageMenu__inner {
  display: grid;
  padding: 24px;
}
.languageMenu .languageMenu__inner li {
  border-bottom: 1px solid #E8E8E8;
  text-align: center;
  color: #1F1F1F;
  font-weight: 600;
  line-height: 3;
  cursor: pointer;
}
.languageMenu .languageMenu__inner li:first-of-type {
  border-top: 1px solid #E8E8E8;
}
.languageMenu .languageMenu__inner li:hover {
  color: #AD8F5E;
}
.languageMenu.is-active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s ease;
}
@media screen and (max-width: 750px) {
  .languageMenu {
    top: 115%;
    width: min(260 / 750 * 100vw, 260px);
    height: auto;
  }
  .languageMenu .languageMenu__inner {
    padding: min(46 / 750 * 100vw, 46px) min(36 / 750 * 100vw, 36px);
    font-size: clamp(14px, 28 / 750 * 100vw, 28px);
  }
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  width: 490px;
  height: 100svh;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  transform: translateX(100%);
  transition: all 0.3s linear;
  overflow-y: auto;
  visibility: hidden;
}
.hamburger.is-active {
  transform: translateX(0);
  visibility: visible;
}
@media screen and (max-width: 750px) {
  .hamburger {
    width: 100%;
    height: calc(100svh - min(176 / 750 * 100vw, 176px));
    padding-top: min(48 / 750 * 100vw, 48px);
    margin-top: min(176 / 750 * 100vw, 176px);
    overflow-y: auto;
  }
}
.hamburger .hamburger_inner {
  width: 90%;
  height: 100%;
  margin: auto;
}
.hamburger .hamburger_inner .hamburger__menu {
  display: grid;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__menu {
    font-size: clamp(14px, 40 / 750 * 100vw, 40px);
  }
}
.hamburger .hamburger_inner .hamburger__menu li {
  border-top: 1px solid #E8E8E8;
}
.hamburger .hamburger_inner .hamburger__menu li a {
  display: block;
  padding: 0 1em;
  line-height: 3;
}
.hamburger .hamburger_inner .hamburger__menu li a:hover {
  background-color: #F4F4F4;
}
.hamburger .hamburger_inner .hamburger__menu li .details .details-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
  line-height: 3;
  cursor: pointer;
}
.hamburger .hamburger_inner .hamburger__menu li .details .details-summary:hover {
  background-color: #F4F4F4;
}
@media screen and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__menu li .details .details-summary .toggle_icon {
    position: relative;
    display: block;
    width: min(52 / 750 * 100vw, 52px);
    height: min(52 / 750 * 100vw, 52px);
    background-color: #FFFFFF;
    border: 1px solid #1F1F1F;
    border-radius: 50px;
  }
  .hamburger .hamburger_inner .hamburger__menu li .details .details-summary .toggle_icon::before, .hamburger .hamburger_inner .hamburger__menu li .details .details-summary .toggle_icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1F1F1F;
    width: min(20 / 750 * 100vw, 20px);
    height: min(2 / 750 * 100vw, 2px);
    content: "";
  }
  .hamburger .hamburger_inner .hamburger__menu li .details .details-summary .toggle_icon::after {
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: transform 0.3s ease;
  }
  .hamburger .hamburger_inner .hamburger__menu li .details .details-summary.is-active .toggle_icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.hamburger .hamburger_inner .hamburger__menu li .details-summary::-webkit-details-marker {
  display: none;
}
.hamburger .hamburger_inner .hamburger__menu li .details-content {
  margin: 0 20px;
}
.hamburger .hamburger_inner .hamburger__menu li .details-content .details-content__ttl {
  color: #AD8F5E;
  border-bottom: 1px solid #AD8F5E;
}
.hamburger .hamburger_inner .hamburger__menu li .details-content .details-content__ttl p {
  padding-left: 1em;
  font-weight: 600;
}
.hamburger .hamburger_inner .hamburger__menu li .details-content p {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__menu li .details-content p {
    font-size: clamp(14px, 28 / 750 * 100vw, 28px);
  }
}
.hamburger .hamburger_inner .hamburger__link {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E8E8E8;
  margin-top: 24px;
}
.hamburger .hamburger_inner .hamburger__link li {
  width: 50%;
  border-top: 1px solid #E8E8E8;
  text-align: center;
}
.hamburger .hamburger_inner .hamburger__link li:nth-of-type(even) {
  border-left: 1px solid #E8E8E8;
}
.hamburger .hamburger_inner .hamburger__link li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger .hamburger_inner .hamburger__link li a img {
  width: 16px;
  height: 16px;
  background-size: contain;
}
.hamburger .hamburger_inner .hamburger__link li a {
  line-height: 3;
}
@media screen and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__link {
    margin-top: min(48 / 750 * 100vw, 48px);
  }
  .hamburger .hamburger_inner .hamburger__link li a img {
    width: min(32 / 750 * 100vw, 32px);
    height: min(32 / 750 * 100vw, 32px);
  }
}
.hamburger .hamburger_inner .hamburger__tel {
  display: none;
}
@media screen and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__tel {
    display: block;
    padding: min(48 / 750 * 100vw, 48px) 0;
  }
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner {
    display: grid;
    gap: 1em;
  }
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn a {
    display: inline-block;
    width: 352px;
    height: 64px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn a {
    width: 100%;
    height: min(128 / 750 * 100vw, 128px);
  }
}
@media screen and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn a p {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #FFFFFF;
    background: #1F1F1F;
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
    transition-duration: 0.4s;
    z-index: 2;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn a p {
    border: none;
    background: #AD8F5E;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn a p::before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 14px;
    height: 14px;
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 0% 50%, #FFFFFF 50% 100%);
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn a p::before {
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 0% 50%, #FFFFFF 50% 100%);
    bottom: min(16 / 750 * 100vw, 16px);
    right: min(16 / 750 * 100vw, 16px);
    width: min(24 / 750 * 100vw, 24px);
    height: min(24 / 750 * 100vw, 24px);
  }
}
@media screen and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn a p::after {
    background: #AD8F5E;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.5s, transform 0s;
    transition-delay: 0s, 0.4s;
  }
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn a p:hover {
    border: 1px solid #AD8F5E;
    color: #FFFFFF;
  }
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn a p:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn a p:hover::before {
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 0% 50%, #FFFFFF 50% 100%);
  }
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn:last-of-type a {
    display: inline-block;
    width: 100%;
    height: 64px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn:last-of-type a {
    width: 100%;
    height: min(128 / 750 * 100vw, 128px);
  }
}
@media screen and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn:last-of-type a p {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #FFFFFF;
    background: #1F1F1F;
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
    transition-duration: 0.4s;
    z-index: 2;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn:last-of-type a p {
    border: none;
    background: #928473;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn:last-of-type a p::before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 14px;
    height: 14px;
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 0% 50%, #FFFFFF 50% 100%);
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn:last-of-type a p::before {
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 0% 50%, #FFFFFF 50% 100%);
    bottom: min(16 / 750 * 100vw, 16px);
    right: min(16 / 750 * 100vw, 16px);
    width: min(24 / 750 * 100vw, 24px);
    height: min(24 / 750 * 100vw, 24px);
  }
}
@media screen and (max-width: 750px) {
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn:last-of-type a p::after {
    background: #928473;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.5s, transform 0s;
    transition-delay: 0s, 0.4s;
  }
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn:last-of-type a p:hover {
    border: 1px solid #928473;
    color: #FFFFFF;
  }
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn:last-of-type a p:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn:last-of-type a p:hover::before {
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 0% 50%, #FFFFFF 50% 100%);
  }
  .hamburger .hamburger_inner .hamburger__tel .hamburger__tel__inner .hamburger__tel--btn img {
    width: min(48 / 750 * 100vw, 48px);
    height: min(48 / 750 * 100vw, 48px);
  }
}

@keyframes btn07-bar01 {
  0% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    transform: translateX(-50%) translateY(0) rotate(0);
  }
}
@keyframes btn07-bar03 {
  0% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  50% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
  }
  100% {
    transform: translateX(-50%) translateY(0) rotate(180deg);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
}
footer {
  background-color: #FFFFFF;
}

.footer {
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: min(64 / 750 * 100vw, 64px);
  }
}

.footer__onlineStore {
  position: relative;
  z-index: 0;
  background-color: #F4F4F4;
  background-image: url(../img/bg_gray.webp);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: repeat;
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  .footer__onlineStore {
    padding: min(80 / 750 * 100vw, 80px) 0;
  }
}
.footer__onlineStore .footer__onlineStore__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  height: 630px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .footer__onlineStore .footer__onlineStore__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    gap: min(40 / 750 * 100vw, 40px);
    height: auto;
    padding: min(60 / 750 * 100vw, 60px) 0;
  }
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__img {
  grid-column: 1/2;
  grid-row: 1/3;
  height: 100%;
  overflow: hidden;
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__img picture {
  height: 100%;
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 750px) {
  .footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__img {
    grid-column: 1/2;
    grid-row: 2/3;
    height: min(296 / 750 * 100vw, 296px);
  }
}
.footer__onlineStore .footer__onlineStore__inner h2 {
  grid-column: 2/3;
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .footer__onlineStore .footer__onlineStore__inner h2 {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-top: 0;
  }
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt {
  grid-column: 2/3;
  display: grid;
  gap: 34px;
  width: 500px;
  margin: auto;
  padding: 1em;
  text-align: center;
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt > p {
  line-height: 2;
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt > p:first-of-type {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt > p:first-of-type {
    font-size: clamp(14px, 40 / 750 * 100vw, 40px);
  }
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt .footer__onlineStore__btn a {
  display: inline-block;
  width: 352px;
  height: 64px;
}
@media screen and (max-width: 750px) {
  .footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt .footer__onlineStore__btn a {
    width: 100%;
    height: min(128 / 750 * 100vw, 128px);
  }
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt .footer__onlineStore__btn a p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #FFFFFF;
  background: #1F1F1F;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt .footer__onlineStore__btn a p {
    border: none;
    background: #AD8F5E;
    color: #FFFFFF;
  }
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt .footer__onlineStore__btn a p::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 0% 50%, #FFFFFF 50% 100%);
}
@media screen and (max-width: 750px) {
  .footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt .footer__onlineStore__btn a p::before {
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 0% 50%, #FFFFFF 50% 100%);
    bottom: min(16 / 750 * 100vw, 16px);
    right: min(16 / 750 * 100vw, 16px);
    width: min(24 / 750 * 100vw, 24px);
    height: min(24 / 750 * 100vw, 24px);
  }
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt .footer__onlineStore__btn a p::after {
  background: #AD8F5E;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt .footer__onlineStore__btn a p:hover {
  border: 1px solid #AD8F5E;
  color: #FFFFFF;
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt .footer__onlineStore__btn a p:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt .footer__onlineStore__btn a p:hover::before {
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 0% 50%, #FFFFFF 50% 100%);
}
.footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt .footer__onlineStore__btn img {
  width: 24px;
  margin-right: 0.5em;
}
@media screen and (max-width: 750px) {
  .footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt {
    grid-column: 1/2;
    grid-row: 3/4;
    gap: min(40 / 750 * 100vw, 40px);
    width: 100%;
    padding: 1em;
  }
  .footer__onlineStore .footer__onlineStore__inner .footer__onlineStore__txt > p:first-of-type {
    font-size: clamp(14px, 32 / 750 * 100vw, 32px);
  }
}

.footer__shopLink .footer__shopLink__inner.wrap {
  padding: 60px 0 0;
}
.footer__shopLink .footer__shopLink__inner.wrap .footer__shopLink__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer__shopLink .footer__shopLink__inner.wrap .footer__shopLink__link .footer__shopLink__link--btn {
  max-width: 48%;
}
@media screen and (max-width: 750px) {
  .footer__shopLink .footer__shopLink__inner.wrap {
    padding: min(60 / 750 * 100vw, 60px) 0;
  }
  .footer__shopLink .footer__shopLink__inner.wrap .footer__shopLink__link {
    flex-direction: column;
    gap: min(40 / 750 * 100vw, 40px);
  }
  .footer__shopLink .footer__shopLink__inner.wrap .footer__shopLink__link .footer__shopLink__link--btn {
    width: 100%;
    max-width: 100%;
  }
}

.footer__shopAdd.wrap {
  margin-top: 50px;
  padding: 50px 0;
  border-top: 1px solid #1F1F1F;
}
@media screen and (max-width: 750px) {
  .footer__shopAdd.wrap {
    margin-top: min(80 / 750 * 100vw, 80px);
    padding: min(80 / 750 * 100vw, 80px) 0;
  }
}
.footer__shopAdd.wrap .footer__shopAdd__inner {
  display: flex;
  gap: 60px;
}
.footer__shopAdd.wrap .footer__shopAdd__inner .footer__shopAdd__item {
  display: grid;
  gap: 1em;
  width: 100%;
}
.footer__shopAdd.wrap .footer__shopAdd__inner .footer__shopAdd__item .footer__shopAdd__item__txt {
  display: grid;
  gap: 1em;
}
.footer__shopAdd.wrap .footer__shopAdd__inner .footer__shopAdd__item .footer__shopAdd__item__txt .footer__shopAdd__item__txt--name {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .footer__shopAdd.wrap .footer__shopAdd__inner .footer__shopAdd__item .footer__shopAdd__item__txt .footer__shopAdd__item__txt--name {
    font-size: clamp(14px, 48 / 750 * 100vw, 48px);
  }
}
.footer__shopAdd.wrap .footer__shopAdd__inner .footer__shopAdd__item .footer__shopAdd__item__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 750px) {
  .footer__shopAdd.wrap .footer__shopAdd__inner {
    flex-direction: column;
    gap: 0;
  }
  .footer__shopAdd.wrap .footer__shopAdd__inner .footer__shopAdd__item:first-of-type {
    position: relative;
    padding-bottom: min(72 / 750 * 100vw, 72px);
    margin-bottom: min(72 / 750 * 100vw, 72px);
  }
  .footer__shopAdd.wrap .footer__shopAdd__inner .footer__shopAdd__item:first-of-type::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(240 / 750 * 100vw, 240px);
    height: 1px;
    background-color: #1F1F1F;
  }
  .footer__shopAdd.wrap .footer__shopAdd__inner .footer__shopAdd__item .footer__shopAdd__item__txt .footer__shopAdd__item__txt--name {
    font-size: clamp(14px, 32 / 750 * 100vw, 32px);
    font-weight: 600;
  }
}

.footer__menu {
  padding: 24px 0;
  background-color: #1F1F1F;
  font-size: 14px;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .footer__menu {
    font-size: clamp(14px, 28 / 750 * 100vw, 28px);
  }
}
@media screen and (max-width: 750px) {
  .footer__menu {
    padding: 0;
  }
}
.footer__menu .footer__menu--link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 20px 0;
}
.footer__menu .footer__menu--link li a {
  display: flex;
  line-height: 2;
  color: #FFFFFF;
}
.footer__menu .footer__menu--link li a img {
  width: 16px;
  margin-left: 0.5em;
}
.footer__menu .footer__menu--link::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 1px;
  background-color: #FFFFFF;
  content: "";
}
.footer__menu .footer__menu--copyright {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer__menu .footer__menu--link {
    flex-direction: column;
    align-items: flex-start;
    gap: min(20 / 750 * 100vw, 20px);
    width: 90%;
    margin: auto;
    padding: min(48 / 750 * 100vw, 48px) 0 min(24 / 750 * 100vw, 24px);
  }
  .footer__menu .footer__menu--link li:last-of-type {
    margin-top: min(120 / 750 * 100vw, 120px);
  }
  .footer__menu .footer__menu--link li a img {
    width: min(32 / 750 * 100vw, 32px);
  }
  .footer__menu .footer__menu--link::before {
    display: none;
  }
  .footer__menu .footer__menu--copyright {
    padding-bottom: min(80 / 750 * 100vw, 80px);
    padding-left: 5%;
    text-align: left;
  }
}

.top__btn {
  position: fixed;
  bottom: 10svh;
  right: 3vw;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.top__btn.is-visible {
  opacity: 1;
  visibility: visible;
}
.top__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #AD8F5E;
  border-radius: 50%;
  transform: translateZ(0);
}
.top__btn a img {
  width: 16px;
}
@media screen and (max-width: 750px) {
  .top__btn {
    bottom: 5svh;
    right: 5vw;
  }
  .top__btn a {
    width: min(80 / 750 * 100vw, 80px);
    height: min(80 / 750 * 100vw, 80px);
  }
  .top__btn a img {
    width: min(32 / 750 * 100vw, 32px);
  }
}