@charset "UTF-8";
/*Theme Name : common_template*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Sorts+Mill+Goudy:ital@0;1&display=swap");
/* その後、他の変数、関数、CSSコードを記述します */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.char,
.headline__letter {
  display: inline-block;
  will-change: transform, opacity, filter;
}

.textUp br,
.headline br,
.blur_text br,
.random_blur_text br {
  display: block;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h1,
h2,
h3,
h4,
h5,
dl,
dd,
dt,
ul,
li,
a,
figure,
p,
body {
  font-family: "Shippori Mincho", serif;
  margin: 0;
}

body {
  background: url(/wp-content/uploads/bg.jpg) no-repeat;
  background-size: cover;
  font-family: "Shippori Mincho", serif;
  color: #031511;
  word-break: normal;
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: unset;
}

.fa-solid {
  font-family: "Font Awesome 5 Free" !important;
  font-style: initial !important;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.grecaptcha-badge {
  bottom: 74px !important;
}

#header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: background 0.5s;
}
#header.fixed {
  background: #111;
}
#header.fixed .header_pc {
  padding-top: 0;
  align-items: center;
}
#header.fixed .header_pc .header_logo {
  margin-left: 40px;
  max-width: clamp(200px, 173.3333333333px + 3.4722222222vw, 240px);
  padding: 10px 0;
}
@media (max-width: 1099px) {
  #header.fixed .header_pc .header_logo {
    max-width: 180px;
    margin-left: clamp(20px, -3.2024169184px + 3.0211480363vw, 30px);
  }
}
#header.fixed .header_pc .header_logo .only_fixed {
  display: block;
}
#header.fixed .header_pc .header_logo .non_fixed {
  display: none;
}
#header.fixed .header_pc .header_item .header_nav .main_ul li a {
  writing-mode: unset;
}
#header .header_pc {
  padding-top: 53px;
  transition: padding-top 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
}
@media (max-width: 1099px) {
  #header .header_pc {
    height: 70px;
  }
}
#header .header_pc .header_logo {
  max-width: 123px;
  width: 100%;
  margin-left: clamp(60px, 5.8565153734vw, 80px);
  transition: max-width 0.5s, margin-left 0.5s, padding 0.5s;
}
#header .header_pc .header_logo .only_fixed {
  display: none;
}
@media (max-width: 1099px) {
  #header .header_pc .header_logo {
    max-width: 80px;
    margin-left: clamp(20px, -3.2024169184px + 3.0211480363vw, 30px);
  }
}
#header .header_pc .header_item {
  display: flex;
  align-items: center;
}
@media (max-width: 1099px) {
  #header .header_pc .header_item {
    display: none;
  }
}
#header .header_pc .header_item .header_button a {
  width: 162px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ab9555;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: 600;
  line-height: normal;
  transition: 0.4s;
}
#header .header_pc .header_item .header_button a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#header .header_pc .header_item .header_nav .main_ul {
  display: flex;
  align-items: start;
  padding: 0;
  margin: 0 clamp(20px, 0px + 2.6041666667vw, 50px) 0 0;
  list-style: none;
}
#header .header_pc .header_item .header_nav .main_ul li {
  margin-right: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
}
#header .header_pc .header_item .header_nav .main_ul li a {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-size: clamp(14px, 10.6666666667px + 0.2777777778vw, 16px);
  writing-mode: vertical-rl;
  transition: 0.4s all;
  position: relative;
}
#header .header_pc .header_item .header_nav .main_ul li a:hover {
  color: #111;
}
#header .header_pc .header_item .header_nav .main_ul li:last-of-type {
  margin-right: 0;
}
#header .header_pc .header_item .header_nav .main_ul .parent {
  position: relative;
  float: left;
}
#header .header_pc .header_item .header_nav .main_ul .parent:hover ul {
  transition: 0.4s all;
  display: block !important;
  position: absolute !important;
  opacity: 1;
  top: 104%;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child {
  opacity: 0;
  display: none;
  margin: 0;
  width: 100%;
  transition: 0.4s;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li {
  width: 100%;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 207px;
  height: 70px;
  transition: 0.4s all;
  padding: 0 20px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
  text-align: start;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a:hover {
  background: #fff;
  color: #000;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a::after {
  display: none;
}

body:has(#nav-toggle.active) #header .header_pc {
  background: #111;
  padding-top: 0;
}
body:has(#nav-toggle.active) #header .header_logo {
  max-width: clamp(200px, 173.3333333333px + 3.4722222222vw, 240px);
  margin-left: clamp(20px, -3.2024169184px + 3.0211480363vw, 30px);
}
@media (max-width: 1099px) {
  body:has(#nav-toggle.active) #header .header_logo {
    max-width: 180px;
  }
}
body:has(#nav-toggle.active) #header .header_logo .non_fixed {
  display: none;
}
body:has(#nav-toggle.active) #header .header_logo .only_fixed {
  display: flex;
}

#burger {
  height: auto;
  background: #fff;
  display: none;
  margin-bottom: 0;
}
@media (max-width: 1099px) {
  #burger {
    display: contents;
  }
}
#burger .nav-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
#burger .nav-container nav {
  width: 100%;
}
#burger .nav-container nav .nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 60px;
  width: 60px;
}
@media (max-width: 1099px) {
  #burger .nav-container nav .nav-mobile {
    display: block;
  }
}
#burger .nav-container nav .nav-mobile #nav-toggle {
  position: absolute;
  left: 0;
  top: 29px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span,
#burger .nav-container nav .nav-mobile #nav-toggle span:before,
#burger .nav-container nav .nav-mobile #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 32px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:before {
  top: -10px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:after {
  bottom: -10px;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span {
  background-color: transparent;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:before, #burger .nav-container nav .nav-mobile #nav-toggle.active span:after {
  top: 0;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:before {
  transform: rotate(45deg);
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:after {
  transform: rotate(-45deg);
}
@media (max-width: 1099px) {
  #burger .nav-container nav ul {
    display: none;
  }
  #burger .nav-container nav ul.nav-list {
    position: absolute;
    width: 100%;
    height: auto;
    top: auto;
    max-height: calc(100vh - auto);
    overflow: auto;
  }
}
@media (max-width: 1099px) and (max-width: 1099px) {
  #burger .nav-container nav ul.nav-list {
    top: 70px;
    max-height: calc(100vh - 70px);
    left: 0;
  }
}
@media (max-width: 1099px) and (max-width: 425px) {
  #burger .nav-container nav ul.nav-list {
    background: #111;
    padding-bottom: 80px;
  }
}
@media (max-width: 1099px) {
  #burger .nav-container nav ul li {
    position: relative;
    float: none;
  }
  #burger .nav-container nav ul li a,
  #burger .nav-container nav ul li a:visited {
    display: block;
    padding: 20px;
    background: #111;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    text-decoration: none;
    font-weight: 500;
  }
  #burger .nav-container nav ul li a:hover,
  #burger .nav-container nav ul li a:visited:hover {
    background: #ab9555;
    color: #fff;
  }
  #burger .nav-container nav ul li a:not(:only-child):after,
  #burger .nav-container nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
  }
  #burger .nav-container nav ul li ul.nav-dropdown {
    position: static;
    z-index: 1;
  }
  #burger .nav-container nav ul li ul.nav-dropdown li {
    min-width: 190px;
  }
  #burger .nav-container nav ul li ul.nav-dropdown li a {
    padding: 15px 15px 15px 30px;
    font-size: 0.8em;
    background: #ab9555;
    color: #fff;
  }
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #ab9555;
  color: #fff;
}
.pagetop_block #pagetop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.pagetop_block .contact_sp {
  display: none !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .pagetop_block .contact_sp {
    display: flex !important;
  }
}
.pagetop_block .contact_sp a {
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 425px) {
  .pagetop_block .contact_sp a {
    padding: 10px;
  }
}
.pagetop_block .contact_sp a.footer_bg1 {
  background: #ab9555;
  color: #fff;
}
.pagetop_block .contact_sp a.footer_bg1::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 13px;
  margin-right: 10px;
  font-weight: bold;
}
.pagetop_block .contact_sp a.footer_bg2 {
  background: #ab9555;
  color: #fff;
}
.pagetop_block .contact_sp a.footer_bg2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-size: 13px;
  margin-right: 10px;
  font-weight: bold;
}

.main_button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  display: flex;
  font-family: "Shippori Mincho", serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: url(/wp-content/uploads/btn-bg.jpg) no-repeat;
  background-size: cover;
  border: 1px solid #ab9555;
  position: relative;
  overflow: hidden;
  transition: color 0.5s ease, border-color 0.5s ease;
  padding: 0 20px;
}
.main_button a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.main_button a span {
  position: relative;
  z-index: 1;
}
.main_button a::after {
  content: "";
  background: url(/wp-content/uploads/arrow-icon01.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.main_button a:hover {
  color: #031511;
  border-color: #031511;
}
.main_button a:hover::before {
  transform: scaleX(1);
}
.main_button a:hover::after {
  background: url(/wp-content/uploads/arrow-icon02.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%) translateX(4px);
}

#footer {
  margin-bottom: 0 !important;
  background: url(/wp-content/uploads/footer-bg.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #footer {
    padding-bottom: 70px;
  }
}
#footer .inner {
  max-width: calc(79.0629575403vw + 12%);
  width: 100%;
  margin: 0 auto;
  padding: clamp(80px, 0px + 10.4166666667vw, 200px) 6% clamp(50px, -20px + 9.1145833333vw, 155px);
}
#footer .inner .footer_flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(45px, 5.7291666667vw, 110px);
       column-gap: clamp(45px, 5.7291666667vw, 110px);
}
@media (max-width: 1050px) {
  #footer .inner .footer_flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
#footer .inner .footer_flex .footer_logo_area {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
#footer .inner .footer_flex .footer_logo_area .footer_logo {
  margin-bottom: 20px;
}
#footer .inner .footer_flex .footer_logo_area .content {
  color: #fff;
}
#footer .inner .footer-item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 9.8828696925vw;
       column-gap: 9.8828696925vw;
}
@media (max-width: 1050px) {
  #footer .inner .footer-item-wrap {
    display: block;
    text-align: start;
  }
}
#footer .inner .footer-item-wrap .nav-content {
  margin-bottom: 12px;
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.513909224vw;
       column-gap: 3.513909224vw;
}
@media (max-width: 425px) {
  #footer .inner .footer-item-wrap .nav-content .footer-nav-list {
    flex-direction: column;
    justify-content: center;
  }
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li {
  padding: 20px 0;
}
@media (max-width: 1050px) {
  #footer .inner .footer-item-wrap .nav-content .footer-nav-list li {
    padding: 7px 0;
  }
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a {
  font-size: 1.1713030747vw;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 1050px) {
  #footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a {
    font-size: 15px;
  }
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a:hover {
  color: #ab9555;
  transition: 0.4s;
}

.copy_flex {
  margin-top: 2.9282576867vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .copy_flex {
    margin-top: clamp(30px, 0.1556420233px + 3.8910505837vw, 40px);
  }
}
@media (max-width: 767px) {
  .copy_flex {
    flex-direction: column-reverse;
    row-gap: 20px;
    align-items: flex-start;
  }
}
.copy_flex .copy_area a {
  transition: 0.4s all;
}
.copy_flex .copy_area a:hover {
  opacity: 0.7;
}
.copy_flex .copy_area a img {
  width: 17.3499267936vw;
  height: auto;
}
@media (max-width: 1024px) {
  .copy_flex .copy_area a img {
    width: 237px;
  }
}
.copy_flex .copy_area p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.7320644217vw;
  color: #fff;
}
@media (max-width: 1024px) {
  .copy_flex .copy_area p {
    font-size: 10px;
  }
}
.copy_flex .link_area ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.074670571vw;
       column-gap: 3.074670571vw;
}
@media (max-width: 1024px) {
  .copy_flex .link_area ul {
    -moz-column-gap: clamp(30px, -5.813229572px + 4.6692607004vw, 42px);
         column-gap: clamp(30px, -5.813229572px + 4.6692607004vw, 42px);
  }
}
@media (max-width: 425px) {
  .copy_flex .link_area ul {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
}
.copy_flex .link_area ul li a {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.0248901903vw;
  color: #fff;
}
@media (max-width: 1024px) {
  .copy_flex .link_area ul li a {
    font-size: 14px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

@media (max-width: 425px) {
  .pc_only_425 {
    display: none;
  }
}

.sp_only_425 {
  display: none;
}
@media (max-width: 425px) {
  .sp_only_425 {
    display: block;
  }
}

.title_en {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  line-height: 1.4;
  color: #ab9555;
  font-size: 1.9033674963vw;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .title_en {
    font-size: clamp(20px, 14.0311284047px + 0.7782101167vw, 22px);
  }
}
@media (max-width: 767px) {
  .title_en {
    font-size: clamp(20px, 12.5438596491px + 1.7543859649vw, 26px);
  }
}

.title_jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.2210834553vw;
  color: #031511;
  line-height: normal;
}
@media (max-width: 1024px) {
  .title_jp {
    font-size: clamp(28px, 4.1245136187px + 3.1128404669vw, 36px);
  }
}
@media (max-width: 767px) {
  .title_jp {
    font-size: clamp(28px, 8.1169590643px + 4.6783625731vw, 44px);
  }
}

.main_button_big a {
  max-width: 18.3016105417vw;
  min-width: 250px;
  width: 100%;
  height: 4.0995607613vw;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1713030747vw;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: url(/wp-content/uploads/btn-bg.jpg) no-repeat;
  background-size: cover;
  border: 1px solid #ab9555;
  position: relative;
  overflow: hidden;
  transition: color 0.5s ease, border-color 0.5s ease;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .main_button_big a {
    max-width: 250px;
    height: 56px;
    font-size: 16px;
  }
}
.main_button_big a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.main_button_big a span {
  position: relative;
  z-index: 1;
}
.main_button_big a::after {
  content: "";
  background: url(/wp-content/uploads/arrow-icon01.svg) no-repeat center;
  background-size: contain;
  width: 1.0248901903vw;
  height: 0.7320644217vw;
  position: absolute;
  top: 50%;
  right: 1.1713030747vw;
  transform: translateY(-50%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
@media (max-width: 1024px) {
  .main_button_big a::after {
    width: 14px;
    height: 10px;
    right: 16px;
  }
}
.main_button_big a:hover {
  color: #031511;
  border-color: #031511;
}
.main_button_big a:hover::before {
  transform: scaleX(1);
}
.main_button_big a:hover::after {
  background: url(/wp-content/uploads/arrow-icon02.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%) translateX(4px);
}

.content {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.1713030747vw;
  color: #031511;
  line-height: 2;
}
@media (max-width: 1024px) {
  .content {
    font-size: clamp(14px, 8px + 0.78125vw, 16px);
  }
}
@media (max-width: 767px) {
  .content {
    font-size: clamp(14px, 11.514619883px + 0.5847953216vw, 16px);
  }
}

.bg_wrap {
  position: relative;
}
.bg_wrap .main_button {
  position: absolute;
  right: 0;
  bottom: 20vh;
}
@media (max-width: 767px) {
  .bg_wrap .main_button {
    display: none;
  }
}
.bg_wrap .main_button a {
  width: 250px;
}
.bg_wrap .bg_black {
  padding: 0 clamp(12px, 2.6666666667px + 1.2152777778vw, 26px);
  background: #111;
}
.bg_wrap .bg_black #mv_area {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.bg_wrap .bg_black #mv_area .mv-image {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .bg_wrap .bg_black #mv_area .mv-image {
    height: 104.0312093628vw;
  }
}
@media (max-width: 425px) {
  .bg_wrap .bg_black #mv_area .mv-image {
    height: 141.1764705882vw;
  }
}
.bg_wrap .bg_black #mv_area .mv_catch {
  position: absolute;
  bottom: 10%;
  left: 2%;
  width: 100%;
  max-width: clamp(160px, 133.3333333333px + 3.4722222222vw, 200px);
  min-width: 110px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .bg_wrap .bg_black #mv_area .mv_catch {
    max-width: clamp(120px, 93.3333333333px + 3.4722222222vw, 160px);
  }
}
.bg_wrap .bg_black #mv_area .mv_catch svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
}
.bg_wrap .bg_black #mv_area .mv_catch .mv-char {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill-opacity: 0;
}
@media (max-width: 767px) {
  .bg_wrap .bg_black #mv_area .mv_catch {
    left: 6%;
    width: 26%;
    max-width: 140px;
  }
}

.no-js #mv_area .mv_catch .mv-char,
[data-reduced-motion=true] #mv_area .mv_catch .mv-char {
  fill-opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  #mv_area .mv_catch .mv-char {
    fill-opacity: 1 !important;
  }
}
.main_bg_wrap {
  overflow: hidden;
}
.main_bg_wrap .main_bg_black {
  padding: 0 clamp(12px, 2.6666666667px + 1.2152777778vw, 26px);
  background: #111;
}
.main_bg_wrap .main_bg_black .main_bg {
  background: url(/wp-content/uploads/bg.jpg) no-repeat;
  background-size: cover;
}
.main_bg_wrap .main_bg_black .main_bg #s_news {
  padding: clamp(70px, 23.3333333333px + 6.0763888889vw, 140px) 0;
}
.main_bg_wrap .main_bg_black .main_bg #s_news .inner {
  max-width: calc(79.0629575403vw + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box {
  display: flex;
  -moz-column-gap: 13.7628111274vw;
       column-gap: 13.7628111274vw;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box {
    -moz-column-gap: 7.8125vw;
         column-gap: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box {
    flex-direction: column;
    row-gap: 30px;
  }
}
.main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .title_area {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
@media (max-width: 767px) {
  .main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .title_area {
    display: block;
  }
}
.main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .title_area .title_en,
.main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .title_area .title_jp {
  writing-mode: vertical-lr;
}
@media (max-width: 767px) {
  .main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .title_area .title_en,
  .main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .title_area .title_jp {
    writing-mode: unset;
  }
}
.main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area {
    max-width: 100%;
  }
}
.main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 767px) {
  .main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap {
    margin-bottom: clamp(30px, 17.5730994152px + 2.9239766082vw, 40px);
  }
}
.main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap a {
  display: flex;
  -moz-column-gap: clamp(20px, 2.9282576867vw, 40px);
       column-gap: clamp(20px, 2.9282576867vw, 40px);
  align-items: flex-start;
  -moz-column-gap: clamp(35px, 3.6603221083vw, 50px);
       column-gap: clamp(35px, 3.6603221083vw, 50px);
  padding: clamp(15px, 1.4641288433vw, 20px) clamp(5px, 1.4641288433vw, 20px) clamp(15px, 1.4641288433vw, 20px) 0;
  border-bottom: 1px solid #d9d3c7;
  transition: 0.4s;
  position: relative;
}
.main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/arrow-icon02.svg);
  background-size: contain;
  width: 1.0248901903vw;
  height: 0.7320644217vw;
  transition: 0.4s all;
}
@media (max-width: 1024px) {
  .main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap a::after {
    width: 14px;
    height: 10px;
  }
}
.main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap a:hover::after {
  right: -4px;
}
.main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap a:hover .news_title {
  color: #ab9555;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap a {
    flex-direction: column;
    padding: 15px 15px 15px 0;
    align-items: flex-start;
    row-gap: 10px;
  }
}
.main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap .date {
  color: #ab9555;
  font-size: 1.1713030747vw;
  line-height: normal;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 1024px) {
  .main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap .date {
    font-size: clamp(14px, 8px + 0.78125vw, 16px);
  }
}
@media (max-width: 767px) {
  .main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap .date {
    font-size: clamp(14px, 11.514619883px + 0.5847953216vw, 16px);
  }
}
.main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap .news_title {
  font-size: 1.1713030747vw;
  transition: 0.4s;
  font-family: "Shippori Mincho", serif;
  color: #031511;
  line-height: normal;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap .news_title {
    font-size: clamp(14px, 8px + 0.78125vw, 16px);
  }
}
@media (max-width: 767px) {
  .main_bg_wrap .main_bg_black .main_bg #s_news .inner .flex_box .news_area .news_wrap .news_title {
    font-size: clamp(14px, 11.514619883px + 0.5847953216vw, 16px);
  }
}
.main_bg_wrap .main_bg_black .main_bg #s_news .inner .main_button_big a {
  margin-left: auto;
}

#s01 {
  padding-bottom: clamp(90px, -16.6666666667px + 13.8888888889vw, 250px);
}
#s01 .inner {
  padding-left: 3.2210834553vw;
}
@media (max-width: 1024px) {
  #s01 .inner {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  #s01 .inner {
    padding-left: 6%;
  }
}
#s01 .inner .grid_box {
  display: grid;
  -moz-column-gap: 5.8565153734vw;
       column-gap: 5.8565153734vw;
  grid-template-columns: 344fr 872fr;
  position: relative;
  left: clamp(12px, 2.6666666667px + 1.2152777778vw, 26px);
}
@media (max-width: 1024px) {
  #s01 .inner .grid_box {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 767px) {
  #s01 .inner .grid_box {
    left: 0;
    display: flex;
    flex-direction: column-reverse;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
  }
}
#s01 .inner .grid_box .text_area {
  text-align: center;
}
@media (max-width: 767px) {
  #s01 .inner .grid_box .text_area {
    padding-right: 6%;
  }
}
#s01 .inner .grid_box .text_area .title_en {
  margin-bottom: 1.1713030747vw;
}
@media (max-width: 1024px) {
  #s01 .inner .grid_box .text_area .title_en {
    margin-bottom: clamp(12px, 0px + 1.5625vw, 16px);
  }
}
#s01 .inner .grid_box .text_area .title_jp {
  writing-mode: vertical-rl;
  margin: auto;
  margin-bottom: 3.074670571vw;
}
@media (max-width: 1024px) {
  #s01 .inner .grid_box .text_area .title_jp {
    margin-bottom: clamp(24px, -30px + 7.03125vw, 42px);
  }
}
@media (max-width: 767px) {
  #s01 .inner .grid_box .text_area .title_jp {
    writing-mode: unset;
  }
}
#s01 .inner .grid_box .text_area .content {
  margin-bottom: 3.074670571vw;
}
@media (max-width: 1024px) {
  #s01 .inner .grid_box .text_area .content {
    text-align: start;
    margin-bottom: clamp(24px, -30px + 7.03125vw, 42px);
  }
}
#s01 .inner .grid_box .text_area .main_button_big a {
  margin: 0 auto;
}
#s01 .inner .grid_box .img_area {
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/top_features01.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1024px) {
  #s01 .inner .grid_box .img_area {
    background-position-x: 73%;
  }
}
@media (max-width: 767px) {
  #s01 .inner .grid_box .img_area {
    background-position-x: 60%;
    height: 84.5253576073vw;
  }
}

#s_gallery {
  /* ギャラリー領域の全体設定 */
  width: calc(100% + 50px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  left: -24px;
}
#s_gallery .gallery_container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  /* Swiperの必須クラスに対する設定 */
}
#s_gallery .gallery_container .gallery_swiper .swiper-wrapper {
  /* 無限ループのアニメーションが等速で途切れないようにする必須設定 */
  transition-timing-function: linear;
}
#s_gallery .gallery_container {
  /* 各スライドの設定（画像の大きさに合わせて調整してください） */
}
#s_gallery .gallery_container .gallery_item {
  width: 28.4040995608vw;
  height: 29.9414348463vw;
}
@media (max-width: 767px) {
  #s_gallery .gallery_container .gallery_item {
    width: 300px;
    height: 316.24px;
  }
}
#s_gallery .gallery_container .gallery_item {
  /* 画像がコンテナ内にきれいに収まるように設定 */
}
#s_gallery .gallery_container .gallery_item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#s_gallery .main_button a {
  margin: 0 auto;
}

.main_bg_wrap2 {
  overflow: hidden;
}
.main_bg_wrap2 .main_bg_black {
  padding: 0 clamp(12px, 2.6666666667px + 1.2152777778vw, 26px);
  background: #111;
}
.main_bg_wrap2 .main_bg_black .main_bg {
  background: url(/wp-content/uploads/bg.jpg) no-repeat;
  background-size: cover;
  padding: 0 clamp(12px, 3.3333333333px + 1.1284722222vw, 25px);
  overflow: hidden;
}

#s02 {
  padding: clamp(80px, -16.6666666667px + 12.5868055556vw, 225px) 0 clamp(70px, -16.6666666667px + 11.2847222222vw, 200px);
}
#s02 .grid_box {
  display: grid;
  grid-template-columns: 706fr 434fr;
  -moz-column-gap: 6.25vw;
       column-gap: 6.25vw;
}
@media (max-width: 1024px) {
  #s02 .grid_box {
    -moz-column-gap: 3.90625vw;
         column-gap: 3.90625vw;
  }
}
@media (max-width: 767px) {
  #s02 .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 11.3596491228px + 4.3859649123vw, 45px);
  }
}
#s02 .grid_box .img_area {
  padding-bottom: 4.4270833333vw;
}
@media (max-width: 1024px) {
  #s02 .grid_box .img_area {
    padding-bottom: 0;
  }
}
#s02 .grid_box .img_area img {
  width: 100%;
}
#s02 .grid_box .text_area {
  display: flex;
  margin-top: 4.4270833333vw;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1024px) {
  #s02 .grid_box .text_area {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #s02 .grid_box .text_area {
    justify-content: center;
  }
}
#s02 .grid_box .text_area .content {
  writing-mode: vertical-lr;
  white-space: nowrap;
}
#s02 .grid_box .text_area .title_jp {
  writing-mode: vertical-lr;
  margin-left: 2.5vw;
}
#s02 .grid_box .text_area .title_en {
  writing-mode: vertical-lr;
  margin-left: 0;
}

#s03 {
  padding-bottom: clamp(90px, -16.6666666667px + 13.8888888889vw, 250px);
}
#s03 .inner {
  padding-left: 3.2210834553vw;
}
@media (max-width: 1024px) {
  #s03 .inner {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  #s03 .inner {
    padding-left: 0;
  }
}
#s03 .inner .grid_box {
  display: grid;
  -moz-column-gap: 10.2489019034vw;
       column-gap: 10.2489019034vw;
  grid-template-columns: 344fr 686fr;
  position: relative;
  align-items: center;
  left: clamp(12px, 2.6666666667px + 1.2152777778vw, 26px);
}
@media (max-width: 1024px) {
  #s03 .inner .grid_box {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 767px) {
  #s03 .inner .grid_box {
    left: 0;
    display: flex;
    flex-direction: column-reverse;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
  }
}
#s03 .inner .grid_box .text_area {
  text-align: center;
}
#s03 .inner .grid_box .text_area .title_en {
  margin-bottom: 1.1713030747vw;
}
@media (max-width: 1024px) {
  #s03 .inner .grid_box .text_area .title_en {
    margin-bottom: clamp(12px, 0px + 1.5625vw, 16px);
  }
}
#s03 .inner .grid_box .text_area .title_jp {
  writing-mode: vertical-rl;
  margin: auto;
  margin-bottom: 3.074670571vw;
  text-align: start;
}
@media (max-width: 1024px) {
  #s03 .inner .grid_box .text_area .title_jp {
    margin-bottom: clamp(24px, -30px + 7.03125vw, 42px);
  }
}
@media (max-width: 767px) {
  #s03 .inner .grid_box .text_area .title_jp {
    writing-mode: unset;
    text-align: center;
  }
}
#s03 .inner .grid_box .text_area .content {
  margin-bottom: 3.074670571vw;
}
@media (max-width: 1024px) {
  #s03 .inner .grid_box .text_area .content {
    text-align: start;
    margin-bottom: clamp(24px, -30px + 7.03125vw, 42px);
  }
}
@media (max-width: 767px) {
  #s03 .inner .grid_box .text_area .content {
    text-align: center;
  }
}
#s03 .inner .grid_box .text_area .main_button_big a {
  margin: 0 auto;
}
#s03 .inner .grid_box .img_area img {
  width: 100%;
}

#s04 {
  padding-bottom: clamp(60px, 0px + 7.8125vw, 150px);
}
#s04 .info_img {
  margin-bottom: 4.39238653vw;
}
@media (max-width: 767px) {
  #s04 .info_img {
    margin-bottom: clamp(30px, 11.3596491228px + 4.3859649123vw, 45px);
  }
}
#s04 .info_img img {
  width: 100%;
}
#s04 .title_jp {
  margin-bottom: 2.7818448023vw;
}
@media (max-width: 767px) {
  #s04 .title_jp {
    margin-bottom: clamp(20px, -2.3684210526px + 5.2631578947vw, 38px);
  }
}
#s04 .store_details .store_row {
  display: flex;
  padding: 1.6105417277vw 1.1713030747vw;
  border-bottom: 1px solid #d9d3c7;
}
#s04 .store_details .store_row dt {
  min-width: 16.1054172767vw;
  font-weight: 600;
}
#s04 .store_details .store_row dd {
  font-weight: 500;
}
@media (max-width: 767px) {
  #s04 .store_details .store_row {
    padding: 15px 0;
    flex-direction: column;
    row-gap: clamp(8px, -0.6988304094px + 2.0467836257vw, 15px);
  }
}
@media (max-width: 767px) {
  #s04 .store_details .store_row .content {
    font-size: 16px;
  }
}

#s05 {
  height: 40.9956076135vw;
  padding-bottom: clamp(80px, -6.6666666667px + 11.2847222222vw, 210px);
}
@media (max-width: 767px) {
  #s05 {
    height: clamp(280px, 180.5847953216px + 23.3918128655vw, 360px);
  }
}

#s06 {
  background: url(/wp-content/uploads/top_reservation-bg.jpg) no-repeat;
  background-size: cover;
  padding: 10.3953147877vw 0 8.7115666179vw;
  margin-top: -1px;
}
#s06 .inner {
  padding: 0 6%;
}
#s06 .inner .title_en {
  text-align: center;
  margin-bottom: 1.1713030747vw;
}
@media (max-width: 767px) {
  #s06 .inner .title_en {
    margin-bottom: clamp(12px, 7.0292397661px + 1.1695906433vw, 16px);
  }
}
#s06 .inner .title_jp {
  text-align: center;
  color: #fff;
  writing-mode: vertical-lr;
  margin: 0 auto 4.6852122987vw;
}
@media (max-width: 767px) {
  #s06 .inner .title_jp {
    margin-bottom: clamp(32px, -7.7660818713px + 9.3567251462vw, 64px);
  }
}
#s06 .inner .tel_num {
  margin-bottom: 3.074670571vw;
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  display: block;
  font-size: 2.196193265vw;
  line-height: normal;
}
@media (max-width: 1024px) {
  #s06 .inner .tel_num {
    font-size: clamp(22px, 10px + 1.5625vw, 26px);
  }
}
@media (max-width: 767px) {
  #s06 .inner .tel_num {
    margin-bottom: clamp(24px, 1.6315789474px + 5.2631578947vw, 42px);
    font-size: clamp(22px, 17.0292397661px + 1.1695906433vw, 26px);
  }
}
#s06 .inner .tel_num {
  transition: 0.4s all;
}
#s06 .inner .tel_num:hover {
  color: #ab9555;
}
#s06 .inner .content {
  color: #fff;
  text-align: center;
}/*# sourceMappingURL=style.css.map */