@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #2e2e2e;
  background: #ffffff;
  letter-spacing: 0.08rem;
  font-feature-settings: "palt";
}

body.is-fixed-body {
  overflow: hidden;
}

body.is-fixed-body #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; /* menu(z-index:3)より下、コンテンツより上 */
  cursor: pointer;
}

ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.column {
  padding: 105px 0 110px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .column {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .column {
    padding: 45px 0;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .inner {
    width: 94%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

/*----------------------------------------------------
	FONTS
----------------------------------------------------*/
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

.breadcrumbs {
  font-size: 1.3rem;
  color: #2e2e2e;
  margin: 15px 0;
}
.breadcrumbs a {
  display: inline-block;
  color: #5a3118;
}
@media screen and (max-width: 820px) {
  .breadcrumbs {
    word-wrap: break-word;
    white-space: nowrap;
    display: flex;
    align-items: center;
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.1rem;
    margin: 5px 0;
  }
}

.overnight .breadcrumbs {
  display: none;
}

/*----------------------------------------------------
	共通見出し
----------------------------------------------------*/
.common__title_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .common__title_wrap {
    margin-bottom: 30px;
    gap: 8px;
  }
}
.common__title_wrap .common__title_wrap__icon {
  width: 55px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .common__title_wrap .common__title_wrap__icon {
    width: 44px;
  }
}
.common__title_wrap .common__title_wrap__title {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .common__title_wrap .common__title_wrap__title {
    font-size: 2.4rem;
  }
}
.common__title_wrap .common__title_wrap__en {
  margin: 13px 0 0;
  color: #5a3118;
  font-size: 1.6rem;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .common__title_wrap .common__title_wrap__en {
    font-size: 1.3rem;
    margin: 7px 0 0;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
  position: fixed !important;
  top: 0;
  transition: all 0.3s ease;
  z-index: 10000;
}
#header.is-scroll {
  z-index: 10000;
}
#header .head_belt {
  position: relative;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(90, 49, 24, 0.8);
  backdrop-filter: blur(1px);
}
@media screen and (max-width: 767px) {
  #header .head_belt {
    padding: 0 7px;
    backdrop-filter: blur(3px);
  }
}
#header .head_belt .inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1730px;
  height: 100px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1300px) {
  #header .head_belt .inner {
    height: 90px;
  }
}
@media (max-width: 1190px) {
  #header .head_belt .inner {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner {
    height: 70px;
  }
}
#header .head_belt .inner .head_l {
  flex: 0 0 283px;
  width: 283px;
  max-width: 283px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1366px) {
  #header .head_belt .inner .head_l {
    flex: 0 0 240px;
    width: 240px;
    min-width: 240px;
  }
}
#header .head_belt .inner .head_l img {
  width: 100%;
  height: auto;
}
#header .head_belt .inner .head_l h1 {
  display: none;
}
#header .head_belt .inner .head_r {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  left: 315px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(10px, 1.4vw, 28px);
}
#header .head_belt .inner .head_r nav {
  height: 100%;
  display: flex;
  align-items: stretch;
}
#header .head_belt .inner .head_r nav ul {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: clamp(8px, 1vw, 24px);
}
#header .head_belt .inner .head_r nav ul li {
  display: flex;
  align-items: center;
  flex-shrink: 1;
}
#header .head_belt .inner .head_r nav ul li .megaTrigger,
#header .head_belt .inner .head_r nav ul li a {
  display: block;
  color: #fff;
  font-size: clamp(1.2rem, 0.75vw, 1.5rem);
  line-height: 1.3;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
#header .head_belt .inner .head_r nav ul li .megaTrigger:hover,
#header .head_belt .inner .head_r nav ul li a:hover {
  opacity: 1;
}
#header .head_belt .inner .head_r nav ul li.hasMega {
  height: 100%;
  position: static;
}
#header .head_belt .inner .head_r nav ul li.hasMega:hover .megaMenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
#header .head_belt .inner .head_r .hasMega {
  height: 100%;
  display: flex;
  align-items: center;
}
#header .head_belt .inner .head_r .megaTrigger {
  position: relative;
  display: flex !important;
  align-items: center;
  height: 100%;
  padding: 0 8px;
  cursor: default;
}
#header .head_belt .inner .head_r .megaTrigger::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  transition: width 0.35s ease;
}
#header .head_belt .inner .head_r .hasMega:hover .megaTrigger::after {
  width: 100%;
}
#header .head_belt .inner .head_r .megaMenu {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  padding: 34px 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition: 0.3s;
  z-index: 9999;
}
#header .head_belt .inner .head_r .megaMenu::before {
  content: "";
  position: absolute;
  left: 0;
  top: -24px;
  width: 100%;
  height: 24px;
}
@media (max-width: 1300px) {
  #header .head_belt .inner .head_r .megaMenu {
    top: 90px;
  }
}
@media (max-width: 1190px) {
  #header .head_belt .inner .head_r .megaMenu {
    top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #header .head_belt .inner .head_r .megaMenu {
    display: none;
  }
}
#header .head_belt .inner .head_r .hasMega:hover .megaMenu,
#header .head_belt .inner .head_r .megaMenu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
#header .head_belt .inner .head_r .megaMenu_inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  #header .head_belt .inner .head_r .megaMenu_inner {
    width: 94%;
    padding: 0 20px;
  }
}
#header .head_belt .inner .head_r .megaMenu_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 90px;
  padding: 22px 34px;
  margin-bottom: 16px;
  background: #5a3118;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
#header .head_belt .inner .head_r .megaMenu_head .megaMenu_head__en {
  margin-bottom: 5px;
}
#header .head_belt .inner .head_r .megaMenu_head .megaMenu_head__title {
  font-weight: 500;
  font-size: 1.9rem;
}
#header .head_belt .inner .head_r .megaMenu_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .head_belt .inner .head_r .megaMenu_list li {
  margin: 0;
  min-width: 0;
}
#header .head_belt .inner .head_r .megaMenu_list > li {
  display: block !important;
  width: 100%;
  min-width: 0;
}
#header .head_belt .inner .head_r .megaMenu_list > li > a {
  width: 100%;
}
#header .head_belt .inner .head_r .megaMenu_list a {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 77px;
  padding: 10px 58px 10px 24px;
  background: #f7f5f3;
  color: #5a3118;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: 0.3s;
  box-sizing: border-box;
  white-space: normal;
}
#header .head_belt .inner .head_r .megaMenu_list a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#header .head_belt .inner .head_r .megaMenu_list a::before {
  right: 21px;
  left: auto;
  z-index: 1;
}
#header .head_belt .inner .head_r .megaMenu_list a:hover {
  background: #5a3118;
  color: #fff;
}
#header .head_belt .inner .head_r .megaMenu_list a span {
  display: block;
  font-size: 1.4rem;
}
#header .head_belt .inner .head_r .megaMenu_head__arrow {
  position: relative;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
#header .head_belt .inner .head_r .megaMenu_head__arrow::before {
  content: "→";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
#header .head_belt .inner .head_r .megaMenu_list a::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
}
#header .head_belt .inner .head_r .megaMenu_list a::before {
  display: none;
}
#header .head_belt .inner .head_r .head_cv_btn {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  height: 100px;
}
@media (max-width: 1300px) {
  #header .head_belt .inner .head_r .head_cv_btn {
    height: 90px;
  }
}
@media (max-width: 1190px) {
  #header .head_belt .inner .head_r .head_cv_btn {
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #header .head_belt .inner .head_r .head_cv_btn {
    display: none;
  }
}
#header .head_belt .inner .head_r .head_cv_btn__item {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 270px;
  width: 270px;
  height: 100px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1500px) {
  #header .head_belt .inner .head_r .head_cv_btn__item {
    flex-basis: 230px;
    width: 230px;
  }
}
@media screen and (max-width: 1366px) {
  #header .head_belt .inner .head_r .head_cv_btn__item {
    flex-basis: 180px;
    width: 180px;
  }
}
@media (max-width: 1300px) {
  #header .head_belt .inner .head_r .head_cv_btn__item {
    flex-basis: 170px;
    width: 170px;
    height: 90px;
    padding-left: 12px;
  }
}
@media (max-width: 1250px) {
  #header .head_belt .inner .head_r .head_cv_btn__item {
    flex-basis: 130px;
    width: 130px;
    height: 90px;
    padding-left: 12px;
  }
}
@media (max-width: 1190px) {
  #header .head_belt .inner .head_r .head_cv_btn__item {
    height: 80px;
  }
}
#header .head_belt .inner .head_r .head_cv_btn__item span {
  position: relative;
  z-index: 3;
  font-size: clamp(1.2rem, 0.78vw, 1.5rem);
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  #header .head_belt .inner .head_r .head_cv_btn__item span {
    font-size: 1.2rem;
  }
}
#header .head_belt .inner .head_r .head_cv_btn__text {
  position: absolute;
  top: 50%;
  left: 34px;
  z-index: 3;
  transform: translateY(-50%);
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  #header .head_belt .inner .head_r .head_cv_btn__text {
    left: 24px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1366px) {
  #header .head_belt .inner .head_r .head_cv_btn__text {
    left: 18px;
    font-size: 1.5rem;
  }
}
#header .head_belt .inner .head_r .head_cv_btn__item img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 53%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media (min-width: 1450px) {
  #header .head_belt .inner .head_r .head_cv_btn__item img {
    width: 47%;
  }
}
@media (max-width: 1190px) {
  #header .head_belt .inner .head_r .head_cv_btn__item img {
    width: 50%;
  }
}
@media (max-width: 1730px) {
  #header .head_belt .inner .head_r {
    margin-right: 0;
  }
}
@media screen and (max-width: 1366px) {
  #header .head_belt .inner .head_r {
    gap: 12px;
  }
  #header .head_belt .inner .head_r nav ul {
    gap: 14px;
  }
  #header .head_belt .inner .head_r nav ul li a {
    letter-spacing: 0.04em;
  }
}
@media (max-width: 1170px) {
  #header .head_belt .inner .head_r {
    display: none;
  }
}
#header .head_belt.fixed {
  position: fixed;
  right: 0;
  top: 0;
  padding: 10px 15px;
  width: 100%;
  max-height: 70px;
  z-index: 100;
  background: rgba(90, 49, 24, 0.95);
}
#header .head_belt.fixed .inner {
  height: 70px;
}
#header .head_belt.fixed .inner .head_l {
  flex: 0 0 243px;
  width: 243px;
  max-width: 243px;
}
#header .head_belt.fixed .inner .head_r .head_cv_btn {
  height: 70px;
}
#header .head_belt.fixed .inner .head_r .head_cv_btn .head_cv_btn__item {
  height: 70px;
  flex-basis: 180px;
  width: 180px;
}
@media screen and (max-width: 1270px) {
  #header .head_belt.fixed .inner .head_r .head_cv_btn .head_cv_btn__item {
    flex-basis: 120px;
    width: 120px;
  }
}
#header .head_belt.fixed .inner .head_r .head_cv_btn .head_cv_btn__item img {
  width: 47%;
}
@media screen and (max-width: 1270px) {
  #header .head_belt.fixed .inner .head_r .head_cv_btn .head_cv_btn__item img {
    width: 37%;
  }
}

.sp_menu {
  display: none;
}

@media (max-width: 1170px) {
  .sp_menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 50px;
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 9999;
  }
}
@media screen and (max-width: 1170px) and (max-width: 767px) {
  .sp_menu {
    top: 15px;
    right: 33px;
    gap: 15px;
  }
}
@media (max-width: 1170px) {
  /* ハンバーガーメニュー本体 */
  .hamburger-wrap {
    position: relative;
    z-index: 10000;
  }
  .hamburger {
    cursor: pointer;
    border: none;
    padding: 0;
    background: transparent;
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }
  .hamburger::before {
    content: "";
    width: 50px;
    height: 50px;
    inset: 0;
    border-radius: 50%;
    background: #77191f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background 0.3s ease;
  }
  .hamburger .bar {
    width: 24px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .hamburger .line {
    display: block;
    width: 26px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease, background 0.3s ease;
  }
  .hamburger .line01 {
    top: 0;
  }
  .hamburger .line03 {
    top: 11px;
  }
  .hamburger.active .line {
    left: -1px;
  }
  .hamburger.active .line01 {
    top: 6px;
    transform: rotate(45deg);
  }
  .hamburger.active .line03 {
    top: 6px;
    transform: rotate(-45deg);
  }
  /* スクロール後に固定したい場合 */
  .menu {
    display: block;
    position: fixed;
    top: 70px;
    left: 0;
    bottom: auto;
    width: 100vw;
    height: 100dvh;
    z-index: 9998;
    background: rgba(90, 49, 24, 0.9);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  }
  .menu .menu_list {
    position: relative;
    top: 0;
    width: 100%;
    min-height: 100dvh;
    padding: 90px 20px 40px;
    overflow: visible;
    min-height: auto;
    padding: 90px 20px 140px;
  }
}
@media screen and (max-width: 1170px) and (max-width: 767px) {
  .menu .menu_list {
    padding: 10px 20px 120px;
  }
}
@media (max-width: 1170px) {
  .menu .menu_list ul li {
    padding: 0 20px;
    padding: 17px 0;
    border-bottom: 1px solid #ffffff;
  }
  .menu .menu_list ul li:last-child {
    border-bottom: none;
  }
  .menu .menu_list ul li a {
    color: #fff;
    line-height: 2;
    display: block;
  }
}
@media screen and (max-width: 1170px) and (max-width: 767px) {
  .menu .menu_list ul li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1170px) {
  .menu .menu_list .head_cv_btn__sp {
    display: flex !important;
    justify-content: space-between;
    gap: 10px;
    margin-top: 24px;
  }
  .menu .menu_list .head_cv_btn__sp .event_btn {
    width: calc(50% - 5px);
  }
  .menu .menu_list .head_cv_btn__sp .c-btn-primary__arrow {
    width: 30px;
    height: 30px;
  }
  .menu .menu_list .head_cv_btn__sp .c-btn-primary__arrow::before {
    width: 8px;
    height: 8px;
    border-top: 1px solid #77191f;
    border-right: 1px solid #77191f;
  }
  .menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  #mask {
    display: none;
    transition: all 0.5s;
    z-index: 9997;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }
}
/*----------------------------------------------------
  フッター
----------------------------------------------------*/
#footer {
  padding: 70px 0;
  background: #fff;
  color: #2e2e2e;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 30px 0 40px;
  }
}
#footer .inner {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1180px) {
  #footer .inner {
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  #footer .inner {
    flex-direction: column;
    gap: 50px;
  }
}

.footer_info {
  display: flex;
  gap: 28px;
  width: 48%;
  max-width: 720px;
}
@media screen and (max-width: 1180px) {
  .footer_info {
    width: 40%;
    max-width: none;
  }
}
@media screen and (max-width: 820px) {
  .footer_info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer_info {
    gap: 0;
    flex-direction: column;
  }
}

.footer_logo_area {
  flex: 0 0 95px;
}
@media screen and (max-width: 767px) {
  .footer_logo_area {
    flex: 0 0 82px;
  }
}

.footer_logo_box > img {
  margin-bottom: 23px;
}
.footer_logo_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .footer_logo_box {
    max-width: 229px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer_logo_box.kinoie-logo--sp {
    max-width: 95px;
  }
}

.footer_shop_name {
  margin-bottom: 9px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .footer_shop_name {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.footer_shop_en {
  margin-bottom: 9px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .footer_shop_en {
    font-size: 1.2rem;
  }
}

.footer_note {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer_note {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
}

.footer_tel {
  margin: 0;
  color: #77191f;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .footer_tel {
    font-size: 3rem;
    font-weight: 500;
  }
}

.footer_tel_text {
  margin: 4px 0 17px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer_tel_text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.footer_detail {
  font-weight: 700;
  line-height: 1.5;
}
.footer_detail p {
  margin: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer_detail p {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

.footer_detail_tit {
  margin-bottom: 2px !important;
  font-size: 1.5rem !important;
  font-family: "Outfit", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .footer_detail_tit {
    font-weight: 500;
  }
}

.footer_detail_row {
  display: flex;
  gap: 35px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .footer_detail_row {
    gap: 24px;
    margin-top: 16px;
  }
}

.footer_sns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
.footer_sns li {
  width: auto;
}
.footer_sns li img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer_sns {
    gap: 10px;
    margin-top: 26px;
  }
}

.footer_nav_area {
  position: relative;
  width: 52%;
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media screen and (max-width: 820px) {
  .footer_nav_area {
    width: 100%;
    gap: 25px;
  }
}

.footer_nav_area--flex {
  display: flex;
  justify-content: flex-end;
  gap: 70px;
}
@media screen and (max-width: 1500px) {
  .footer_nav_area--flex {
    gap: 60px;
  }
}
@media screen and (max-width: 1180px) {
  .footer_nav_area--flex {
    width: 100%;
    gap: 38px;
  }
}
@media screen and (max-width: 820px) {
  .footer_nav_area--flex {
    width: 100%;
    justify-content: flex-start;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav_area--flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 44px;
    width: 100%;
  }
}

.footer_nav_col li {
  margin-top: 7px;
}
.footer_nav_col a {
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 1180px) {
  .footer_nav_col a {
    white-space: initial;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav_col a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav_col li {
    margin-top: 7px;
  }
  .footer_nav_col li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .footer_nav_col li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer_nav_col li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .footer_nav_col li:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }
  .footer_nav_col li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
  .footer_nav_col li:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
  .footer_nav_col a {
    font-size: 1.4rem;
  }
  .footer_nav_col:nth-child(3) {
    grid-column: 1/3;
  }
  .footer_nav_col:nth-child(3) ul {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 5px;
  }
  .footer_nav_col:nth-child(3) li {
    margin-top: 0;
  }
}

.footer_nav_tit__link,
.footer_nav_tit {
  margin: 0 0 20px !important;
  color: #77191f !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 767px) {
  .footer_nav_tit__link,
  .footer_nav_tit {
    margin-bottom: 7px !important;
    font-size: 1.8rem !important;
  }
}

.footer_nav_tit__link {
  position: relative;
}
.footer_nav_tit__link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #77191f;
  border-right: solid 2px #77191f;
  position: absolute;
  right: -15px;
  top: 11px;
  transform: rotate(45deg);
}

.footer_copy {
  display: flex;
  justify-content: flex-end;
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1180px) {
  .footer_copy {
    position: static;
    align-self: flex-start;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_copy {
    font-size: 1rem;
    white-space: normal;
    margin-top: 0;
  }
}

/*----------------------------------------------------
	フローティング（スマホのみ）（共通）
----------------------------------------------------*/
.sp_fixed_cv {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_fixed_cv {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9990;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.35s ease;
  }
  .sp_fixed_cv.is-show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .sp_fixed_cv__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 70px;
    background: #77191f;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    text-decoration: none;
  }
  .sp_fixed_cv__item:hover {
    opacity: 1;
  }
  .sp_fixed_cv__item:last-child {
    border-right: none;
  }
  .sp_fixed_cv__item i {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
  }
  .sp_fixed_cv__item span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
  }
  body {
    padding-bottom: 70px;
  }
}
/*----------------------------------------------------
	ボタン（共通）
----------------------------------------------------*/
.c-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 360px;
  width: 100%;
  min-height: 60px;
  padding: 0 16px 0 30px;
  border-radius: 999px;
  background: #77191f;
  border: 2px solid #77191f;
  color: #fff;
  text-decoration: none;
  transition: 0.35s;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  position: relative;
}
.c-btn-primary:hover {
  opacity: 1;
  background: #fff;
  color: #77191f;
}
.c-btn-primary:hover .c-btn-primary__arrow {
  background: #77191f;
  transform: translateX(3px);
}
.c-btn-primary:hover .c-btn-primary__arrow::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn-primary {
    min-height: 52px;
    padding: 0 14px 0 24px;
    gap: 14px;
    max-width: 350px !important;
  }
}

.c-btn-primary__text {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-right: 20px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .c-btn-primary__text {
    font-size: 1.4rem;
  }
}

.c-btn-primary__arrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
  position: absolute;
  right: 8px;
}
.c-btn-primary__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 46%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #77191f;
  border-right: 2px solid #77191f;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn-primary__arrow {
    width: 32px;
    height: 32px;
  }
  .c-btn-primary__arrow::before {
    width: 7px;
    height: 7px;
  }
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 110px;
  right: 150px;
}
#pagetop a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 50px;
  height: 50px;
  background: #5a3118;
  border-radius: 50%;
}
#pagetop a:after {
  transform: rotate(-45deg);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  margin-top: -5px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 1180px) {
  #pagetop {
    display: none !important;
  }
}

/*----------------------------------------------------
	文字がぬるりと現れる アニメーション
----------------------------------------------------*/
.js-nururi {
  opacity: 0;
  transform: translateY(30px);
}
@supports (clip-path: inset(100% 0 0 0)) {
  .js-nururi {
    clip-path: inset(100% 0 0 0);
  }
}

.js-nururi.is-ready {
  transition: opacity 1.1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
@supports (clip-path: inset(100% 0 0 0)) {
  .js-nururi.is-ready {
    transition: opacity 1.1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1), clip-path 1s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.js-nururi.is-show {
  opacity: 1;
  transform: translateY(0);
}
@supports (clip-path: inset(0)) {
  .js-nururi.is-show {
    clip-path: inset(0);
  }
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (min-width: 1180px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
}
/*1101px以上*/
@media only screen and (min-width: 1181px) {
  .pc_over_hide {
    display: none !important;
  }
}
/*821px以上*/
@media only screen and (min-width: 821px) {
  .tab_over_hide {
    display: none !important;
  }
}
/*768px以上*/
@media only screen and (min-width: 768px) {
  .sp_over_hide {
    display: none !important;
  }
}
#header .head_belt.fixed .inner .head_r .megaMenu {
  top: 70px !important;
}

#header .head_belt.fixed .inner .head_r .megaTrigger::after {
  bottom: 0 !important;
}/*# sourceMappingURL=common.css.map */