/* Universal box-sizing reset */
*,
*::before,
*::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  zoom: 1;
  min-height: auto;
}

/* Set default styles for html */
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
a,
figure,
blockquote,
dl,
dd,
input,
textarea,
label {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  word-break: auto-phrase;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-size-adjust: 0.5;
}

html,
body {
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 100vw;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

strong {
  font-style: normal;
  line-height: 1;
  font-weight: 600;
}

/* Reset default link styles */
a {
  text-decoration: none; /* Remove underlines from all links */
  color: inherit; /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  outline: none;
  cursor: pointer;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none; /* Remove borders on form elements */
  background: transparent; /* Make background transparent */
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
li {
  list-style-type: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

iframe {
  border: none;
  display: block;
}

:root {
  --ten: ten-mincho-text, "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "YuMincho", "Yu Mincho", "BIZ UDPMincho", "MS PMincho", serif;
  --toppan: toppan-bunkyu-midashi-min-st, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Noto Serif JP",
    "MS PMincho", serif;
  --wing: "WindSong", "Snell Roundhand", "Apple Chancery", "Segoe Script",
    "Bradley Hand", cursive;
  --shippori: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Yu Mincho", "YuMincho", "Noto Serif JP", "MS PMincho", serif;
  --base: #f6f6f3;
  --main: #5d5a53;
  --bk: #39392f;
  --gray: #d4cdbc;
  --ye: #f8f2bd;
  --be: #f7f6ef;
}

.ten {
  font-family: var(--ten) !important;
}

.toppan {
  font-family: var(--toppan) !important;
}

.wing {
  font-family: var(--wing) !important;
}

.shippori {
  font-family: var(--shippori) !important;
}

.wh-txt {
  color: white !important;
}

.bk-txt {
  color: var(--main) !important;
}

.wh-bg {
  background-color: white !important;
}

.bk-bg {
  background-color: var(--main) !important;
}

.pc-none {
  display: block;
}
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

.lg-none {
  display: none;
}
@media (min-width: 992px) {
  .lg-none {
    display: block;
  }
}

.lg-bk {
  display: block;
}
@media (min-width: 992px) {
  .lg-bk {
    display: none;
  }
}

body {
  font-family: var(--shippori);
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  font-weight: 500;
  line-height: 1.7;
  color: var(--main);
  letter-spacing: 2px;
  line-height: 1.8;
}

a {
  transition: all 0.3s ease;
  display: inline-block;
}
a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  opacity: 0.7;
  color: #cccccc;
}

.is-scroll-lock {
  overflow: hidden;
}

.js-stagger > * {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(20px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-stagger.is-show > * {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.js-tick {
  overflow: hidden;
  white-space: nowrap;
}

.js-tick-track {
  display: inline-flex;
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: loopText var(--loop-duration, 10s) linear infinite;
          animation: loopText var(--loop-duration, 10s) linear infinite;
}

.js-tick-item {
  display: inline-block;
  padding-right: 4rem;
}

@-webkit-keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}

@keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}
.js-typein {
  opacity: 0;
}
.js-typein > * {
  opacity: 0;
}

.js-tab-panel {
  display: none;
  opacity: 0;
}
.js-tab-panel.is-show {
  display: block;
  -webkit-animation: panel-show 0.6s ease forwards;
  animation: panel-show 0.6s ease forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn-wrap a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  border-bottom: solid 1px var(--main);
  padding: 7px 3px;
  font-family: var(--toppan);
  font-weight: 900;
}
.btn-wrap a .arrow {
  transition: all 0.3s ease;
  max-width: 32px;
}
.btn-wrap a .arrow img {
  aspect-ratio: 1;
}
.btn-wrap a:hover {
  color: #58554d;
}
.btn-wrap a:hover .arrow {
  transform: translateX(6px);
}

:root {
  --header-top: 70px;
  --header-top-sp: 54px;
}

html:not(.is-page-ready) body:not(.gjs-dashed) {
  opacity: 0;
  visibility: hidden;
}

.gjs-dashed * {
  -webkit-animation: none !important;
          animation: none !important;
  transition: none !important;
}
.gjs-dashed .p-concept .sec02 .box-txt p {
  color: white !important;
}
.gjs-dashed .js-typein {
  opacity: 1 !important;
}
.gjs-dashed .js-typein > * {
  opacity: 1 !important;
}

body {
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  font-family: var(--ten);
  color: var(--main);
  background-color: var(--base);
  transition: background 0.3s ease;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

.en {
  font-family: var(--toppan);
}

.view-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: clamp(12.5rem, 11.285rem + 5.25vw, 16.25rem);
  padding-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.view-more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  text-decoration: none;
}
.view-more .text {
  color: #fff;
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  letter-spacing: clamp(0.5px, 0.2vw, 2px);
  font-family: serif;
  white-space: nowrap;
  min-width: 0;
}
.view-more .circle {
  width: clamp(20px, 3vw, 40px);
  height: clamp(20px, 3vw, 40px);
  max-width: clamp(20px, 3vw, 40px);
  max-height: clamp(20px, 3vw, 40px);
  border-radius: 50%;
  background: #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1.125rem);
  flex-shrink: 0;
}

.view-more1 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 200px;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 576px) {
  .view-more1 a {
    max-width: 150px;
    margin-top: 25px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .view-more1 a {
    max-width: 160px;
    margin-top: 35px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .view-more1 a {
    max-width: 250px;
    margin-top: 55px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .view-more1 a {
    max-width: 250px;
    margin-top: 65px;
    padding-bottom: 20px;
  }
}
.view-more1 a:hover .circle img {
  transform: translateX(6px);
}
.view-more1 .text {
  color: #fff;
  font-family: var(--toppan);
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 2.4px;
}
.view-more1 .circle {
  width: clamp(20px, 2.5vw, 32px);
  height: clamp(20px, 2.5vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(8px, 2vw, 12px);
}
.view-more1 .circle img {
  transition: all 0.3s ease;
}

.view-more2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 150px;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #5d5a53;
}
@media (min-width: 576px) {
  .view-more2 {
    max-width: 150px;
    margin-top: 25px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .view-more2 {
    max-width: 160px;
    margin-top: 35px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .view-more2 {
    max-width: 250px;
    margin-top: 55px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .view-more2 {
    max-width: 250px;
    margin-top: 65px;
    padding-bottom: 20px;
  }
}
.view-more2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  text-decoration: none;
}
.view-more2 a:hover .circle img {
  transform: translateX(6px);
}
.view-more2 .text {
  color: #5d5a53;
  font-family: var(--toppan);
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 2.4px;
  white-space: nowrap;
  min-width: 0;
}
.view-more2 .circle {
  width: clamp(20px, 2.5vw, 32px);
  height: clamp(20px, 2.5vw, 32px);
  border-radius: 50%;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1.125rem);
  flex-shrink: 0;
}
.view-more2 .circle img {
  transition: all 0.3s ease;
}

.sty-btn {
  margin-left: auto;
}

.top-con-btn {
  margin-top: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .top-con-btn {
    margin-top: 0;
    width: 100%;
    max-width: 250px;
  }
}

.top-fv {
  display: flex;
  flex-direction: column-reverse;
  background-color: #5d5a53;
  padding-top: 100px;
  position: relative;
  min-height: 700px;
}
@media (min-width: 576px) {
  .top-fv {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .top-fv {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .top-fv {
    padding-top: 120px;
  }
}
.top-fv-text-box {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  bottom: 70px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .top-fv-text-box {
    position: absolute;
    text-align: right;
    align-items: end;
    left: 0;
    bottom: 10px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .top-fv-text-box {
    left: 0;
    bottom: 70px;
    padding-right: 70px;
  }
}
.top-fv-text-box img {
  max-width: 200px;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .top-fv-text-box img {
    max-width: 250px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .top-fv-text-box img {
    max-width: 250px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .top-fv-text-box img {
    max-width: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .top-fv-text-box img {
    max-width: 300px;
    padding-top: 50px;
  }
}
.top-fv-img {
  width: 100%;
}
@media (min-width: 768px) {
  .top-fv-img {
    max-width: 930px;
    width: 63% !important;
    aspect-ratio: 9.2/8.6 !important;
  }
}
@media (min-width: 768px) {
  .top-fv-img img {
    min-height: 570px;
  }
}
.top-fv-titlle {
  font-family: var(--wing);
  text-align: right;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  font-size: clamp(1.5rem, -0.039rem + 6.65vw, 6.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 12.9px;
  background: linear-gradient(180deg, #fff 46.15%, #feffdd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .top-fv-titlle {
    letter-spacing: 12px;
  }
}
@media (min-width: 1200px) {
  .top-fv-titlle {
    letter-spacing: 12px;
  }
}
.top-fv-text {
  color: #fff;
  text-align: right;
  font-family: var(--ten);
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.8px;
}
@media (min-width: 768px) {
  .top-fv-text {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .top-fv-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.top-concept {
  background-color: #5d5a53;
}
.top-concept-top {
  padding-top: 70px;
  padding-left: 50px;
  padding-bottom: 70px;
}
@media (min-width: 576px) {
  .top-concept-top {
    padding-top: 150px;
    padding-left: 50px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .top-concept-top {
    padding-top: 160px;
    padding-left: 80px;
    padding-bottom: 120px;
    display: flex;
  }
}
@media (min-width: 992px) {
  .top-concept-top {
    padding-top: 160px;
    padding-left: 110px;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .top-concept-top {
    padding-top: 200px;
    padding-bottom: 160px;
    display: flex;
  }
}
.top-concept-titlle {
  align-items: center;
  margin-right: 1px;
}
@media (min-width: 992px) {
  .top-concept-titlle {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .top-concept-titlle {
    display: flex;
  }
}
.top-concept-titlle h2 {
  color: #f8f2bd;
  font-family: var(--wing);
  font-size: clamp(1.5rem, 0.528rem + 4.2vw, 4.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 7.2px;
}
@media (min-width: 768px) {
  .top-concept-titlle h2 {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .top-concept-titlle h2 {
    padding-right: 35px;
  }
}
@media (min-width: 1200px) {
  .top-concept-titlle h2 {
    padding-right: 50px;
  }
}
.top-concept-titlle p {
  color: #f8f2bd;
  font-family: var(--ten);
  font-size: clamp(0.75rem, 0.507rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.4px;
  padding-top: 5px;
  padding-right: 100px;
}
@media (min-width: 576px) {
  .top-concept-titlle p {
    padding-top: 10px;
    padding-right: 35px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .top-concept-titlle p {
    padding-top: 25px;
    padding-right: 35px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .top-concept-titlle p {
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .top-concept-titlle p {
    padding-top: 25px;
    padding-right: 65px;
    padding-left: 60px;
  }
}
.top-concept-text {
  border-left: 1px solid #fff;
  margin-top: 20px;
  padding-left: 30px;
}
@media (min-width: 576px) {
  .top-concept-text {
    padding-left: 30px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .top-concept-text {
    padding-left: 56px;
  }
}
@media (min-width: 992px) {
  .top-concept-text {
    padding-left: 66px;
  }
}
@media (min-width: 1200px) {
  .top-concept-text {
    padding-left: 76px;
  }
}
.top-concept-text p {
  color: #fff;
  font-family: var(--ten);
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
  letter-spacing: 2px;
}
.top-concept-img img {
  max-width: 1420px;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 576px) {
  .top-concept-img img {
    height: auto;
    width: 95%;
  }
}
.top-concept-contena {
  position: relative;
  padding-bottom: 250px;
}
@media (min-width: 576px) {
  .top-concept-contena {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .top-concept-contena {
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .top-concept-contena {
    padding-bottom: 200px;
  }
}
@media (min-width: 1200px) {
  .top-concept-contena {
    padding-bottom: 250px;
  }
}
.top-concept-card {
  width: 100%;
  max-width: 83%;
  height: auto;
  border-bottom: 2px solid #e9e5c0;
  border-left: 2px solid #e9e5c0;
  background: rgba(93, 90, 83, 0.75);
  padding: 30px 0 40px 30px;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 576px) {
  .top-concept-card {
    width: 70%;
    max-width: 63%;
    padding: 40px 0 40px 30px;
    left: 38%;
  }
}
@media (min-width: 768px) {
  .top-concept-card {
    width: 70%;
    max-width: 60%;
    padding: 60px 0 60px 50px;
    left: 38%;
  }
}
@media (min-width: 992px) {
  .top-concept-card {
    width: 70%;
    max-width: 600px;
    padding: 80px 20px 60px 50px;
    left: 38%;
  }
}
@media (min-width: 1200px) {
  .top-concept-card {
    width: 70%;
    max-width: 730px;
    padding: 100px 60px;
    left: 38%;
  }
}
.top-concept-card h2,
.top-concept-card h4 {
  color: #fff;
  font-family: var(--ten);
  font-size: clamp(1.125rem, 0.518rem + 2.63vw, 3rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 4.8px;
}
.top-concept-card h2 {
  margin-bottom: 10px;
}
.top-concept-card h4 {
  padding-bottom: 5px;
}
@media (min-width: 576px) {
  .top-concept-card h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .top-concept-card h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .top-concept-card h4 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .top-concept-card h4 {
    margin-bottom: 35px;
  }
}
.top-concept-card h3 {
  font-family: var(--wing);
  background: linear-gradient(89deg, #f8f2bd 2.65%, #feffdd 50.69%, #ebdc4e 99.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 15px;
  font-size: clamp(0.75rem, 0.426rem + 1.4vw, 1.75rem);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
}
@media (min-width: 576px) {
  .top-concept-card h3 {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .top-concept-card h3 {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .top-concept-card h3 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .top-concept-card h3 {
    padding-bottom: 40px;
  }
}
.top-concept-card p {
  color: #fff;
  font-family: var(--ten);
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2px;
}

.top-style-img01 {
  height: 100%;
}
.top-style-img01 img {
  height: 100%;
}

.top-style-top2 {
  height: 100%;
}

.top-service {
  background-color: #f6f6f3;
  padding-bottom: 70px;
}
@media (min-width: 576px) {
  .top-service {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .top-service {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .top-service {
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .top-service {
    padding-bottom: 150px;
  }
}
.top-service-top h2 {
  text-align: center;
  color: #5d5a53;
  font-family: var(--wing);
  font-size: clamp(2.375rem, 1.687rem + 2.98vw, 4.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 7.2px;
  padding-top: 50px;
}
@media (min-width: 576px) {
  .top-service-top h2 {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 768px) {
  .top-service-top h2 {
    padding: 120px 0 0 0;
  }
}
@media (min-width: 992px) {
  .top-service-top h2 {
    padding: 120px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .top-service-top h2 {
    padding: 120px 0 0 0;
  }
}
.top-service-top p {
  text-align: center;
  color: #5d5a53;
  font-family: var(--ten);
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.4px;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .top-service-top p {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .top-service-top p {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .top-service-top p {
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .top-service-top p {
    padding-bottom: 120px;
  }
}
.top-service-contena h2 {
  text-align: center;
  color: #5d5a53;
  font-family: var(--ten);
  font-size: clamp(1rem, 0.352rem + 2.8vw, 3rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 4.8px;
  padding-top: 90px;
}
.top-service-contena h3 {
  text-align: center;
  font-family: var(--wing);
  font-size: clamp(0.75rem, 0.426rem + 1.4vw, 1.75rem);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2.4px;
  background: linear-gradient(89deg, #bdb460 2.65%, #d2d38c 50.69%, #776f27 99.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 30px;
  padding-bottom: 90px;
}
.top-service-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .top-service-card {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .top-service-card {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .top-service-card {
    flex-direction: row;
    gap: 34px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .top-service-card {
    flex-direction: row;
    gap: 34px;
  }
}
.top-service-card p {
  color: #5d5a53;
  text-align: center;
  font-family: var(--ten);
  font-size: clamp(1rem, 0.676rem + 1.4vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 3.2px;
}
.top-service-card .circle {
  width: 32px;
  height: 32px;
  font-size: clamp(8px, 2vw, 12px);
  border: 1px solid #555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  background: #fff;
  flex-shrink: 0;
}
.top-service-card > a:hover .top-service-card-img img {
  transform: scale(1.05);
}
.top-service-card > a:hover .sv-circle img {
  transform: translateX(6px);
}
.top-service-card1, .top-service-card2, .top-service-card3 {
  background-color: #fff;
  flex: 1 1 0;
  min-width: 0;
}
.top-service .top-service-card-img {
  overflow: hidden;
}
.top-service .top-service-card-img img {
  transition: all 0.3s ease;
}
.top-service .sv-circle img {
  transition: all 0.3s ease;
}
.top-service-card1-text, .top-service-card2-text, .top-service-card3-text {
  display: flex;
  padding: 20px 40px;
  align-items: center;
  border-top: 2px solid #e9e5c0;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .top-service-card1-text, .top-service-card2-text, .top-service-card3-text {
    padding: 20px 20px;
  }
}
@media (min-width: 992px) {
  .top-service-card1-text, .top-service-card2-text, .top-service-card3-text {
    padding: 20px 20px;
  }
}
@media (min-width: 1200px) {
  .top-service-card1-text, .top-service-card2-text, .top-service-card3-text {
    padding: 20px 40px;
  }
}
.top-service-top2 {
  display: flex;
  flex-direction: column-reverse;
  gap: 50px;
}
@media (min-width: 992px) {
  .top-service-top2 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .top-service-top2 {
    align-items: center;
    justify-content: center;
  }
}
.top-service-contena2 {
  padding-top: 140px;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .top-service-contena2 {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .top-service-contena2 {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .top-service-contena2 {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .top-service-contena2 {
    padding-bottom: 70px;
  }
}
.top-service-grid {
  display: grid;
 grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .top-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .top-service-grid {
    margin: 0 5px 0 0;
  }
}
@media (min-width: 1200px) {
  .top-service-grid {
    margin: 0 20px 0 0;
  }
}
.top-service-grid p {
  color: #5d5a53;
  text-align: center;
  font-family: var(--ten);
  font-size: clamp(0.75rem, 0.548rem + 0.88vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 2.4px;
}
.top-service-card-grig {
  aspect-ratio: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-shadow: -5px 5px 0 #e9e5c0, 0 10px 20px rgb(255, 255, 255);
}
@media (min-width: 1200px) {
  .top-service-card-grig {
    width: 244px;
    height: 244px;
  }
}
.top-service-top2-text {
  text-align: center;
}
@media (min-width: 992px) {
  .top-service-top2-text {
    text-align: left;
  }
}
.top-service-top2-text h4 {
  color: #5d5a53;
  font-family: var(--ten);
  font-size: clamp(1.375rem, 1.011rem + 1.58vw, 2.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 4px;
}
.top-service-top2-text p {
  color: #5d5a53;
  font-family: var(--ten);
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2px;
  padding-top: 35px;
  margin-bottom: 50px;
}
.top-service-contena3 {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 100px;
}
@media (min-width: 768px) {
  .top-service-contena3 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px 0;
  }
}
@media (min-width: 1200px) {
  .top-service-contena3 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }
}
.top-service-contena3 img {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .top-service-contena3 img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .top-service-contena3 img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .top-service-contena3 img {
    width: 100%;
  }
}
.top-service-top2-text2 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.top-service-top2-text2-view-more {
  margin: 0 auto;
}
.top-service-top2-text2 h4 {
  color: #5d5a53;
  font-family: var(--ten);
  font-size: clamp(1.125rem, 0.68rem + 1.93vw, 2.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 4px;
  margin-right: 50px;
  margin-left: 50px;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .top-service-top2-text2 h4 {
    margin-left: 50px;
  }
}
.top-service .top-service-top3-img {
  aspect-ratio: 4.6/5.2 !important;
  width: 80%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top-service .top-service-top3-img {
    width: clamp(300px, 31vw, 464px);
  }
}
.top-service .top-service-top3-img img {
  aspect-ratio: inherit;
}

.top-style {
  background-color: #5d5a53;
}
.top-style-contena1 {
  display: flex;
}
.top-style-contena1 img {
  width: 100%;
}
.top-style-contena02 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .top-style-contena02 {
    flex-direction: row;
    align-items: end;
  }
}
@media (min-width: 1200px) {
  .top-style-contena02 {
    flex-direction: row;
    align-items: end;
  }
}
.top-style-text {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #fff;
  padding-left: 20px;
  margin-left: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .top-style-text {
    padding-left: 50px;
    margin-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .top-style-text {
    padding-left: 50px;
    margin-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .top-style-text {
    padding-left: 150px;
    margin-left: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .top-style-text {
    padding-left: 150px;
    margin-left: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.top-style-title {
  padding-top: 100px;
}
.top-style-title h2 {
  font-family: var(--toppan);
  font-size: clamp(1.375rem, -1.217rem + 11.21vw, 9.375rem);
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 15px;
  background: linear-gradient(180deg, #fff 46.15%, #feffdd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 50px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .top-style-title h2 {
    letter-spacing: 10px;
  }
}
@media (min-width: 992px) {
  .top-style-title h2 {
    writing-mode: sideways-rl;
    padding-bottom: 300px;
  }
}
@media (min-width: 1200px) {
  .top-style-title h2 {
    writing-mode: sideways-rl;
    padding-bottom: 300px;
  }
}
.top-style-text01 p {
  color: #fff;
  font-family: var(--ten);
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 260%;
  letter-spacing: 2px;
  margin-bottom: 63px;
}
.top-style-text02 h3, .top-style-text03 h3 {
  color: #f8f2bd;
  font-family: var(--wing);
  font-size: clamp(1.125rem, 0.275rem + 3.68vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 7.2px;
  padding-bottom: 10px;
}
.top-style-text02 p, .top-style-text03 p {
  color: #f8f2bd;
  font-family: var(--ten);
  font-size: clamp(0.75rem, 0.507rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.4px;
}
.top-style-text03 h3 {
  margin-top: 63px;
}
.top-style-contena03-title {
  display: flex;
  justify-content: end;
}
.top-style-contena03-title h2 {
  font-family: var(--wing);
  font-size: clamp(1.125rem, -0.535rem + 7.18vw, 6.25rem);
  font-style: normal;
  line-height: 150%;
  letter-spacing: 8px;
  background: linear-gradient(180deg, #fff 46.15%, #feffdd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 50px auto;
}
@media (min-width: 576px) {
  .top-style-contena03-title h2 {
    letter-spacing: 5px;
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .top-style-contena03-title h2 {
    letter-spacing: 8px;
    margin-top: 215px;
  }
}
@media (min-width: 992px) {
  .top-style-contena03-title h2 {
    letter-spacing: 10px;
    margin-top: 215px;
  }
}
@media (min-width: 1200px) {
  .top-style-contena03-title h2 {
    letter-spacing: 12.8px;
    margin-top: 215px;
  }
}
.top-style-card {
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
  margin: 0 50px;
}
@media (min-width: 576px) {
  .top-style-card {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .top-style-card {
    flex-direction: row;
  }
}
.top-style-card h3 {
  color: #5d5a53;
  font-family: var(--wing);
  font-size: clamp(1.25rem, 0.197rem + 4.55vw, 4.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 7.2px;
}
.top-style-card p {
  color: #5d5a53;
  font-family: var(--ten);
  font-size: clamp(0.75rem, 0.507rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.4px;
}
.top-style-card01, .top-style-card02 {
  max-width: 656px;
  max-height: 402px;
  width: 100%;
  height: 100%;
  border: 1px solid #58554d;
  background: #f7f6ef;
  padding: 30px 20px;
}
@media (min-width: 576px) {
  .top-style-card01, .top-style-card02 {
    padding: 32px 54px 50px 54px;
  }
}
@media (min-width: 768px) {
  .top-style-card01, .top-style-card02 {
    padding: 32px 54px 50px 54px;
  }
}
@media (min-width: 992px) {
  .top-style-card01, .top-style-card02 {
    padding: 32px 54px 50px 54px;
  }
}
.top-style-card02 {
  margin-top: -1px;
}
@media (min-width: 768px) {
  .top-style-card02 {
    margin-left: -1px;
    margin-top: 0;
  }
}

.fv-box {
  background: linear-gradient(to bottom, #5d5a53 80%, #f6f6f3 50%);
}
@media (min-width: 768px) {
  .fv-box {
    padding-top: 35px;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .fv-box {
    padding-top: 35px;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .fv-box {
    padding-top: 35px;
    display: flex;
    justify-content: flex-end;
  }
}
.fv-box img {
  max-width: 1312px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .fv-box img {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .fv-box img {
    margin-top: -5px;
  }
}
@media (min-width: 992px) {
  .fv-box img {
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  .fv-box img {
    margin-top: -15px;
  }
}

.fv-contena01 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .fv-contena01 {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .fv-contena01 {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .fv-contena01 {
    width: 80%;
  }
}

.fv-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .fv-text {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .fv-text {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .fv-text {
    flex-direction: row;
    align-items: flex-end;
  }
}
.fv-text h1 {
  color: #d4cdbc;
  font-family: var(--toppan);
  font-size: clamp(1.875rem, 0.458rem + 6.13vw, 6.25rem);
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 10px;
  position: relative;
  z-index: 2;
}
.fv-text p {
  color: #d4cdbc;
  font-family: var(--ten);
  font-size: clamp(0.75rem, 0.507rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.4px;
  padding-bottom: 10px;
  padding-left: 25px;
}
@media (min-width: 992px) {
  .fv-text p {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .fv-text p {
    padding-bottom: 20px;
  }
}

.dressing-sec {
  background-color: #f6f6f3;
  padding-top: 200px;
}

.dressing-sec1 {
  background-color: #5d5a52;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 768px) {
  .dressing-sec1 {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .dressing-sec1 {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .dressing-sec1 {
    flex-direction: row;
  }
}
.dressing-sec1-text {
  text-align: left;
}
@media (min-width: 576px) {
  .dressing-sec1-text {
    text-align: center;
    padding: 0 0 100px 50px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .dressing-sec1-text {
    text-align: center;
    padding: 0 0 100px 50px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .dressing-sec1-text {
    text-align: left;
    padding: 100px 0 100px 50px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .dressing-sec1-text {
    text-align: left;
    padding: 120px 80px 128px 50px;
  }
}
.dressing-sec1-text h3 {
  font-family: var(--toppan);
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 2px;
  background: linear-gradient(89deg, #f8f2bd 2.65%, #feffdd 50.69%, #ebdc4e 99.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 40px;
}
.dressing-sec1-text h4 {
  color: #fff;
  font-family: var(--ten);
  font-size: clamp(1.375rem, 1.213rem + 0.7vw, 1.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 3px;
  padding-bottom: 40px;
}
.dressing-sec1-text p {
  color: #fff;
  font-family: var(--ten);
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.dressing-sec1-img {
  padding: 70px 0 50px 0;
  max-width: 560px;
  width: 100%;
}
@media (min-width: 992px) {
  .dressing-sec1-img {
    padding: 0;
    max-width: 560px;
  }
}
@media (min-width: 1200px) {
  .dressing-sec1-img {
    padding: 0;
    max-width: 560px;
  }
}
.dressing-sec1-img img {
  max-width: 560px;
  width: 100%;
}

.footer {
  background-color: #39392f;
  color: #fff;
}
.footer__inner {
  display: flex;
  flex-direction: row;
  padding: 110px 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
@media (min-width: 768px) {
  .footer__inner {
    gap: 0 clamp(30px, 4vw, 50px);
  }
}
@media (min-width: 992px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.footer__top {
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  flex: 1;
}
@media (min-width: 576px) {
  .footer__top {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer__top {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .footer__top {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .footer__top {
    align-items: center;
  }
}
.footer__top p {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  text-align: center;
}
@media (min-width: 992px) {
  .footer__top p {
    text-align: left;
  }
}
.footer__logo {
  margin-right: 0;
  justify-content: center;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .footer__logo {
    margin-right: 0;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    margin-right: 0;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    margin-right: 100px;
    justify-content: center;
    padding-bottom: 0;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding: 40px 40px;
}
@media (min-width: 576px) {
  .footer__sns {
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 40px 40px;
  }
}
@media (min-width: 768px) {
  .footer__sns {
    gap: 20px;
    padding: 40px 0;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .footer__sns {
    justify-content: center;
    gap: 20px;
    padding: 40px 0;
    align-items: center;
  }
}
.footer__nav {
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .footer__nav {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .footer__nav {
    gap: clamp(20px, 4vw, 50px);
  }
}
.footer__nav p {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
}
.footer__bottom {
  width: 100%;
  justify-content: center;
  max-width: 100%;
}
@media (min-width: 768px) {
  .footer__bottom {
    max-width: 210px;
  }
}
@media (min-width: 992px) {
  .footer__bottom {
    max-width: 100%;
  }
}
.footer__copy {
  display: flex;
  justify-content: center;
  width: 100%;
}

.grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.grid img {
  aspect-ratio: 1;
}

.p-gallary__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-gallary__title {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.p-gallary__title > p {
  font-size: clamp(0.625rem, 0.342rem + 1.23vw, 1.5rem);
  line-height: 150%;
  letter-spacing: 2.4px;
}

.p-gallary-sec1,
.p-gallary-sec2 {
  padding-bottom: 100px;
}
@media (min-width: 576px) {
  .p-gallary-sec1,
.p-gallary-sec2 {
    padding-bottom: 200px;
  }
}
.p-gallary-sec1 h2,
.p-gallary-sec2 h2 {
  font-family: var(--wing);
  color: #5d5a53;
  font-size: clamp(1.5rem, 0.528rem + 4.2vw, 4.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 7.2px;
}

.p-gallary-sec1 {
  margin-top: 200px;
}

.pre-sec1 {
  padding: 100px 0 50px 0;
}
@media (min-width: 576px) {
  .pre-sec1 {
    padding: 150px 0 70px 0;
  }
}
@media (min-width: 768px) {
  .pre-sec1 {
    padding: 200px 0 100px 0;
  }
}
@media (min-width: 992px) {
  .pre-sec1 {
    padding: 250px 0 200px 0;
  }
}
.pre-sec1-p {
  background: linear-gradient(89deg, #bdb460 2.65%, #d2d38c 50.69%, #776f27 99.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pre-sec1-img {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .pre-sec1-img {
    padding-bottom: 200px;
  }
}
.pre-sec1-text01, .pre-sec1-text02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .pre-sec1-text01, .pre-sec1-text02 {
    flex-direction: column;
    align-items: baseline;
    text-align: left;
  }
}
.pre-sec1-text01 h2, .pre-sec1-text02 h2 {
  padding-bottom: 25px;
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
}
@media (min-width: 992px) {
  .pre-sec1-text01 h2, .pre-sec1-text02 h2 {
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .pre-sec1-text01 h2, .pre-sec1-text02 h2 {
    padding-bottom: 55px;
  }
}
.pre-sec1-text01 p, .pre-sec1-text02 p {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
}

.pre-num {
  position: relative;
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
}
.pre-num::before {
  content: "";
  display: block;
  height: 1px;
  background: #aaa;
  margin-bottom: 2px;
}

.pre-sec2 {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .pre-sec2 {
    padding-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .pre-sec2 {
    padding-bottom: 200px;
  }
}
.pre-sec2-top {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .pre-sec2-top {
    flex-direction: row;
  }
}
.pre-sec2-bottom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .pre-sec2-bottom {
    flex-direction: row;
  }
}
.pre-sec2-img01 {
  width: 100%;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .pre-sec2-img01 {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .pre-sec2-img01 {
    width: 50%;
    padding-bottom: 0;
  }
}
.pre-sec2-img02 {
  width: 100%;
}
@media (min-width: 992px) {
  .pre-sec2-img02 {
    width: 50%;
  }
}

.pre-sec3 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .pre-sec3 {
    padding-bottom: 150px;
  }
}
.pre-sec3 .swiper-wrapper {
  transition-timing-function: linear;
}
.pre-sec3 .swiper-slide img {
  aspect-ratio: 4.9/3.6;
}

.pre-sec4 {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .pre-sec4 {
    flex-direction: row;
  }
}
.pre-sec4-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .pre-sec4-text {
    justify-content: center;
    text-align: left;
    align-items: baseline;
    margin-right: 0;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .pre-sec4-text {
    padding-left: 0;
  }
}
.pre-sec4-text h2 {
  padding-bottom: 25px;
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
}
@media (min-width: 992px) {
  .pre-sec4-text h2 {
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .pre-sec4-text h2 {
    padding-bottom: 55px;
  }
}
.pre-sec4-text p {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
}

.pre-sec5 {
  padding-bottom: 200px;
}
.pre-sec5-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #5d5a53;
}
@media (min-width: 992px) {
  .pre-sec5-card {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .pre-sec5-card {
    flex-direction: row;
  }
}
.pre-sec5-img {
  width: 100%;
  padding: 50px 30px 20px 30px;
}
@media (min-width: 576px) {
  .pre-sec5-img {
    width: 100%;
    padding: 50px 30px 20px 30px;
  }
}
@media (min-width: 768px) {
  .pre-sec5-img {
    width: 100%;
    padding: 50px 40px 20px 40px;
  }
}
@media (min-width: 992px) {
  .pre-sec5-img {
    width: 50%;
    padding: 55px 0 55px 90px;
  }
}
@media (min-width: 1200px) {
  .pre-sec5-img {
    width: 50%;
    padding: 55px 0 55px 90px;
  }
}
.pre-sec5-img img {
  border-radius: 20px;
}
.pre-sec5-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px 50px 20px;
}
@media (min-width: 992px) {
  .pre-sec5-text {
    padding-left: 30px;
    gap: 20px;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .pre-sec5-text {
    padding-left: 30px;
    gap: 20px;
  }
}
.pre-sec5-text h2 {
  font-size: clamp(1rem, 0.595rem + 1.75vw, 2.25rem);
}
.pre-sec5-text p {
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
}
.pre-sec5-text h3 {
  font-size: clamp(0.75rem, 0.507rem + 1.05vw, 1.5rem);
}

.p-menu .page-hr__img img {
  -o-object-position: left center;
     object-position: left center;
}
@media (min-width: 768px) {
  .p-menu .page-hr__img img {
    -o-object-position: center;
       object-position: center;
  }
}

.p-menu-sec1 {
  padding: 100px 20px 0 20px;
}
@media (min-width: 576px) {
  .p-menu-sec1 {
    padding: 100px 20px 0 20px;
  }
}
@media (min-width: 768px) {
  .p-menu-sec1 {
    padding: 200px 0 0 0;
  }
}

.menu-sec1-title {
  display: flex;
  flex-direction: column;
  border-bottom: #5d5a53 solid 1px;
  padding-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 576px) {
  .menu-sec1-title {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .menu-sec1-title {
    padding-bottom: 30px;
    align-items: baseline;
  }
}
.menu-sec1-title h2 {
  font-family: var(--wing);
  color: #5d5a53;
  font-size: clamp(1.5rem, 0.812rem + 2.98vw, 3.625rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 6.4px;
}
.menu-sec1-title p {
  font-size: clamp(0.625rem, 0.342rem + 1.23vw, 1.5rem);
  color: #5d5a53;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.4px;
}
.menu-sec1-box-mony {
  display: flex;
  justify-content: flex-end;
}
.menu-sec1-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 30px 0 50px 0;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .menu-sec1-box {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .menu-sec1-box {
    display: flex;
    flex-direction: row;
  }
}
.menu-sec1-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 768px) {
  .menu-sec1-text {
    gap: 20px;
    width: 80%;
  }
}
.menu-sec1-time, .menu-sec1-day, .menu-sec1-day02 {
  border-radius: 20px;
  background: #f7f1be;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.menu-sec1-time p, .menu-sec1-day p, .menu-sec1-day02 p {
  color: #594619;
  text-align: center;
  font-family: var(--ten);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 1.2px;
  white-space:nowrap;
}
.menu-sec1-time {
  max-width: 100px;
  max-height: 30px;
}
.menu-sec1-day {
  max-width: 200px;
  max-height: 30px;
  white-space: nowrap;
}
.menu-sec1-day02 {
  max-width: 150px;
  max-height: 30px;
  white-space: nowrap;
}
.menu-sec1-daytime {
  display: flex;
  flex-direction: row;
  gap: 5px;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .menu-sec1-daytime {
    gap: 10px;
  }
}

.p-menu-sec2 {
  padding: 200px 50px;
}
@media (min-width: 576px) {
  .p-menu-sec2 {
    padding: 200px 50px;
  }
}
@media (min-width: 768px) {
  .p-menu-sec2 {
    padding: 200px 0;
  }
}

.menu-sec2-title {
  display: flex;
  flex-direction: column;
  border-bottom: #5d5a53 solid 1px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .menu-sec2-title {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .menu-sec2-title {
    padding-bottom: 30px;
    align-items: baseline;
  }
}
.menu-sec2-title h2 {
  font-family: var(--wing);
  color: #5d5a53;
  font-size: clamp(1.5rem, 0.812rem + 2.98vw, 3.625rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 6.4px;
}
.menu-sec2-title p {
  font-size: clamp(0.625rem, 0.342rem + 1.23vw, 1.5rem);
  color: #5d5a53;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.4px;
}

.p-menu-sec3 {
  padding: 100px 20px 100px 20px;
}
@media (min-width: 768px) {
  .p-menu-sec3 {
    padding: 200px 0;
  }
}

.menu-sec3-title {
  display: flex;
  flex-direction: column;
  border-bottom: #5d5a53 solid 1px;
  padding-bottom: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .menu-sec3-title {
    padding-bottom: 30px;
    align-items: baseline;
    flex-direction: column;
  }
}
.menu-sec3-title h2 {
  font-family: var(--wing);
  color: #5d5a53;
  font-size: clamp(1.5rem, 0.812rem + 2.98vw, 3.625rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 6.4px;
}
.menu-sec3-title p {
  color: #5d5a53;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.4px;
}
.menu-sec3-tattle01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .menu-sec3-tattle01 {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
  }
}

.menu-sec4 {
  padding-bottom: 100px;
}
.menu-sec4-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  background: #5d5a53;
  color: #fff;
  padding: 30px 40px;
}
@media (min-width: 992px) {
  .menu-sec4-card {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-radius: 20px;
    background: #5d5a53;
    color: #fff;
    padding: 55px 90px;
  }
}
.menu-sec4-img {
  width: 100%;
}
@media (min-width: 992px) {
  .menu-sec4-img {
    width: 50%;
    padding-right: 10px;
  }
}
.menu-sec4-img img {
  border-radius: 20px;
}
.menu-sec4-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .menu-sec4-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
  }
}
.menu-sec4-text h2 {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
}
.menu-sec4-timebox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (min-width: 992px) {
  .menu-sec4-timebox {
    flex-direction: row;
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .menu-sec4-timebox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}
.menu-sec4-text-time {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  border-radius: 20px;
  background: #f7f1be;
  max-width: 110px;
  max-height: 32px;
  width: 100%;
  color: #5d5a53;
}
.menu-sec4-text-time2 {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  border-radius: 20px;
  background: #f7f1be;
  max-width: 180px;
  max-height: 32px;
  width: 50%;
  color: #5d5a53;
}
.menu-sec4-text-mail {
  font-size: clamp(0.5rem, 0.379rem + 0.53vw, 0.875rem);
}

.enu-sec4-text-day {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
}

.menu-sec4-text-mony {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
}

.menu-tax {
  text-align: center;
  margin-bottom: 100px;
}

.header {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-color: var(--main);
  padding-block: 15px;
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .header__inner {
    padding-block: 0;
    padding-inline: 0px;
  }
}
.header .reserve {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  inset-inline: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .header .reserve {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.header .reserve > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  border: none;
  text-align: center;
  padding: 12px 20px;
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  font-weight: 900;
  background: linear-gradient(92deg, #e9e5c0 4.96%, #f8f2bd 96.43%);
}
@media (min-width: 576px) {
  .header .reserve > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    padding: 7px 25px;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .header .reserve > a {
    padding: 20px 75px;
  }
}
.header .reserve > a:hover {
  color: var(--main);
}
.header__nav {
  position: fixed;
  z-index: 997;
  inset: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: flex;
  background-color: var(--main);
  opacity: 0;
}
@media (min-width: 576px) {
  .header__nav {
    display: flex;
    align-items: center;
    width: 500px;
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .header__nav {
    padding: 0;
    position: static;
    width: 100%;
    height: auto;
    background-color: transparent;
    transform: none;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-height: 600px) {
  .header__nav {
    display: block;
  }
}
.header__nav.open {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease;
}
.header__nav-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  margin-inline: auto;
  display: flex;
  padding-block: 150px;
  padding-inline: clamp(20px, 7vw, 100px);
  gap: 20px;
  overflow-y: auto;
}
.header__nav-list::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
.header__nav-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.header__nav-list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #ffffff;
}
@media (min-width: 576px) {
  .header__nav-list {
    gap: clamp(15px, 4vw, 40px);
  }
}
@media (min-width: 992px) {
  .header__nav-list {
    flex-direction: row;
    justify-content: flex-start;
    padding-block: 0;
    padding-inline: 40px;
    margin-inline: 0;
    height: auto;
    overflow: unset;
  }
}
@media (max-height: 700px) {
  .header__nav-list {
    justify-content: flex-start;
  }
}
.header__nav-list .btn-wrap {
  width: 100%;
  margin-top: 35px;
  text-align: center;
}
@media (min-width: 576px) {
  .header__nav-list .btn-wrap {
    text-align: left;
  }
}
.header__nav-link {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  padding-block: 0;
}
@media (min-width: 768px) {
  .header__nav-link {
    font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
    text-align: center;
  }
}
@media (min-width: 992px) {
  .header__nav-link {
    padding-block: 15px;
  }
}
.header__nav-link:hover {
  opacity: 0.7;
}
.header__nav-link > .small {
  font-size: 0.5rem;
}
.header .drop {
  position: relative;
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .header .drop {
    pointer-events: auto;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
  }
}
.header .drop a {
  width: 100%;
}
.header .drop .drop-menu {
  max-width: 300px;
  padding: 13px 20px 0;
  pointer-events: auto;
}
@media (min-width: 992px) {
  .header .drop .drop-menu {
    position: absolute;
    left: 0%;
    top: 100%;
    min-width: 250px;
    max-width: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 50;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
@media (min-width: 992px) {
  .header .drop:hover > .drop-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.header .drop .drop-link {
  position: relative;
  display: flex;
  padding: 13px 25px;
  width: 100%;
}
@media (min-width: 992px) {
  .header .drop .drop-link {
    align-items: flex-start;
    transition: all 0.3s ease;
    background-color: rgba(241, 235, 225, 0.9);
    color: var(--main);
  }
}
@media (min-width: 992px) {
  .header .drop .drop-link {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.2s ease, color 0.2s ease;
  }
}
@media (min-width: 992px) {
  .header .drop .drop-link:nth-child(1) {
    transition-delay: 0s, 0s, 0s, 0s;
  }
}
@media (min-width: 992px) {
  .header .drop .drop-link:nth-child(2) {
    transition-delay: 0.08s, 0.08s, 0s, 0s;
  }
}
.header .drop .drop-link:nth-child(3) {
  padding: 13px 25px 0;
}
@media (min-width: 992px) {
  .header .drop .drop-link:nth-child(3) {
    padding: 13px 25px;
    transition-delay: 0.16s, 0.16s, 0s, 0s;
  }
}
@media (min-width: 992px) {
  .header .drop .drop-link:nth-child(4) {
    transition-delay: 0.24s, 0.24s, 0s, 0s;
  }
}
@media (min-width: 992px) {
  .header .drop .drop-link:hover {
    color: white;
    transition: all 0.3s ease !important;
    background-color: rgba(137, 117, 73, 0.9);
  }
}
@media (min-width: 992px) {
  .header .drop:hover > .drop-menu > a.drop-link {
    opacity: 1;
    transform: translateY(0);
  }
}

#hum-btn {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  margin-block: auto;
  border-radius: 4px;
  margin-left: auto;
}
@media (min-width: 576px) {
  #hum-btn {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  #hum-btn {
    display: none;
  }
}

.btn-trigger {
  position: relative;
  z-index: 9999;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s ease;
  box-sizing: border-box;
  width: 27px;
  height: 19px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.btn-trigger__bar {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  height: 1px;
  transition: all 0.5s ease;
  background-color: #ffffff;
  border-radius: 99px;
}
.btn-trigger__bar:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}
.btn-trigger__bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.btn-trigger__bar:nth-of-type(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
          animation: menu-bar02 0.75s forwards;
}

.is-nav-open .btn-trigger {
  flex-direction: row;
  transition: all 0.5s ease;
}
.is-nav-open .btn-trigger__bar:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
}
.is-nav-open .btn-trigger__bar:nth-of-type(2) {
  opacity: 0;
}
.is-nav-open .btn-trigger__bar:nth-of-type(3) {
  -webkit-animation: active-menu-bar02 0.75s forwards;
          animation: active-menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
.bg-shadow {
  background: rgba(0, 0, 0, 0.5215686275);
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 996;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.is-nav-open .bg-shadow {
  opacity: 1;
}

body.is-back {
  background-color: var(--main);
}
body.is-back h2,
body.is-back h3:not(.p-hairset .sec02 h3),
body.is-back h4,
body.is-back p:not(.header p, .p-hairset .sec02 p),
body.is-back a:not(.header .reserve a) {
  color: white;
}
body.is-back .section-title .number::before {
  background-color: white;
}
body.is-back .btn-wrap a {
  border-bottom: solid 1px white;
}

.section-title h2,
.section-title h3 {
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  font-family: var(--ten);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
}
.section-title h2 > span,
.section-title h3 > span {
  display: inline-block;
}
.section-title .number {
  position: relative;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .section-title .number {
    margin-inline: 0 auto;
  }
}
.section-title .number::before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: var(--main);
}
.section-title .wing {
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  line-height: 2.4;
}

.page-hr {
  padding-top: clamp(100px, 7vw, 120px);
  background: linear-gradient(180deg, #5d5a52 0%, #5d5a52 80%, transparent 80%, transparent 100%);
}
.page-hr__inner {
  margin-left: auto;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .page-hr__inner {
    max-width: 90%;
  }
}
.page-hr__img {
  height: 400px;
  border-left: solid 2px var(--ye);
  border-bottom: solid 2px var(--ye);
}
@media (min-width: 768px) {
  .page-hr__img {
    aspect-ratio: 13/6.2 !important;
    height: auto;
  }
}
.page-hr__img img {
  height: inherit;
}
.page-hr__title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .page-hr__title {
    margin-bottom: -1.5vw;
    flex-direction: row;
  }
}
.page-hr__title h1,
.page-hr__title p {
  color: var(--gray);
  line-height: 1.5;
}
.page-hr__title h1 {
  font-size: clamp(1.563rem, 0.044rem + 6.57vw, 6.25rem);
  font-weight: 400;
  font-family: var(--wing);
  padding-right: clamp(20px, 4vw, 50px);
}
.page-hr__title > p {
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
}

.sec-top {
  height: clamp(340px, 35vw, 490px);
  overflow: hidden;
}
.sec-top.scroll-mask {
  aspect-ratio: auto;
}
.sec-top img {
  min-height: 600px;
}

.p-concept .page-hr img {
  -o-object-position: left center;
     object-position: left center;
}
@media (min-width: 992px) {
  .p-concept .fx-box {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .p-concept .fx-box__img .scroll-mask {
    aspect-ratio: 8.1/5.3;
  }
}
.p-concept .fx-box__txt {
  padding-inline: 35px;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-concept .fx-box__txt {
    padding-inline: clamp(20px, 4vw, 60px) 0;
    margin-top: 0;
    text-align: left;
  }
}
.p-concept .section-title h2 span {
  display: inline-block;
}
.p-concept .sec01 {
  padding-block: clamp(80px, 13vw, 200px);
}
.p-concept .sec01 .wing {
  background: linear-gradient(89deg, #bdb460 2.65%, #d2d38c 50.69%, #776f27 99.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 2.4;
}
.p-concept .sec02 {
  padding-block: clamp(80px, 7vw, 100px);
}
.p-concept .sec02 .container {
  position: relative;
}
.p-concept .sec02 .container .section-title {
  text-align: center;
}
@media (min-width: 768px) {
  .p-concept .sec02 .container .section-title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .p-concept .sec02 .container .section-title {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .p-concept .sec02 .container .section-title h2 > br {
    display: none;
  }
}
.p-concept .sec02 .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 992px) {
  .p-concept .sec02 .box-wrap {
    gap: 0;
  }
}
.p-concept .sec02 .box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-concept .sec02 .box {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .p-concept .sec02 .box {
    max-width: 45%;
  }
}
@media (min-width: 768px) {
  .p-concept .sec02 .box:nth-child(odd) {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .p-concept .sec02 .box:nth-child(even) {
    margin-top: -230px;
  }
}
.p-concept .sec02 .box-img {
  margin-inline: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .p-concept .sec02 .box-img {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .p-concept .sec02 .box-img {
    width: 98%;
    margin-inline: 0;
  }
}
.p-concept .sec02 .box-img > p {
  writing-mode: vertical-lr;
  font-size: clamp(1.375rem, 1.011rem + 1.58vw, 2.5rem);
  line-height: 1.5;
  letter-spacing: 4px;
  color: var(--ye);
}
.p-concept .sec02 .box-txt {
  position: relative;
  z-index: 1;
  border-top: 2px solid #e9e5c0;
  background: #5d5a53;
  margin-top: -40px;
  padding: 20px;
  margin-left: auto;
  width: 90%;
}
@media (min-width: 576px) {
  .p-concept .sec02 .box-txt {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .p-concept .sec02 .box-txt {
    border-top: 3px solid #e9e5c0;
    margin-top: -120px;
    padding: 25px clamp(20px, 3vw, 45px);
    width: 90%;
  }
}
.p-concept .sec02 .box-txt h3,
.p-concept .sec02 .box-txt p {
  color: white !important;
}
.p-concept .sec02 .box-txt h3 {
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
}
.p-concept .sec03 {
  padding-block: clamp(100px, 13vw, 200px);
}
.p-concept .sec04 {
  padding-block: clamp(80px, 7vw, 100px);
}
.p-concept .sec04 .row {
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .p-concept .sec04 .row {
    padding-inline: 0;
  }
}
.p-concept .sec04 .box-img {
  aspect-ratio: 7.6/7.9;
}
@media (min-width: 1200px) {
  .p-concept .sec04 .box-txt {
    padding-inline: clamp(20px, 8vw, 120px) 15px;
  }
}
.p-concept .sec04 .box-txt .wing {
  background: linear-gradient(89deg, #bdb460 2.65%, #d2d38c 50.69%, #776f27 99.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 2.4;
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
}
.p-concept .sec05 {
  padding-block: clamp(80px, 13vw, 200px);
}
@media (min-width: 1200px) {
  .p-concept .sec05 .container {
    max-width: 1300px;
  }
}
.p-concept .sec05 .link-box {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  align-items: center;
}
@media (min-width: 992px) {
  .p-concept .sec05 .link-box {
    flex-direction: row;
    align-items: stretch;
  }
}
.p-concept .sec05 .link-box__link {
  background-color: white;
}
.p-concept .sec05 .link-box__img {
  overflow: hidden;
}
.p-concept .sec05 .link-box__img img {
  aspect-ratio: 4.1/2.5;
  transition: all 0.6s ease;
}
.p-concept .sec05 .link-box__txt {
  padding: 35px clamp(20px, 3vw, 45px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
  line-height: 1.5;
}
.p-concept .sec05 .link-box__txt .arrow {
  max-width: 32px;
}
.p-concept .sec05 .link-box__txt .arrow img {
  transition: all 0.3s ease;
}
.p-concept .sec05 .link-box__link:hover {
  opacity: 1;
}
.p-concept .sec05 .link-box__link:hover img {
  transform: scale(1.05);
}
.p-concept .sec05 .link-box__link:hover .arrow img {
  transform: translateX(5px);
}

.p-hairset .sec01 {
  margin-block: clamp(80px, 13vw, 200px);
  padding-block: clamp(60px, 7vw, 100px);
}
.p-hairset .sec01 .wing {
  background: linear-gradient(89deg, #f8f2bd 2.65%, #feffdd 50.69%, #ebdc4e 99.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-hairset .sec02 {
  margin-bottom: clamp(80px, 13vw, 200px);
}
.p-hairset .sec02 .container {
  position: relative;
}
.p-hairset .sec02 .container .section-title {
  text-align: center;
}
@media (min-width: 768px) {
  .p-hairset .sec02 .container .section-title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .p-hairset .sec02 .container .section-title {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .p-hairset .sec02 .container .section-title h2 > br {
    display: none;
  }
}
.p-hairset .sec02 .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 992px) {
  .p-hairset .sec02 .box-wrap {
    gap: 0;
  }
}
.p-hairset .sec02 .box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-hairset .sec02 .box {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .p-hairset .sec02 .box {
    max-width: 45%;
  }
}
@media (min-width: 768px) {
  .p-hairset .sec02 .box:nth-child(even) {
    margin-left: auto;
    margin-top: -230px;
  }
}
.p-hairset .sec02 .box-img {
  margin-inline: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .p-hairset .sec02 .box-img {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .p-hairset .sec02 .box-img {
    width: 98%;
    margin-inline: 0;
  }
}
.p-hairset .sec02 .box-img > p {
  writing-mode: vertical-lr;
  font-size: clamp(1.375rem, 1.011rem + 1.58vw, 2.5rem);
  line-height: 1.5;
  letter-spacing: 4px;
}
.p-hairset .sec02 .box-txt {
  position: relative;
  z-index: 1;
  border-top: 2px solid #e9e5c0;
  background-color: #f5f5f5;
  margin-top: -40px;
  padding: 20px;
  margin-left: auto;
  width: 90%;
}
@media (min-width: 576px) {
  .p-hairset .sec02 .box-txt {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .p-hairset .sec02 .box-txt {
    border-top: 3px solid #e9e5c0;
    margin-top: -120px;
    padding: 25px clamp(20px, 3vw, 45px);
    width: 90%;
  }
}
.p-hairset .sec02 .box-txt h3 {
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
}
.p-hairset .sec03 {
  padding-block: clamp(60px, 7vw, 100px);
}
.p-hairset .sec03 .box-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 992px) {
  .p-hairset .sec03 .box-wrap {
    align-items: stretch;
    gap: 0;
  }
}
.p-hairset .sec03 .box {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media (min-width: 576px) {
  .p-hairset .sec03 .box {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .p-hairset .sec03 .box {
    flex-direction: column;
  }
}
.p-hairset .sec03 .box-img {
  aspect-ratio: 3.4/4.3 !important;
  width: 80%;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .p-hairset .sec03 .box-img {
    width: 40%;
    margin-inline: 0;
  }
}
@media (min-width: 992px) {
  .p-hairset .sec03 .box-img {
    width: 100%;
  }
}
.p-hairset .sec03 .box-img img {
  aspect-ratio: inherit;
}
.p-hairset .sec03 .box-txt {
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 20px;
  border-top: solid 2px white;
  background-color: var(--main);
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  line-height: 1.7;
  width: 80%;
}
@media (min-width: 576px) {
  .p-hairset .sec03 .box-txt {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .p-hairset .sec03 .box-txt {
    padding: 20px clamp(20px, 2vw, 35px);
    border-top: solid 3px white;
  }
}
@media (min-width: 992px) {
  .p-hairset .sec03 .box-txt {
    margin-top: -90px;
    margin-right: -20px;
    width: 90%;
  }
}
.p-hairset .sec03 .box-txt h3,
.p-hairset .sec03 .box-txt p {
  color: white !important;
}
.p-hairset .sec03 .box-txt h3 {
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
}
.p-hairset .sec04 {
  padding-block: clamp(100px, 12vw, 180px);
  padding-inline: 20px;
}
.p-hairset .sec04 .container {
  border-radius: 20px;
  overflow: hidden;
  background-color: white;
  padding-inline: 0;
}
.p-hairset .sec04 h2 {
  background-color: var(--main);
  color: white;
}

.p-dressing .sec01 {
  margin-top: clamp(80px, 13vw, 200px);
}
.p-dressing .sec01 .section-title .wing {
  background: linear-gradient(89deg, #f8f2bd 2.65%, #feffdd 50.69%, #ebdc4e 99.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-dressing .sec02 {
  padding-block: clamp(80px, 9vw, 120px);
}
.p-dressing .sec02 .box {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 100%;
}
.p-dressing .sec02 .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #feffdd 0%, #fbf8cd 50%, #dbcc46 100%);
}
.p-dressing .sec02 .box-img {
  aspect-ratio: 2.7/3.3;
}
.p-dressing .sec02 .box-img img {
  aspect-ratio: inherit;
}
.p-dressing .sec02 .box-txt {
  flex-grow: 1;
  padding: 25px 20px;
}
.p-dressing .sec02 .box-txt .wing {
  font-family: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  color: var(--gray);
}
.p-dressing .sec02 .box-txt h3 {
  font-family: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  padding-bottom: clamp(8px, 1vw, 13px);
  border-bottom: solid 1px #baae90;
}
.p-dressing .sec03__inner {
  padding-block: clamp(60px, 7vw, 100px) clamp(80px, 13vw, 200px);
}
.p-dressing .sec03 .c-side {
  font-family: var(--toppan);
  font-size: clamp(2.813rem, 0.686rem + 9.19vw, 9.375rem);
  background: linear-gradient(90deg, #fff 0%, #feffdd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  .p-dressing .sec03 .c-side {
    writing-mode: vertical-lr;
    position: -webkit-sticky;
    position: sticky;
    inset-inline: var(--header-top) 0px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-dressing .sec03 .c-main {
  flex: 1;
}
.p-dressing .sec03 .c-main__top {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-dressing .sec03 .c-main__top {
    margin-bottom: clamp(50px, 7vw, 90px);
    margin-left: auto;
    max-width: 460px;
  }
}
.p-dressing .sec03 .c-main__box {
  border-top: solid 1px white;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .p-dressing .sec03 .c-main__box {
    padding-top: 0;
    padding-left: clamp(20px, 7vw, 100px);
    border-top: none;
    border-left: solid 1px white;
  }
}
.p-dressing .sec03 .c-main__box .box-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px white;
  padding-right: 30px;
}
.p-dressing .sec04 {
  padding-block: clamp(100px, 12vw, 180px);
  padding-inline: 20px;
}
.p-dressing .sec04 .container {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background-color: white;
  padding-inline: 0;
}
.p-dressing .sec04 h2 {
  background-color: var(--main);
  color: white;
}
.p-dressing .sec04 .c-accordion_item {
  border: solid 1px rgba(93, 90, 82, 0.2);
}
.p-dressing .sec04 .c-accordion_item:nth-child(n+2) {
  margin-top: -1px;
}
.p-dressing .sec04 .c-accordion_head {
  position: relative;
  background-color: #f7f6ed;
  border-bottom: solid 1px rgba(93, 90, 82, 0.2);
  padding: 20px;
  cursor: pointer;
}
.p-dressing .sec04 .c-accordion_head h3 {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-dressing .sec04 .c-accordion_head h3 {
    font-size: 1rem;
  }
}
.p-dressing .sec04 .c-accordion_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 14px;
  height: 14px;
  aspect-ratio: 1;
}
.p-dressing .sec04 .c-accordion_icon img {
  aspect-ratio: inherit;
  width: inherit;
  height: inherit;
  transition: all 0.3s ease;
}
.p-dressing .sec04 .c-accordion_body {
  margin-top: -1px;
  padding-inline: 20px;
}
.p-dressing .sec04 .c-accordion_inner {
  padding-block: 30px;
}
.p-dressing .sec04 .c-accordion_inner p {
  max-width: 600px;
  margin-inline: auto;
}
.p-dressing .sec04 .c-accordion_item.is-open .c-accordion_icon img {
  transform: scale(1, -1);
}

.p-gallary .page-hr img {
  -o-object-position: right center;
     object-position: right center;
}

@media (min-width: 992px) {
  .p-information .container {
    max-width: 980px;
  }
}
.p-information .sec01 .logo-img {
  max-width: clamp(200px, 22vw, 320px);
  padding-block: clamp(80px, 7vw, 120px);
}
.p-information .sec01 .info-top-img {
  aspect-ratio: 9.4/5.2;
}
.p-information .sec01 .info-top-img img {
  aspect-ratio: inherit;
}
.p-information .sec02 .container {
  padding-block: clamp(60px, 7vw, 100px);
}
@media (min-width: 768px) {
  .p-information .sec02 .container {
    max-width: 800px;
  }
}
.p-information .sec02 .list-wrap .list-dl {
  padding-block: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px 40px;
}
@media (min-width: 768px) {
  .p-information .sec02 .list-wrap .list-dl {
    flex-direction: row;
  }
}
.p-information .sec02 .list-wrap .list-dl:first-child {
  padding-top: 0;
}
.p-information .sec02 .list-wrap .list-dl:last-child {
  padding-bottom: 0;
}
.p-information .sec02 .list-wrap .list-dt {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
@media (min-width: 768px) {
  .p-information .sec02 .list-wrap .list-dt {
    display: block;
    gap: 0;
    align-items: flex-start;
    width: 160px;
  }
}
.p-information .sec02 .list-wrap .list-dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #c4c4c4;
}
@media (min-width: 768px) {
  .p-information .sec02 .list-wrap .list-dt::before {
    display: none;
  }
}
.p-information .sec02 .list-wrap .list-dd {
  flex: 1;
  width: 100%;
}
.p-information .sec03 {
  padding-block: 20px clamp(80px, 7vw, 130px);
}
.p-information .sec03 .box-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px clamp(20px, 6vw, 70px);
}
@media (min-width: 576px) {
  .p-information .sec03 .box-wrap {
    flex-direction: row;
  }
}
.p-information .sec03 .box-wrap .box {
  aspect-ratio: 4.4/2.8;
  margin-inline: auto;
  width: 80%;
}
@media (min-width: 576px) {
  .p-information .sec03 .box-wrap .box {
    width: calc(50% - clamp(10px, 3vw, 35px));
  }
}
.p-information .sec03 .box-wrap .box img {
  aspect-ratio: inherit;
}
.p-information .sec03 .map {
  height: clamp(380px, 37vw, 550px);
}
.p-information .sec03 .map iframe {
  height: inherit;
}

.p-news .page-hr__img img {
  -o-object-position: left center;
     object-position: left center;
}
@media (min-width: 768px) {
  .p-news .page-hr__img img {
    -o-object-position: center;
       object-position: center;
  }
}
.p-news .sec01 {
  padding-block: clamp(80px, 11vw, 140px);
}
.p-news .webgene-blog {
  max-width: 910px;
  padding-inline: 20px;
  margin-inline: auto;
}
.p-news .webgene-blog > article a {
  padding-block: 40px;
  border-bottom: solid 1px var(--or02);
  display: flex;
  flex-direction: column;
  gap: 15px 50px;
}
@media (min-width: 768px) {
  .p-news .webgene-blog > article a {
    padding-block: clamp(30px, 4vw, 50px);
    flex-direction: row;
    align-items: center;
  }
}
.p-news .webgene-blog > article:first-of-type a {
  padding-top: 0px;
}
.p-news .webgene-blog > article:last-child {
  border-bottom: none;
}
.p-news .webgene-blog > article .date,
.p-news .webgene-blog > article .title {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}
.p-news .webgene-blog > article .date {
  color: var(--acc);
  font-family: var(--futura);
}
.p-news .webgene-blog > article .title {
  flex: 1;
}
.p-news .webgene-pagination {
  margin-top: clamp(60px, 8vw, 120px);
}
.p-news .blog-item__img {
  position: relative;
  z-index: 1;
  width: 65%;
  margin-inline: auto;
  aspect-ratio: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-news .blog-item__img {
    width: 150px;
  }
}
.p-news .blog-item__img img {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
}
.p-news .blog-item__img > .noImage {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-news .blog-item__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px 15px;
  flex: 1;
}

.p-newsdetail__sec {
  padding-block: clamp(70px, 18vw, 270px) clamp(100px, 17vw, 250px);
}
.p-newsdetail .btn-block {
  margin-top: clamp(20px, 3vw, 45px);
}

.newsdetail-contents {
  margin-inline: auto;
  max-width: 820px;
  margin-bottom: clamp(60px, 9vw, 130px);
}
.newsdetail-contents__date {
  margin-bottom: 15px;
  font-family: var(--toppan);
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
}
.newsdetail-contents__title {
  font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
  margin-bottom: 35px;
}
.newsdetail-contents__meta {
  margin-top: 35px;
}

.p-news .webgene-pagination,
.p-newsdetail .webgene-pagination {
  margin-top: clamp(60px, 6vw, 80px);
}
.p-news .webgene-pagination ul,
.p-newsdetail .webgene-pagination ul {
  max-width: 350px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 20px;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination ul,
.p-newsdetail .webgene-pagination ul {
    flex-direction: row;
    align-items: stretch;
  }
}
.p-news .webgene-pagination li,
.p-newsdetail .webgene-pagination li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news .webgene-pagination .prev a:hover,
.p-news .webgene-pagination .next a:hover,
.p-newsdetail .webgene-pagination .prev a:hover,
.p-newsdetail .webgene-pagination .next a:hover {
  opacity: 1;
  color: var(--main);
}
.p-news .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .prev > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  line-height: normal;
  border-radius: 100px;
  gap: 24px;
  min-width: 120px;
  width: 100%;
  font-family: var(--toppan);
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  line-height: 1.5;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .prev > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-news .webgene-pagination .prev > a::after,
.p-newsdetail .webgene-pagination .prev > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  left: 0;
  display: block;
  background: url(../images/arrow.svg) center/contain no-repeat;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .prev > a::after,
.p-newsdetail .webgene-pagination .prev > a::after {
    width: 32px;
    height: 32px;
  }
}
.p-news .webgene-pagination .prev > a:hover::after,
.p-newsdetail .webgene-pagination .prev > a:hover::after {
  transform: translateY(-50%) translateX(-5px) scale(-1, 1);
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .next,
.p-newsdetail .webgene-pagination .next {
    margin-left: auto;
  }
}
.p-news .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .next > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
  transition: all 0.3s ease;
  gap: 24px;
  min-width: 120px;
  width: 100%;
  font-family: var(--toppan);
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  line-height: 1.5;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .next > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-news .webgene-pagination .next > a::after,
.p-newsdetail .webgene-pagination .next > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  background: url(../images/arrow.svg) center/contain no-repeat;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .next > a::after,
.p-newsdetail .webgene-pagination .next > a::after {
    width: 32px;
    height: 32px;
  }
}
.p-news .webgene-pagination .next > a:hover::after,
.p-newsdetail .webgene-pagination .next > a:hover::after {
  transform: translateY(-50%) translateX(5px);
  transition: all 0.3s ease;
}
.p-news .webgene-pagination .btn-block,
.p-newsdetail .webgene-pagination .btn-block {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.p-news .webgene-pagination .btn-block > a,
.p-newsdetail .webgene-pagination .btn-block > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  border-radius: 100px;
  padding-inline: 45px;
  padding-block: 8px;
  transition: all 0.3s ease;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--main);
  font-family: var(--toppan);
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  line-height: 1.5;
  background-color: white;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .btn-block > a,
.p-newsdetail .webgene-pagination .btn-block > a {
    min-width: 170px;
  }
}
.p-news .webgene-pagination .btn-block > a:hover,
.p-newsdetail .webgene-pagination .btn-block > a:hover {
  background-color: var(--main);
  color: white;
}