@charset "UTF-8";

/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.63em;
  letter-spacing: 0.1em;
  background: url(../img/shared/main_bg.jpg) repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  --shippo: "Shippori Mincho B1";
  --crimson: "Crimson Text";
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.1em;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 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-shippo {
  font-family: "Shippori Mincho B1";
}

.fnt-crimson {
  font-family: "Crimson Text";
}

/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

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

html {
  min-width: auto;
}

/*=============================================
 ******************* contact **********************
 *=============================================*/
.btn-web a {
  margin: 0 auto;
  background: #5c6c56;
  width: 280px;
  height: 57px;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-family: var(--shippo);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  position: relative;
}

.btn-web a .fnt-crimson {
  font-size: 127.2727272727%;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.btn-web a .ic {
  position: relative;
  padding-left: 25px;
}

.btn-web a .ic::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_web.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 36/40;
  width: 18px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .btn-web.legth a .ic::before {
    left: calc(50% - 111px);
  }

  .btn-web.legth2 a .ic::before {
    left: calc(50% - 100px);
  }

  .btn-web a {
    font-size: 16px;
    width: 345px;
    height: 54px;
    transition: all 0.3s;
  }

  .btn-web a .fnt-crimson {
    font-size: 124.4375%;
  }

  .btn-web a .ic {
    padding-left: 24px;
  }

  .btn-web a .ic::before {
    width: 18px;
    left: calc(50% - 65px);
  }

  .btn-web a:hover {
    letter-spacing: 0.25em;
  }
}

.tel-all {
  text-align: center;
}

.tel-all dt {
  font-size: 14px;
  font-family: var(--shippo);
  font-weight: 500;
  color: #473f32;
  line-height: 1.65em;
}

.tel-all dt .label {
  text-transform: uppercase;
  font-size: 121.4035087719%;
  font-family: var(--crimson);
  font-weight: 400;
}

.tel-all dt .num {
  font-size: 178.5263157895%;
  font-family: var(--crimson);
  font-weight: 400;
  line-height: 1em;
}

.tel-all dd {
  color: #000;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.65em;
}

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

  .tel-all dt .label {
    font-size: 116.6666666667%;
  }

  .tel-all dt .num {
    font-size: 183.3333333333%;
  }

  .tel-all dd {
    font-size: 15px;
  }
}

/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  font-size: 3vw;
  letter-spacing: 0.1em;
  line-height: 1.65em;
  color: #cecac4;
  text-align: center;
  position: absolute;
  top: 2vw;
  left: 3%;
  right: 3%;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-header {
  width: 100%;
  height: 100vh;
  background: url(../img/shared/main_bg.jpg);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.nav-header .nav {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  width: 270px;
  height: 240px;
  margin: 0 auto 30px;
}

.nav-header .nav li {
  margin-bottom: 22px;
}

.nav-header .nav .social a {
  width: 34px;
  height: 34px;
  display: flex;
}

.nav-header a.nav-main {
  font-family: var(--crimson);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #473f32;
  position: relative;
}

.nav-header a.nav-main::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #473f32;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.nav-header a.nav-main.active::before {
  width: 100%;
}

.nav-header .group .btn-web {
  margin-bottom: 20px;
}

.header-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 101;
}

body.menu-open,
body.menu-open *,
body.menu-open *:hover,
body.menu-open *:focus,
body.menu-open *:active {
  touch-action: none !important;
  pointer-events: none !important;
}

body.menu-open .hamberger-btn,
body.menu-open .nav-header,
body.menu-open .nav-header *,
body.menu-open #fixed-sp,
body.menu-open #fixed-sp * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.menu-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.menu-open .nav-header {
  opacity: 1;
  left: 0%;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
  z-index: 99;
}

.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding: 150px 0;
}

@-webkit-keyframes zoom {
  0% {
    scale: 1;
  }

  to {
    scale: 1.1;
  }
}

@keyframes zoom {
  0% {
    scale: 1;
  }

  to {
    scale: 1.1;
  }
}

#key-box {
  --h: 181.3vw;
  width: 100%;
  height: var(--h);
  position: relative;
  overflow: hidden;
}

#key-box .logo {
  width: 25.1vw;
  position: absolute;
  top: 21vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

#key-box h2 {
  position: absolute;
  bottom: 24vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

#key-box .zoom-ani img {
  animation: zoom 5s linear forwards;
}

#key-box .keyvisual .photo {
  height: var(--h);
}

#key-box .keyvisual .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#key-box .img {
  height: 100%;
}

#key-box .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

html #socialbuttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

footer {
  color: #fff;
  background: url(../img/shared/main_bg2.jpg) repeat;
  position: relative;
  padding: 13.3vw 0 calc(10vw + 65px);
}

footer .nav-footer {
  display: none;
}

footer .row1 {
  margin-bottom: 11vw;
}

footer .row1 .left {
  margin-bottom: 48px;
}

footer .row2 .flex {
  flex-direction: column;
  width: 100%;
  margin-bottom: 6.1vw;
}

footer .row2 .flex .group {
  border-top: 1px solid #81786d;
  border-bottom: 1px solid #81786d;
  padding: 10px 0 20px;
  margin-bottom: 20px;
}

footer .logo-ft {
  width: 22.1vw;
  margin: 0 auto 7.5vw;
}

footer .logo-ft a {
  display: inline-block;
}

footer .btn-web {
  margin-bottom: 15px;
}

footer .tel-info dt {
  color: #fff;
}

footer .info dl {
  letter-spacing: normal;
  line-height: 1.65em;
  margin-bottom: 20px;
}

footer .info dl:last-child {
  margin-bottom: 0;
}

footer .info .link-map {
  border-bottom: 1px solid #fff;
  margin-left: 5px;
}

footer .info .link-map .icon {
  position: relative;
}

footer .info .link-map .icon::before {
  content: "";
  display: inline-block;
  background: url(../img/shared/icon_map.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 20/32;
  width: 10px;
  height: auto;
  margin-right: 3px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}

footer .list {
  margin-bottom: 20px;
}

footer .btn-link {
  text-align: center;
}

footer .btn-link a,
footer .btn-link .copy {
  font-size: 12px;
  color: #fff;
  position: relative;
  padding-left: 18px;
  letter-spacing: 0.1em;
  display: inline-block;
}

footer .btn-link a::before,
footer .btn-link .copy::before {
  content: "";
  background-image: url(../img/shared/icon_cookie.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 24/26;
  position: absolute;
  width: 12px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}

footer .btn-copy {
  margin-bottom: 2px;
}

footer .btn-copy .copy::before {
  background-image: url(../img/shared/icon_copy.png);
  aspect-ratio: 1/1;
  width: 14px;
}

footer .btn-cookie {
  margin-bottom: 0;
}

footer address {
  font-size: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
}

footer #pagetop {
  margin: 0 auto;
  width: 18.9vw;
  position: static;
  opacity: 1 !important;
  visibility: visible !important;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 101;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fixed-btn #fixed-sp {
  opacity: 1;
}

#fixed-sp ul {
  display: flex;
  height: 100%;
}

#fixed-sp ul li {
  background: url(../img/shared/main_bg3.jpg) repeat;
  width: 20.6666666667%;
  height: 100%;
  position: relative;
}

#fixed-sp ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg.jpg) repeat;
  inset: 0;
  z-index: 2;
  opacity: 0;
}

#fixed-sp ul li:nth-child(2) {
  background: #f6f2eb;
}

#fixed-sp ul li:nth-child(3) {
  width: 41.3333333333%;
  background: #5c6c56;
}

#fixed-sp ul li:nth-child(3) .fx-web {
  color: #fff;
  font-size: 16px;
  font-family: var(--shippo);
  font-weight: 500;
  padding-top: 0;
}

#fixed-sp ul li:nth-child(3) .fx-web .fnt-crimson {
  font-family: var(--crimson);
  font-size: 131.25%;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  top: 2px;
}

#fixed-sp ul li:nth-child(3) .fx-web::before {
  position: relative;
  display: inline-block;
  background: url(../img/shared/icon_web.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 36/40;
  width: 18px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding-right: 10px;
}

#fixed-sp ul li .fx-map::before {
  background: url(../img/shared/icon_map_b.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 22px;
}

#fixed-sp ul li .fx-tel::before {
  background: url(../img/shared/icon_tel.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 22px;
}

#fixed-sp ul li a,
#fixed-sp ul li .fx-menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  padding-top: 19px;
  font-size: 12px;
  font-family: var(--crimson);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #473f32;
  position: relative;
}

#fixed-sp ul li a::before,
#fixed-sp ul li .fx-menu::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#fixed-sp ul li .fx-menu {
  font-size: 12px;
  font-family: var(--crimson);
  font-weight: 400;
  letter-spacing: 0.04em;
  position: relative;
  padding-top: 12px;
  cursor: pointer;
}

#fixed-sp ul li .fx-menu::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_menu.png) no-repeat;
  background-size: contain;
  background-position: center;
  top: 18px;
  left: 0;
  right: 0;
  aspect-ratio: 68/22;
  width: 34px;
  height: auto;
  margin: 0 auto;
}

#fixed-sp ul li .fx-menu .close {
  display: none;
}

.menu-open #fixed-sp ul li:not(:last-child) {
  touch-action: none !important;
  pointer-events: none !important;
}

.menu-open #fixed-sp ul li:not(:last-child) * {
  touch-action: none !important;
  pointer-events: none !important;
}

.menu-open #fixed-sp ul li:not(:last-child)::before {
  opacity: 1;
}

.menu-open #fixed-sp ul li .fx-menu {
  color: #473f32;
}

.menu-open #fixed-sp ul li .fx-menu::before {
  background-image: url(../img/shared/icon_menu_close.png);
}

.menu-open #fixed-sp ul li .fx-menu .close {
  display: block;
}

.menu-open #fixed-sp ul li .fx-menu .open {
  display: none;
}

#pagetop {
  bottom: 55px;
  width: 50px;
  z-index: 98;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: #473f32;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }

  .start footer::after {
    display: none;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: #473f32;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }

  .start footer::after {
    display: none;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

.pc {
  display: none;
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

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

  h1 {
    width: 43px;
    height: 520px;
    text-align: left;
    font-size: 13px;
    top: 210px;
    left: 98px;
    bottom: 200px;
    right: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }

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

  /*=============================================
  ******************* nav-fixed ****************
  *=============================================*/
  .nav-header {
    top: 48px;
    right: 69px;
    left: auto;
    position: absolute;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: none;
    height: 80px;
    background: transparent;
    --cl: #fff;
  }

  .nav-header .nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: unset;
    align-content: unset;
    height: 80px;
    width: auto;
    margin: 0 0 9px;
  }

  .nav-header .nav li {
    margin: 0 15px;
  }

  .nav-header .nav li:first-child {
    margin-left: 0;
  }

  .nav-header .nav .social {
    width: 30px;
    margin-top: -5px;
    margin-right: 0;
  }

  .nav-header .nav .social a {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
  }

  .nav-header a.nav-main {
    color: var(--cl);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.65em;
  }

  .nav-header a.nav-main::before {
    background: var(--cl);
    transition: all 0.3s ease;
  }

  .nav-header a.nav-main:hover::before {
    width: 100%;
  }

  .nav-header .group {
    box-sizing: border-box;
    width: 226px;
    margin-left: auto;
  }

  .nav-header .group .btn-web {
    margin-bottom: 12px;
  }

  .nav-header .group .btn-web a {
    font-size: 19px;
    width: 224px;
    height: 51px;
  }

  .nav-header .group .btn-web a .pc-hide {
    display: none;
  }

  .nav-header .group .btn-web a .fnt-crimson {
    font-size: 126.3157894737%;
  }

  .nav-header .group .tel-header dt {
    font-size: 14px;
    color: var(--cl);
  }

  .nav-header .group .tel-header dt .label {
    font-size: 121.4285714286%;
  }

  .nav-header .group .tel-header dt .num {
    font-size: 178.5714285714%;
  }

  .js-scroll {
    overflow: hidden;
    padding: 0;
  }

  .fixed-btn .nav-header {
    top: 0;
    right: 0;
    background: url(../img/shared/main_bg3.jpg);
    position: fixed;
    --cl: #473f32;
  }

  .fixed-btn .nav-header .nav .social a {
    filter: unset;
  }

  .fixed-btn .nav-header .group {
    background: #f6f2eb;
    padding: 18px 14px 12px;
  }

  .fixed-btn .nav-header .group .btn-web a {
    width: 198px;
    height: 45px;
  }

  .fixed-btn .nav-header .group .tel-header dt {
    font-size: 12px;
  }

  .fixed-btn .nav-header .group .tel-header dt .label {
    font-size: 121.4285714286%;
  }

  .fixed-btn .nav-header .group .tel-header dt .num {
    font-size: 178.5714285714%;
  }

  .fixed-btn .js-scroll {
    display: flex;
    justify-content: space-between;
    padding-left: 72px;
  }

  /*=============================================
  ******************* keyvisual ****************
  *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
  }

  #key-box {
    --h: 930px;
  }

  #key-box .logo {
    width: 95px;
    top: 63px;
    left: 72px;
    right: unset;
    margin: 0;
    z-index: 500;
  }

  #key-box h2 {
    bottom: 108px;
    left: unset;
    right: 64px;
    margin: 0;
  }

  /*=============================================
  ******************* footer *******************
  *=============================================*/
  footer {
    position: relative;
    padding: 83px 0 63px;
  }

  footer.footer-all .wrap {
    width: 1260px;
    padding: 0 30px;
  }

  footer::after {
    display: none;
  }

  footer .row1 {
    display: flex;
    align-items: flex-end;
    gap: 75px;
    margin-bottom: 39px;
  }

  footer .row1 .left {
    box-sizing: border-box;
    width: 224px;
    margin-bottom: 0;
  }

  footer .row2 .flex {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
  }

  footer .row2 .flex .group {
    display: flex;
    flex-direction: column-reverse;
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
  }

  footer .nav-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 9px;
    margin-bottom: 30px;
  }

  footer .nav-footer li {
    margin: 0 15px;
    list-style: none;
  }

  footer .nav-footer li.active a::before {
    width: 100%;
  }

  footer .nav-footer li:first-child {
    margin-left: 0;
  }

  footer .nav-footer .social {
    width: 30px;
    margin-top: -5px;
    margin-right: 0;
  }

  footer .nav-footer .social a {
    filter: brightness(0) invert(1);
    width: 30px;
    height: 30px;
    display: flex;
  }

  footer .nav-footer .social a::before {
    display: none;
  }

  footer .nav-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--crimson);
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
    line-height: 1.65em;
  }

  footer .nav-footer a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease;
  }

  footer .nav-footer a:hover::before {
    width: 100%;
  }

  footer .logo-ft {
    width: 95px;
    margin: 0 auto 33px;
  }

  footer .btn-web {
    margin-bottom: 12px;
  }

  footer .btn-web a {
    font-size: 19px;
    width: 224px;
    height: 51px;
  }

  footer .btn-web a .pc-hide {
    display: none;
  }

  footer .btn-web a .fnt-crimson {
    font-size: 126.3157894737%;
  }

  footer .tel-info dt {
    color: #fff;
    font-size: 14px;
  }

  footer .tel-info dt .label {
    font-size: 121.4285714286%;
  }

  footer .tel-info dt .num {
    font-size: 178.5714285714%;
  }

  footer .info dl {
    display: flex;
    letter-spacing: 0.1em;
    line-height: 1.65em;
    margin-bottom: 0;
  }

  footer .info dl dt {
    width: 93px;
    flex-shrink: 0;
  }

  footer .info .link-map {
    margin-left: 13px;
  }

  footer .info .link-map:hover {
    border-bottom-color: transparent;
  }

  footer .info .link-map .icon::before {
    width: 12px;
    margin-right: 3px;
    margin-left: 3px;
    top: 1px;
  }

  footer .list {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
  }

  footer .btn-link a,
  footer .btn-link .copy {
    font-size: 14px;
    padding-left: 27px;
  }

  footer .btn-link a::before,
  footer .btn-link .copy::before {
    width: 14px;
  }

  footer .btn-copy {
    margin-bottom: 0;
  }

  footer .btn-copy .copy::before {
    width: 16px;
  }

  footer .btn-cookie a:hover {
    text-decoration: underline;
  }

  footer #socialbuttons {
    justify-content: flex-end;
    margin-right: 0;
    margin-bottom: 21px;
  }

  footer address {
    font-size: 14px;
    text-align: left;
  }

  footer #pagetop {
    width: 80px;
    margin-top: -15px;
  }

  /*=============================================
  ***************** copyright ******************
  *=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 72px;
  }

  #pagetop:hover {
    opacity: 0.9;
  }

  #socialbuttons {
    max-width: 350px;
  }
}

.txt_thanks {
  text-align: center;
  color: #000;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }

  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }

  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }

  a:before {
    text-decoration: underline;
    display: inline-block;
  }

  a:before,
  a:hover:before {
    text-decoration: none;
  }
}

/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
  min-width: auto;
}

html a:hover {
  text-decoration: none;
}

html .wrap {
  padding: 0 5.33%;
  width: auto;
  max-width: 100%;
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

html #socialbuttons .social-line {
  overflow: hidden;
}

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

  .sp {
    display: none !important;
  }

  html #socialbuttons .social-line {
    width: auto;
    overflow: hidden;
  }

  html .wrap {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
  body {
    position: static !important;
    top: 0 !important;
    box-sizing: border-box;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txt,
.txt1,
.txt2,
.txt3 {
  text-align: justify;
}

.ls-arrow {
  display: flex;
  justify-content: center;
  gap: 2vw;
}

.ls-arrow .next-arrow,
.ls-arrow .prev-arrow {
  width: 45px;
  height: 45px;
}

.ls-arrow .prev-arrow {
  background: url(../img/shared/arrow_left.png) no-repeat;
  background-size: contain;
}

.ls-arrow .next-arrow {
  background: url(../img/index/arrow_right.png) no-repeat;
  background-size: contain;
}

.slick-slider .slick-slide {
  line-height: 1em;
}

.slick-slider .slick-slide>div {
  line-height: 1em;
}

.slick-slider .slick-dots {
  display: flex;
  position: relative;
  bottom: unset;
  z-index: 4;
}

.slick-slider .slick-dots ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

.slick-slider .slick-dots li {
  margin: 0 6px;
  width: 14px;
  height: 14px;
}

.slick-slider .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-slider .slick-dots button::before {
  content: none;
}

.slick-slider .slick-dots .slick-active button {
  background-color: #fff;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .slick-slider .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    transition: all 0.3s ease;
  }

  .slick-slider .slick-dots li:not(.slick-active):hover {
    opacity: 0.7;
  }
}

.ttl-all {
  font-size: 6.2vw;
  font-family: var(--shippo);
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 2.05em;
  color: #473f32;
}

.ttl-all .small {
  font-size: 72.7272727273%;
}

.ttl-all .big {
  font-size: 136.3636363636%;
}

@media only screen and (min-width: 768px) {
  .ttl-all {
    font-size: 33px;
  }

  .ttl-all .small {
    font-size: 72.7272727273%;
  }

  .ttl-all .big {
    font-size: 136.3636363636%;
  }
}

.en-all {
  font-size: 3.5vw;
  font-family: var(--crimson);
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 768px) {
  .en-all {
    font-size: 19px;
  }
}

.btn-all a {
  margin: 0 auto;
  background: #5c6c56;
  width: 284px;
  height: 52px;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-family: var(--shippo);
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.08em;
  position: relative;
}

.btn-all a::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 35px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .btn-all.st2 a {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--crimson);
  }

  .btn-all a {
    height: 60px;
    width: 340px;
    font-size: 18px;
    transition: all 0.3s;
  }

  .btn-all a::before {
    width: 40px;
  }

  .btn-all a:hover {
    letter-spacing: 0.2em;
  }
}

.remodal-wrapper {
  padding: 5%;
}

.remodal .close {
  position: sticky;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  z-index: 10;
}

.remodal .close.dark {
  filter: invert(1);
}

.remodal .close:hover {
  filter: invert(1);
}

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: url(../img/shared/icon_close.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.remodal-close::before {
  content: none;
}

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

.remodal {
  background: none;
  padding: 0;
}

.remodal .btn-close {
  width: 22vw;
  margin: 10vw auto 0;
}

.popup-content {
  padding: 0;
  margin-bottom: 0;
  color: #000;
}

.popup-content .popup {
  margin-top: 15vw;
  box-sizing: border-box;
  background: #fff;
  padding: 5vw 3% 5vw;
}

.popup-content h2 {
  text-align: center;
  font-size: 5vw;
  font-weight: 600;
  font-family: var(--shippo);
  color: #473f32;
  line-height: 1.65em;
  letter-spacing: 0.16em;
  margin-bottom: 6vw;
}

.popup-content .sub {
  text-align: center;
  margin-bottom: 5vw;
}

.popup-content .group {
  margin-bottom: 30px;
}

.popup-content .group:last-child {
  margin-bottom: 0;
}

.popup-content .item {
  margin-bottom: 30px;
}

.popup-content .item:last-child {
  margin-bottom: 0;
}

.popup-content .item .tit {
  width: 100%;
  border: 1px solid #d7cfc3;
  box-sizing: border-box;
  padding: 4px 10px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.popup-content .item .dish dl {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d7cfc3;
  letter-spacing: 0.1em;
  line-height: 1.65em;
}

.popup-content .item .dish dl dt {
  text-align: left;
}

.popup-content .item .dish dl dd {
  flex-shrink: 0;
  padding-left: 10px;
  text-align: right;
}

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

  .remodal .btn-close {
    width: 104px;
    margin-top: 56px;
    cursor: pointer;
  }

  .remodal .btn-close:hover {
    opacity: 0.8;
  }

  .remodal-wrapper {
    padding: 5%;
  }

  .remodal .close:hover {
    opacity: 0.7;
  }

  .remodal-close {
    right: 34px;
  }

  .popup-content .popup {
    margin-top: 96px;
    padding: 83px 100px 87px;
  }

  .popup-content h2 {
    font-size: 40px;
    margin-bottom: 22px;
  }

  .popup-content .sub {
    line-height: 34px;
    margin-bottom: 49px;
  }

  .popup-content .list {
    display: flex;
    justify-content: center;
  }

  .popup-content .group {
    width: 470px;
    margin-bottom: 0;
    margin-right: 60px;
  }

  .popup-content .group:last-child {
    margin-right: 0;
  }

  .popup-content .item {
    margin-bottom: 50px;
  }

  .popup-content .item .tit {
    font-size: 20px;
    padding: 3px 10px 2px;
    margin-bottom: 13px;
    line-height: 1.6em;
  }

  .popup-content .item .dish dl {
    padding: 12px 0px 10px;
    line-height: 1.65em;
  }

  .popup-content .item .dish dl dd {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .popup-content .popup {
    padding-left: 30px;
    padding-right: 30px;
  }

  .popup-content .group {
    margin-right: 30px;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*=============================================
 * fadeUpBlur
 *=============================================*/
@-webkit-keyframes fadeUpBlur {
  0% {
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    filter: blur(0);
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeUpBlur {
  0% {
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    filter: blur(0);
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeUpBlur {
  -webkit-animation-name: fadeUpBlur;
  animation-name: fadeUpBlur;
  animation-duration: 2s;
  animation-delay: 0.3s;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}


/* 追加 */
.none_m {
  display: none;
}