﻿html:not(.responsive) {
  width: 100%;
}

/*=============================================
 * body
 *=============================================*/
body {
  font-family: "Shippori Mincho", serif;
  background: url("../img/shared/bg_bd_sp.jpg") repeat center;
  color: #000;
  text-align: justify;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 27.5px;
  letter-spacing: 0.1em;
}

body * {
  box-sizing: border-box;
}

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

.pc {
  display: none !important;
}

.sp {
  display: block;
}

.navOpen #pagetop {
  opacity: 0 !important;
  visibility: hidden !important;
}

.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.on #navigation {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.box-parallax {
  position: relative;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0) !important;
}

/*=============================================
 * Font
 *=============================================*/

.fnt-playfair {
  font-family: "Playfair Display", serif;
}

.fnt-shippori-mincho {
  font-family: "Shippori Mincho", serif;
}

/*=============================================
 * PC
 *=============================================*/
@media screen and (min-width: 1000px) {
  body {
    background-image: url("../img/shared/bg_bd.jpg");
    font-size: 16px;
    line-height: 38px;
  }

  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  .object-fit-cover {
    position: absolute !important;
  }

  .object-fit-cover img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }

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

  .img-auto {
    width: 100%;
  }

  img {
    width: auto;
  }

  .navOpen #fixed-nav-pc {
    background: none !important;
    box-shadow: unset !important;
    justify-content: flex-end;
  }

  .navOpen #fixed-nav-pc .tel {
    display: none;
  }

  .navOpen #fixed-nav-pc .group-btn li:nth-child(1) {
    display: none;
  }

  .midnightHeader.black .hamburger-box span {
    color: #222;
  }

  .midnightHeader.black .hamburger-inner,
  .midnightHeader.black .hamburger-inner:before,
  .midnightHeader.black .hamburger-inner:after {
    background: url("../img/shared/bg_bd_sp.jpg") repeat center;
  }

  .midnightHeader.white .hamburger-box span {
    color: #fff;
  }

  .midnightHeader.white .hamburger-inner,
  .midnightHeader.white .hamburger-inner:before,
  .midnightHeader.white .hamburger-inner:after {
    background: #fff;
  }
}

/*=============================================
 * FCV - CUSTOMS
 *=============================================*/
li {
  list-style: none;
}

#feed a:hover {
  text-decoration: underline;
}

i {
  letter-spacing: inherit;
  font-weight: inherit;
}

.word-br {
  word-break: break-all;
}

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

.break-all {
  word-break: break-all;
}

.copied {
  pointer-events: none;
}

.rss-img:hover {
  opacity: 0.7;
}

@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;
  }

  .img-parallax img {
    height: auto !important;
  }
}

body.navOpen {
  touch-action: none !important;
  pointer-events: none !important;
}

body.navOpen .hamburger,
body.navOpen #ft-bnr-fixed,
body.navOpen #navigation,
body.navOpen #navigation,
body.navOpen #brandlist_menu {
  touch-action: auto !important;
  pointer-events: visible !important;
}

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

.hs-copie {
  pointer-events: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

a:hover {
  text-decoration: none;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
}

.ovh {
  overflow: hidden;
}

/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
}

/*=============================================
 * .socialbuttons
 *=============================================*/
.socialbuttons .fb-like > span {
  width: 100px !important;
}

.socialbuttons .fb-like > span iframe {
  left: 50%;
  transform: translateX(-50%);
}

.socialbuttons {
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/*=============================================
 * .blog
 *=============================================*/
.rss_img {
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.rss_img:hover {
  opacity: 0.8;
}

/*=============================================
 * copyright
 *=============================================*/
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

/*====================== ft-bnr-fixed ====================== */
/* 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: url("../img/shared/bg_bd_sp.jpg") repeat center;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 997;
  }

  #ft-bnr-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 65px) !important;
  }
}

/* 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: url("../img/shared/bg_bd_sp.jpg") repeat center;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 997;
  }

  #ft-bnr-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 65px) !important;
  }
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (min--moz-device-pixel-ratio: 3),
  only screen and (-o-min-device-pixel-ratio: 3/1),
  only screen and (min-device-pixel-ratio: 3),
  only screen and (min-resolution: 458dpi),
  only screen and (min-resolution: 3dppx) {
  footer:after {
    background: url("../img/shared/bg_bd_sp.jpg") repeat center;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 997;
  }

  #ft-bnr-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 65px) !important;
  }
}

@media screen and (min-width: 768px) {
  footer:after {
    display: none !important;
  }
}

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

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

main::before {
  content: "";
  position: fixed;
  border: 7.5px solid #7e1c0d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 888;
}

@media screen and (min-width: 1000px) {
  main::before {
    border-width: 10px;
  }
}

/*=============================================
 * txt shared
 *=============================================*/
.sub-ttl-shared {
  background: url("../img/shared/icon_sub_ttl.png") no-repeat left 4.5vw
      center/4vw auto,
    url("../img/shared/icon_sub_ttl.png") no-repeat right 5vw center/4vw auto,
    url("../img/shared/bg03.jpg") repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 10px;
  max-width: 50vw;
  min-height: 14vw;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 4.5vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1000px) {
  .sub-ttl-shared {
    background-size: auto;
    background-position: left 29px center, right 29px center;
    max-width: 240px;
    min-height: 61px;
    margin: 0;
    font-size: 20px;
  }
}

/*=============================================
 * Button shared
 *=============================================*/
.box-btn {
  position: relative;
  z-index: 1;
  width: 76vw;
}

.box-btn .txt-en {
  text-align: right;
  margin: 0 2px 6px 0;
  color: #3d070a;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
}

.box-btn .btn-shared {
  position: relative;
}

.box-btn .btn-shared::before {
  content: "";
  position: absolute;
  background: #3d070a;
  width: 5px;
  top: 0;
  left: 0;
  bottom: 0;
}

.box-btn .btn-shared a {
  display: block;
  position: relative;
  padding-left: 28px;
  color: #50320b;
  font-size: 14px;
  line-height: 70px;
  transition: 0.3s all linear;
}

.box-btn .btn-shared a::before {
  content: "";
  position: absolute;
  background: #ffd200;
  top: 0;
  bottom: 0;
  left: 8px;
  right: 0;
  z-index: -2;
  transition: 0.3s all linear;
}

.box-btn .btn-shared a::after {
  content: "";
  position: absolute;
  background: #3d070a;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 0;
  transition: 0.3s all linear;
  z-index: -1;
}

.box-btn .btn-shared a span {
  display: block;
  position: relative;
  letter-spacing: 0.1em;
}

.box-btn .btn-shared a span::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_arrow.png") no-repeat;
  width: 29px;
  height: 18px;
  background-size: 100%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all linear;
}

.box-btn .btn-shared a span strong {
  font-size: 18.5px;
  letter-spacing: 0.1em;
}

.box-btn .btn-shared a:hover {
  color: #ffd200;
}

.box-btn .btn-shared a:hover:after {
  width: calc(100% - 8px);
}

.box-btn .btn-shared a:hover span::before {
  background-image: url("../img/shared/icon_arrow_on.png");
}

@media screen and (max-width: 999px) {
  .box-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1000px) {
  .box-btn {
    width: 368px;
  }

  .box-btn .txt-en {
    margin: 0 3px 8px 0;
    font-size: 22px;
  }

  .box-btn .btn-shared a {
    padding-left: 40px;
    font-size: 18px;
    line-height: 90px;
  }

  .box-btn .btn-shared a span::before {
    right: 27px;
  }

  .box-btn .btn-shared a span strong {
    font-size: 24px;
  }
}

/*=============================================
 * Header
 *=============================================*/
#header .hd-left {
  position: absolute;
  width: 47%;
  top: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  z-index: 2;
}

#header #keyvisual {
  position: relative;
}

#header #keyvisual .item {
  height: 126.5vw;
}

#header #keyvisual .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#header #keyvisual .ttl {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 6.66vw;
  line-height: 1.7;
  letter-spacing: 0;
}

#header #keyvisual .ttl1 {
  bottom: 23vw;
  left: 9%;
}

#header #keyvisual .ttl2 {
  bottom: 36.5vw;
  right: 21.5%;
}

#header #keyvisual .ttl3 {
  bottom: 32vw;
  left: 50%;
  transform: translateX(-50%);
}

#header h1 {
  padding: 4vw 26% 0 4%;
  color: #828282;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

#header #rss {
  position: relative;
  margin: 10vw 5.3% 0;
  padding-bottom: 6vw;
}

#header #rss::before {
  content: "";
  position: absolute;
  background: url("../img/shared/bg02.jpg") repeat center;
  top: 4vw;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#header #rss h2 {
  color: #721616;
  margin-left: 15.5%;
  font-size: 8.1vw;
  line-height: 1;
}

#header #rss h2 span {
  letter-spacing: 0;
}

#header #rss .right {
  margin: 5.5vw 7.5% 0;
}

#header #rss #feed .item {
  display: flex;
  align-items: center;
}

#header #rss #feed .item .rss-img {
  width: 49%;
  height: 24vw;
}

#header #rss #feed .item .rss-img span {
  width: 100% !important;
  height: 100% !important;
}

#header #rss #feed .item dl {
  flex: 1;
  margin: 0 -2% 0 5%;
  font-size: 12px;
  line-height: 22px;
}

#header #rss .more {
  position: relative;
  z-index: 2;
  text-align: right;
}

#header #rss .more a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-right: 12px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
}

#header #rss .more a::before {
  content: "";
  position: absolute;
  background: #721616;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media screen and (min-width: 1000px) {
  #header {
    padding-top: 210px;
  }

  #header .hd-left {
    background: url("../img/shared/hd_deco1.png") no-repeat left 4px top 4px /
        auto,
      url("../img/shared/hd_deco2.png") no-repeat right 4px top 4px / auto,
      url("../img/shared/hd_deco3.png") no-repeat left 4px bottom 5px / auto,
      url("../img/shared/hd_deco4.png") no-repeat right 4px bottom 5px / auto,
      url("../img/shared/bg01.jpg") repeat center;
    width: 355px;
    padding: 63px 0 53px;
    inset: 0 auto auto 0;
    transform: unset;
    text-align: center;
  }

  #header .hd-left::before {
    content: "";
    position: absolute;
    background: url("../img/shared/hd_line_x.png") repeat-x left top/auto 7px,
      url("../img/shared/hd_line_x2.png") repeat-x left bottom/auto 8px;
    top: 4px;
    left: 38px;
    right: 38px;
    bottom: 5px;
  }

  #header .hd-left::after {
    content: "";
    position: absolute;
    background: url("../img/shared/hd_line_y.png") repeat-y left top/7px auto,
      url("../img/shared/hd_line_y2.png") repeat-y right top/8px auto;
    top: 38px;
    left: 4px;
    right: 4px;
    bottom: 39px;
  }

  #header .hd-left .btn-tel {
    color: #ffd200;
    margin-top: 25px;
  }

  #header .hd-left .btn-tel * {
    letter-spacing: 0;
  }

  #header .hd-left .btn-tel dl {
    line-height: 1;
  }

  #header .hd-left .btn-tel dl dt {
    font-size: 16px;
  }

  #header .hd-left .btn-tel dl dd {
    margin-top: 13px;
    font-size: 27px;
  }

  #header .hd-left .btn-tel dl dd img {
    width: 16px;
    width: 16px;
    margin: -6px 6px 0 2px;
  }

  #header .hd-left .btn-tel .note {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }

  #header .hd-left .btn-insta {
    width: 34px;
    margin: 25px auto 0;
  }

  #header .hd-right {
    position: absolute;
    top: 68px;
    right: 49px;
  }

  #header .hd-right .nav-list-1 {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 32.5px;
    column-gap: 32.5px;
  }

  #header .hd-right .nav-list-1 li a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
  }

  #header .hd-right .nav-list-1 li a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_active.png") no-repeat;
    width: 29px;
    height: 17px;
    background-size: 100%;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease;
  }

  #header .hd-right .nav-list-1 li a:hover,
  #header .hd-right .nav-list-1 li a.active {
    color: #7e1d1f;
  }

  #header .hd-right .nav-list-1 li a:hover::before,
  #header .hd-right .nav-list-1 li a.active::before {
    opacity: 1;
    transition: all 0.5s ease;
  }

  #header .hd-right .nav-list-2 {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 26px;
    column-gap: 26px;
    margin-top: 34px;
  }

  #header .hd-right .nav-list-2 li a {
    display: block;
    font-size: 20px;
    letter-spacing: 0;
  }

  #header .hd-right .nav-list-2 li a img {
    margin: -2px 16px 0 0;
    width: auto;
    height: 18px;
  }

  #header #keyvisual .item {
    height: 850px;
  }

  #header #keyvisual .ttl {
    font-size: 50px;
    line-height: 87px;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
  }

  #header #keyvisual .ttl1 {
    left: calc(50% - 330px);
  }

  #header #keyvisual .ttl2 {
    left: calc(50% + 187px);
  }

  #header #keyvisual .ttl3 {
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }

  #header h1 {
    position: absolute;
    top: 173px;
    left: 409px;
    padding: 0;
    font-size: 14px;
  }

  #header #rss {
    position: absolute;
    z-index: 2;
    width: 600px;
    bottom: -122px;
    right: 0;
    margin: 0;
    padding: 30px 40px 30px 30px;
    display: flex;
    align-items: center;
  }

  #header #rss::before {
    top: 0;
  }

  #header #rss h2 {
    margin: 0 21px 0 0;
    font-size: 40px;
  }

  #header #rss .right {
    margin: 0;
  }

  #header #rss #feed .item .rss-img {
    width: 250px;
    height: 160px;
  }

  #header #rss #feed .item dl {
    margin: 0 0 21px 40px;
    font-size: 16px;
    line-height: 28px;
  }

  #header #rss #feed .item dl dd {
    margin-top: 2px;
  }

  #header #rss .more {
    margin-top: -15px;
  }

  #header #rss .more a {
    padding-right: 15px;
    font-size: 16px;
  }

  #header #rss .more a::before {
    width: 5px;
    height: 10px;
  }

  #header #rss .more a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
  #header .hd-right {
    right: 20px;
  }
}

/*=============================================
 * Navigation
 *=============================================*/
#navigation {
  position: fixed;
  top: 0;
  bottom: 55px;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: url("../img/shared/bg_bd_sp.jpg") repeat center;
  transition: 0.3s all linear;
}

#navigation .frame-deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url("../img/shared/fixed_frame_deco1.png") no-repeat left 15px top
      15px/20px auto,
    url("../img/shared/fixed_frame_deco2.png") no-repeat right 15px top 15px/20px
      auto,
    url("../img/shared/fixed_frame_deco3.png") no-repeat left 15px bottom 15px/20px
      auto,
    url("../img/shared/fixed_frame_deco4.png") no-repeat right 15px bottom 15px/20px
      auto;
}

#navigation .frame-deco::before {
  content: "";
  position: absolute;
  background: url("../img/shared/fixed_frame_line_x.png") repeat-x left top/25px
      auto,
    url("../img/shared/fixed_frame_line_x2.png") repeat-x left bottom/25px auto;
  top: 15px;
  left: 35px;
  right: 35px;
  bottom: 14px;
}

#navigation .frame-deco::after {
  content: "";
  position: absolute;
  background: url("../img/shared/fixed_frame_line_y.png") repeat-y left top/auto
      25px,
    url("../img/shared/fixed_frame_line_y2.png") repeat-y right top/auto 25px;
  top: 35px;
  left: 15px;
  right: 15px;
  bottom: 35px;
}

#navigation .nav-list-1 {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 30px;
  margin: 0 auto;
  padding-top: 110px;
}

#navigation .nav-list-1 li a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

#navigation .nav-list-1 li a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_active.png") no-repeat;
  background-size: 100%;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 13px;
  opacity: 0;
  transition: all 0.5s ease;
}

#navigation .nav-list-1 li a span {
  letter-spacing: 0;
}

#navigation .nav-list-1 li a:hover,
#navigation .nav-list-1 li a.active {
  color: #7e1d1f;
}

#navigation .nav-list-1 li a:hover::before,
#navigation .nav-list-1 li a.active::before {
  opacity: 1;
  transition: all 0.5s ease;
}

#navigation .nav-list-2 {
  display: flex;
  justify-content: center;
  -moz-column-gap: 22px;
  column-gap: 22px;
  margin-top: 58px;
}

#navigation .nav-list-2 li a {
  display: block;
  position: relative;
  padding-left: 31px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0;
}

#navigation .nav-list-2 li a::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 16.5px;
  top: 6px;
  left: 0;
  right: 0;
  bottom: 0;
}

#navigation .nav-list-2 li:nth-child(1) a::before {
  background-image: url("../img/shared/icon_home_b.png");
}

#navigation .nav-list-2 li:nth-child(2) a::before {
  background-image: url("../img/shared/icon_map_b.png");
}

#navigation .btn-insta {
  width: 35px;
  margin: 33px auto 0;
}

@media screen and (min-width: 1000px) {
  #navigation {
    height: 100px;
    background: url("../img/shared/bg01.jpg") repeat center;
    color: #fff;
  }

  #navigation.fixed {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  #navigation .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1040px;
    padding: 0 20px;
  }

  #navigation .nav-list-1 {
    flex-direction: row;
    gap: 0 32px;
    margin: 5px 0 0;
    padding-top: 0;
  }

  #navigation .nav-list-1 li a {
    font-size: 16px;
  }

  #navigation .nav-list-1 li a::before {
    background-image: url("../img/shared/icon_active_w.png");
    top: -25px;
    width: 29px;
    height: 17px;
  }

  #navigation .nav-list-1 li a:hover,
  #navigation .nav-list-1 li a.active {
    color: #fff;
  }

  #navigation .right {
    display: flex;
    align-items: center;
  }

  #navigation .nav-list-2 {
    display: block;
    margin: 0 48px 0 0;
  }

  #navigation .nav-list-2 li a {
    padding-left: 26px;
    font-size: 16px;
  }

  #navigation .nav-list-2 li a::before {
    background-size: auto 18px;
    top: 4px;
  }

  #navigation .nav-list-2 li a:hover {
    opacity: 0.8;
  }

  #navigation .nav-list-2 li:nth-child(1) a::before {
    background-image: url("../img/shared/icon_home_w.png");
  }

  #navigation .nav-list-2 li:nth-child(2) {
    margin-top: 12px;
  }

  #navigation .nav-list-2 li:nth-child(2) a {
    padding-left: 20px;
  }

  #navigation .nav-list-2 li:nth-child(2) a::before {
    background-image: url("../img/shared/icon_map_w.png");
  }

  #navigation .btn-tel dl {
    line-height: 1;
  }

  #navigation .btn-tel dl * {
    letter-spacing: 0;
  }

  #navigation .btn-tel dl dt {
    margin-left: 3px;
    font-size: 16px;
  }

  #navigation .btn-tel dl dd {
    margin-top: 13px;
    font-size: 27px;
  }

  #navigation .btn-tel dl dd img {
    margin: -6px 5px 0 0px;
  }

  #navigation .btn-reserve {
    position: absolute;
    top: 124px;
    right: 10px;
    width: 60px;
    height: 210px;
  }

  #navigation .btn-reserve::before {
    content: "";
    position: absolute;
    background: #ffd200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
  }

  #navigation .btn-reserve:after {
    content: "";
    position: absolute;
    background: #3d070a;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: 0.3s all linear;
    z-index: -1;
  }

  #navigation .btn-reserve a {
    position: relative;
    display: block;
    text-align: center;
    color: #50320b;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0.1em;
  }

  #navigation .btn-reserve a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_web.png") no-repeat;
    width: 23px;
    height: 25px;
    background-size: 100%;
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s all linear;
  }

  #navigation .btn-reserve a:after {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow.png") no-repeat;
    background-size: 100%;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 18px;
    transition: 0.3s all linear;
  }

  #navigation .btn-reserve:hover:after {
    height: 100%;
  }

  #navigation .btn-reserve:hover a {
    color: #ffd200;
  }

  #navigation .btn-reserve:hover a::before {
    background-image: url("../img/shared/icon_web_on.png");
  }

  #navigation .btn-reserve:hover a::after {
    background-image: url("../img/shared/icon_arrow_on.png");
  }
}

/*=============================================
 * Footer
 *=============================================*/
#footer {
  background: #200601;
  color: #fff;
  padding-bottom: 30vw;
}

#footer .ft-top {
  background: url('../img/shared/footer_deco1.png') no-repeat right top 7vw/150% #3a0b03;
  padding: 15vw 0;
}

#footer .ft-top .wrap {
  z-index: 1;
}

#footer .ft-top .wrap::before {
  content: "";
  position: absolute;
  background: url("../img/shared/footer_deco2.png") no-repeat;
  width: 30vw;
  height: 16vw;
  background-size: 100%;
  bottom: 0vw;
  right: 10vw;
  z-index: -1;
}


#footer .ft-top .group2 .logo {
  width: 70%;
  margin: 0 auto;
}

#footer .ft-top .group2 .contact {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 10vw;
  padding: 5vw 0;
}

#footer .ft-top .group2 .contact .frame-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#footer .ft-top .group2 .contact .frame-line span {
  position: absolute;
  background: #fff;
  height: 1px;
  width: 21px;
}

#footer .ft-top .group2 .contact .frame-line span:nth-child(1) {
  top: 0;
  left: 0;
}

#footer .ft-top .group2 .contact .frame-line span:nth-child(2) {
  top: 0;
  right: 0;
}

#footer .ft-top .group2 .contact .frame-line span:nth-child(3) {
  bottom: 0;
  left: 0;
}

#footer .ft-top .group2 .contact .frame-line span:nth-child(4) {
  bottom: 0;
  right: 0;
}

#footer .ft-top .group2 .contact .btn-tel {
  color: #ffd200;
}

#footer .ft-top .group2 .contact .btn-tel * {
  letter-spacing: 0;
}

#footer .ft-top .group2 .contact .btn-tel dl {
  line-height: 1;
}

#footer .ft-top .group2 .contact .btn-tel dl dt {
  font-size: 20px;
}

#footer .ft-top .group2 .contact .btn-tel dl dd {
  margin-top: 7px;
  font-size: 36px;
}

#footer .ft-top .group2 .contact .btn-tel dl dd img {
  width: 21px;
  margin: -9px 7px 0 9px;
}

#footer .ft-top .group2 .contact .btn-tel .note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

#footer .ft-top .group2 .contact .btn-insta {
  margin-top: 26px;
}

#footer .ft-top .group2 .contact .btn-insta a {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 13px;
  column-gap: 13px;
}

#footer .ft-top .group2 .contact .btn-insta a img {
  width: 34px;
}

#footer .ft-top .group2 .contact .btn-insta a span {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
}

#footer .ft-top .group2 .contact .btn-insta a:hover {
  opacity: 0.8;
}

#footer .ft-top .group2 .col-r {
  margin-top: 12vw;
}

#footer .ft-top .group2 .col-r dl {
  display: flex;
  font-size: 13px;
  line-height: 30px;
}

#footer .ft-top .group2 .col-r dl * {
  letter-spacing: 0.1em;
}

#footer .ft-top .group2 .col-r dl dt {
  max-width: 21vw;
  width: 100%;
}

#footer .ft-top .group2 .col-r dl dd a {
  text-decoration: underline;
}

#footer .ft-top .group2 .col-r dl dd a:hover {
  text-decoration: none;
}

#footer .ft-top .group2 .col-r dl + dl {
  margin-top: 20px;
}

#footer .ft-bot {
  text-align: center;
  padding: 13vw 0 0;
}

#footer .ft-bot .btn-copy a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 25px;
}

#footer .ft-bot .btn-copy a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_copy.png") no-repeat;
  width: 17px;
  height: 17px;
  background-size: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#footer .ft-bot .btn-copy a span {
  display: block;
  line-height: 1;
  letter-spacing: 0.15em;
}

#footer .ft-bot .btn-copy a:hover span {
  text-decoration: underline;
}

#footer .ft-bot .socialbuttons {
  margin-top: 10.5vw;
}

#footer .ft-bot .row {
  margin-top: 10.5vw;
}

#footer .ft-bot .row .btn-cookie a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 23px;
}

#footer .ft-bot .row .btn-cookie a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_cookie.png") no-repeat;
  width: 14px;
  height: 14px;
  background-size: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#footer .ft-bot .row .btn-cookie a span {
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 1;
  letter-spacing: 0.1em;
}

#footer .ft-bot .row .btn-cookie a:hover span {
  text-decoration: none;
}

#footer .ft-bot .row address {
  margin-top: 10.5vw;
  letter-spacing: 0.1em;
}

#footer .ft-bot .pagetop {
  margin-top: 10.5vw;
}

#footer .ft-bot .pagetop a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 15px;
  letter-spacing: 0.16em;
}

#footer .ft-bot .pagetop a::before {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 10px;
  height: 7.5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#footer .group1 {
  display: none;
}

@media screen and (min-width: 1000px) {
  #footer {
    padding-bottom: 0;
  }
  #footer .wrap {
    max-width: 1040px;
    padding: 0 20px;
  }

  #footer .ft-top {
    background: url("../img/shared/footer_deco1.png") no-repeat right bottom
        66px / auto,
      #3a0b03;
    padding: 99px 0 107px;
  }

  #footer .ft-top .wrap::before {
    width: 168px;
    height: 87px;
    top: 149px;
    bottom: auto;
    left: -89px;
    right: auto;
  }

  #footer .ft-top .group1 {
    display: flex !important;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 41px;
  }

  #footer .ft-top .group1 .nav-list-1 {
    display: flex;
    -moz-column-gap: 36px;
    column-gap: 36px;
  }

  #footer .ft-top .group1 .nav-list-1 li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
  }

  #footer .ft-top .group1 .nav-list-1 li a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_active_w.png") no-repeat;
    width: 28px;
    height: 17px;
    background-size: 100%;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
  }

  #footer .ft-top .group1 .nav-list-1 li a:hover::before,
  #footer .ft-top .group1 .nav-list-1 li a.active::before {
    opacity: 1;
  }

  #footer .ft-top .group1 .nav-list-2 {
    display: flex;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin-top: -10px;
  }

  #footer .ft-top .group1 .nav-list-2 li a {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
  }

  #footer .ft-top .group1 .nav-list-2 li a img {
    width: auto;
    height: 18px;
    margin: -3px 17px 0 0;
  }

  #footer .ft-top .group1 .nav-list-2 li a:hover {
    opacity: 0.8;
  }

  #footer .ft-top .group2 {
    display: flex;
    justify-content: space-between;
  }

  #footer .ft-top .group2 .col-l {
    width: 343px;
    margin-top: 173px;
  }

  #footer .ft-top .group2 .logo {
    width: 300px;
  }

  #footer .ft-top .group2 .contact {
    margin-top: 45px;
    padding: 31px 0 39px;
  }

  #footer .ft-top .group2 .contact .btn-tel dl dt {
    font-size: 16px;
  }

  #footer .ft-top .group2 .contact .btn-tel dl dd {
    margin-top: 13px;
    font-size: 27px;
  }

  #footer .ft-top .group2 .contact .btn-tel dl dd img {
    width: 17px;
    margin: -3px 5px 0 4px;
  }

  #footer .ft-top .group2 .contact .btn-tel .note {
    margin-top: 9px;
    font-size: 12px;
    line-height: 22px;
  }

  #footer .ft-top .group2 .col-r {
    flex: 1;
    max-width: 583px;
    margin-top: 60px;
  }

  #footer .ft-top .group2 .col-r dl {
    font-size: 16px;
    line-height: 30px;
  }

  #footer .ft-top .group2 .col-r dl dt {
    max-width: 126px;
  }

  #footer .ft-top .group2 .col-r dl dd {
    margin-right: -5px;
  }

  #footer .ft-top .group2 .col-r dl + dl {
    margin-top: 30px;
  }

  #footer .ft-bot {
    position: relative;
    text-align: left;
    padding: 48px 0;
    font-size: 14px;
  }

  #footer .ft-bot .btn-copy a {
    margin: 0 0 0 auto;
    padding-right: 20px;
  }

  #footer .ft-bot .socialbuttons {
    position: absolute;
    bottom: 3px;
    left: 20px;
    margin-top: 0;
  }

  #footer .ft-bot .row {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
  }

  #footer .ft-bot .row .btn-cookie {
    order: 2;
    margin-top: 16px;
  }

  #footer .ft-bot .row .btn-cookie a {
    margin: 0;
    padding-right: 21px;
  }

  #footer .ft-bot .row address {
    order: 1;
    margin-top: 0;
  }

  #footer .ft-bot .pagetop {
    margin-top: 9px;
  }

  #footer .ft-bot .pagetop a {
    margin: 0 0 0 auto;
    padding: 0 19px 0 0;
    letter-spacing: 0.1em;
  }

  #footer .ft-bot .pagetop a::before {
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
  }
}

/*=============================================
 * Footer fixed
 *=============================================*/
#ft-bnr-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: url("../img/shared/bg_bd_sp.jpg") repeat center;
}

#ft-bnr-fixed ul {
  display: flex;
  justify-content: space-between;
  height: 55px;
}

#ft-bnr-fixed ul li {
  width: 55px;
}

#ft-bnr-fixed ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#ft-bnr-fixed ul li span {
  display: block;
  color: #000;
  font-size: 8.5px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

#ft-bnr-fixed ul li:nth-child(1) a {
  flex-direction: column;
  height: 100%;
}

#ft-bnr-fixed ul li:nth-child(1) a img {
  width: 13px;
  margin-bottom: 9px;
}

#ft-bnr-fixed ul li:nth-child(2) {
    width: 110px;
  border-left: 1px solid #3a0b03;
  border-right: 1px solid #3a0b03;
}

#ft-bnr-fixed ul li:nth-child(2) a {
  -moz-column-gap: 9.5px;
  column-gap: 9.5px;
}

#ft-bnr-fixed ul li:nth-child(2) img {
  width: 15px;
}

#ft-bnr-fixed ul li:nth-child(2) span {
  color: #50320b;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
}

#ft-bnr-fixed ul li:nth-child(3) {
    width: calc(100% - 220px);
  background: #ffd200;
  border-right: 1px solid #3a0b03;
}

#ft-bnr-fixed ul li:nth-child(3) a {
  -moz-column-gap: 9.5px;
  column-gap: 9.5px;
}

#ft-bnr-fixed ul li:nth-child(3) img {
  width: 15px;
}

#ft-bnr-fixed ul li:nth-child(3) span {
  color: #50320b;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
}

#ft-bnr-fixed ul li:nth-child(4) span.off {
  display: block;
}

#ft-bnr-fixed ul li:nth-child(4) span.on {
  display: none;
}

#ft-bnr-fixed ul li:nth-child(4).is-active span.off {
  display: none;
}

#ft-bnr-fixed ul li:nth-child(4).is-active span.on {
  display: block;
}

/*=============================================
 * popup shared
 *=============================================*/
.popup-shared {
  background: url("../img/shared/bg_bd_sp.jpg") repeat center;
  padding-bottom: 50px;
}

.popup-shared h2 {
  text-align: center;
  color: #721616;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
}

.popup-shared .note-lead {
  text-align: center;
  margin: 35px 0 40px;
}

.popup-shared .row .col .item h3 {
  background: #721616;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0;
}

.popup-shared .row .col .item .item-note {
  margin: 15px 0 5px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

.popup-shared .row .col .item dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  line-height: 25px;
}

.popup-shared .row .col .item dl.flex-end {
  align-items: flex-end;
}

.popup-shared .row .col .item dl * {
  letter-spacing: 0.1em;
}

.popup-shared .row .col .item dl dt {
  flex: 1;
  margin-right: 15px;
}

.popup-shared .row .col .item dl dd {
  text-align: right;
}

.popup-shared .row .col .item + .item {
  margin-top: 40px;
}

.popup-shared .row .col + .col {
  margin-top: 40px;
}

.popup-shared .remodal-close-bot {
  display: block;
  position: relative;
  margin: 50px auto 0;
  padding-right: 30px;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.popup-shared .remodal-close-bot:hover {
  opacity: 0.8;
}

.popup-shared .remodal-close-bot::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_close.png") no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-size: 100%;
}

@media screen and (min-width: 1000px) {
  .popup-shared {
    background: url("../img/shared/bg_bd.jpg");
    padding-bottom: 100px;
  }

  .popup-shared h2 {
    padding-top: 114px;
    font-size: 50px;
  }

  .popup-shared .note-lead {
    margin: 34px 0 60px;
  }

  .popup-shared .wrap {
    max-width: 1040px;
    padding: 0 20px;
  }

  .popup-shared .row {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
  }

  .popup-shared .row .col {
    width: 470px;
  }

  .popup-shared .row .col .item h3 {
    font-size: 25px;
    margin-bottom: 13px;
  }

  .popup-shared .row .col .item .item-note {
    margin: 21px 0 5px;
    font-size: 14px;
    line-height: 30px;
  }

  .popup-shared .row .col .item dl {
    padding: 14px 0 10px;
  }

  .popup-shared .row .col .item dl dd {
    margin-right: -4px;
  }

  .popup-shared .row .col .item + .item {
    margin-top: 60px;
  }

  .popup-shared .row .col + .col {
    margin-top: 0;
  }

  .popup-shared .remodal-close-bot {
    margin-top: 160px;
    padding-right: 54px;
    font-size: 20px;
  }

  .popup-shared .remodal-close-bot::before {
    width: 20px;
    height: 20px;
  }
}
