@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: url("../img/shared/body-bg.jpg") repeat center top;
   color: #fff;
   font-family: "Noto Serif JP", serif;
   font-weight: 500;
   font-style: normal;
   font-size: 13px;
   letter-spacing: 0.1em;
   line-height: 31px;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
}

@media only screen and (min-width: 768px) {
   body {
      font-size: 16px;
      line-height: 38px;
   }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
   font-family: "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
   font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
   font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-noto-sans {
   font-family: "Noto Sans JP", sans-serif;
}

.fnt-noto-serif {
   font-family: "Noto Serif JP", serif;
}

.fnt-cormorant-garamond {
   font-family: "Cormorant Garamond", serif;
}

.fnt-klee-one {
   font-family: "Klee One", cursive;
   font-weight: 400;
   font-style: normal;
}

/*=============================================
   main
*=============================================*/
main {
   clear: both;
   width: 100%;
   position: relative;
   box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
   .wrap {
      width: 100%;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 5.3vw;
      position: relative;
   }

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

@media only screen and (min-width: 768px) {
   main {
      padding-top: 120px;
   }

   .wrap {
      width: 1000px;
      box-sizing: border-box;
      position: relative;
      margin: 0 auto;
      padding: 0;
   }

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

@media only screen and (min-width: 1241px) {
   .wr_1100 {
      width: 1100px;
   }

   .wr_1200 {
      width: 1200px;
   }
}

.non-over a:hover {
   opacity: 1;
}

.non-over a:hover img {
   opacity: 1;
}

#socialbuttons {
   display: flex;
   justify-content: center;
   gap: 10px;
   margin: 0;
}

#socialbuttons>* {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 25px;
   margin: 0;
}

.social-twitter {
   width: 77px;
}

.social-facebook {
   width: 102px;
   align-items: flex-start;
   position: relative;
   top: -1px;
}

.social-line {
   width: 64px;
}

.tel {
   text-align: center;
   font-weight: 500;
   letter-spacing: 0.1em;
   border-top: 1px solid;
   border-bottom: 1px solid;
}

.audio-box {
   display: none;
}

@media only screen and (max-width: 767px) {
   .tel {
      font-size: 3.2vw;
      line-height: 1.5;
   }

   .tel span {
      font-size: 6vw;
   }
}

@media only screen and (min-width: 768px) {
   .tel {
      font-size: 15px;
   }

   .tel span {
      font-size: 27px;
   }
}

/*=============================================
   header
*=============================================*/
header {
   width: 100%;
   box-sizing: border-box;
   position: relative;
   z-index: 100;
}

header h1 {
   font-weight: 400;
   letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
   header h1 {
      width: 60vw;
      font-size: 10px;
      line-height: 15px;
      color: #59361a;
      position: absolute;
      top: 0;
      left: 0;
      padding: 2.6vw;
      box-sizing: border-box;
   }

   .bnr_sp {
      display: flex;
      justify-content: flex-end;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1;
   }

   .bnr_sp li {
      width: 20vw;
   }

   .hamburger {
      display: grid;
   }

   .hamburger img {
      grid-area: 1/1;
      transition: all 0.3s;
   }

   .hamburger img:last-child {
      opacity: 0;
   }

   .hamburger.is-active img:last-child {
      opacity: 1;
   }

   #menu-toggle {
      display: none;
      background: url("../img/shared/bg-pattern-05.jpg") repeat center top;
      width: 100%;
      height: 100vh;
      color: #2f1c07;
      padding: 32vw 5.3vw;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      overflow-y: auto;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s linear;
   }

   #menu-toggle .nav {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      align-items: flex-end;
      gap: 10.6vw;
      font-size: 4.4vw;
      line-height: 2;
      letter-spacing: 0.2em;
   }

   #menu-toggle .nav a {
      display: flex;
      justify-content: center;
      align-items: baseline;
      gap: 2vw;
      text-align: center;
      border-bottom: 1px solid #b09979;
      position: relative;
   }

   #menu-toggle .nav a img {
      max-width: 8.8vw;
   }

   #menu-toggle .nav a.current {
      border-bottom-color: #000;
   }

   #menu-toggle .nav a.current:after {
      content: '';
      width: 100%;
      height: 3px;
      background-color: #000;
      position: absolute;
      top: 100%;
      left: 0;
   }

   #menu-toggle .shop {
      padding: 10vw 2.6vw 0;
   }

   #menu-toggle .shop-btn {
      position: relative;
   }

   #menu-toggle .shop-btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 8.2vw;
      background-color: #5e4d3c;
      color: #fff;
      font-weight: 600;
      font-size: 3.2vw;
      letter-spacing: 0.04em;
      line-height: 1;
      margin: 0 auto;
      position: relative;
   }

   #menu-toggle .shop-btn a:before {
      content: '>';
      letter-spacing: 0;
      position: absolute;
      top: 50%;
      left: 3vw;
      transform: translateY(-50%);
   }

   #menu-toggle .shop .tel {
      color: #5e4d3c;
      position: relative;
   }

   #menu-toggle .shop .sushi {
      background: url("../img/shared/bg-pattern-03.jpg") repeat center top;
      text-align: center;
      margin: 0 -2.6vw;
      padding: 8vw;
      position: relative;
   }

   #menu-toggle .shop .sushi:before {
      content: '';
      background: url("../img/shared/bg-pattern-05.jpg") repeat center top;
      position: absolute;
      top: 4px;
      right: 4px;
      bottom: 4px;
      left: 4px;
   }

   #menu-toggle .shop .sushi dt {
      width: 53.3vw;
      margin: 0 auto;
   }

   #menu-toggle .shop .sushi .tel {
      width: 53.3vw;
      margin: 6.6vw auto 0;
   }

   #menu-toggle .shop .sushi .shop-btn {
      padding-top: 4vw;
   }

   #menu-toggle .shop .sushi .shop-btn a {
      background: url("../img/shared/sushi-btn-bg.jpg") repeat center top;
      width: 53.3vw;
      height: 12vw;
   }

   #menu-toggle .shop .label {
      display: flex;
      align-items: center;
      gap: 4vw;
      font-weight: 400;
      font-size: 4vw;
      line-height: 1;
      padding-top: 8vw;
   }

   #menu-toggle .shop .label:after {
      content: '';
      border-top: 1px solid #b09979;
      flex: 1 0 0;
   }

   #menu-toggle .shop .ushi,
   #menu-toggle .shop .burger {
      display: grid;
      grid-template-columns: 31.2vw 1fr;
      align-items: center;
      gap: 8vw;
      padding-top: 6vw;
   }

   #menu-toggle .shop .ushi .tel,
   #menu-toggle .shop .burger .tel {
      margin-bottom: 3.2vw;
      font-size: 3vw;
   }

   #menu-toggle .shop .ushi .tel span,
   #menu-toggle .shop .burger .tel span {
      font-size: 4.8vw;
   }

   #menu-toggle .shop .ushi {
      border-bottom: 1px solid #e6d4ba;
      padding-bottom: 6vw;
   }

   .navOpen .bnr_sp .en {
      opacity: 0;
      pointer-events: none;
   }

   .navOpen #menu-toggle {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
   }

   .nav-fixed {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   header h1 {
      width: 20px;
      height: 745px;
      color: #474747;
      font-size: 14px;
      line-height: 20px;
      position: absolute;
      top: 45px;
      right: 25px;
   }

   .nav-fixed {
      background: url("../img/shared/body-bg.jpg") repeat center top;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      padding: 25px 0 5px 180px;
      box-sizing: border-box;
   }

   .nav-fixed .bnr {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
   }

   .nav-fixed .music-pc {
      position: relative;
      text-align: center;
   }

   .nav-fixed .music-pc-btn {
      cursor: pointer;
   }

   .nav-fixed .music-pc-action {
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s;
   }

   .nav-fixed .music-pc-action p {
      background: #fff;
      color: #000;
      cursor: pointer;
   }

   .nav-fixed .music-pc-action p:hover,
   .nav-fixed .music-pc-action p.active {
      background-color: #a0a0a0;
   }

   .nav-fixed .music-pc:hover .music-pc-action {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
   }

   .nav-fixed .nav {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      gap: 37px;
      font-size: 18px;
      line-height: 1;
      letter-spacing: 0.2em;
   }

   .nav-fixed .nav li:not(.sushi),
   .nav-fixed .nav li:not(.sushi) {
      padding-bottom: 6px;
   }

   .nav-fixed .nav li:not(.sushi)>a,
   .nav-fixed .nav li:not(.sushi)>p {
      display: block;
      border-bottom: 1px solid #5b5b5b;
      padding: 0 10px 10px;
      cursor: pointer;
      position: relative;
   }

   .nav-fixed .nav .home a {
      width: 35px;
   }

   .nav-fixed .nav li:not(.sub-menu) a:before {
      content: '';
      width: 100%;
      height: 0;
      border-top: 2px solid #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0;
      transition: all 0.3s;
   }

   .nav-fixed .nav li:not(.sub-menu) a:hover,
   .nav-fixed .nav li:not(.sub-menu) a.current {
      border-bottom-color: transparent;
   }

   .nav-fixed .nav li:not(.sub-menu) a:hover:before,
   .nav-fixed .nav li:not(.sub-menu) a.current:before {
      opacity: 1;
   }

   .nav-fixed .nav .sub-menu {
      position: relative;
   }

   .nav-fixed .nav .sub-menu>p {
      position: relative;
      z-index: 1;
   }

   .nav-fixed .nav .sub-menu>p:before {
      content: '';
      width: 100%;
      height: 12px;
      background-color: #5e4d3c;
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0;
      transition: all 0.3s;
   }

   .nav-fixed .nav .sub-menu>p:after {
      content: '';
      width: 32px;
      height: 16px;
      background: url("../img/shared/nav-arrow.png") no-repeat center top/cover;
      position: absolute;
      top: calc(100% + 12px);
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: all 0.3s;
   }

   .nav-fixed .nav .sub-menu dl {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 60px;
      background: url("../img/shared/bg-pattern-01.jpg") repeat center top;
      width: 100%;
      position: fixed;
      top: 120px;
      left: 0;
      box-sizing: border-box;
      padding: 80px 20px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s;
   }

   .nav-fixed .nav .sub-menu dl dt {
      width: 195px;
   }

   .nav-fixed .nav .sub-menu dl dd {
      width: 265px;
   }

   .nav-fixed .nav .sub-menu .tel {
      color: #5e4d3c;
      line-height: 38px;
      padding-top: 2px;
   }

   .nav-fixed .nav .sub-menu .shop-btn {
      padding-top: 17px;
   }

   .nav-fixed .nav .sub-menu .shop-btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #5e4d3c;
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.04em;
      width: 265px;
      height: 50px;
      position: relative;
      padding-top: 2px;
   }

   .nav-fixed .nav .sub-menu .shop-btn a:before {
      content: '>';
      font-size: 17px;
      letter-spacing: 0;
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 25px;
      transform: translateY(-50%);
   }

   .nav-fixed .nav .sub-menu:hover>p:before,
   .nav-fixed .nav .sub-menu:hover p:after {
      opacity: 1;
   }

   .nav-fixed .nav .sub-menu:hover dl {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
   }

   .nav-fixed .nav .sushi>p {
      cursor: pointer;
   }

   .nav-fixed .nav .sushi>p:before {
      background: url("../img/shared/sushi-btn-bg.jpg") no-repeat center top/cover;
      top: calc(100% - 7px);
   }

   .nav-fixed .nav .sushi>p:after {
      background-image: url("../img/shared/nav-sushi-arrow.png");
      top: calc(100% + 5px);
   }

   .nav-fixed .nav .sushi dl dt {
      width: 280px;
   }

   .nav-fixed .nav .sushi .shop-btn a {
      background: url("../img/shared/sushi-btn-bg.jpg") no-repeat center top/cover;
   }

   .nav-fixed .label {
      display: flex;
      align-items: center;
      gap: 10px;
      width: 315px;
      font-size: 14px;
      letter-spacing: 0.38em;
      position: absolute;
      top: 33px;
      left: calc(50% + 210px);
   }

   .nav-fixed .label:after {
      content: '';
      border-top: 1px solid #5b5b5b;
      flex: 1 0 0;
   }

   #menu-toggle,
   .bnr_sp {
      display: none !important;
   }
}

@media only screen and (min-width: 1201px) {
   .nav-fixed {
      padding-left: 86px;
   }

   .nav-fixed .label {
      left: calc(50% + 162px);
   }
}

/*=============================================
   section
*=============================================*/
section {
   position: relative;
}

#key {
   position: relative;
}

#key .slick-slider,
#key .slick-list,
#key .slick-track,
#key .slick-slide {
   width: 100%;
   height: 100%;
}

@media only screen and (max-width: 767px) {
   #key {
      height: 100vw;
   }
}

@media only screen and (min-width: 768px) {
   #key {
      height: 747px;
      margin: 50px 50px 0;
   }
}

/*=============================================
   footer
*=============================================*/
footer .top {
   background: url("../img/shared/footer-line-1.png") repeat-x center top, url("../img/shared/footer-bg-mark.png") repeat-x center top, url("../img/shared/footer-bg-1.jpg") repeat center top;
}

footer .bottom {
   background: url("../img/shared/footer-line-2.png") repeat-x center top, url("../img/shared/footer-bg-2.jpg") repeat center top;
}

@media only screen and (max-width: 767px) {
   footer .top {
      padding: 13.6vw 2.6vw 3.6vw;
   }

   footer .top .wrap {
      padding: 0;
   }

   footer .top .tel {
      width: 58.7vw;
      border-color: #62483c;
      margin: 6vw auto 0;
      padding: 2vw 0;
   }

   footer .top .txt-info,
   footer .top .shop-btn {
      padding-top: 6vw;
   }

   footer .top .txt-info {
      line-height: 23px;
   }

   footer .top .txt-info a {
      display: inline-block;
      border-bottom: 1px solid #fff;
   }

   footer .top .shop-btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 58.4vw;
      height: 11.3vw;
      background-color: #5e4d3c;
      color: #fff;
      font-weight: 600;
      letter-spacing: 0.04em;
      margin: 0 auto;
      position: relative;
   }

   footer .top .shop-btn a:before {
      content: '>';
      letter-spacing: 0;
      position: absolute;
      top: 50%;
      left: 4vw;
      transform: translateY(-50%);
   }

   footer .top .box-1 {
      background: url("../img/shared/footer-line-3.png") repeat-x center bottom;
      padding-bottom: 10vw;
   }

   footer .top .box-1 .logo {
      width: 60vw;
      margin: 0 auto;
   }

   footer .top .box-1 figure {
      width: 58.7vw;
      margin: 0 auto;
      padding-top: 6vw;
   }

   footer .top .box-1 .shop-btn a {
      background: url("../img/shared/sushi-btn-bg.jpg") no-repeat center top/cover;
   }

   footer .top .box-2 .logo {
      width: 50vw;
      margin: 0 auto;
   }

   footer .top .box-2 .col {
      padding: 10vw 0;
   }

   footer .top .box-2 .col:not(:last-child) {
      background: url("../img/shared/footer-line-3.png") repeat-x center bottom;
   }

   footer .top .box-2 .note {
      font-size: 12px;
      line-height: 18px;
      padding-top: 5px;
   }

   footer .bottom {
      padding: 3.2vw 0 21.3vw;
   }

   footer .bottom .wrap {
      padding: 0 2.6vw;
   }

   footer nav {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      background-size: 50vw 16vw;
      background-image: linear-gradient(to left, rgba(166, 166, 166, 0.5) 1px, transparent 1px), linear-gradient(to top, rgba(166, 166, 166, 0.5) 1px, transparent 1px);
   }

   footer nav span {
      display: none;
   }

   footer nav a {
      text-align: center;
      font-weight: 400;
      font-size: 4vw;
      letter-spacing: 0.2em;
      line-height: 16vw;
   }

   footer .d-flex {
      flex-direction: column;
      align-items: center;
      padding-top: 12vw;
   }

   footer .btn-copy,
   footer .btn-cookies {
      font-size: 11px;
      line-height: 21px;
      letter-spacing: 0.05em;
   }

   footer .btn-copy a,
   footer .btn-cookies a {
      display: inline-block;
      border-bottom: 1px solid;
   }

   footer .btn-copy a span,
   footer .btn-cookies a span {
      display: block;
      padding-right: 24px;
   }

   footer .btn-copy a:hover,
   footer .btn-cookies a:hover {
      border-bottom-color: transparent;
   }

   footer .btn-copy {
      padding-bottom: 4vw;
   }

   footer .btn-copy a span {
      background: url("../img/shared/icon-url.png") no-repeat center right 4px/10px auto;
   }

   footer .btn-cookies {
      position: relative;
      bottom: 2px;
   }

   footer .btn-cookies a span {
      background: url("../img/shared/icon-cookie.png") no-repeat center right 4px/10px auto;
   }

   footer #socialbuttons {
      padding-top: 12vw;
   }

   footer address {
      font-size: 12px;
      line-height: 20px;
      padding-top: 12vw;
   }

   .pagetop {
      width: 10.4vw;
      right: 2.6vw;
      bottom: 2.6vw;
   }
}

@media only screen and (min-width: 768px) {
   footer .top {
      line-height: 28px;
      padding: 80px 0 32px;
   }

   footer .top .tel {
      max-width: 266px;
      border-color: #62483c;
      margin: 0 auto;
      padding: 6px 0 2px;
   }

   footer .top .shop-btn a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.04em;
      width: 265px;
      height: 50px;
      position: relative;
      padding-top: 2px;
   }

   footer .top .shop-btn a:before {
      content: '>';
      font-size: 17px;
      letter-spacing: 0;
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 25px;
      transform: translateY(-50%);
   }

   footer .top .txt-info a {
      border-bottom: 1px solid #fff;
   }

   footer .top .txt-info a:hover {
      border-bottom-color: transparent;
   }

   footer .top .box-1 {
      max-width: 820px;
      margin: 0 auto;
      padding-bottom: 80px;
      position: relative;
   }

   footer .top .box-1 .logo {
      width: 280px;
      padding: 0 0 25px 50px;
   }

   footer .top .box-1 .col {
      width: 410px;
   }

   footer .top .box-1 .txt-info {
      padding-top: 24px;
   }

   footer .top .box-1 .shop-btn {
      padding-top: 23px;
   }

   footer .top .box-1 .shop-btn a {
      background: url("../img/shared/sushi-btn-bg.jpg") no-repeat center top/cover;
   }

   footer .top .box-1 figure {
      width: 369px;
      position: absolute;
      top: 0;
      right: 0;
   }

   footer .top .box-2 {
      display: flex;
      justify-content: center;
      background: url("../img/shared/footer-line-3.png") repeat-x center top;
      position: relative;
   }

   footer .top .box-2 .col {
      width: 50%;
      max-width: 500px;
      padding: 68px 0 70px;
   }

   footer .top .box-2 .col+.col {
      background: url("../img/shared/footer-line-4.png") repeat-y top left;
   }

   footer .top .box-2 .logo {
      width: 230px;
      margin: 0 auto;
      padding-bottom: 25px;
   }

   footer .top .box-2 .txt-info {
      padding-top: 24px;
   }

   footer .top .box-2 .note {
      font-size: 14px;
      line-height: 21px;
   }

   footer .top .box-2 .shop-btn {
      padding-top: 25px;
   }

   footer .top .box-2 .shop-btn a {
      background: #5e4d3c;
   }

   footer .bottom {
      padding-bottom: 85px;
   }

   footer nav {
      font-size: 18px;
      letter-spacing: 0.2em;
      border-bottom: 1px solid rgba(166, 166, 166, 0.5);
      text-align: center;
      padding: 37px 0 13px;
   }

   footer nav a:hover,
   footer nav a.current {
      text-decoration: underline;
   }

   footer nav span {
      padding: 0 20px;
   }

   footer .d-flex {
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      padding: 25px 0 0;
   }

   footer .btn-copy,
   footer .btn-cookies {
      font-size: 13px;
      line-height: 21px;
      letter-spacing: 0.2em;
      color: #e0e0e0;
      text-align: right;
      width: 50%;
   }

   footer .btn-copy a,
   footer .btn-cookies a {
      display: inline-block;
      border-bottom: 1px solid;
      padding-bottom: 6px;
   }

   footer .btn-copy a span,
   footer .btn-cookies a span {
      display: block;
      padding-right: 35px;
   }

   footer .btn-copy a:hover,
   footer .btn-cookies a:hover {
      border-bottom-color: transparent;
   }

   footer .btn-copy {
      order: 2;
   }

   footer .btn-copy a span {
      background: url("../img/shared/icon-url.png") no-repeat center right 6px/13px auto;
   }

   footer .btn-cookies {
      order: 4;
      position: relative;
      bottom: 2px;
   }

   footer .btn-cookies a span {
      background: url("../img/shared/icon-cookie.png") no-repeat center right 6px/13px auto;
   }

   footer address {
      width: 50%;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.05em;
      color: #c5c3bb;
      order: 3;
   }

   footer #socialbuttons {
      justify-content: flex-start;
      width: 50%;
      margin: 0;
      padding: 7px 0 12px;
      order: 1;
   }

   .pagetop {
      width: 59px;
      bottom: 30px;
      right: 30px;
   }
}

/*=============================================
   css for ie 11 
*=============================================*/
#fixed-sp {
   background: #3c3a39;
   width: 100%;
   box-sizing: border-box;
   position: fixed;
   bottom: 0;
   left: 0;
   z-index: 100;
   opacity: 1;
   visibility: visible;
}

#fixed-sp.visible {
   opacity: 1;
   visibility: visible;
}

/* iPhone X */
@media only screen and (max-width: 767px) and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

/* iPhone XR */
@media only screen and (max-width: 767px) and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

/* iPhone 11 */
@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

@media only screen and (max-width: 767px) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

/* --- --- */
/*=============================================
   Custom
*=============================================*/
.pc {
   display: none;
}

.sp {
   display: block;
}

@media only screen and (min-width: 768px) {
   .pc {
      display: block;
   }

   .sp {
      display: none;
   }
}

/* -- -- */
.img-shadow {
   box-shadow: 0px 0px 22px 7.83px rgba(0, 0, 0, 0.18);
}

.text-shadow {
   text-shadow: 8px 11px 52px rgba(0, 0, 0, 0.3);
}

.cl-red {
   color: #cf2d2d;
}

.cl-brown {
   color: #392817;
}

.cl-yellow {
   color: #b29257;
}

.cl-white {
   color: #f3ece9;
}

.cl-black {
   color: #000;
}

.cl-orange {
   color: #ca3921;
}

.txt-c {
   text-align: center;
}

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

.uppercase {
   text-transform: uppercase;
}

a {
   transition: all 0.3s;
}

a img {
   transition: all 0.3s;
}

a:hover {
   text-decoration: none;
}

@media only screen and (min-width: 768px) {
   a:hover {
      opacity: 0.7;
   }
}

.img-obj {
   object-fit: cover;
   width: 100%;
   max-width: inherit;
   height: 100%;
}

.ovh {
   overflow: hidden;
}

/* -- slick -- */
.slick-arrow {
   display: block;
   background: transparent;
   border: 0;
   font-size: 0;
   cursor: pointer;
   position: absolute;
   z-index: 1;
}

.slick-arrow:before {
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-color: transparent;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.slick-prev {
   background: url("../img/index/slider-prev.png") no-repeat center/cover;
}

.slick-next {
   background: url("../img/index/slider-next.png") no-repeat center/cover;
}

.slick-dots {
   display: flex;
}

.slick-dots li {
   display: block;
   font-size: 0;
   cursor: pointer;
   position: relative;
}

.slick-dots button {
   font-size: 0;
   background: transparent;
   display: block;
   width: 100%;
   height: 100%;
   border: 0;
   background-color: #5c4b3e;
   -webkit-appearance: none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   cursor: pointer;
   border-radius: 0;
   transition: all 0.3s;
   opacity: 0.5;
}

.slick-dots .slick-active button {
   opacity: 1;
}

@media only screen and (max-width: 767px) {
   .slick-arrow {
      width: 9.2vw;
      height: 9.2vw;
   }

   .slick-prev {
      left: 0;
   }

   .slick-next {
      right: 0;
   }

   .slick-dots {
      justify-content: center;
      gap: 2vw;
   }

   .slick-dots li {
      width: 17vw;
      height: 2px;
   }
}

@media only screen and (min-width: 768px) {
   .slick-arrow {
      width: 40px;
      height: 40px;
   }

   .slick-arrow:hover {
      opacity: 0.7;
   }

   .slick-dots {
      gap: 6px;
   }

   .slick-dots li {
      width: 50px;
      height: 2px;
   }

   .slick-dots li button:hover {
      opacity: 0.5;
   }
}

/* -- -- */
.button {
   position: relative;
}

.button a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   font-weight: 600;
   letter-spacing: 0.1em;
   color: #392817;
   text-align: center;
   position: relative;
   z-index: 1;
   box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
   .button a {
      background: url("../img/shared/btn-bg.png") no-repeat center top/100% 100%;
      width: 100%;
      max-width: 83.6vw;
      height: 14.5vw;
      font-size: 4.4vw;
      line-height: 1.5;
   }
}

@media only screen and (min-width: 768px) {
   .button a {
      background: url("../img/shared/btn-bg.png") no-repeat center top/cover;
      width: 380px;
      height: 66px;
      font-size: 20px;
      line-height: 38px;
   }

   .button a:hover {
      background: url("../img/shared/btn-bg_on.png"), url("../img/shared/btn-bg.png") no-repeat center top/cover;
      opacity: 1;
   }
}

/* -- -- */
.d-flex {
   display: flex;
}

/* --- --- */
.h-36.fnt-klee-one,
.h-46.fnt-klee-one,
.h-56.fnt-klee-one {
   font-weight: 600;
}

.fnt-klee-one .h-36,
.fnt-klee-one .h-46,
.fnt-klee-one .h-56 {
   font-weight: 600;
}

@media only screen and (max-width: 767px) {
   .h-36 {
      font-weight: 500;
      font-size: 6.4vw;
      line-height: 2;
   }

   .h-46 {
      font-weight: 500;
      font-size: 8vw;
      line-height: 2;
   }

   .h-56 {
      font-weight: 500;
      font-size: 9.7vw;
      line-height: 2;
   }
}

@media only screen and (min-width: 768px) {
   .h-36 {
      font-weight: 500;
      font-size: 36px;
      line-height: 65px;
   }

   .h-46 {
      font-weight: 500;
      font-size: 46px;
      line-height: 65px;
   }

   .h-56 {
      font-weight: 500;
      font-size: 56px;
      line-height: 78px;
   }
}

/* -- -- */
.txt {
   text-align: justify;
}

@media only screen and (max-width: 767px) {
   .txt br {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   .txt-c .txt {
      text-align: center;
   }
}

/* -- -- */
.list-menu {
   text-align: left;
}

.list-menu dl {
   display: flex;
   border-bottom: 1px solid #d7d0c4;
   padding: 0 0 10px;
}

.list-menu dl+dl {
   padding-top: 10px;
}

.list-menu dl dt {
   flex: 1 0 0;
}

.list-menu dl dd {
   align-self: flex-end;
   text-align: right;
}

.list-menu .ttl {
   background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
   color: #2f1c07;
   font-weight: 500;
   letter-spacing: 0.1em;
   text-align: center;
}

@media only screen and (max-width: 767px) {
   .list-menu {
      display: flex;
      flex-direction: column;
      gap: 12vw;
      padding-top: 12vw;
   }

   .list-menu .item+.item {
      padding-top: 12vw;
   }

   .list-menu .ttl {
      font-size: 5.6vw;
      line-height: 1.5;
      text-align: center;
      margin-bottom: 20px;
      padding-bottom: 1vw;
   }

   .list-menu .item-note {
      font-size: 12px;
      padding-top: 10px;
   }
}

@media only screen and (min-width: 768px) {
   .list-menu {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      justify-content: center;
      gap: 60px;
      padding-top: 60px;
   }

   .list-menu .item+.item {
      padding-top: 35px;
   }

   .list-menu .ttl {
      line-height: 32px;
      padding: 10px;
      margin-bottom: 25px;
   }

   .list-menu .item-note {
      font-size: 14px;
      padding-top: 10px;
   }
}

/* -- -- */
[data-remodal-target] {
   cursor: pointer;
}

.remodal-overlay {
   background: rgba(0, 0, 0, 0.6);
}

.popup-body {
   background: url("../img/shared/bg-pattern-05.jpg") repeat center top;
   color: #2f1c07;
}

button.remodal-close.bottom {
   position: relative;
}

@media only screen and (max-width: 767px) {
   .remodal-wrapper {
      padding: 0;
   }

   .popup-body {
      padding: 22vw 0 15vw;
   }

   .popup-body .note {
      padding-top: 3vw;
   }

   .remodal-close-top {
      position: absolute;
      top: 2vw;
      right: 2vw;
      bottom: 2vw;
   }

   button.remodal-close {
      background: url("../img/shared/modal-icon-close.png") no-repeat center/100% auto;
      width: 12.8vw;
      height: 6vw;
   }

   button.remodal-close.top {
      position: sticky;
      top: 0;
      right: 0;
   }

   button.remodal-close.bottom {
      background: url("../img/shared/modal-icon-close.png") no-repeat center top/12.8vw auto;
      width: auto;
      height: auto;
      margin: 10vw auto 0;
      padding-top: 8vw;
      font-weight: 400;
      font-size: 4vw;
      line-height: 1;
      letter-spacing: 0;
      color: #2f1c07;
   }
}

@media only screen and (min-width: 768px) {
   .remodal {
      max-width: 1200px;
   }

   .remodal-close-top {
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 30px;
   }

   button.remodal-close {
      background: url("../img/shared/modal-icon-close.png") no-repeat center/100% auto;
      width: 58px;
      height: 24px;
      transition: all 0.3s;
   }

   button.remodal-close.top {
      position: sticky;
      top: 30px;
      right: 0;
   }

   button.remodal-close.bottom {
      display: block;
      background: url("../img/shared/modal-icon-close.png") no-repeat center top/58px auto;
      width: auto;
      height: auto;
      color: #17181c;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 32px;
      margin: 60px auto 0;
      padding-top: 24px;
   }

   button.remodal-close:hover {
      opacity: 0.5;
   }

   .popup-body {
      padding: 130px 0 60px;
   }

   .popup-body .note {
      padding-top: 20px;
   }
}

/*=============================================
 * fadeUpBlur
 *=============================================*/
@keyframes fadeInDownNew {
   0% {
      opacity: 0;
      transform: translate3d(0, -5%, 0);
   }

   to {
      opacity: 1;
      transform: none;
   }
}

.fadeInDownNew {
   animation-name: fadeInDownNew;
}

@keyframes fadeInUpNew {
   0% {
      opacity: 0;
      transform: translate3d(0, 5%, 0);
   }

   to {
      opacity: 1;
      transform: none;
   }
}

.fadeInUpNew {
   animation-name: fadeInUpNew;
}



.text_m {
   text-align: left;
}