@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
body {
  font-size: 14px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  color: #fff;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: auto;
  background-color: #333;
}
@media screen and (min-width: 835px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  display: block;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: opacity 0.6s ease;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1400px) {
  .wrapper {
    padding: 0;
  }
}

.sec-bottom {
  margin-bottom: 100px;
}
@media screen and (min-width: 835px) {
  .sec-bottom {
    margin-bottom: 180px;
  }
}

iframe {
  display: block;
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f7f7f7;
}

@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

.bg-wrap {
  position: relative;
  background: url("../images/bg.jpg") center/contain repeat;
}
.bg-wrap__overlay {
  position: absolute;
  inset: 0;
  background: url("../images/bg-w.jpg") center/contain repeat;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.bg-wrap > *:not(.bg-wrap__overlay) {
  position: relative;
  z-index: 1;
}

.l-header {
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(20, 20, 20, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (min-width: 835px) {
  .l-header {
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    padding: 20px 0;
  }
}
.l-header.is-show {
  transform: translateY(0);
}
.l-header .header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header .header__logo {
  max-width: 50px;
  position: relative;
  z-index: 20;
}
.l-header .header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 320px;
  height: 100vh;
  background: linear-gradient(135deg, #2e2623 0%, #4a3830 50%, #211b19 100%);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 15;
  padding: 100px 30px 40px;
  overflow-y: auto;
}
@media screen and (min-width: 835px) {
  .l-header .header__nav {
    position: static;
    transform: none;
    width: auto;
    max-width: none;
    height: auto;
    padding: 0;
    background: transparent;
    flex: 1;
  }
}
.l-header .header__nav.is-open {
  transform: translateX(0);
}
.l-header .header__nav .nav-link {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 835px) {
  .l-header .header__nav .nav-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 28px;
  }
}
@media screen and (max-width: 430px) {
  .l-header .header__nav .nav-link li .link-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 835px) {
  .l-header .header__nav .language-block {
    display: none;
  }
}
.l-header .header__nav .language-block p {
  font-size: 14px;
  margin-bottom: 20px;
}
.l-header .header__nav .language-block ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.l-header .header__toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 20;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.l-header .header__toggle .toggle-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header .header__toggle span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: 0.3s;
  transform: translateX(-50%);
}
.l-header .header__toggle span:nth-child(1) {
  top: 11px;
}
.l-header .header__toggle span:nth-child(2) {
  top: 19px;
}
.l-header .header__toggle span:nth-child(3) {
  top: 27px;
}

.header__toggle.is-open span:nth-child(1) {
  top: 19px;
  transform: translateX(-50%) rotate(45deg);
}
.header__toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.header__toggle.is-open span:nth-child(3) {
  top: 19px;
  transform: translateX(-50%) rotate(-45deg);
}

.mv {
  margin-bottom: 100px;
}
.mv__logo {
  max-width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .mv__logo {
    display: none;
  }
}
.mv__head {
  display: none;
}
@media screen and (min-width: 835px) {
  .mv__head {
    display: block;
    padding: 0 0 40px;
  }
}
.mv__head .nav-block {
  margin-top: 28px;
}
.mv__head .nav-block .nav-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.mv__head .nav-block .nav-link li a {
  position: relative;
  padding: 10px 20px;
  background: #333;
}
.mv__head .nav-block .nav-link li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background: #b89b60;
  transition: 0.35s;
  transform: translateX(-50%);
}
.mv__head .nav-block .nav-link li a:hover::after {
  width: 100%;
}
.mv__slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .mv__slide {
    height: 70vh;
  }
}
.mv__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.mv__slide h2 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.5;
}

.scroll_down {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
@media screen and (min-width: 835px) {
  .scroll_down {
    display: none;
  }
}
.scroll_down.is-hide {
  opacity: 0;
  visibility: hidden;
}
.scroll_down__text {
  position: absolute;
  bottom: 0px;
  left: 14px;
  color: #ffffff;
  font-size: 10px;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}
.scroll_down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d3d3d3;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.scroll_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 52px;
  background: #c4c4c4;
}

@keyframes circlemove {
  0% {
    bottom: 52px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.l-footer {
  padding: 10px;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 835px) {
  body.home .bg-wrap {
    padding-bottom: 160px;
  }
}
body.home .s-commitment .commitment-card li {
  display: grid;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  body.home .s-commitment .commitment-card li {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 835px) and (min-width: 835px) {
  body.home .s-commitment .commitment-card li:nth-child(2) .img {
    order: 2;
  }
}
@media screen and (min-width: 835px) and (min-width: 835px) {
  body.home .s-commitment .commitment-card li:nth-child(2) .text-desc {
    order: 1;
  }
}
body.home .s-commitment .commitment-card li .text-desc {
  text-align: center;
}
@media screen and (min-width: 835px) {
  body.home .s-commitment .commitment-card li .text-desc {
    text-align: left;
  }
}
body.home .s-commitment .commitment-card li .text-desc h3 {
  font-size: clamp(30px, 5vw, 40px);
  margin-bottom: clamp(16px, 2vw, 40px);
}
body.home .s-commitment .commitment-card li .text-desc h3 span {
  font-size: clamp(40px, 5vw, 60px);
  margin-right: 10px;
}
body.home .s-commitment .commitment-card li .text-desc p {
  line-height: 2;
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  body.home .s-commitment .commitment-card li .text-desc p {
    font-size: 18px;
  }
}
body.home .s-link {
  margin-bottom: 100px;
}
body.home .s-link .link {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 835px) {
  body.home .s-link .link {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.home .s-link .link li {
  list-style: none;
}
body.home .s-link .link a {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 340px;
  text-decoration: none;
  overflow: hidden;
}
body.home .s-link .link a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: 0.3s;
}
body.home .s-link .link a .sec-title {
  position: relative;
  z-index: 2;
}
body.home .s-link .link a .icon {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
body.home .s-link .link a .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 28px;
  background: url("../images/icon-arrow.png") center/contain no-repeat;
}
body.home .s-link .link a:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
body.home .s-link .link li:nth-child(1) a {
  background: url("../images/menu.png") center/cover no-repeat;
}
body.home .s-link .link li:nth-child(2) a {
  background: url("../images/takeout.png") center/cover no-repeat;
}
body.home .s-movie {
  max-width: 1200px;
  margin: 0 auto 100px;
}
body.home .s-movie .movie {
  overflow: hidden;
  height: 100svh;
}
@media screen and (min-width: 835px) {
  body.home .s-movie .movie {
    height: auto;
  }
}
body.home .s-movie .movie video {
  display: block;
  transform: scale(0.85);
  transform-origin: center;
  will-change: transform;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 835px) {
  body.home .s-movie .movie video {
    height: auto;
  }
}
body.home .s-floor {
  padding-top: 360px;
  padding-bottom: 60px;
  margin-bottom: 100px;
  color: #333;
}
body.home .s-floor .text {
  margin: 32px 0 48px;
  text-align: center;
  line-height: 2;
}
body.home .s-floor .floor-container .list-wrapper {
  display: flex;
  gap: 40px;
}
body.home .s-floor .floor-container .list-wrapper .list-l-parent {
  position: sticky;
  top: 200px;
  height: 500px;
  display: none;
}
@media screen and (min-width: 835px) {
  body.home .s-floor .floor-container .list-wrapper .list-l-parent {
    display: block;
  }
}
body.home .s-floor .floor-container .list-wrapper .list-l-parent .list-l {
  width: 500px;
  position: relative;
}
body.home .s-floor .floor-container .list-wrapper .list-l-parent .list-l .panel {
  opacity: 0;
  position: absolute;
  inset: 0;
  transition: opacity 0.4s;
}
body.home .s-floor .floor-container .list-wrapper .list-l-parent .list-l .panel.is-show {
  opacity: 1;
}
body.home .s-floor .floor-container .list-wrapper .list-r {
  flex: 1;
}
body.home .s-floor .floor-container .list-wrapper .list-r .box {
  padding: 30px 0;
}
@media screen and (min-width: 835px) {
  body.home .s-floor .floor-container .list-wrapper .list-r .box {
    min-height: 300px;
    margin-bottom: 40px;
  }
}
body.home .s-floor .floor-container .list-wrapper .list-r .box .ttl {
  letter-spacing: 6px;
  font-size: 32px;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}
@media screen and (min-width: 835px) {
  body.home .s-floor .floor-container .list-wrapper .list-r .box .ttl {
    margin: 0 0 40px;
    text-align: left;
  }
}
body.home .s-floor .floor-container .list-wrapper .list-r .box .ttl span {
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  body.home .s-floor .floor-container .list-wrapper .list-r .box .ttl span {
    display: inline-block;
  }
}
body.home .s-floor .floor-container .list-wrapper .list-r .box p {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  body.home .s-floor .floor-container .list-wrapper .list-r .box p {
    line-height: 2;
  }
}
body.home .wave {
  position: absolute;
  bottom: -2px;
}
body.home .s-shop {
  padding-bottom: 100px;
}
body.home .s-shop .shop-container {
  margin-top: 60px;
}
body.home .s-shop .shop-container ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 835px) {
  body.home .s-shop .shop-container ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
body.home .s-shop .shop-container a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(135deg, #0a0a0a 0%, #3a2a12 45%, #b08d3c 100%);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}
body.home .s-shop .shop-container a:hover .img img {
  transform: scale(1.05);
}
body.home .s-shop .shop-container a:hover button {
  background: #8b6b3d;
  color: #fff;
}
body.home .s-shop .shop-container a:hover button::after {
  transform: translateX(5px) translateY(-50%);
}
body.home .s-shop .shop-container .img {
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
}
body.home .s-shop .shop-container .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.15) 80%, transparent 100%);
  z-index: 1;
}
body.home .s-shop .shop-container .img::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 0.15em;
  color: #fff;
  writing-mode: vertical-rl;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
body.home .s-shop .shop-container .img img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
body.home .s-shop .shop-container li:nth-child(1) .img::before {
  content: "本店";
}
body.home .s-shop .shop-container li:nth-child(2) .img::before {
  content: "新神戸店";
}
body.home .s-shop .shop-container li:nth-child(3) .img::before {
  content: "堺筋店";
}
body.home .s-shop .shop-container li:nth-child(4) .img::before {
  content: "北千里店";
}
body.home .s-shop .shop-container p {
  padding: 28px;
  flex: 1;
  font-size: 15px;
  line-height: 2;
}
body.home .s-shop .shop-container button {
  align-self: flex-start;
  margin: 0 28px 28px;
  padding: 14px 32px;
  background: transparent;
  border: 1px solid #8b6b3d;
  font-size: 14px;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  position: relative;
}
body.home .s-shop .shop-container button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 36px;
  height: 28px;
  background: url("../images/icon-arrow.png") center/contain no-repeat;
  transition: 0.3s;
}

body.single .s-single .inner {
  max-width: 744px;
  margin: 32px auto 98px;
  padding: 10px;
}
body.single .s-single .inner .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 8px 0 24px;
}
body.single .s-single .inner .title-sub {
  font-weight: 700;
  margin-bottom: 24px;
}
body.single .s-single .inner .img {
  max-width: 744px;
}
body.single .s-single .inner .content-body {
  margin-top: 32px;
}
body.single .s-single .inner .content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}
body.single .s-single .inner .content-body p:last-child {
  margin-bottom: 48px;
}
body.single .s-single .inner .cards time {
  font-size: 14px;
}
body.single .s-single .inner .cards .title {
  font-size: 16px;
}
body.single .s-single .single-nav {
  margin-bottom: 40px;
}
body.single .s-single .single-nav .nav-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 16px;
  border-radius: 5px;
}
body.single .s-single .single-nav .nav-links a {
  padding: 0 16px;
  position: relative;
}
body.single .s-single .single-nav .nav-links .prev-link a::before,
body.single .s-single .single-nav .nav-links .next-link a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
body.single .s-single .single-nav .nav-links .prev-link a::before {
  content: "<";
  left: 0;
}
body.single .s-single .single-nav .nav-links .next-link a::after {
  content: ">";
  right: 0;
}

body.page-thanks .thanks-wrap {
  text-align: center;
  padding: 160px 0 0;
}
body.page-thanks .thanks-wrap h2 {
  position: relative;
  font-size: 28px;
  font-weight: 900;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.4;
}
body.page-thanks .thanks-wrap h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  margin: 20px auto 0;
}
body.page-thanks .thanks-wrap p {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
  margin-bottom: 45px;
}
body.page-thanks .thanks-wrap .btn-thx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 55px;
  background: #333;
  color: #fff;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  body.page-thanks .thanks-wrap {
    padding: 200px 0;
  }
  body.page-thanks .thanks-wrap h2 {
    font-size: 42px;
    margin-bottom: 40px;
  }
  body.page-thanks .thanks-wrap h2::after {
    width: 70px;
    height: 5px;
  }
  body.page-thanks .thanks-wrap p {
    font-size: 16px;
    margin-bottom: 60px;
  }
  body.page-thanks .thanks-wrap .btn-thx {
    width: 260px;
    height: 65px;
    font-size: 16px;
  }
}
body.page-thanks .thanks-wrap .thx-nav {
  position: relative;
  display: inline-flex;
}
@media screen and (min-width: 835px) {
  body.page-thanks .thanks-wrap .thx-nav {
    overflow: hidden;
    height: 1.2em;
  }
}
body.page-thanks .thanks-wrap .thx-nav .thx {
  transition: transform 0.4s ease;
}
body.page-thanks .thanks-wrap .thx-nav__top {
  display: block;
  transform: translateY(0);
}
body.page-thanks .thanks-wrap .thx-nav__bottom {
  display: none;
}
@media screen and (min-width: 835px) {
  body.page-thanks .thanks-wrap .thx-nav__bottom {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(0);
  }
}
body.page-thanks .thanks-wrap a:hover .thx-nav__top {
  transform: translateY(-100%);
}
body.page-thanks .thanks-wrap a:hover .thx-nav__bottom {
  transform: translateY(-100%);
}

.sec-title {
  text-align: center;
  margin: 0 0 48px;
}
.sec-title h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.35em;
  margin: 0;
  position: relative;
}

.sec-title h2::after {
  content: "";
  display: block;
  width: 188px;
  height: 3px;
  background: #a8853a;
  margin: 16px auto 0;
}

@media screen and (max-width: 430px) {
  .s-info .sec-title {
    margin-top: 24px;
  }
}
.s-info .info-container__inner {
  display: grid;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .s-info .info-container__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.s-info .info-container__head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.s-info .info-container__head .logo {
  max-width: 430px;
}
.s-info .info-container__head .tel-block {
  text-align: center;
}
.s-info .info-container__head .tel-block p {
  font-size: 20px;
}
.s-info .info-container__head .tel-block a {
  margin: 10px;
  position: relative;
  font-size: 28px;
}
@media screen and (min-width: 835px) {
  .s-info .info-container__head .tel-block a {
    font-size: 36px;
  }
}
.s-info .info-container__head .tel-block a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -11px;
  width: 31px;
  height: 31px;
  background-image: url("../images/icon-tel.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 835px) {
  .s-info .info-container__head .tel-block a::before {
    top: 4px;
    left: -38px;
    width: 36px;
    height: 36px;
  }
}
.s-info .info-container__head .tel-block span {
  font-size: 12px;
}
.s-info .info-container__head .sns-block a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.s-info .info-container__head .sns-block a span {
  display: block;
}
.s-info .info-container__information {
  margin-bottom: 40px;
}
.s-info .info-container__information .info-table {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.s-info .info-container__information .info-table dl {
  display: grid;
  grid-template-columns: 154px 1fr;
  align-items: baseline;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 834px) {
  .s-info .info-container__information .info-table dl {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.s-info .info-container__information .info-table dt {
  color: #b89b5e;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 15px;
}
.s-info .info-container__information .info-table dd {
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
}
.s-info .info-container__map {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.language-block {
  margin-top: 40px;
}
.language-block .lang-title {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.35em;
  padding-left: 0.35em;
  text-align: center;
  margin: 0 0 20px;
  position: relative;
}
.language-block .lang-title::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #a8853a;
  margin: 14px auto 0;
}
.language-block ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.language-block ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 28px;
}
.language-block ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.language-block ul li:nth-child(1) a::before {
  background-image: url("../images/lang-ja.png");
}
.language-block ul li:nth-child(2) a::before {
  background-image: url("../images/lang-en.png");
}
.language-block ul li:nth-child(3) a::before {
  background-image: url("../images/lang-cn.png");
}
.language-block ul li:nth-child(4) a::before {
  background-image: url("../images/lang-tw.png");
}
.language-block ul li:nth-child(5) a::before {
  background-image: url("../images/lang-kr.png");
}

.pagination {
  margin: 60px 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: block;
  margin: 0 10px;
  padding: 10px 8px;
  text-decoration: none;
  color: #3a3a3a;
  transition: all 0.3s ease;
  border: 1px solid #000;
}
.pagination .page-numbers:hover {
  background-color: #3a3a3a;
  color: #fff;
  border-color: #3a3a3a;
}
.pagination .page-numbers.current {
  pointer-events: none;
  background-color: #3a3a3a;
  color: #fff;
}
.pagination .page-numbers.dots {
  pointer-events: none;
  border: none;
  color: #999;
  background: transparent;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
}

.wp-content-body {
  max-width: 1000px;
  margin: 80px auto 0;
}
.wp-content-body h2 {
  margin: 60px 0 30px;
}
.wp-content-body h1 {
  margin-top: 80px;
  font-size: clamp(25px, 2vw, 34px);
}
.wp-content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}
.wp-content-body p:last-child {
  margin-bottom: 48px;
}
.wp-content-body ul {
  list-style: disc;
  padding-left: 20px;
}
.wp-content-body ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.wp-content-body .wp-block-column .wp-block-heading {
  font-size: clamp(25px, 2vw, 34px);
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  margin: 80px 0 20px;
}
.wp-content-body .wp-block-column p {
  font-size: 14px;
}
.wp-content-body .wp-block-column p a {
  text-decoration: underline;
}
.wp-content-body .wp-block-column .wp-block-image {
  aspect-ratio: 3/2;
}
.wp-content-body .wp-block-column .wp-block-image img {
  width: 100%;
  height: 100%;
}

.bread-block {
  padding-top: 100px;
  padding-bottom: 60px;
}
.bread-block .blead-list {
  display: flex;
  font-size: 12px;
  font-weight: 900;
}
.bread-block .blead-list .blead-top {
  color: #5b5b5b;
}
.bread-block .blead-list li {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.bread-block .blead-list li::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 0.5px;
  background: #5b5b5b;
}
.bread-block .blead-list li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.bread-block .blead-list li:last-child::after {
  content: none;
}

.s-contact__01 {
  color: #000;
  font-size: clamp(14px, 2vw, 16px);
  max-width: 1200px;
  text-align: left;
  line-height: 1.6;
}
.s-contact__01 .sec-ttl {
  font-weight: 700;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.s-contact__01 .sec-ttl h2 {
  font-size: clamp(30px, 5vw, 48px);
}
.s-contact__01 .sec-ttl h2 span {
  font-size: clamp(12px, 2vw, 16px);
  display: block;
  margin-top: 8px;
}
.s-contact__01 .sec-ttl p {
  color: #747474;
  font-size: clamp(12px, 2vw, 16px);
  margin-top: 5px;
}
.s-contact__01 .content-ttl {
  padding: 80px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 80px;
}
.s-contact__01 .content-ttl:first-of-type {
  padding-top: 0;
}
.s-contact__01 .content-ttl:last-of-type {
  margin-bottom: 0;
}
.s-contact__01 .content-form,
.s-contact__01 .content-policy {
  margin-bottom: 80px;
}
.s-contact__01 .content-form:last-of-type,
.s-contact__01 .content-policy:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form .form-container {
    padding-bottom: 45px;
    display: flex;
  }
}
.s-contact__01 .container-form form table {
  width: 100%;
  border-collapse: collapse;
}
.s-contact__01 .container-form form table th,
.s-contact__01 .container-form form table td {
  display: block;
  width: 100%;
}
.s-contact__01 .container-form form table td {
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table td {
    padding: 0 0 65px;
    width: calc(100% - 290px);
  }
}
.s-contact__01 .container-form form table .form-ttl {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table .form-ttl {
    vertical-align: top;
    width: 290px;
  }
}
.s-contact__01 .container-form form table .form-ttl span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  border-radius: 2px;
  margin-right: 20px;
}
@media screen and (min-width: 431px) {
  .s-contact__01 .container-form form table .form-ttl span {
    padding: 6px;
    margin-right: 10px;
    font-size: 10px;
  }
}
.s-contact__01 .container-form form table .form-ttl span.required {
  color: #a6a6a6;
}
.s-contact__01 .container-form form table .form-ttl span:not(.required) {
  background: #525252;
}
.s-contact__01 .container-form form .select-container {
  position: relative;
}
.s-contact__01 .container-form form .select-container::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(79, 70, 70, 0.8);
  pointer-events: none;
}
.s-contact__01 .container-form form input[type=text],
.s-contact__01 .container-form form input[type=email],
.s-contact__01 .container-form form textarea,
.s-contact__01 .container-form form select {
  padding: 18px 20px;
  background: #e8eaec;
  border-radius: 2px;
  width: 100%;
  margin-top: -13px;
}
.s-contact__01 .container-form form input::placeholder,
.s-contact__01 .container-form form textarea::placeholder,
.s-contact__01 .container-form form option {
  color: #21121e;
  font-size: clamp(14px, 2vw, 16px);
}
.s-contact__01 .container-form form input[type=submit] {
  width: 50%;
  font-size: clamp(14px, 2vw, 16px);
  text-align: center;
  background: #d9d9d9;
  border: 1px solid #00114d;
  padding: 10px 0;
  margin-top: 10px;
  max-width: 400px;
  display: block;
}
.s-contact__01 .content-policy .list {
  margin-bottom: 40px;
}
.s-contact__01 .content-policy .list .ttl {
  margin-bottom: 20px;
}

.thank-you {
  text-align: center;
  line-height: 1.6;
  margin: 60px 0;
}/*# sourceMappingURL=style.css.map */