@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

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

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 650px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.hmbgr {
  position: relative;
  z-index: 2;
}
.hmbgr span {
  border-top: solid 5px #fff;
  width: 27px;
  height: 5px;
  display: block;
  margin: 5px 0;
  transition: 0.3s;
}
.hmbgr.is-active span:nth-child(1) {
  transform: rotate(45deg);
}
.hmbgr.is-active span:nth-child(2) {
  opacity: 0;
}
.hmbgr.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0px;
  position: absolute;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

/* margin-top */
.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.nowrap {
  white-space: nowrap;
}

@media print, screen and (min-width: 651px) {
  .nowrap_pc {
    white-space: nowrap;
  }
}
@media screen and (max-width: 650px) {
  .font46_sp {
    font-size: 4.6rem !important;
  }

  .font16_sp {
    font-size: 1.6rem !important;
  }

  .font24_sp {
    font-size: 2.4rem !important;
  }

  .font36_sp {
    font-size: 3.6rem !important;
  }

  .nowrap_sp {
    white-space: nowrap !important;
  }

  .mb-0_sp {
    margin-bottom: 0rem !important;
  }

  .mb-1_sp {
    margin-bottom: 1rem !important;
  }

  .mb-4_sp {
    margin-bottom: 4rem !important;
  }

  .mt-0_sp {
    margin-top: 0rem !important;
  }
}
/* autoprefixer grid: autoplace */
/* A Modern CSS Reset */
html {
  font-size: 0.7315288954vw;
}
@media screen and (max-width: 650px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "ヒラギノ明朝 ProN ", "HiraMinProN-", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.6rem;
  background: #3f2608;
  letter-spacing: 0.12em;
  min-height: 100vh;
  color: #fff;
}

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

h1, h2, h3 {
  font-weight: normal;
  letter-spacing: 0.12em;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

video {
  max-width: 100%;
}

.serif {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
}

.wrapper {
  max-width: 1366px;
  margin: auto;
}

.header {
  padding: 1.68rem;
  font-size: 1.4rem;
  position: fixed;
  z-index: 99;
  top: 0%;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.header.is-active {
  background: rgba(0, 0, 0, 0.5);
}
.header a {
  transition: 0.5s;
}
.header a:hover {
  opacity: 0.8;
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo img {
  width: 19rem;
  margin-left: 0;
}
.header__menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header__menu-right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .header__menu {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    transform: translate(100%, 0);
  }
  .header__menu.is-active {
    opacity: 1;
    transform: translate(0, 0);
  }
  .header__menu-left {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 20vw;
  }
  .header__menu-right {
    height: 100vh;
    padding: 8rem 4rem;
    width: 80vw;
    background: #000;
    display: block;
  }
}
.header__tel {
  margin-left: auto;
  text-align: center;
  font-family: "Mrs Eaves Small Caps OT", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
}
.header__tel a {
  display: block;
  font-size: 2.4rem;
}
.header__tel span {
  font-size: 1.2rem;
  margin-top: -0.8rem;
  display: block;
}
.header__buttons .btn {
  width: 15.5rem;
  height: 3.3rem;
  line-height: 3.3rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 1.3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 650px) {
  .header__buttons .btn {
    display: block;
    display: block;
    margin: 2rem auto 2rem;
  }
}
.header__buttons .green {
  background-color: #2D4C27;
}

.footer {
  padding: 8rem 0 0;
  text-align: center;
  background-color: #130404;
}
@media screen and (max-width: 650px) {
  .footer {
    padding: 4rem 0 0;
  }
}
.footer__logo {
  margin-bottom: 2.75rem;
}
.footer__logo img {
  width: 20.5rem;
}
.footer .t1 {
  margin-bottom: 1.75rem;
}
.footer .tel {
  font-size: 2.8rem;
}
.footer .tel-t {
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.footer .button {
  display: inline-block;
  width: 23.4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border: solid 1px;
  margin-top: 3.5rem;
}
.footer__copyright {
  margin-top: 7rem;
  background-color: #231815;
  font-size: 1.2rem;
  padding: 0.5rem;
}
@media screen and (max-width: 650px) {
  .footer__copyright {
    margin-top: 4rem;
  }
}

section {
  padding-top: 13rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 650px) {
  section {
    padding-top: 7.5rem;
    padding-bottom: 6rem;
  }
}

.section-subtitle {
  color: #b6a88f;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Mrs Eaves Small Caps OT", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  line-height: 2;
}
@media screen and (max-width: 650px) {
  .section-subtitle {
    font-size: 1.6rem;
  }
}
.section-subtitle .ct {
  font-size: 0.5em;
  color: #fff;
  letter-spacing: 0.1em;
  margin-left: 1rem;
}
@media screen and (max-width: 650px) {
  .section-subtitle .ct {
    display: block;
  }
}

.section-title {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 12rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 650px) {
  .section-title {
    margin-bottom: 3rem;
  }
}
.section-title .mini {
  font-size: 0.8em;
}
.section-title .rw {
  margin-bottom: -2rem;
  font-family: "Mrs Eaves Small Caps OT", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
}
@media screen and (max-width: 650px) {
  .section-title .rw {
    font-size: 2.8rem;
  }
}
.section-title .main {
  font-size: 5.2rem;
  display: inline-block;
}
@media screen and (max-width: 650px) {
  .section-title .main {
    margin: 2rem 0 0;
    font-size: 4.4rem;
  }
}
.section-title .rubi {
  font-family: "Mrs Eaves Small Caps OT", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  display: inline-block;
  /* font-size: 6.4rem; */
  margin-bottom: 1rem;
}
@media screen and (max-width: 650px) {
  .section-title .rubi {
    /* font-size: 5.6rem; */
    display: block;
    text-align: center;
    line-height: 1;
    margin-top: -1rem;
  }
}
.section-title .mt2 {
  font-size: 2rem;
}

.section-title2 {
  text-align: center;
  font-size: 6.2rem;
  font-family: "Mrs Eaves Small Caps OT", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  letter-spacing: 0.12em;
  margin-bottom: 6.8rem;
}
@media screen and (max-width: 650px) {
  .section-title2 {
    font-size: 4.8rem;
  }
}
.section-title2 span {
  display: block;
  font-size: 1.4rem;
}

.section-catch {
  text-align: center;
  margin: -5rem auto 12rem;
  letter-spacing: 0.12em;
  line-height: 4.4rem;
}


.caution-page {
  background: #3d2c23 !important;
}
.caution-page .section-subtitle{
  font-size: 2.8rem;
}
.caution-page-text{
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 8rem;
}
.caution-page-text h2{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 650px) {
  .caution-page-text{
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 2;
  }

}
/*# sourceMappingURL=common.css.map */
