@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

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

html {
  scrollbar-gutter: stable;
}

body {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #fff;
  background: #000;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 3.023vw;
  }
}

.en {
  font-family: "PT Serif", serif;
}

.gothic {
  font-family: "Noto Sans JP", "Noto Sans Japanese", NotoSansJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

a, a * {
  transition: 0.3s;
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.mainw {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  background: #000;
  padding-right: 150px;
}
@media screen and (max-width: 1440px) {
  .mainw {
    padding-right: 10.417vw;
  }
}
@media screen and (max-width: 768px) {
  .mainw {
    padding-right: 0;
    overflow: hidden;
  }
}

.logo {
  width: 288px;
  height: 43px;
  position: absolute;
  top: 69px;
  left: 47px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .logo {
    width: 20vw;
    height: 2.986vw;
    top: 4.792vw;
    left: 3.264vw;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    width: 39.767vw;
    height: 6.047vw;
    top: 4.651vw;
    left: 4.884vw;
  }
}
.logo a {
  display: block;
}
.logo a:hover {
  opacity: 0.6;
}
.logo img {
  display: block;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 150px;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .header {
    width: 10.417vw;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    width: 17.442vw;
    height: 21.744vw;
  }
}
.header .header-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
  border: 4px solid #584445;
  border-bottom: none;
  overflow-y: scroll;
  padding-top: 183px;
  padding-bottom: 100px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header .header-inner::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1440px) {
  .header .header-inner {
    border-width: 0.278vw;
    padding-top: 12.708vw;
    padding-bottom: 6.944vw;
  }
}
@media screen and (max-width: 768px) {
  .header .header-inner {
    border: none;
    background: transparent;
    transition: 0.5s;
    overflow: visible;
    padding-top: 21.279vw;
    padding-bottom: 0;
  }
}
.header nav {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header nav {
    transition: 0.5s transform;
    transform: translateY(-100%);
  }
}
.header nav ul {
  padding-top: 46px;
}
@media screen and (max-width: 1440px) {
  .header nav ul {
    padding-top: 3.194vw;
  }
}
@media screen and (max-width: 768px) {
  .header nav ul {
    padding-top: 5.349vw;
  }
}
.header nav ul li {
  position: relative;
}
.header nav ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 49px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #584445;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 3px, 50% 100%, 0 3px);
}
@media screen and (max-width: 1440px) {
  .header nav ul li:before {
    height: 3.403vw;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0.208vw, 50% 100%, 0 0.208vw);
  }
}
@media screen and (max-width: 768px) {
  .header nav ul li:before {
    height: 5.698vw;
    clip-path: polygon(0% 0%, 100% 0%, 100% 2px, 50% 100%, 0 2px);
  }
}
.header nav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 180px;
  color: #fff;
  text-align: center;
  padding: 10px 4px 50px;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1440px) {
  .header nav ul li a {
    height: 12.5vw;
    padding: 0.694vw 0.278vw 3.472vw;
    padding-bottom: 5.556vw;
  }
}
@media screen and (max-width: 768px) {
  .header nav ul li a {
    height: 20.93vw;
    padding: 1.163vw 0.465vw 5.814vw;
    padding-bottom: 9.302vw;
  }
}
.header nav ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 43px);
  position: absolute;
  top: -46px;
  left: 0;
  background: #000;
  z-index: -1;
  clip-path: polygon(0% 0%, 50% 46px, 100% 0%, 100% calc(100% - 46px), 50% 100%, 0% calc(100% - 46px));
}
@media screen and (max-width: 1440px) {
  .header nav ul li a:after {
    height: calc(100% + 2.986vw);
    top: -3.194vw;
    clip-path: polygon(0% 0%, 50% 3.194vw, 100% 0%, 100% calc(100% - 3.194vw), 50% 100%, 0% calc(100% - 3.194vw));
  }
}
@media screen and (max-width: 768px) {
  .header nav ul li a:after {
    height: calc(100% + 5vw);
    top: -5.349vw;
    clip-path: polygon(0% 0%, 50% 5.349vw, 100% 0%, 100% calc(100% - 5.349vw), 50% 100%, 0% calc(100% - 5.349vw));
  }
}
.header nav ul li a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/menu-btn-i.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .header nav ul li a:before {
    width: 2.083vw;
    height: 2.083vw;
    bottom: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .header nav ul li a:before {
    width: 3.488vw;
    height: 3.488vw;
    bottom: 2.326vw;
  }
}
.header nav ul li a span {
  display: block;
  line-height: 1.24;
}
.header nav ul li a .num {
  font-size: 19px;
}
@media screen and (max-width: 1440px) {
  .header nav ul li a .num {
    font-size: 1.319vw;
  }
}
@media screen and (max-width: 768px) {
  .header nav ul li a .num {
    font-size: 2.209vw;
  }
}
.header nav ul li a .ja {
  font-size: 21px;
}
@media screen and (max-width: 1440px) {
  .header nav ul li a .ja {
    font-size: 1.458vw;
  }
}
@media screen and (max-width: 768px) {
  .header nav ul li a .ja {
    font-size: 2.442vw;
  }
}
.header nav ul li a:hover {
  filter: contrast(0.5) brightness(1.2);
}
.side-nav {
  display: block;
  width: 800px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  background: #000;
  padding: 140px 70px;
  transform: translateX(100%);
  transition: 0.8s transform;
}
@media screen and (max-width: 1440px) {
  .side-nav {
    width: 55.556vw;
    padding: 9.722vw 4.861vw;
  }
}
@media screen and (max-width: 768px) {
  .side-nav {
    display: none;
  }
}
.side-nav .close-btn {
  display: block;
  width: 150px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .side-nav .close-btn {
    width: 10.417vw;
    height: 9.722vw;
  }
}
.side-nav .close-btn:hover {
  background-color: rgba(255, 255, 255, 0.1450980392);
}
.side-nav .close-btn span {
  display: block;
  position: absolute;
  top: 69px;
  right: 32px;
  width: 85px;
  height: 2px;
  background-color: #fff;
  transform: translate(0%, 0%);
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .side-nav .close-btn span {
    top: 4.792vw;
    right: 2.222vw;
    width: 5.903vw;
  }
}
.side-nav .close-btn span:nth-child(1) {
  transform: translate(0, 0) rotate(-36deg);
}
.side-nav .close-btn span:nth-child(2) {
  opacity: 0;
}
.side-nav .close-btn span:nth-child(3) {
  transform: translate(0, 0) rotate(36deg);
}
.side-nav .side-nav-inner {
  justify-content: flex-start;
  gap: 60px 80px;
  opacity: 0;
  transition: 0.8s 0.5s;
}
@media screen and (max-width: 1440px) {
  .side-nav .side-nav-inner {
    gap: 4.167vw 5.556vw;
  }
}
.side-nav .side-nav-inner ul li a {
  font-size: 16px;
  color: #fff;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .side-nav .side-nav-inner ul li a {
    font-size: 1.111vw;
  }
}
.side-nav .side-nav-inner ul li a:before {
  content: "-";
  display: block;
  width: 1em;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.side-nav .side-nav-inner ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (max-width: 1440px) {
  .side-nav .side-nav-inner ul li a:hover {
    text-underline-offset: 0.278vw;
  }
}
.side-nav .side-nav-inner ul li.top-link {
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .side-nav .side-nav-inner ul li.top-link {
    margin-bottom: 1.389vw;
  }
}
.side-nav .side-nav-inner ul li.top-link a {
  font-size: 24px;
  padding-left: 0;
}
@media screen and (max-width: 1440px) {
  .side-nav .side-nav-inner ul li.top-link a {
    font-size: 1.667vw;
  }
}
.side-nav .side-nav-inner ul li.top-link a:before {
  display: none;
}
.side-nav .side-nav-inner ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .side-nav .side-nav-inner ul li + li {
    margin-top: 0.694vw;
  }
}
.sp_btn-wrap {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 150px;
  height: 187px;
  background: #584445;
  transition: 0.3s filter;
}
@media screen and (max-width: 1440px) {
  .sp_btn-wrap {
    width: 10.417vw;
    height: 12.986vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_btn-wrap {
    width: 17.442vw;
    height: 21.744vw;
  }
}
.sp_btn-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #584445;
  clip-path: polygon(4px 0px, calc(100% - 4px) 0, 50% 100%);
}
@media screen and (max-width: 1440px) {
  .sp_btn-wrap:before {
    clip-path: polygon(0.278vw 0px, calc(100% - 0.278vw) 0, 50% 100%);
    height: 3.194vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_btn-wrap:before {
    clip-path: polygon(0 -1px, 100% -1px, 100% 0, 50% 100%, 0 0);
    height: 5.349vw;
  }
}
.sp_btn-wrap:hover {
  filter: brightness(1.2);
}

.sp_btn {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.sp_btn span {
  display: block;
  position: absolute;
  top: 69px;
  right: 32px;
  width: 85px;
  height: 2px;
  background-color: #fff;
  transform: translate(0%, 0%);
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .sp_btn span {
    top: 4.792vw;
    right: 2.222vw;
    width: 5.903vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_btn span {
    top: 8.023vw;
    right: 3.721vw;
    width: 9.884vw;
  }
}
.sp_btn span:nth-child(1) {
  transform: translateY(-20px);
}
@media screen and (max-width: 1440px) {
  .sp_btn span:nth-child(1) {
    transform: translateY(-1.389vw);
  }
}
@media screen and (max-width: 768px) {
  .sp_btn span:nth-child(1) {
    transform: translateY(-2.326vw);
  }
}
.sp_btn span:nth-child(3) {
  transform: translateY(20px);
}
@media screen and (max-width: 1440px) {
  .sp_btn span:nth-child(3) {
    transform: translateY(1.389vw);
  }
}
@media screen and (max-width: 768px) {
  .sp_btn span:nth-child(3) {
    transform: translateY(2.326vw);
  }
}

.sp_btn-txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 100%;
  top: 108px;
  font-size: 24px;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .sp_btn-txt {
    top: 7.5vw;
    font-size: 1.667vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_btn-txt {
    top: 12.558vw;
    font-size: 2.791vw;
  }
}
.sp_btn-txt.txt-open {
  opacity: 1;
  z-index: 3;
}
.sp_btn-txt.txt-close {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_btn-txt.txt-close {
    display: block;
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .nav_open .header {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .nav_open .header .header-inner {
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .nav_open .header nav {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .nav_open .header .sp_btn span:nth-child(1) {
    transform: translate(0, 0) rotate(-36deg);
  }
  .nav_open .header .sp_btn span:nth-child(2) {
    opacity: 0;
  }
  .nav_open .header .sp_btn span:nth-child(3) {
    transform: translate(0, 0) rotate(36deg);
  }
}
@media screen and (max-width: 768px) {
  .nav_open .header .sp_btn-txt.txt-open {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .nav_open .header .sp_btn-txt.txt-close {
    opacity: 1;
  }
}
.nav_open .side-nav {
  transform: translateX(0);
}
.nav_open .side-nav .side-nav-inner {
  opacity: 1;
}

.megurukai-bnr {
  width: 271px;
  height: 88px;
  position: absolute;
  top: 26px;
  right: 172px;
  z-index: 5;
}
@media screen and (max-width: 1440px) {
  .megurukai-bnr {
    width: 18.819vw;
    height: 6.111vw;
    top: 1.806vw;
    right: 11.944vw;
  }
}
@media screen and (max-width: 768px) {
  .megurukai-bnr {
    width: 31.512vw;
    height: 10.233vw;
    top: 2.326vw;
    right: 19.535vw;
  }
}
.megurukai-bnr a {
  display: block;
}
.megurukai-bnr a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.megurukai-bnr a:hover {
  opacity: 0.6;
}

.p-megurukai .megurukai-bnr {
  display: none;
}

.footer-megurukai-bnr {
  width: 271px;
  height: 88px;
  margin-top: auto;
}
@media screen and (max-width: 1440px) {
  .footer-megurukai-bnr {
    width: 18.819vw;
    height: 6.111vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-megurukai-bnr {
    width: 31.512vw;
    height: 10.233vw;
    position: absolute;
    bottom: 23.256vw;
    left: 6.977vw;
  }
}
.footer-megurukai-bnr a {
  display: block;
}
.footer-megurukai-bnr a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-megurukai-bnr a:hover {
  opacity: 0.6;
}

main {
  display: block;
  position: relative;
}

section > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
.footer-contact {
  width: 100%;
  padding: 66px 0 73px;
  background: linear-gradient(to bottom, #574445, #4B3F0E);
}
@media screen and (max-width: 1440px) {
  .footer-contact {
    padding: 4.583vw 0 5.069vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 12.791vw 0 16.047vw;
  }
}
.footer-contact .inner {
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  .footer-contact .inner {
    padding: 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact .inner {
    padding: 0 4.651vw;
  }
}
.footer-contact .footer-contact-title {
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1440px) {
  .footer-contact .footer-contact-title {
    font-size: 3.472vw;
    margin-bottom: 3.333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact .footer-contact-title {
    font-size: 6.047vw;
    margin-bottom: 9.07vw;
  }
}
.footer-contact .btn-flex {
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .footer-contact .btn-flex {
    gap: 2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact .btn-flex {
    flex-direction: column;
    gap: 7.907vw;
  }
}
.footer-contact .btn-flex .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 417px;
  height: 100px;
  background: #000;
}
@media screen and (max-width: 1440px) {
  .footer-contact .btn-flex .btn a {
    width: 28.958vw;
    height: 6.944vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact .btn-flex .btn a {
    width: 100%;
    height: 21.628vw;
  }
}
.footer-contact .btn-flex .btn a span {
  font-size: 24px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .footer-contact .btn-flex .btn a span {
    font-size: 1.667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact .btn-flex .btn a span {
    font-size: 4.419vw;
  }
}
.footer-contact .btn-flex .btn a:hover {
  filter: invert(1);
}
.footer-contact .btn-flex .arrow a span {
  padding-right: 134px;
}
@media screen and (max-width: 1440px) {
  .footer-contact .btn-flex .arrow a span {
    padding-right: 9.306vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact .btn-flex .arrow a span {
    padding-right: 30.233vw;
  }
}
.footer-contact .btn-flex .arrow a span:before {
  content: "";
  display: block;
  width: 111px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../img/arrow-right-s.svg") no-repeat center;
  background-size: contain;
  opacity: 1;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .footer-contact .btn-flex .arrow a span:before {
    width: 7.708vw;
    height: 1.042vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact .btn-flex .arrow a span:before {
    width: 24.186vw;
    height: 3.256vw;
  }
}
.footer-contact .btn-flex .tel-btn a {
  flex-direction: column;
}
.footer-contact .btn-flex .tel-btn a span {
  display: block;
}
.footer-contact .btn-flex .tel-btn a .txt {
  font-size: 20px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1440px) {
  .footer-contact .btn-flex .tel-btn a .txt {
    font-size: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact .btn-flex .tel-btn a .txt {
    font-size: 3.953vw;
  }
}
.footer-contact .btn-flex .tel-btn a .num {
  font-size: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1440px) {
  .footer-contact .btn-flex .tel-btn a .num {
    font-size: 2.083vw;
    padding-left: 2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact .btn-flex .tel-btn a .num {
    font-size: 6.047vw;
    padding-left: 6.977vw;
  }
}
.footer-contact .btn-flex .tel-btn a .num:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% + 2px));
  background: url("../img/icon-phone.svg") no-repeat center;
  background-size: contain;
  opacity: 1;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .footer-contact .btn-flex .tel-btn a .num:before {
    width: 1.597vw;
    height: 1.597vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact .btn-flex .tel-btn a .num:before {
    width: 5.116vw;
    height: 5.116vw;
  }
}

.footer {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding: 60px 0;
  padding-right: 150px;
  border-right: 4px solid #584445;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .footer {
    padding: 4.167vw 0;
    padding-right: 10.417vw;
    border-right-width: 0.278vw;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 11.628vw 0 9.302vw;
    padding-right: 17.442vw;
    border-right-width: 0.465vw;
  }
}
@media screen and (min-width: 2220px) {
  .footer {
    padding-left: 150px;
  }
}
.footer .inner {
  max-width: 1920px;
  margin: 0 auto;
  margin-right: 0;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  .footer .inner {
    padding: 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .inner {
    padding: 0 4.651vw;
    padding-right: 0;
  }
}
@media screen and (min-width: 2220px) {
  .footer .inner {
    margin-right: auto;
  }
}
.footer .footer-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer-flex {
    flex-direction: column;
  }
}
.footer .footer-flex .flex-l {
  width: 40%;
  padding: 10px 0 0;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 1440px) {
  .footer .footer-flex .flex-l {
    padding: 0.694vw 0 0;
    padding-right: 4.167vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-flex .flex-l {
    width: 100%;
    padding: 0;
  }
}
.footer .footer-flex .flex-r {
  width: 60%;
  border-left: 1px solid #535353;
  padding: 10px 0 0;
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 1440px) {
  .footer .footer-flex .flex-r {
    padding: 0.694vw 0 0;
    padding-left: 4.861vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-flex .flex-r {
    width: 100%;
    border-left: none;
    padding: 0;
  }
}
.footer .footer-logo {
  display: block;
  width: 234px;
  height: 35px;
}
@media screen and (max-width: 1440px) {
  .footer .footer-logo {
    width: 16.25vw;
    height: 2.431vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-logo {
    width: 46.047vw;
    height: 6.977vw;
  }
}
.footer .footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .footer-logo span {
  font-size: 26px;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .footer .footer-logo span {
    font-size: 1.806vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-logo span {
    font-size: 5.116vw;
  }
}
.footer .address {
  margin: 26px 0 29px;
}
@media screen and (max-width: 1440px) {
  .footer .address {
    margin: 1.806vw 0 2.014vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .address {
    margin: 4.651vw 0 13.953vw;
  }
}
.footer .address .zip {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .footer .address .zip {
    font-size: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .address .zip {
    font-size: 3.256vw;
  }
}
.footer .snslink {
  padding-top: 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .footer .snslink {
    padding-top: 1.736vw;
    margin-bottom: 4.167vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .snslink {
    padding-top: 0.93vw;
    margin-bottom: 18.605vw;
  }
}
.footer .snslink .snslink-txt {
  line-height: 1;
  margin-bottom: 26px;
}
@media screen and (max-width: 1440px) {
  .footer .snslink .snslink-txt {
    margin-bottom: 1.806vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .snslink .snslink-txt {
    margin-bottom: 5.581vw;
  }
}
.footer .snslink .icon-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 44px;
}
@media screen and (max-width: 1440px) {
  .footer .snslink .icon-wrap {
    gap: 3.056vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .snslink .icon-wrap {
    gap: 9.535vw;
  }
}
.footer .snslink .icon-wrap .link-icon {
  width: 78px;
  height: 78px;
}
@media screen and (max-width: 1440px) {
  .footer .snslink .icon-wrap .link-icon {
    width: 5.417vw;
    height: 5.417vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .snslink .icon-wrap .link-icon {
    width: 16.279vw;
    height: 16.279vw;
  }
}
.footer .snslink .icon-wrap .link-icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .snslink .icon-wrap .link-icon a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .snslink .icon-wrap .link-icon a:hover {
  opacity: 0.6;
}
.footer .footer-nav {
  justify-content: flex-start;
  gap: 60px 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .footer .footer-nav {
    gap: 4.167vw 5.556vw;
    margin-bottom: 4.167vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-nav {
    gap: 6.977vw 9.302vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-nav ul {
    width: calc(50% - 4.651vw);
  }
}
.footer .footer-nav ul li a {
  font-size: 14px;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .footer .footer-nav ul li a {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-nav ul li a {
    font-size: 2.791vw;
  }
}
.footer .footer-nav ul li a:before {
  content: "-";
  display: block;
  width: 1em;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .footer-nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (max-width: 768px) {
  .footer .footer-nav ul li a:hover {
    text-underline-offset: 2px;
  }
}
.footer .footer-nav ul li.top-link {
  margin-bottom: 14px;
}
@media screen and (max-width: 1440px) {
  .footer .footer-nav ul li.top-link {
    margin-bottom: 0.972vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-nav ul li.top-link {
    margin-bottom: 2.326vw;
  }
}
.footer .footer-nav ul li.top-link a {
  font-size: 24px;
  padding-left: 0;
}
@media screen and (max-width: 1440px) {
  .footer .footer-nav ul li.top-link a {
    font-size: 1.667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-nav ul li.top-link a {
    font-size: 4.186vw;
  }
}
.footer .footer-nav ul li.top-link a:before {
  display: none;
}
.footer .footer-nav ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .footer .footer-nav ul li + li {
    margin-top: 0.694vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-nav ul li + li {
    margin-top: 2.326vw;
  }
}
.footer .footer-copyright {
  display: flex;
  justify-content: flex-end;
  gap: 2em;
  position: relative;
  right: 0;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .footer .footer-copyright {
    margin-top: 18.605vw;
    right: -12.791vw;
    flex-direction: column;
    gap: 1.163vw;
    text-align: right;
  }
}
.footer .footer-copyright p {
  font-size: 13px;
  font-weight: normal;
  color: #8B8B8B;
}
@media screen and (max-width: 1440px) {
  .footer .footer-copyright p {
    font-size: 0.903vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-copyright p {
    font-size: 2.558vw;
  }
}
.footer .footer-copyright .privacy a {
  display: inline-block;
}
.footer .footer-copyright .privacy a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (max-width: 768px) {
  .footer .footer-copyright .privacy a:hover {
    text-underline-offset: 1px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-copyright .copyright {
    font-size: 2.558vw;
  }
}
.footer .pagetop {
  display: block;
  position: absolute;
  right: 170px;
  bottom: 100px;
  z-index: 99;
  width: 60px;
  height: 60px;
  background: #000;
  padding: 3px;
}
@media screen and (max-width: 1440px) {
  .footer .pagetop {
    width: 4.167vw;
    height: 4.167vw;
    right: 11.806vw;
    bottom: 6.944vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .pagetop {
    width: 9.302vw;
    height: 9.302vw;
    bottom: 20.93vw;
    right: 4.651vw;
  }
}
.footer .pagetop span {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .pagetop span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .pagetop:hover {
  filter: invert(1);
}
.page-title {
  width: 100%;
  position: relative;
  background: #000;
  padding-bottom: 44px;
}
@media screen and (max-width: 1440px) {
  .page-title {
    padding-bottom: 3.056vw;
  }
}
@media screen and (max-width: 768px) {
  .page-title {
    padding-bottom: 6.977vw;
  }
}
.page-title figure {
  width: 100%;
  height: 544px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .page-title figure {
    height: 37.778vw;
  }
}
@media screen and (max-width: 768px) {
  .page-title figure {
    height: 65.116vw;
  }
}
.page-title figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title figure:before, .page-title figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
}
.page-title figure:before {
  clip-path: polygon(0% 82%, 0% calc(100% + 1px), 50% calc(100% + 1px), 50% 100%);
}
.page-title figure:after {
  clip-path: polygon(100% 82%, 100% calc(100% + 1px), 50% calc(100% + 1px), 50% 100%);
}
@media screen and (max-width: 768px) {
  .page-title figure:before {
    clip-path: polygon(0% calc(100% - 10.698vw), 0% calc(100% + 1px), 50% calc(100% + 1px), 50% 100%);
  }
  .page-title figure:after {
    clip-path: polygon(100% calc(100% - 10.698vw), 100% calc(100% + 1px), 50% calc(100% + 1px), 50% 100%);
  }
}
.page-title .page-title-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  width: fit-content;
}
.page-title .page-title-txt span {
  display: block;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .page-title .page-title-txt span {
    font-size: 2.222vw;
  }
}
@media screen and (max-width: 768px) {
  .page-title .page-title-txt span {
    font-size: 6.047vw;
  }
}
.page-title .page-title-txt .num {
  margin-bottom: 45px;
}
@media screen and (max-width: 1440px) {
  .page-title .page-title-txt .num {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .page-title .page-title-txt .num {
    font-size: 11.628vw;
    margin-bottom: 5.116vw;
  }
}
.page-title .page-title-txt .ja {
  font-size: 57px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .page-title .page-title-txt .ja {
    font-size: 3.958vw;
  }
}
@media screen and (max-width: 768px) {
  .page-title .page-title-txt .ja {
    font-size: 6.047vw;
  }
}
