@charset "UTF-8";
/* mixin */
/* template color */
/* custom color */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.sm {
  font-family: "Shippori Mincho B1", serif;
}

.ebg {
  font-family: "EB Garamond", serif;
}

.lb {
  font-family: "Libre Baskerville", serif;
}

.zo {
  font-family: "Zen Old Mincho", serif;
}

/* setting */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
ボタン----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
@keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
カラム----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
テーブル----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
横線見出し----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Shippori Mincho B1", serif;
  color: #231815;
  background: #fff;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 828px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

p,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  font-style: normal;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 828px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

img,
picture,
figure {
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link {
  display: inline;
  color: #7A6849;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 829px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.text-center {
  text-align: center;
}
@media screen and (max-width: 828px) {
  .text-center {
    text-align: left;
  }
}

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

.text-right {
  text-align: right;
}

@media screen and (min-width: 829px) {
  .last-block {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 828px) {
  .last-block {
    padding-bottom: 60px;
  }
}

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

.image {
  display: block;
  margin: 0 auto;
}

.image--inline {
  display: inline-block;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th {
  width: 240px;
  background: #ddd;
}

td {
  background: #f8f8f8;
}

th,
td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
@media screen and (min-width: 829px) {
  th,
  td {
    border: 3px solid #fff;
    font-size: 1.6rem;
    padding: 24px;
  }
}
@media screen and (max-width: 828px) {
  th,
  td {
    font-size: 1.5rem;
    padding: 0.5em 1em;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container.--of {
  overflow: visible;
}
@media screen and (max-width: 1200px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.--of {
    overflow: clip;
  }
}
@media screen and (max-width: 450px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.over--left {
  width: auto;
  max-width: none;
  margin-left: calc((100vw - 1215px) / 2);
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .over--left .image {
    margin-right: -20px;
  }
}

.over--right {
  width: auto;
  max-width: none;
  margin-right: calc((100vw - 1215px) / 2);
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .over--right .image {
    margin-left: -20px;
  }
}

@media screen and (max-width: 1200px) {
  .over--left,
  .over--right {
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 450px) {
  .over--left,
  .over--right {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.flickWrap {
  width: 100%;
}
@media screen and (max-width: 828px) {
  .flickWrap {
    padding: 5px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.lazy {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0%, 50px);
          transform: translate(0%, 50px);
}
.lazy.--show {
  opacity: 1;
}

.lazy-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (min-width: 829px) {
  .activeNav {
    height: 100%;
    overflow: hidden;
  }
  .columns,
  .cm-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 72px;
  }
  .--rev,
  .swap,
  .reverse,
  .--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cm-list .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-top: 1px solid #B5B5B5;
  text-align: center;
  margin-top: clamp(72px, 5vw, 80px);
  padding-top: clamp(24px, 2.25vw, 36px);
}
.cm-list a,
.cm-list span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  padding: 0;
  margin: 0;
  border: none;
  font-weight: 700 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cm-list a:hover,
.cm-list span:hover {
  opacity: 1;
  color: #7A6849;
}
.cm-list a.current,
.cm-list span.current {
  color: #7A6849;
}
.cm-list .pages {
  display: none;
}
.cm-list .previouspostslink,
.cm-list .nextpostslink {
  position: relative;
  color: transparent !important;
  text-indent: -9999px;
  overflow: clip;
}
.cm-list .previouspostslink::after,
.cm-list .nextpostslink::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-position: center center;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cm-list .previouspostslink:hover::after,
.cm-list .nextpostslink:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(38%) saturate(5925%) hue-rotate(207deg) brightness(98%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(38%) saturate(5925%) hue-rotate(207deg) brightness(98%) contrast(102%);
}
.cm-list .previouspostslink::after {
  background-image: url(../images/common/arrow-prev.svg);
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.cm-list .nextpostslink::after {
  background-image: url(../images/common/arrow-next.svg);
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

.single-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #B5B5B5;
  padding-top: 32px;
  margin-top: 80px;
}
@media screen and (max-width: 828px) {
  .single-nav {
    padding-top: 24px;
  }
}
.single-nav a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
.single-nav a path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-nav a:hover {
  color: #7A6849;
  opacity: 1;
}
.single-nav a:hover path {
  fill: #7A6849;
}
.single-nav [class*=cm-list] {
  min-width: 55px;
}

.cm-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 829px) {
  .cm-btns {
    margin-top: 56px;
  }
}
@media screen and (max-width: 828px) {
  .cm-btns {
    margin-top: 40px;
  }
}
.cm-btns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  color: #fff;
  background-color: #7A6849;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 829px) {
  .cm-btns a {
    width: 240px;
    line-height: 56px;
  }
}
@media screen and (max-width: 828px) {
  .cm-btns a {
    width: 200px;
    line-height: 48px;
  }
}
.cm-btns a:hover {
  opacity: 1;
}

.only_pc,
.--pc {
  display: none !important;
}
@media screen and (min-width: 829px) {
  .only_pc,
  .--pc {
    display: block !important;
  }
}

.only_mobile,
.--mobile {
  display: none !important;
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .only_mobile,
  .--mobile {
    display: block !important;
  }
}

.only_sp,
.--sp {
  display: none !important;
}
@media screen and (max-width: 450px) {
  .only_sp,
  .--sp {
    display: block !important;
  }
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 828px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
.cm-cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 451px) {
  .cm-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
  }
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .cm-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .cm-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

@media screen and (min-width: 829px) {
  .l-following_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .l-following_contents .--side {
    top: 0;
    width: 200px;
  }
  .l-following_contents .--main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 828px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

/* module */
.cm-bread {
  padding-top: clamp(24px, 2.5vw, 40px);
  margin-bottom: clamp(72px, 7vw, 112px);
  font-size: 1.2rem;
  line-height: 1.6;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #5F5E5E;
}
.breadcrumbs .home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.breadcrumbs .home::before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_home.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  min-width: 15px;
}

@media screen and (min-width: 829px) {
  .h-logo {
    position: absolute;
    z-index: 1;
    right: 1.5%;
    bottom: 5.4761904762%;
    width: 15.1875%;
    max-width: 243px;
  }
}
@media screen and (max-width: 828px) {
  .h-logo {
    padding: 32px 18px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .h-logo a {
    max-width: 100px;
  }
}
.h-logo a,
.h-logo img {
  display: block;
  height: auto;
}
.h-logo img {
  width: 100%;
}

.h-trigger {
  position: fixed;
  top: 44px;
  right: 48px;
  width: 26px;
  height: 72px;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 828px) {
  .h-trigger {
    top: 22px;
    right: 22px;
  }
}
@media screen and (max-width: 450px) {
  .h-trigger {
    width: 15px;
    height: 43px;
  }
}
.h-trigger:hover {
  opacity: 1;
}
.h-trigger .--line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 72px;
  background: transparent;
}
.h-trigger .--line:first-child {
  height: 38px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 450px) {
  .h-trigger .--line:first-child {
    height: 22px;
  }
}
.h-trigger .--line:first-child > span {
  -webkit-animation: menuBtnMove 2.5s ease-in-out 1.5s infinite;
          animation: menuBtnMove 2.5s ease-in-out 1.5s infinite;
}
.h-trigger .--line:nth-child(2) {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 450px) {
  .h-trigger .--line:nth-child(2) {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
.h-trigger .--line:nth-child(2) > span {
  -webkit-animation: menuBtnMove 2.5s ease-in-out 1.625s infinite;
          animation: menuBtnMove 2.5s ease-in-out 1.625s infinite;
}
.h-trigger .--line:last-child {
  -webkit-transform: translateX(21px);
          transform: translateX(21px);
}
@media screen and (max-width: 450px) {
  .h-trigger .--line:last-child {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
}
.h-trigger .--line:last-child > span {
  -webkit-animation: menuBtnMove 2.5s ease-in-out 1.75s infinite;
          animation: menuBtnMove 2.5s ease-in-out 1.75s infinite;
}
.h-trigger .--line span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: block;
}
.h-trigger .--line span span {
  background-color: rgb(247, 247, 247);
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.h-trigger.active .--line:first-child {
  left: 12px;
  -webkit-animation: menuBtnMove_batsu1 1s ease-in-out forwards;
          animation: menuBtnMove_batsu1 1s ease-in-out forwards;
}
@media screen and (max-width: 450px) {
  .h-trigger.active .--line:first-child {
    left: 10px;
  }
}
.h-trigger.active .--line:nth-child(2) {
  -webkit-animation: menuBtnMove_batsu2 1s ease-in-out forwards;
          animation: menuBtnMove_batsu2 1s ease-in-out forwards;
}
.h-trigger.active .--line:last-child {
  width: 1px;
  height: 38px;
  left: 12px;
  -webkit-animation: menuBtnMove_batsu3 1s ease-in-out forwards;
          animation: menuBtnMove_batsu3 1s ease-in-out forwards;
}
@media screen and (max-width: 450px) {
  .h-trigger.active .--line:last-child {
    height: 30px;
  }
}
.h-trigger.active .--line span {
  -webkit-animation: none;
          animation: none;
}
.h-trigger.active .--line span span {
  background-color: rgb(247, 247, 247);
}
.h-trigger.--change span span {
  background-color: #231815;
}

@-webkit-keyframes menuBtnMove {
  0%, 100%, 50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
  }
  23% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    opacity: 1;
  }
  24% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    opacity: 0;
  }
  26% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    opacity: 0;
  }
  27% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    opacity: 1;
  }
}

@keyframes menuBtnMove {
  0%, 100%, 50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
  }
  23% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    opacity: 1;
  }
  24% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    opacity: 0;
  }
  26% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    opacity: 0;
  }
  27% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    opacity: 1;
  }
}
@-webkit-keyframes menuBtnMove_batsu1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes menuBtnMove_batsu1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes menuBtnMove_batsu2 {
  0% {
    opacity: 1;
  }
  100%, 50% {
    opacity: 0;
  }
}
@keyframes menuBtnMove_batsu2 {
  0% {
    opacity: 1;
  }
  100%, 50% {
    opacity: 0;
  }
}
@-webkit-keyframes menuBtnMove_batsu3 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes menuBtnMove_batsu3 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.h-menu {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 5;
}
.h-menu a {
  font-size: clamp(1.6rem, 1.935483871vw, 2.4rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.26em;
  text-indent: -0.26em;
}
.h-menu .--wrap {
  color: #fff;
}
@media screen and (min-width: 829px) {
  .h-menu .--wrap {
    position: absolute;
    top: 30.119047619%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 72px;
  }
}
.h-menu .--wrap .menu-title {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (min-width: 829px) {
  .h-menu .--wrap .menu-title {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .h-menu .--wrap .menu-title {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}
@media screen and (max-width: 828px) {
  .h-menu .--wrap .menu-title {
    padding-left: 26px;
    padding-bottom: 8px;
    border-bottom: 1px solid #999999;
  }
}
.h-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 829px) {
  .h-menu ul {
    gap: 56px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 828px) {
  .h-menu ul {
    gap: 32px;
    margin-top: 48px;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .h-menu ul a {
    display: block;
  }
}
.h-menu li {
  opacity: 0;
}
.h-menu .children {
  display: none;
}
.h-menu:not(.active) {
  z-index: -1;
}
@media screen and (min-width: 829px) {
  .h-menu {
    background-image: url("../images/loading/bg_load_mv.webp");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .h-menu::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
}
.h-menu.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media screen and (max-width: 450px) {
  .h-menu.active {
    overflow-y: scroll;
    padding-bottom: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.h-menu.active .menu-title {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: anim-h-list;
          animation-name: anim-h-list;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.h-menu.active + .l-contact {
  display: none;
}
.h-menu.active li {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: anim-h-list;
          animation-name: anim-h-list;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.h-menu.active li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.h-menu.active li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.h-menu.active li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.h-menu.active li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.h-menu.active li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes anim-h-list {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes anim-h-list {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.h-contact {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 829px) {
  .h-contact {
    left: 4.0625%;
    bottom: 7.1428571429%;
  }
}
@media screen and (max-width: 828px) {
  .h-contact {
    display: none;
  }
}
.h-contact a {
  color: #fff;
  border: 1px solid;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 829px) {
  .h-contact a {
    width: 53px;
    height: 182px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    letter-spacing: 0.2em;
    text-indent: -0.2em;
  }
}
@media screen and (max-width: 828px) {
  .h-contact a {
    width: 168px;
    height: 44px;
    background-color: #231815;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
.h-contact a:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}

.l-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 829px) {
  .l-contact {
    display: none;
  }
}
.l-contact a {
  width: 168px;
  height: 44px;
  background-color: #231815;
  color: #fff;
  border: 1px solid;
  border-left: none;
  border-bottom: none;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  letter-spacing: 0.02em;
  text-indent: -0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-contact a:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 828px) {
  .l-contact a {
    opacity: 0.8;
  }
}
.l-contact.hide__fixed {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
kv----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.kv {
  position: relative;
}

.kv-loading {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}
.kv-loading img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.kv-pic {
  position: relative;
}
.kv-pic img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: anim-kv-pic;
          animation-name: anim-kv-pic;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-filter: blur(12px);
          filter: blur(12px);
}
.kv-pic::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/loading/bg_load_mv.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0.6;
}
.kv-pic img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.kv-head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
.kv-head .--caption {
  font-size: 1.4rem;
  text-transform: uppercase;
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-indent: -0.15em;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: clamp(24px, 1.75vw, 28px);
  position: relative;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: anim-h-list;
          animation-name: anim-h-list;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (min-width: 829px) {
  .kv-head .--caption {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .kv-head .--caption {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}
.kv-head .--caption::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.kv-head .--lead {
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 76px;
  text-align: left;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
  font-family: "Zen Old Mincho", serif;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: anim-h-list;
          animation-name: anim-h-list;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.kv-head .--caption,
.kv-head .--lead {
  text-indent: unset !important;
}

.kv-circle {
  position: absolute;
  bottom: 50px;
  right: 48px;
  z-index: 1;
}
@media screen and (max-width: 828px) {
  .kv-circle {
    right: 20px;
    bottom: 20px;
  }
}
.kv-circleInner {
  display: block;
  width: 74px;
  height: 74px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 828px) {
  .kv-circleInner {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 450px) {
  .kv-circleInner {
    width: 52px;
    height: 52px;
  }
}
.kv-circle .--glow {
  display: block;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clip: rect(0px, 164px, 150px, 0px);
  z-index: 1;
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
  width: 100%;
  height: 100%;
}
.kv-circle .arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 14px;
  height: 17px;
  margin: auto 0;
  line-height: 1;
}
.kv-circle .arrow::before, .kv-circle .arrow::after {
  content: "";
  display: inline-block;
  background-image: url("../images/kv/kv-arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  width: 14px;
  height: 17px;
}
@media screen and (max-width: 450px) {
  .kv-circle .arrow {
    width: 10px;
    height: 12px;
  }
  .kv-circle .arrow::before, .kv-circle .arrow::after {
    width: 10px;
    height: 12px;
  }
}
.kv-circle .arrow::after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.kv-circle:hover {
  opacity: 1;
}
.kv-circle:hover .arrow::before {
  -webkit-animation-name: kv-arrow-right;
          animation-name: kv-arrow-right;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.kv-circle:hover .arrow::after {
  -webkit-animation-name: kv-arrow-left;
          animation-name: kv-arrow-left;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    clip: rect(0px, 164px, 150px, 0px);
  }
  50% {
    clip: rect(0px, 164px, 0px, 0px);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
    clip: rect(0px, 164px, 150px, 0px);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    clip: rect(0px, 164px, 150px, 0px);
  }
  50% {
    clip: rect(0px, 164px, 0px, 0px);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
    clip: rect(0px, 164px, 150px, 0px);
  }
}
@-webkit-keyframes kv-arrow-left {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes kv-arrow-left {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes kv-arrow-right {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes kv-arrow-right {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes anim-kv-pic {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes anim-kv-pic {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.f-contents {
  padding: 60px 0;
  color: #fff;
  background-image: url("../images/footer/bg-footer.webp");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 828px) {
  .f-contents {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 829px) {
  .f-back {
    text-align: center;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 828px) {
  .f-back {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
.f-back a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 829px) {
  .f-back a {
    font-size: 1.2rem;
    padding-top: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 828px) {
  .f-back a {
    width: 100px;
    font-size: 1rem;
  }
}
.f-back a .arrow {
  overflow: hidden;
  width: 7px;
  height: 12px;
  margin: auto 0;
  line-height: 1;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (min-width: 829px) {
  .f-back a .arrow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 828px) {
  .f-back a .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.f-back a .arrow::before, .f-back a .arrow::after {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  width: 7px;
  height: 12px;
}
.f-back a .arrow::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.f-back a:hover {
  opacity: 1;
}
.f-back a:hover::after {
  -webkit-transform: scale(1, 0.5);
          transform: scale(1, 0.5);
}
.f-back a:hover .arrow::before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.f-back a:hover .arrow::after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.f-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-logo a,
.f-logo img {
  display: block;
  height: auto;
}
.f-logo a {
  width: 160px;
}
@media screen and (max-width: 828px) {
  .f-logo a {
    width: 127px;
  }
}
.f-logo img {
  width: 100%;
}
@media screen and (min-width: 829px) {
  .f-logo {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 828px) {
  .f-logo {
    margin-bottom: 24px;
  }
}

.f-address {
  font-size: clamp(1.3rem, 1.1290322581vw, 1.4rem);
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 828px) {
  .f-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f-address span {
    display: block;
  }
}

.f-nav a {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  text-indent: 0;
}
.f-nav a span {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  text-indent: -0.15em;
  text-indent: 0 !important;
}
@media screen and (min-width: 829px) {
  .f-nav {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .f-nav ul {
    margin-top: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
  }
  .f-nav li + li {
    border-left: 1px solid #555555;
  }
  .f-nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    line-height: 1.2;
    gap: 5px;
    padding: 12px 48px;
  }
  .f-nav a span {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 829px) and (min-width: 829px) {
  .f-nav a span {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (min-width: 829px) and (max-width: 828px) {
  .f-nav a span {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}
@media screen and (min-width: 829px) {
  .f-nav .children {
    display: block;
    margin-top: 8px;
  }
  .f-nav .children a {
    position: relative;
    font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
    font-weight: 500;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .f-nav .children a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "-";
  }
}
@media screen and (max-width: 828px) {
  .f-nav {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    margin-bottom: 56px;
  }
  .f-nav li {
    line-height: 1;
    letter-spacing: 0.015em;
    text-indent: -0.015em;
  }
  .f-nav li + li {
    padding-right: 40px;
  }
  .f-nav a {
    font-size: 1.5rem;
    display: block;
  }
  .f-nav a span {
    display: none;
  }
}

.f-reservation {
  margin-top: clamp(29px, 3.625vw, 58px);
}
@media screen and (max-width: 828px) {
  .f-reservation {
    display: none;
  }
}
.f-reservation a {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #555555;
  padding: 32px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.15em;
  text-indent: -0.15em;
}
.f-reservation a .--icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-reservation a:hover {
  color: #000;
  background-color: #fff;
  opacity: 1;
}
.f-reservation a:hover .--icon {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.f-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px;
}
.f-flex .--copy,
.f-flex .--policy {
  font-size: 1.2rem;
}
@media screen and (max-width: 828px) {
  .f-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 32px;
  }
  .f-flex .--copy,
  .f-flex .--policy {
    line-height: 1.75;
  }
  .f-flex .--policy {
    border-bottom: 1px solid #555555;
    padding-bottom: 2px;
  }
}

.f-menu a span {
  display: block;
  text-align: center;
  overflow: hidden;
}
.f-menu a .--en {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  text-indent: 0;
}
.f-menu a .--jp {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-indent: -0.15em;
  text-indent: 0 !important;
  margin-top: 4px;
}
.f-menu a .--inner {
  display: inline-block;
  position: relative;
}
.f-menu a .--inner .--before,
.f-menu a .--inner .--after {
  display: grid;
  place-items: center;
  position: absolute;
  font-size: 3rem;
  inset: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: rotate 0.4s;
  transition: rotate 0.4s;
  -webkit-transform-origin: 0 50% -1.8rem;
          transform-origin: 0 50% -1.8rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.f-menu a .--inner .--after {
  rotate: x -90deg;
}
@media (hover: hover) {
  .f-menu a:hover {
    opacity: 1;
  }
  .f-menu a:hover .--inner .--before {
    rotate: x 0deg;
  }
  .f-menu a:hover .--inner .--after {
    rotate: x 90deg;
  }
}
@media (hover: none) {
  .f-menu a:active {
    opacity: 1;
  }
  .f-menu a:active .--inner .--before {
    rotate: x 0deg;
  }
  .f-menu a:active .--inner .--after {
    rotate: x 90deg;
  }
}
@media screen and (min-width: 829px) {
  .f-menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .f-menu ul {
    margin-top: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
  }
  .f-menu li + li {
    border-left: 1px solid #555555;
  }
  .f-menu a {
    display: block;
    line-height: 1.2;
    padding: 12px 48px;
  }
  .f-menu .--en {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 829px) and (min-width: 829px) {
  .f-menu .--en {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (min-width: 829px) and (max-width: 828px) {
  .f-menu .--en {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}
@media screen and (max-width: 828px) {
  .f-menu {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    margin-bottom: 56px;
  }
  .f-menu li {
    line-height: 1;
    letter-spacing: 0.015em;
    text-indent: -0.015em;
  }
  .f-menu li + li {
    padding-right: 40px;
  }
  .f-menu a {
    font-size: 1.5rem;
    display: block;
  }
  .f-menu a span {
    display: none;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
cta----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.cta {
  --flex-gap: 74px;
  background-image: url("../images/footer/bg-cta.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .cta {
    --flex-gap: 40px;
  }
}
@media screen and (min-width: 829px) {
  .cta {
    padding: 88px 0;
    min-height: 580px;
  }
}
@media screen and (max-width: 828px) {
  .cta {
    padding-top: 48px;
    padding-bottom: 56px;
    min-height: 572px;
  }
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 829px) {
  .cta-inner {
    max-width: 934px;
    margin: 0 auto;
  }
}

.cta-title {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(2rem, 2.0967741935vw, 2.6rem);
  text-align: center;
  margin-bottom: clamp(48px, 3.5vw, 56px);
}
@media screen and (min-width: 829px) {
  .cta-title {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .cta-title {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}
.cta-title span {
  border-bottom: 1px solid #fff;
  padding-bottom: clamp(8px, 0.625vw, 10px);
}

.cta-lead {
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-bottom: clamp(24px, 3vw, 48px);
  text-align: center;
}
@media screen and (min-width: 451px) {
  .cta-lead {
    font-size: 1.6rem;
  }
  .cta-lead br {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .cta-lead br {
    display: block;
  }
}

.cta-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--flex-gap);
}
@media screen and (min-width: 829px) {
  .cta-flex .--column {
    -webkit-flex-basis: 32.6552462527%;
        -ms-flex-preferred-size: 32.6552462527%;
            flex-basis: 32.6552462527%;
  }
}
@media screen and (max-width: 828px) {
  .cta-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cta-address .--txt {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
}
@media screen and (max-width: 828px) {
  .cta-address .--txt {
    text-align: center;
  }
  .cta-address .--txt span {
    display: block;
  }
}
.cta-address .--tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(3.2rem, 3.2258064516vw, 4rem);
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 828px) {
  .cta-address .--tel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cta-res {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .cta-res {
    padding-left: var(--flex-gap);
    border-left: 1px solid #fff;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media screen and (max-width: 828px) {
  .cta-res {
    padding-top: var(--flex-gap);
    border-top: 1px solid #fff;
  }
}
.cta-res .--catch {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 2.2580645161vw, 2.8rem);
  display: block;
  text-align: center;
  margin-bottom: clamp(16px, 2vw, 32px);
}
@media screen and (min-width: 829px) {
  .cta-res .--catch {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .cta-res .--catch {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}

.cta-btn .--icon {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  min-width: 18px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta-btn a {
  border: 1px solid #fff;
  width: 100%;
  max-width: 314px;
  min-height: 74px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 451px) {
  .cta-btn a {
    min-width: 314px;
  }
}
.cta-btn a:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
.cta-btn a:hover .--icon {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.wrap-form {
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .wrap-form {
    padding-top: clamp(50px, 6.25vw, 100px);
    padding-left: clamp(50px, 6.25vw, 100px);
    padding-right: clamp(50px, 6.25vw, 100px);
    padding-bottom: clamp(50px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 828px) {
  .wrap-form {
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .wrap-form {
    padding: 20px 20px 40px;
  }
}

.form-block th,
.form-block td {
  border: none;
  padding: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
.form-block th {
  position: relative;
}
.form-block th > span {
  position: absolute;
  top: 8px;
  right: 0;
  width: 60px;
  line-height: 41px;
  color: #fff;
  text-align: center;
}
.form-block th > span.required {
  background-color: #C50000;
}
.form-block th > span.any {
  background-color: #999;
}
.form-block input,
.form-block textarea {
  font-size: 1.6rem;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
.form-block input.var01,
.form-block textarea.var01 {
  max-width: 344px;
}
.form-block input.var02,
.form-block textarea.var02 {
  max-width: 8em;
}
@media screen and (max-width: 450px) {
  .form-block input.var02,
  .form-block textarea.var02 {
    max-width: 5em;
  }
}
.form-block select {
  font-size: 1.6rem;
  padding: 18px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-block input[type=text],
.form-block input[type=email],
.form-block input[type=number],
.form-block select,
.form-block textarea {
  border: 1px solid #C6CACC;
}
.form-block input[type=text],
.form-block input[type=email],
.form-block textarea {
  width: 100%;
}
.form-block select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400;
  max-width: 20em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  margin-right: 5px;
  padding: 0 45px 0 15px;
  background: url(../images/common/ico_arrow_select.png) no-repeat right 10px center #fff;
}
.form-block select::-ms-expand {
  display: none;
}
.form-block textarea {
  max-width: 710px;
  min-height: 180px;
}
.form-block input[type=file] {
  padding: 0;
  line-height: 1;
  margin-top: 24px;
}
.form-block input[type=file]::-webkit-file-upload-button {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: thin solid #CCCCCC;
  padding: 0;
  width: 138px;
  line-height: 38px;
  background-color: #fff;
  border-radius: 6px;
  margin-right: 10px;
}
.form-block input[type=file]::file-selector-button {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: thin solid #CCCCCC;
  padding: 0;
  width: 138px;
  line-height: 38px;
  background-color: #fff;
  border-radius: 6px;
  margin-right: 10px;
}
.form-block input[type=file]::-webkit-file-upload-button:hover {
  opacity: 0.6;
  cursor: pointer;
}
.form-block input[type=file]::file-selector-button:hover {
  opacity: 0.6;
  cursor: pointer;
}
@media screen and (max-width: 828px) {
  .form-block input[type=file] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 829px) {
  .form-block th {
    min-width: 264px;
    width: 264px;
    font-weight: 700;
  }
  .mw_wp_form_input .form-block th small {
    display: block;
    margin-top: -20px;
  }
  .form-block td {
    width: auto;
    padding-left: clamp(27px, 3.375vw, 54px);
    font-weight: 500;
  }
  .form-block td th {
    min-width: 210px;
    width: 210px;
  }
  .form-block td th,
  .form-block td td {
    font-weight: 500;
    padding: 0;
  }
  .mw_wp_form_input .form-block th,
  .mw_wp_form_input .form-block td {
    padding-bottom: 40px;
  }
  .mw_wp_form_confirm .form-block th,
  .mw_wp_form_confirm .form-block td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.7;
  }
  .form-block tr:last-of-type th,
  .form-block tr:last-of-type td {
    padding-bottom: 0;
  }
  .mw_wp_form_input .form-block th {
    line-height: 58px;
  }
  .mw_wp_form_input .form-block td th,
  .mw_wp_form_input .form-block td td {
    font-weight: 500;
    padding: 0;
  }
  .mw_wp_form_confirm .form-block td th,
  .mw_wp_form_confirm .form-block td td {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .mw_wp_form_input .form-block td tr + tr th,
  .mw_wp_form_input .form-block td tr + tr td {
    padding-top: clamp(12px, 1.5vw, 24px);
  }
}
@media screen and (max-width: 828px) {
  .form-block th,
  .form-block td {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 1.5rem;
  }
  .form-block th {
    padding-left: 50px;
  }
  .form-block th > span {
    width: 40px;
    line-height: 30px;
    top: 10px;
    left: 0;
    font-size: 1.4rem;
  }
  .form-block td th {
    padding: 0;
  }
}
.form-block .mwform-checkbox-field {
  display: block;
}
.form-block .mwform-checkbox-field + .mwform-checkbox-field {
  margin-top: 8px;
}
.form-block input[type=checkbox] {
  display: none;
}
.form-block input[type=checkbox] + .mwform-checkbox-field-text {
  position: relative;
  margin-right: 20px;
  padding-left: 40px;
  line-height: 32px;
  cursor: pointer;
  font-weight: 700;
}
.form-block input[type=checkbox] + .mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #C6CACC;
}
.form-block input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-image: url(../images/common/check.svg);
}
.form-block .error {
  display: block;
  font-size: 1.5rem;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}

.form-agree {
  margin-top: 12px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #7A6849;
  text-decoration: underline;
}
@media screen and (min-width: 829px) {
  .form-agree {
    text-align: center;
    margin-top: clamp(40px, 3.625vw, 58px);
  }
}

.form-wrap {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 829px) {
  .mw_wp_form_input .form-txt {
    margin-top: 12px;
  }
}

.form-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: clamp(40px, 3.5vw, 56px);
}
.form-btns a,
.form-btns [type=submit] {
  font-family: "Shippori Mincho B1", serif;
  display: block;
  text-align: center;
  width: 240px;
  line-height: 56px;
  border-radius: 56px;
  color: #fff;
  background-color: #7A6849;
  cursor: pointer;
  border: none;
  font-size: 1.6rem;
}
.form-btns a.fm-modoru,
.form-btns [type=submit].fm-modoru {
  background-color: #999;
}

.ui-datepicker th {
  font-size: 1.3rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: 1.2rem;
}

/* ラジオボタン */
/* recaptcha 位置逆 */
body.no_scroll {
  overflow: hidden;
}

.load_main {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #1A1814;
}
.load_main.load_none {
  -webkit-animation: load-of 3s ease forwards;
          animation: load-of 3s ease forwards;
}

@-webkit-keyframes load-of {
  0% {
    opacity: 1;
    z-index: 9999;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes load-of {
  0% {
    opacity: 1;
    z-index: 9999;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
.load_mv_wrap {
  background-image: url("../images/loading/bg_load_mv.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100vw;
  height: 100vh;
  position: relative;
}
.load_mv_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.load_brush {
  width: clamp(340px, 30.3125vw, 485px);
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
.load_brush.--on {
  opacity: 1;
  -webkit-animation: anim-brush 1s linear 1;
          animation: anim-brush 1s linear 1;
}

@-webkit-keyframes anim-brush {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  85% {
    -webkit-clip-path: inset(0 0 22% 0);
            clip-path: inset(0 0 22% 0);
  }
  90% {
    -webkit-clip-path: inset(0 0 10% 0);
            clip-path: inset(0 0 10% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes anim-brush {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  85% {
    -webkit-clip-path: inset(0 0 22% 0);
            clip-path: inset(0 0 22% 0);
  }
  90% {
    -webkit-clip-path: inset(0 0 10% 0);
            clip-path: inset(0 0 10% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.load_mvText {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 100%;
  height: clamp(410px, 63.3333333333vw, 570px);
  letter-spacing: 0.34em;
  text-indent: -0.34em;
  opacity: 0;
}
.load_mvText span {
  display: block;
  font-size: clamp(1.8rem, 2.1774193548vw, 2.7rem);
  font-family: "Zen Old Mincho", serif;
  text-indent: 1em;
}
.load_mvText span + span {
  text-indent: 2em;
  padding-right: 16px;
}
.load_mvText.--on {
  opacity: 1;
}
.load_mvText.--on span {
  -webkit-animation-name: splashAnime;
          animation-name: splashAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
  display: block;
}
.load_mvText.--on span + span {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes splashAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes splashAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.load_mv {
  opacity: 0;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

.load_lower {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}
.load_lower.load_none {
  -webkit-animation: load-of 1s ease forwards;
          animation: load-of 1s ease forwards;
}

.load_kv_wrap {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-image: url("../images/loading/bg_load_mv.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
}
.load_kv_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.load_kv_wrap.--on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.load_kv_wrap.--out {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
}

.load_kv_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.load_kv_logo img {
  width: 204px;
}

.load_lower.--test.load_none {
  -webkit-animation: none;
          animation: none;
}
.load_lower.--test .--out {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.js-text_trigger {
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-filter: blur(12px);
          filter: blur(12px);
}
.js-text_show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js-img {
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-filter: blur(12px);
          filter: blur(12px);
}
.js-img_show {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}

/* page */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
mv----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.mv .--pic {
  position: relative;
}
.mv .--pic::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("../images/mv/mv-filter.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
  pointer-events: none;
}
.mv .--pic img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-contact {
  position: absolute;
  z-index: 1;
  left: 4.0625%;
  bottom: 7.1428571429%;
}
@media screen and (max-width: 828px) {
  .mv-contact {
    display: none;
  }
}
.mv-contact a {
  color: #fff;
  border: 1px solid;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  letter-spacing: 0.2em;
  text-indent: -0.2em;
  width: 53px;
  height: 182px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 829px) {
  .mv-contact a {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
.mv-contact a:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}

.mv-logo {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 829px) {
  .mv-logo {
    right: 1.5%;
    bottom: 5.4761904762%;
    width: 15.1875%;
    max-width: 243px;
  }
}
@media screen and (max-width: 828px) {
  .mv-logo {
    padding: 32px 18px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    left: 0;
  }
  .mv-logo a {
    max-width: 100px;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
m-head----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
about----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.m-about {
  padding-top: clamp(56px, 8vw, 128px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-bottom: 168px;
  overflow-x: clip;
}
@media screen and (max-width: 828px) {
  .m-about {
    padding-bottom: 140px;
  }
}
.m-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../images/common/bg-l-cm2.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}
.m-about.--on::before {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.m-about_logo {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(56px, 10vw, 160px);
}
.m-about_logo figure {
  max-width: 43px;
  margin-left: auto;
  margin-right: auto;
}
.m-about_logo span {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.4516129032vw, 1.8rem);
  display: block;
  text-align: center;
  margin-top: clamp(20px, 1.5vw, 24px);
  line-height: 1;
}
@media screen and (min-width: 829px) {
  .m-about_logo span {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .m-about_logo span {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}
@media screen and (min-width: 829px) {
  .m-about_logo span {
    letter-spacing: 0.3em;
    text-indent: -0.3em;
  }
}
@media screen and (max-width: 828px) {
  .m-about_logo span {
    letter-spacing: 0.24em;
    text-indent: -0.24em;
  }
}

.m-about_head {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.1290322581vw, 1.4rem);
  margin-bottom: clamp(40px, 6.5vw, 104px);
  text-indent: 0 !important;
}
@media screen and (min-width: 829px) {
  .m-about_head {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .m-about_head {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}
.m-about_head span {
  padding-bottom: clamp(8px, 0.625vw, 10px);
  border-bottom: 1px solid #999999;
}
@media screen and (min-width: 829px) {
  .m-about_head {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .m-about_head {
    letter-spacing: 0.14em;
    text-indent: -0.14em;
  }
}

.m-about_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 828px) {
  .m-about_flex {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 829px) {
  .m-about_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 120px;
  }
}
@media screen and (max-width: 828px) {
  .m-about_flex {
    gap: 0px;
  }
}
.m-about_flex .--media {
  width: clamp(244px, 33.0625vw, 529px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 828px) {
  .m-about_flex .--media {
    width: clamp(244px, 58.7777777778vw, 529px);
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
    margin-right: -20px;
  }
}
@media screen and (max-width: 450px) {
  .m-about_flex .--media {
    margin-right: -30px;
  }
}

@media screen and (min-width: 829px) {
  .m-about_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 828px) {
  .m-about_text {
    display: contents;
  }
}
.m-about_text .--lead {
  font-size: clamp(2rem, 2.0967741935vw, 2.6rem);
  font-weight: 500;
  line-height: 2;
  margin-bottom: clamp(40px, 6.5vw, 104px);
}
@media screen and (min-width: 829px) {
  .m-about_text .--lead {
    padding-left: clamp(20px, 5.625vw, 90px);
  }
}
@media screen and (max-width: 828px) {
  .m-about_text .--lead br {
    display: block;
  }
}
.m-about_textwrap {
  scrollbar-width: none;
}
@media screen and (min-width: 829px) {
  .m-about_textwrap {
    width: clamp(450px, 33.3125vw, 533px);
    margin-left: auto;
    max-height: 548px;
    overflow-y: scroll;
  }
  .m-about_textwrap p + p {
    padding-top: 2em;
  }
}
@media screen and (max-width: 828px) {
  .m-about_textwrap {
    margin-top: 40px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .m-about_textwrap br {
    display: none;
  }
  .m-about_textwrap p + p {
    padding-top: 20px;
  }
}
.m-about_textwrap::-webkit-scrollbar {
  display: none;
}

.m-about_pic {
  width: clamp(133px, 18.125vw, 290px);
  aspect-ratio: 290/505;
}
@media screen and (min-width: 1201px) {
  .m-about_pic {
    position: absolute;
    left: 0;
    bottom: 168px;
  }
}
@media screen and (max-width: 1200px) {
  .m-about_pic {
    position: absolute;
    left: 0;
    bottom: -130px;
    z-index: 1;
  }
}

/* 追加 */
@media screen and (min-width: 829px) {
  .m-about_headwrap {
    max-width: 729px;
    margin-left: auto;
    padding-left: clamp(20px, 1.875vw, 30px);
  }
}
@media screen and (max-width: 828px) {
  .m-about_headwrap {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .m-about_headwrap {
    padding: 0 20px;
  }
}

@media screen and (min-width: 829px) and (max-width: 1200px) {
  .m-about_flex.--add {
    gap: 30px;
  }
}
@media screen and (min-width: 829px) {
  .m-about_flexInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 828px) {
  .m-about_flexInner {
    display: contents;
  }
}

.m-about_textInner p {
  line-height: 2.5;
}
@media screen and (min-width: 829px) {
  .m-about_textInner {
    width: clamp(450px, 33.3125vw, 533px);
  }
  .m-about_textInner p + p {
    padding-top: 2em;
  }
}
@media screen and (min-width: 1201px) {
  .m-about_textInner {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .m-about_textInner {
    padding: 0 20px;
    margin-left: auto;
  }
}
@media screen and (max-width: 828px) {
  .m-about_textInner {
    margin-top: 40px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .m-about_textInner br {
    display: none;
  }
  .m-about_textInner p + p {
    padding-top: 20px;
  }
}

@media screen and (min-width: 829px) {
  .m-about_picInner {
    width: 30.6230200634%;
  }
}
@media screen and (max-width: 828px) {
  .m-about_picInner {
    position: absolute;
    left: 0;
    bottom: -130px;
    z-index: 1;
    width: clamp(133px, 18.125vw, 290px);
    aspect-ratio: 290/505;
  }
}
@media screen and (min-width: 829px) {
  .m-about_picInner .--pic {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;
    padding-top: 40px;
    margin-top: -40px;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
concept----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.m-concept {
  margin-bottom: clamp(80px, 10vw, 160px);
  position: relative;
}

.m-concept_pic {
  width: clamp(176px, 23.8125vw, 381px);
  aspect-ratio: 381/265;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .m-concept_pic {
    right: 26.1875%;
    top: -160px;
  }
}
@media screen and (max-width: 1200px) {
  .m-concept_pic {
    right: 0;
    top: -80px;
  }
}

.m-concept_leadBox {
  scrollbar-width: none;
}
@media screen and (min-width: 1201px) {
  .m-concept_leadBox {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    max-height: 260px;
    overflow-x: scroll;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .m-concept_leadBox {
    max-width: 490px;
    margin: 0 auto;
  }
}
.m-concept_leadBox::-webkit-scrollbar {
  display: none;
}
.m-concept_leadBox .--lead {
  font-size: clamp(2rem, 2.0967741935vw, 2.6rem);
  line-height: 1.9230769231;
}
.m-concept_leadBox .--lead span {
  display: block;
}
@media screen and (max-width: 1200px) {
  .m-concept_leadBox .--lead {
    padding-left: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-concept_leadBox .--lead span {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    white-space: nowrap;
  }
  .m-concept_leadBox .--lead span + span {
    padding-right: 20px;
  }
}
.m-concept_leadBox p {
  line-height: 2.5;
}
@media screen and (min-width: 1201px) {
  .m-concept_leadBox p {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .m-concept_leadBox p {
    line-height: 2;
    padding-top: 72px;
  }
  .m-concept_leadBox p + p {
    padding-top: 16px;
  }
}

.m-concept_inner {
  padding-top: 120px;
  padding-bottom: clamp(80px, 6vw, 96px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images/home/bg_m-concept.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1200px) {
  .m-concept_inner {
    padding-top: 214px;
    width: 100vw;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 450px) {
  .m-concept_inner {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.m-concept_innerText {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .m-concept_innerText {
    padding: 0 20px;
  }
}

.m-concept_head {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.1290322581vw, 1.4rem);
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 829px) {
  .m-concept_head {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .m-concept_head {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}
.m-concept_head span {
  padding-bottom: clamp(8px, 0.625vw, 10px);
  border-bottom: 1px solid #999999;
}
@media screen and (min-width: 829px) {
  .m-concept_head {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .m-concept_head {
    letter-spacing: 0.14em;
    text-indent: -0.14em;
  }
}

.m-concept_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}
.m-concept_btn a {
  width: 130px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  padding-bottom: 16px;
  border-bottom: 1px solid #999999;
  position: relative;
}
.m-concept_btn a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7A6849;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 0.5);
          transform: scale(0, 0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.m-concept_btn a .text {
  position: relative;
  display: block;
  overflow: hidden;
}
.m-concept_btn a .text span:first-of-type {
  display: block;
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.m-concept_btn a .text span:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 130%, 0);
  transform: translate3d(0, 130%, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
}
.m-concept_btn a .arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  margin: auto 0;
  line-height: 1;
}
.m-concept_btn a .arrow::before, .m-concept_btn a .arrow::after {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  width: 7px;
  height: 12px;
}
.m-concept_btn a .arrow::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.m-concept_btn a:hover {
  opacity: 1;
}
.m-concept_btn a:hover::after {
  -webkit-transform: scale(1, 0.5);
          transform: scale(1, 0.5);
}
.m-concept_btn a:hover .text span:first-of-type {
  display: block;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
}
.m-concept_btn a:hover .text span:nth-of-type(2) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.m-concept_btn a:hover .arrow::before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.m-concept_btn a:hover .arrow::after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
dish----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.m-dish {
  height: auto;
  margin: 0;
  overflow: clip;
  padding-top: 50lvh;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (max-width: 828px) {
  .m-dish {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 829px) {
  .m-dish_bg {
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../../../uploads/2024/10/bg_m-dish-1-scaled.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0.3;
    -webkit-transition: background-position 0.2s;
    transition: background-position 0.2s;
  }
}
@media screen and (max-width: 828px) {
  .m-dish_bg {
    position: relative;
    z-index: -1;
  }
  .m-dish_bg::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../../../uploads/2024/10/bg_m-dish-1-scaled.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0.3;
    -webkit-transition: background-position 0.2s;
    transition: background-position 0.2s;
  }
}

/* Safari */
_:lang(x) + _:-webkit-full-screen-document, .m-dish_bg {
  background-image: unset !important;
  background-repeat: unset !important;
  background-position: unset !important;
  position: unset;
  width: unset;
  height: unset;
  -webkit-transition: unset !important;
  transition: unset !important;
}

_:lang(x) + _:-webkit-full-screen-document, .m-dish_bg::before {
  content: "";
  display: block;
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../../../uploads/2024/10/bg_m-dish-1-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0.3;
  -webkit-transition: background-position 0.2s;
  transition: background-position 0.2s;
}

.m-dish_images {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  padding-bottom: 50lvh;
}
.m-dish_images--pic {
  display: block;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 451px) {
  .m-dish_images--pic {
    -webkit-animation: scrollAnime-opacity linear;
            animation: scrollAnime-opacity linear;
    animation-timeline: view();
    animation-range: cover;
  }
}
.m-dish_images--pic._01 {
  width: clamp(108px, 23.8125vw, 381px);
  margin-left: 14.1875%;
  margin-bottom: 40px;
}
.m-dish_images--pic._02 {
  width: clamp(140px, 32.3125vw, 517px);
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 40px;
}
.m-dish_images--pic._03 {
  width: clamp(105px, 23.25vw, 372px);
  margin-left: 0;
  margin-bottom: 40px;
}
.m-dish_images--pic._04 {
  width: clamp(136px, 30.1875vw, 483px);
  margin-right: 7.375%;
  margin-left: auto;
  margin-bottom: 40px;
}
.m-dish_images--pic._05 {
  width: clamp(108px, 23.8125vw, 381px);
  margin-left: 18.375%;
}
.m-dish_images--pic._06 {
  width: clamp(66px, 18.5625vw, 297px);
  margin-left: 1.875%;
  margin-bottom: 40px;
}
.m-dish_images--pic._07 {
  width: clamp(108px, 23.8125vw, 381px);
  margin-left: auto;
  margin-bottom: 40px;
  right: -3.875%;
}

@-webkit-keyframes scrollAnime-opacity {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes scrollAnime-opacity {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.m-dish_text {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
}
.m-dish_textInner {
  width: 100%;
  max-width: 658px;
  background-image: url("../images/home/bg_m-dish2.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 828px) {
  .m-dish_textInner {
    max-width: 500px;
    padding: 40px;
  }
}
@media screen and (max-width: 450px) {
  .m-dish_textInner {
    max-width: 295px;
  }
}
.m-dish_text .--head {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.1290322581vw, 1.4rem);
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (min-width: 829px) {
  .m-dish_text .--head {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .m-dish_text .--head {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}
.m-dish_text .--head span {
  padding-bottom: clamp(8px, 0.625vw, 10px);
  border-bottom: 1px solid #999999;
}
@media screen and (min-width: 829px) {
  .m-dish_text .--head {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .m-dish_text .--head {
    letter-spacing: 0.14em;
    text-indent: -0.14em;
  }
}
.m-dish_text .--catch {
  margin: 0 auto;
  font-size: clamp(2rem, 2.0967741935vw, 2.6rem);
  text-align: center;
}
.m-dish_text .--catch span {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
.m-dish_text p {
  text-align: center;
  margin-top: clamp(24px, 3vw, 48px);
  margin-left: auto;
  margin-right: auto;
  line-height: 2.125;
}
@media screen and (max-width: 450px) {
  .m-dish_text p {
    text-align: left;
  }
  .m-dish_text p br {
    display: none;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
shop----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.m-shop {
  background-image: url("../images/home/bg-m_shop.webp");
  background-position: center center;
  padding-top: clamp(72px, 7.5vw, 120px);
  padding-bottom: clamp(56px, 6vw, 96px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-shop_head {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.1290322581vw, 1.4rem);
  text-align: center;
  margin-bottom: clamp(40px, 4vw, 64px);
}
@media screen and (min-width: 829px) {
  .m-shop_head {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .m-shop_head {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}
.m-shop_head span {
  padding-bottom: clamp(8px, 0.625vw, 10px);
  border-bottom: 1px solid #999999;
}
@media screen and (min-width: 829px) {
  .m-shop_head {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .m-shop_head {
    letter-spacing: 0.14em;
    text-indent: -0.14em;
  }
}

.m-shop_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}
.m-shop_btn a {
  width: 130px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  padding-bottom: 16px;
  border-bottom: 1px solid #999999;
  position: relative;
}
.m-shop_btn a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7A6849;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 0.5);
          transform: scale(0, 0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.m-shop_btn a .text {
  position: relative;
  display: block;
  overflow: hidden;
}
.m-shop_btn a .text span:first-of-type {
  display: block;
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.m-shop_btn a .text span:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 130%, 0);
  transform: translate3d(0, 130%, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
}
.m-shop_btn a .arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  margin: auto 0;
  line-height: 1;
}
.m-shop_btn a .arrow::before, .m-shop_btn a .arrow::after {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  width: 7px;
  height: 12px;
}
.m-shop_btn a .arrow::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.m-shop_btn a:hover {
  opacity: 1;
}
.m-shop_btn a:hover::after {
  -webkit-transform: scale(1, 0.5);
          transform: scale(1, 0.5);
}
.m-shop_btn a:hover .text span:first-of-type {
  display: block;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
}
.m-shop_btn a:hover .text span:nth-of-type(2) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.m-shop_btn a:hover .arrow::before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.m-shop_btn a:hover .arrow::after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
lower----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.layout_l {
  position: relative;
  padding-bottom: clamp(56px, 12.5vw, 200px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
}
.layout_l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../images/common/bg-l-cm2.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}
.layout_l.js-trigger::before {
  opacity: 0;
  -webkit-filter: blur(12px);
          filter: blur(12px);
}
.layout_l.js-show::before {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

_:lang(x) + _:-webkit-full-screen-document, .l-layout_l::before {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../images/common/bg-l-cm.webp");
  background-size: cover;
  background-position: center;
}

.l-container {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1401px) {
  .l-container {
    max-width: 1430px;
  }
}
@media screen and (max-width: 1200px) {
  .l-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .l-container {
    padding: 0 30px;
  }
}
.l-container.--w {
  background-color: #fff;
}
.l-container.--w._recruit {
  padding-top: clamp(56px, 7.5vw, 120px);
  padding-bottom: clamp(56px, 7.5vw, 120px);
  padding-left: clamp(20px, 5.3125vw, 85px);
  padding-right: clamp(20px, 4.25vw, 68px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-container_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-headwrap {
  position: relative;
  text-align: center;
  margin-bottom: clamp(52px, 6.5vw, 104px);
  overflow: clip;
}
.l-headwrap::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 1.4px;
  background-color: #707070;
  position: absolute;
  left: 0;
  bottom: 25%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0, 0.5);
          transform: scale(0, 0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 828px) {
  .l-headwrap::before {
    bottom: 20%;
  }
}
.l-headwrap .--inner {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: clamp(8px, 1vw, 16px);
  padding-bottom: clamp(56px, 5.5vw, 88px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 451px) {
  .l-headwrap .--inner {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (min-width: 829px) {
  .l-headwrap .--inner {
    max-width: 760px;
  }
}
@media screen and (max-width: 450px) {
  .l-headwrap .--inner {
    min-width: 200px;
  }
}
.l-headwrap .--inner::before, .l-headwrap .--inner::after {
  content: "";
  display: inline-block;
  width: 1.4px;
  height: 100%;
  background-color: #707070;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
  position: absolute;
  top: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0.5, 0);
          transform: scale(0.5, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 450px) {
  .l-headwrap .--inner::before, .l-headwrap .--inner::after {
    display: none;
  }
}
.l-headwrap .--inner::before {
  left: 0;
}
.l-headwrap .--inner::after {
  right: 0;
}
.l-headwrap.js-show::before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: scale(1, 0.5);
          transform: scale(1, 0.5);
}
.l-headwrap.js-show .--inner::before, .l-headwrap.js-show .--inner::after {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
}
.l-headwrap .--caption {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  text-indent: unset !important;
}
@media screen and (min-width: 829px) {
  .l-headwrap .--caption {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .l-headwrap .--caption {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}
.l-headwrap .--lead {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
  margin-top: clamp(16px, 1.5vw, 24px);
  text-indent: unset;
}

@media screen and (max-width: 1200px) {
  .l-policy {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .l-policy {
    padding: 0 30px;
  }
}
.l-policy dl {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.l-policy dd {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
.l-policy dd + dt {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  color: #7A6849;
  margin-top: 54px;
  font-weight: bold;
  margin-bottom: 5px;
}
.l-policy li {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-policy li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
@media screen and (max-width: 450px) {
  .l-policy .shop-time .--data,
  .l-policy .shop-def .--data {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 450px) {
  .l-policy .shop-time .--dtit {
    font-size: 1.3rem;
  }
}

.l-policy_inner {
  padding-top: clamp(56px, 7.5vw, 120px);
  padding-bottom: clamp(56px, 7.5vw, 120px);
  padding-left: clamp(20px, 5.3125vw, 85px);
  padding-right: clamp(20px, 4.25vw, 68px);
}

@media screen and (min-width: 829px) {
  .l-found {
    padding-top: 180px;
  }
}
@media screen and (max-width: 828px) {
  .l-found {
    padding-top: 60px;
  }
}

.l-found_lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
.l-found_lead span {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: clamp(3.6rem, 4.8387096774vw, 6rem);
}
@media screen and (min-width: 829px) {
  .l-found_lead span {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .l-found_lead span {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}
.l-found_lead h2 {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  font-weight: 500;
}

@media screen and (min-width: 829px) {
  .l-found_menu {
    margin-top: 60px;
  }
  .l-found_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 24px 0;
    max-width: 732px;
    margin: auto;
  }
  .l-found_menu li {
    font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
    padding: 0 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
  }
  .l-found_menu li + li {
    border-left: 1px solid #231815;
  }
  .l-found_menu a {
    font-size: inherit;
  }
}
@media screen and (max-width: 828px) {
  .l-found_menu {
    margin-top: 40px;
  }
  .l-found_menu li {
    border-bottom: 1px solid #231815;
  }
  .l-found_menu a {
    font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
    padding: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.l-found_menu a {
  display: block;
  text-align: center;
}

.l-found_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(56px, 5vw, 80px);
}
.l-found_btn a {
  width: 130px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  padding-bottom: 16px;
  border-bottom: 1px solid #999999;
  position: relative;
}
.l-found_btn a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7A6849;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 0.5);
          transform: scale(0, 0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.l-found_btn a .text {
  position: relative;
  display: block;
  overflow: hidden;
}
.l-found_btn a .text span:first-of-type {
  display: block;
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.l-found_btn a .text span:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 130%, 0);
  transform: translate3d(0, 130%, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
}
.l-found_btn a .arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  margin: auto 0;
  line-height: 1;
}
.l-found_btn a .arrow::before, .l-found_btn a .arrow::after {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  width: 7px;
  height: 12px;
}
.l-found_btn a .arrow::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.l-found_btn a:hover {
  opacity: 1;
}
.l-found_btn a:hover::after {
  -webkit-transform: scale(1, 0.5);
          transform: scale(1, 0.5);
}
.l-found_btn a:hover .text span:first-of-type {
  display: block;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
}
.l-found_btn a:hover .text span:nth-of-type(2) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.l-found_btn a:hover .arrow::before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.l-found_btn a:hover .arrow::after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.l-contact h2 {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 10px;
}

.l-contact_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 829px) {
  .l-contact_list {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 828px) {
  .l-contact_list {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.l-contact_tab {
  position: relative;
  width: 296px;
  color: #231815;
  background: #fff;
  text-align: center;
  border: 1px solid #7A6849;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
}
.l-contact_tab.active {
  color: #fff;
  background: #7A6849;
}
@media screen and (min-width: 829px) {
  .l-contact_tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 828px) {
  .l-contact_tab {
    line-height: 34px;
  }
}

.l-contact_count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 829px) {
  .l-contact_count {
    left: 16px;
  }
}
@media screen and (max-width: 828px) {
  .l-contact_count {
    left: 8px;
  }
}

.l-contact_line {
  display: block;
  height: 1px;
  background: #7A6849;
}
@media screen and (min-width: 829px) {
  .l-contact_line {
    width: 72px;
    -webkit-flex-basis: 72px;
        -ms-flex-preferred-size: 72px;
            flex-basis: 72px;
  }
}
@media screen and (max-width: 828px) {
  .l-contact_line {
    width: 20px;
    -webkit-flex-basis: 20px;
        -ms-flex-preferred-size: 20px;
            flex-basis: 20px;
  }
}

.l-contact_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(56px, 5vw, 80px);
}
.l-contact_btn a {
  width: 130px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  padding-bottom: 16px;
  border-bottom: 1px solid #999999;
  position: relative;
}
.l-contact_btn a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7A6849;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 0.5);
          transform: scale(0, 0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.l-contact_btn a .text {
  position: relative;
  display: block;
  overflow: hidden;
}
.l-contact_btn a .text span:first-of-type {
  display: block;
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.l-contact_btn a .text span:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 130%, 0);
  transform: translate3d(0, 130%, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
}
.l-contact_btn a .arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  margin: auto 0;
  line-height: 1;
}
.l-contact_btn a .arrow::before, .l-contact_btn a .arrow::after {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  width: 7px;
  height: 12px;
}
.l-contact_btn a .arrow::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.l-contact_btn a:hover {
  opacity: 1;
}
.l-contact_btn a:hover::after {
  -webkit-transform: scale(1, 0.5);
          transform: scale(1, 0.5);
}
.l-contact_btn a:hover .text span:first-of-type {
  display: block;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.36, 0.04, 0.23, 1);
}
.l-contact_btn a:hover .text span:nth-of-type(2) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.l-contact_btn a:hover .arrow::before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.l-contact_btn a:hover .arrow::after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
concept----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (min-width: 1201px) {
  .consept-leadBox.--side {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    max-height: 480px;
    margin: 0 auto;
  }
}
.consept-leadBox.--side .--lead {
  font-size: clamp(2rem, 2.0967741935vw, 2.6rem);
  line-height: 1.9230769231;
}
.consept-leadBox.--side .--lead span {
  display: block;
}
.consept-leadBox.--side .--lead span + span {
  text-indent: 0.5em;
}
@media screen and (max-width: 1200px) {
  .consept-leadBox.--side .--lead {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    margin: 0 auto;
  }
  .consept-leadBox.--side .--lead span + span {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .consept-leadBox.--side p {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .consept-leadBox.--side p {
    padding-top: 20px;
  }
}
.consept-leadBox.--normal {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.consept-leadBox.--normal .--lead {
  font-size: clamp(2rem, 2.0967741935vw, 2.6rem);
  line-height: 1.9230769231;
  padding-left: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.consept-leadBox.--normal .--lead span {
  display: block;
}
.consept-leadBox.--normal .--lead span + span {
  text-indent: 0.5em;
  padding-right: 20px;
}
.consept-leadBox.--normal .--lead span {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  white-space: nowrap;
}
.consept-leadBox.--normal .--lead span + span {
  padding-right: 20px;
}
.consept-leadBox.--normal p {
  padding-top: clamp(40px, 4.5vw, 72px);
  line-height: 2.5;
}
@media screen and (min-width: 451px) {
  .consept-leadBox.--normal p {
    text-align: center;
  }
}
.consept-leadBox.--normal p + p {
  padding-top: 32px;
}
@media screen and (max-width: 450px) {
  .consept-leadBox.--normal p .--sp-off {
    display: none;
  }
}

.message-area {
  margin-top: clamp(80px, 10vw, 160px);
}
.message-inner {
  max-width: 900px;
  margin: 0 auto;
}

.message-box + .message-box {
  margin-top: clamp(72px, 7.5vw, 120px);
}

.message-title {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  font-weight: 500;
  border-left: 6px solid #231815;
  border-bottom: 1px solid #444545;
  padding-left: clamp(16px, 2vw, 32px);
  padding-top: clamp(12px, 1vw, 16px);
  padding-bottom: clamp(16px, 1.25vw, 20px);
  margin-bottom: clamp(56px, 5.5vw, 88px);
}

.message-def .--dtit {
  font-size: clamp(2.2rem, 2.0967741935vw, 2.6rem);
  line-height: 1.9230769231;
  margin-bottom: clamp(40px, 3vw, 48px);
}
.message-def .--data {
  line-height: 2.25;
}
.message-def .--data p {
  line-height: 2.5;
}
.message-def .--name {
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  text-align: center;
  margin-top: clamp(24px, 1.75vw, 28px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  margin-top: clamp(16px, 1.5vw, 24px);
  line-height: 1.2;
}
.message-def .--name small {
  font-size: 1.2rem;
}

.message-pic {
  max-width: 667px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(80px, 9vw, 144px);
}

.slide-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-top: clamp(56px, 7vw, 112px);
}
.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 80s infinite linear 1s both;
          animation: loop-slide 80s infinite linear 1s both;
}
.slide-link {
  width: 357px;
}
@media screen and (max-width: 828px) {
  .slide-link {
    width: 300px;
  }
}
.slide-link img {
  aspect-ratio: 357/429;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
shop----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.shop-area + .shop-area {
  margin-top: clamp(72px, 9vw, 144px);
}

.shop-map iframe {
  margin-bottom: clamp(40px, 4vw, 64px);
}

.shop-title {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: clamp(56px, 4.625vw, 74px);
  text-align: center;
}
@media screen and (min-width: 829px) {
  .shop-title {
    letter-spacing: 0.15em;
    text-indent: -0.15em;
  }
}
@media screen and (max-width: 828px) {
  .shop-title {
    letter-spacing: 0.12em;
    text-indent: -0.12em;
  }
}
.shop-title span {
  border-bottom: 1px solid;
  padding-bottom: clamp(8px, 0.625vw, 10px);
}

.shop-catch {
  font-size: clamp(2.2rem, 2.0967741935vw, 2.6rem);
}
@media screen and (min-width: 451px) {
  .shop-catch {
    text-align: center;
  }
}

.shop-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 829px) {
  .shop-flex {
    max-width: 804px;
    margin: 0 auto;
    gap: 20px;
  }
}
@media screen and (max-width: 828px) {
  .shop-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 416px;
    margin: 0 auto;
  }
}

.shop-column {
  border-left: 1px solid #707070;
  padding-left: clamp(20px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shop-column .--txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
  line-height: 2;
}
@media screen and (max-width: 450px) {
  .shop-column .--txt {
    font-size: 1.3rem;
  }
}
.shop-column .--address span {
  display: block;
}
@media screen and (min-width: 829px) {
  .shop-column:first-of-type {
    width: 50.2487562189%;
  }
  .shop-column + .shop-column {
    width: 41.2935323383%;
  }
}

.shop-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop-time .--data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 828px) {
  .shop-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
recruit----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.recruit-area + .recruit-area {
  margin-top: clamp(120px, 8.75vw, 140px);
}
@media screen and (max-width: 1200px) {
  .recruit-area + .recruit-area {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .recruit-area + .recruit-area {
    padding: 0 30px;
  }
}

.recruit-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 829px) {
  .recruit-flex .--media {
    width: 40.2298850575%;
  }
}
@media screen and (min-width: 1201px) {
  .recruit-flex img {
    height: 370px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}

.recruit-txt {
  scrollbar-width: none;
}
@media screen and (min-width: 1201px) {
  .recruit-txt {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    max-height: 395px;
    overflow-x: scroll;
  }
}
.recruit-txt::-webkit-scrollbar {
  display: none;
}
.recruit-txt .--lead {
  font-size: clamp(2rem, 2.0967741935vw, 2.6rem);
  line-height: 1.9230769231;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .recruit-txt .--lead {
    padding-left: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .recruit-txt .--lead span {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    white-space: nowrap;
  }
  .recruit-txt .--lead span + span {
    padding-right: 20px;
  }
}
.recruit-txt span {
  display: block;
}
@media screen and (min-width: 1201px) {
  .recruit-txt p {
    padding-left: 32px;
    max-height: 380px;
  }
  .recruit-txt p:last-of-type {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-txt p {
    padding-top: 20px;
  }
}

.recruit-headline {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  font-weight: 500;
  border-left: 6px solid #231815;
  border-bottom: 1px solid #444545;
  padding-left: clamp(16px, 2vw, 32px);
  padding-top: clamp(12px, 1vw, 16px);
  padding-bottom: clamp(16px, 1.25vw, 20px);
  margin-bottom: clamp(56px, 7.5vw, 120px);
}

.recruit-def + .recruit-def {
  margin-top: clamp(40px, 6.25vw, 100px);
}
.recruit-def .--dtit {
  font-size: clamp(1.8rem, 2.0967741935vw, 2.6rem);
  line-height: 1.9230769231;
}
@media screen and (min-width: 451px) {
  .recruit-def .--dtit {
    text-align: center;
  }
}

.recruit-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(40px, 3.5vw, 56px);
}
.recruit-btn a {
  background-color: #231815;
  color: #fff;
  border: 1px solid #231815;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  width: 100%;
  max-width: 680px;
  line-height: 1.75;
  min-height: 132px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
}
@media screen and (max-width: 828px) {
  .recruit-btn a {
    gap: 16px;
  }
}
@media screen and (max-width: 450px) {
  .recruit-btn a {
    font-size: 1.6rem;
    padding: 16px;
  }
}
.recruit-btn a .--icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 38px;
  height: 38px;
  aspect-ratio: 1/1;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.recruit-btn a:hover {
  opacity: 1;
  background-color: #fff;
  color: #231815;
}
.recruit-btn a:hover .--icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(0) saturate(100%) invert(5%) sepia(5%) saturate(7273%) hue-rotate(327deg) brightness(95%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(5%) sepia(5%) saturate(7273%) hue-rotate(327deg) brightness(95%) contrast(87%);
}

.p-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.p-column + .p-column {
  margin-top: 83px;
  padding-top: 83px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 828px) {
  .p-column {
    display: block;
  }
  .p-column + .p-column {
    margin-top: 48px;
    padding-top: 48px;
  }
}

.p-column_pic {
  width: 100%;
}
@media screen and (min-width: 829px) {
  .p-column_pic {
    width: 40%;
  }
}

.p-column_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-column_text time {
  display: block;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  color: #ddd;
  margin-bottom: 22px;
}
.p-column_text h2 {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  margin-bottom: 32px;
}
.p-column_text a {
  font-size: inherit;
}
@media screen and (max-width: 828px) {
  .p-column_text {
    margin-top: 48px;
  }
}

.p-column_inner {
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  line-height: 2;
  font-weight: 500;
}

.s-content {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.s-content_image {
  margin-bottom: 39px;
}

.s-content_headline {
  display: block;
  margin-bottom: 32px;
}
.s-content_headline time {
  display: block;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  color: #ddd;
  margin-bottom: 22px;
}
.s-content_headline h2 {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

.s-content_inner a {
  color: #7A6849;
  text-decoration: underline;
}/*# sourceMappingURL=customize.css.map */