@charset "UTF-8";
/* Scss Document */
.text-link:hover {
  text-decoration: underline;
}
.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.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;
}
.box-parallax {
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-parallax .img-parallax-pc {
    position: relative;
  }
  .box-parallax .img-parallax-pc img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.padd_wrap {
  padding-left: 8%;
  padding-right: 8%;
}
@media screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
  .txt-vertical-pc .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 1;
    position: relative;
    left: -2px;
  }
  .none_hover {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .img-parallax-pc {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }
  .img-parallax-pc 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;
  }
}
.ham-img {
  cursor: pointer;
  position: fixed;
  z-index: 1001;
  top: 0px;
  right: 0px;
  width: 90px;
}
.ham-img img {
  width: 100%;
  height: auto;
}
.ham-img img.on {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  opacity: 0;
}
.ham-img.is-active img {
  opacity: 0;
}
.ham-img.is-active img.on {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .ham-img {
    width: 128px;
    top: 0;
    right: 0;
  }
}
.hamburger {
  background: url("../img/index/bg2.jpg") repeat 0 0;
  position: relative;
  z-index: 9999;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #2e2b29;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
  padding: 0 0 27px;
}
.hamburger span {
  background-color: #000;
  height: 1px;
  width: 40px;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.hamburger span:before {
  content: "";
  background-color: #000;
  height: 1px;
  width: 100%;
  display: block;
  margin-top: 11px;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.hamburger span:after {
  top: 18px;
}
.hamburger:after {
  content: "MENU";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 13px;
  line-height: 1;
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
}
.hamburger.is-active:after {
  content: "CLOSE";
}
.hamburger.is-active span {
  transform: translate3d(0, 6px, 0) rotate(16deg);
  background-color: #000;
}
.hamburger.is-active span:before {
  transform: translate3d(0, 0px, 0) rotate(-33deg);
  background-color: #000;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .hamburger {
    width: 106px;
    height: 108px;
    padding: 0 0 41px;
  }
  .hamburger span {
    width: 59px;
  }
  .hamburger span:before {
    margin-top: 18px;
  }
  .hamburger:after {
    font-size: 19px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}
.fc-form [class^="error"] {
  position: static;
}
.f_cl1 {
  color: #92845a;
}
.txt_r {
  text-align: right;
}
i {
  font-style: normal;
}
/*
::-webkit-scrollbar {
width:4px;


}
::-webkit-scrollbar-thumb {
background:#999	;
}
::-webkit-scrollbar * {
background:rgba(0,0,0,0);
}
*/
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brk-in {
  display: inline-block;
}
.box-shadown {
  box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
  -webkit-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
}
.img-shadown {
  box-shadow: -9px 11px 30px 0px rgba(0, 0, 0, 0.7);
}
.sns-banner .btn {
  margin-bottom: 20px;
}
.sns-banner .btn a {
  color: #fff;
  text-align: center;
  display: block;
  border: 1px solid;
  letter-spacing: 0.08em;
  font-size: 18px;
  padding: 13px 0 13px 40px;
  position: relative;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
}
.sns-banner .btn a img {
  width: 33px;
  height: auto;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .sns-banner .btn a {
    font-size: 17px;
    padding: 18px 0 19px 40px;
    position: relative;
  }
  .sns-banner .btn a img {
    width: 41px;
    left: 21px;
  }
  .sns-banner .btn a:hover {
    opacity: 0.7;
  }
}
header .btn-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  z-index: 9;
  cursor: pointer;
}
header .btn-close:hover {
  opacity: 0.8;
}
header .btn-close img {
  width: 100%;
  height: auto;
}
section .padd_wrap {
  padding-left: 5%;
  padding-right: 5%;
}
section .wrap {
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 768px) {
  section .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.wrap > * {
  box-sizing: border-box;
}
main {
  position: relative;
}
#navigation {
  background: url("../img/shared/bg1.jpg") repeat center 0;
  color: #fff;
  font-weight: 500;
  text-align: left;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#navigation .group {
  padding: 80px 5% 120px;
}
#navigation .tog-nav {
  display: flex;
  flex-direction: column;
  height: 250px;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0 10%;
  position: relative;
  margin-bottom: 25px;
}
#navigation .tog-nav li a span {
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 18px;
  position: relative;
}
#navigation .tog-nav li a span:before {
  content: "";
  border-bottom: 1px solid;
  position: absolute;
  left: -5px;
  bottom: -5px;
  right: -5px;
  opacity: 0;
}
#navigation .tog-nav li a.active span:before {
  opacity: 1;
}
#navigation .tog-nav li.sns {
  width: 30px;
  position: absolute;
  bottom: 20px;
  left: 50%;
}
#navigation .tog-nav li.sns img {
  width: 100%;
  height: auto;
}
#navigation .contact {
  text-align: center;
  padding: 40px 8% 0;
  letter-spacing: 0.1em;
  border-top: 1px solid #c8c8c8;
}
#navigation .contact .txt {
  font-size: 13px;
  line-height: 1.6;
  padding: 20px 0;
}
#navigation .contact .tel {
  font-size: 15px;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
#navigation .contact .tel .num {
  font-size: 28px;
  letter-spacing: 0.1em;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 8px;
}
#navigation .contact .tel .num:before {
  content: "";
  background: url("../img/shared/ico1.png") no-repeat center/100%;
  width: 20px;
  height: 24px;
}
#navigation .contact .sns {
  width: 40px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  #navigation:before {
    content: "";
    background: url("../img/shared/hd_bg.jpg") no-repeat center/cover;
    position: fixed;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
  }
  #navigation .group {
    padding: 104px 0 0 50%;
  }
  #navigation .tog-nav {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    width: 470px;
    height: 120px;
    padding: 0;
    margin: 0 auto;
    cursor: vertical-text;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: upright;
    word-wrap: break-word;
  }
  #navigation .tog-nav li a span {
    letter-spacing: 0.2em;
    color: #fff;
    font-size: 19px;
    position: relative;
    white-space: nowrap;
  }
  #navigation .tog-nav li a span:before {
    border: none;
    border-left: 1px solid;
    left: auto;
    bottom: 6px;
    top: 1px;
    right: -5px;
  }
  #navigation .tog-nav li a:hover span:before {
    opacity: 1;
  }
  #navigation .tog-nav li.sns {
    width: 25px;
    /* position: static; */
    bottom: auto;
    left: auto;
    margin: 0;
    right: 35px;
    top: 14px;
  }
  #navigation .sub-logo {
    width: 156px;
    margin: 0 auto 40px;
  }
  #navigation .sub-logo img {
    width: 100%;
    height: auto;
  }
  #navigation .contact {
    width: 470px;
    margin: 0 auto;
    text-align: left;
    padding: 13px 0 20px;
    position: relative;
    border-top: 1px solid #5f5232;
  }
  #navigation .contact .txt {
    font-size: 14px;
    line-height: 23px;
    padding: 16px 0;
    margin: 0 -20px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #navigation .contact .tel {
    font-size: 16px;
    padding-bottom: 0px;
    line-height: 32px;
  }
  #navigation .contact .tel .num {
    font-size: 29px;
    justify-content: flex-start;
    gap: 10px;
    letter-spacing: 0.13em;
  }
  #navigation .contact .tel .num:before {
    width: 18px;
  }
  #navigation .contact .btn-web {
    width: 200px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #navigation .contact .btn-web a:hover {
    opacity: 0.8;
  }
}
.ft-active .pagetop {
  opacity: 0;
}
.navOpen .pagetop {
  opacity: 0;
}
.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
.navOpen #navigation .group {
  visibility: visible;
}
.navOpen .ft-bnr-fixed li:not(:last-child) {
  opacity: 0 !important;
  visibility: hidden !important;
}
header {
  position: relative;
}
header h1 {
  color: #d9d9d9;
  line-height: 1.4;
  font-size: 10px;
  position: absolute;
  left: 5%;
  top: 5vw;
  right: 5%;
  text-align: left;
  z-index: 9;
}
header .logo {
  width: 35%;
  position: absolute;
  top: 15vw;
  left: 5vw;
  z-index: 9;
}
header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  header h1 {
    font-size: 13px;
    left: 30px;
    top: 25px;
    right: 550px;
  }
  header .logo {
    width: 190px;
    top: 47px;
    left: 18px;
  }
  header .hd-pc .sider-bar {
    color: #fff;
    position: absolute;
    top: 55px;
    right: 60px;
    z-index: 9;
    width: 470px;
  }
  header .hd-pc .tog-nav {
    padding: 0 0 28px 10px;
  }
  header .hd-pc .tog-nav li {
    margin-right: 20px;
    line-height: 30px;
  }
  header .hd-pc .tog-nav li a span {
    font-size: 19px;
    letter-spacing: 0.2em;
    white-space: nowrap;
    position: relative;
  }
  header .hd-pc .tog-nav li a span:before {
    content: "";
    position: absolute;
    top: 1px;
    right: -7px;
    bottom: 4px;
    border-left: 1px solid #fff;
    opacity: 0;
  }
  header .hd-pc .tog-nav li a.active span:before,
  header .hd-pc .tog-nav li a:hover span:before {
    opacity: 1;
  }
  header .hd-pc .tog-nav li.sns {
    padding: 12px 0 0 11px;
  }
  header .hd-pc .tog-nav li.sns img {
    width: 25px;
    height: auto;
  }
  header .hd-pc .contact {
    text-align: center;
    position: relative;
    padding: 15px 0;
    letter-spacing: 0.05em;
    font-size: 13px;
    line-height: 19px;
    border-top: 1px solid #c8c8c8;
  }
  header .hd-pc .contact .txt {
    text-shadow: 6px 8px 10px rgba(0, 0, 0, 0.6);
  }
  header .hd-pc .contact .tel {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 17px;
    text-align: left;
    padding: 0px 0 12px 16px;
    display: flex;
    align-items: center;
    gap: 2px;
  }
  header .hd-pc .contact .tel .num {
    font-size: 22px;
    letter-spacing: 0.1em;
    position: relative;
    gap: 9px;
    align-items: center;
    display: flex;
  }
  header .hd-pc .contact .tel .num:before {
    display: inline-block;
    content: "";
    background: url("../img/shared/ico1.png") no-repeat center/100%;
    width: 15px;
    height: 24px;
  }
  header .hd-pc .contact .btn-web {
    padding: 0;
    width: 152px;
    border: none;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  header .hd-pc .contact .btn-web a {
    line-height: 34px;
    text-align: center;
    padding: 0;
    font-size: 16px;
    gap: 10px;
  }
  header .hd-pc .contact .btn-web a img {
    width: 18px;
  }
}
footer {
  background: url("../img/shared/ft_bg.jpg") repeat center 0;
  background-size: 380px;
  padding: 10vw 0% 80px;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-align: center;
  color: #fff;
}
footer:before {
  background: url("../img/shared/line_bg.jpg") repeat center 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  top: 0;
}
footer .logo {
  width: 35%;
  margin: 0 auto;
}
footer .logo img {
  width: 100%;
  height: auto;
}
footer .contact {
  text-align: center;
  padding: 20px 8% 0;
}
footer .contact .tel {
  font-size: 15px;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
footer .contact .tel .num {
  font-size: 28px;
  letter-spacing: 0.1em;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 8px;
}
footer .contact .tel .num:before {
  content: "";
  background: url("../img/shared/ico1.png") no-repeat center/100%;
  width: 20px;
  height: 24px;
}
footer .contact .btn-web {
  width: 80%;
  margin: 0 auto;
}
footer .contact .txt {
  border-top: 1px solid #c8c8c8;
  padding: 25px 0;
  text-align: left;
  margin-top: 30px;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
footer .contact .txt p {
  padding-bottom: 15px;
}
footer .contact .txt .pad1 {
  padding-left: 110px;
}
footer .contact .txt .pad2 {
  padding-left: 60px;
}
footer .contact .txt .pad3 {
  padding-left: 115px;
}
footer .ft-gr {
  color: #e0e0e0;
  padding-bottom: 60px;
}
footer .link li {
  position: relative;
}
footer .link li a {
  position: relative;
  display: inline-block;
}
footer .link li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-top: 1px solid #a6a6a6;
}
footer .socialbuttons {
  padding: 30px 0;
}
footer .sns {
  color: #8f8c89;
  font-size: 11px;
  padding-bottom: 30px;
  line-height: 22px;
}
footer .btn-copy a:before {
  content: "";
  background: url("../img/shared/copy.png") no-repeat 0 bottom/100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
footer .cookies_link {
  margin-top: 20px;
}
footer .cookies_link a:before {
  content: "";
  background: url("../img/shared/link.png") no-repeat 0 bottom/100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 73px 20px 50px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  footer .wrap {
    max-width: 1200px;
  }
  footer:before {
    height: 20px;
  }
  footer .logo {
    width: 147px;
    margin: 0 0 99px -5px;
  }
  footer .ft-nav {
    position: absolute;
    top: 35px;
    left: 178px;
  }
  footer .ft-nav .tog-nav li {
    margin-right: 20px;
    line-height: 30px;
  }
  footer .ft-nav .tog-nav li a span {
    font-size: 19px;
    letter-spacing: 0.2em;
    white-space: nowrap;
    position: relative;
  }
  footer .ft-nav .tog-nav li a span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #fff;
    opacity: 0;
  }
  footer .ft-nav .tog-nav li a.active span:before,
  footer .ft-nav .tog-nav li a:hover span:before {
    opacity: 1;
  }
  footer .ft-nav .tog-nav li.sns img {
    width: 32px;
    height: auto;
  }
  footer .contact {
    text-align: left;
    padding: 0px 0 0;
    position: relative;
  }
  footer .contact .tel {
    width: 268px;
    font-size: 16px;
    padding-bottom: 0px;
    line-height: 32px;
    text-align: left;
  }
  footer .contact .tel .num {
    font-size: 29px;
    gap: 8px;
    justify-content: flex-start;
  }
  footer .contact .tel .num:before {
    width: 19px;
    height: 22px;
  }
  footer .contact .btn-web {
    width: 200px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 268px;
  }
  footer .contact .txt {
    width: 525px;
    padding: 25px 0 52px;
    margin-top: 25px;
    font-size: 14px;
  }
  footer .contact .txt p {
    padding-bottom: 20px;
    margin-right: -10px;
  }
  footer .contact .txt .pad1 {
    padding-left: 0px;
  }
  footer .contact .txt .pad2 {
    padding-left: 70px;
  }
  footer .contact .txt .pad3 {
    padding-left: 0px;
  }
  footer .ft-gr {
    position: relative;
    padding-bottom: 60px;
  }
  footer .link {
    position: absolute;
    right: 0;
    top: 22px;
    display: flex;
    gap: 32px;
    font-size: 12px;
  }
  footer .link li a {
    position: relative;
  }
  footer .link li a span {
    letter-spacing: 0.05em;
  }
  footer .link li a:after {
    bottom: -5px;
  }
  footer .socialbuttons {
    padding: 0px 0 10px;
    justify-content: flex-start;
  }
  footer .btn-copy a:before {
    width: 12px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 3px;
  }
  footer .cookies_link {
    margin-top: 0px;
  }
  footer .cookies_link a:before {
    width: 12px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 3px;
  }
  footer address {
    text-align: left;
  }
}
#key {
  position: relative;
}
#key:after {
  background: url("../img/shared/line_bg.jpg") 0 0 repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 15px;
  bottom: -7px;
  z-index: 3;
}
#key .photo {
  height: 110vw;
}
@media screen and (min-width: 768px) {
  #key:after {
    height: 25px;
    bottom: -13px;
  }
  #key:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../img/shared/key_bg.png") no-repeat right 0;
  }
  #key .photo {
    height: 935px;
  }
}
.pagetop {
  cursor: pointer;
  position: fixed;
  width: 50px;
  right: 0;
  bottom: 100px;
  /* opacity: 1 !important;
visibility: visible !important;
*/
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: auto;
  }
  .pagetop:hover {
    opacity: 0.8 !important;
  }
}
/*
#belt {
  
  position: fixed;
  height: 90px;z-index: 999;
}
*/
/*========layout pc===========*/
@media screen and (min-width: 768px) {
  body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  /*
    #belt {
  
           pointer-events: none;
  position: fixed;
      left: 0;
      top: 0;
  
      right: 0;
  
    
   
  opacity: 0;
      height: 100vh;
      background-color: rgba(0,0,0,0.92);
      &>* {
          pointer-events: none;
      }
      
      &.fixed {
      
  opacity: 1;
         pointer-events: auto;
      &>* {
          pointer-events: auto;
      }
      }
     
    }
    */
  .btn-fixed {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 100px;
    background-color: #fff;
    border-right: 1px solid #999999;
  }
  .has-nav header .btn-fixed {
    opacity: 1;
    visibility: visible;
  }
  .has-nav header .hd-pc .web-gr li:nth-child(2) {
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 999;
  }
  .has-nav header .hd-fixed {
    opacity: 1;
    visibility: visible;
  }
}
.has-nav .ft-bnr-fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.has-nav header .hd-js {
  pointer-events: none;
  opacity: 0 !important;
}
/*content*/
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.6;
}
.remodal.ext {
  vertical-align: top;
}
.remodal-close {
  width: 30px;
  height: 30px;
  position: sticky;
  margin-left: auto;
  font-size: 40px;
  top: 0px;
  right: 0px;
  box-sizing: border-box;
  line-height: 1;
  text-align: right;
}
.remodal-close img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    margin: 0px -10px 0px 0;
    width: auto;
    font-size: 56px;
  }
  .remodal-close img {
    width: auto;
  }
}
.remodal-cancel {
  padding: 0px;
  color: #000;
  cursor: pointer;
}
.remodal-cancel img {
  display: block;
  width: 30px;
  height: auto;
  margin: 0 auto;
}
.remodal-cancel span {
  font-size: 30px;
}
.remodal-cancel:hover {
  opacity: 0.7 !important;
}
@media screen and (min-width: 768px) {
  .remodal-cancel {
    width: auto;
    margin-top: 50px;
    font-size: 16px;
  }
  .remodal-cancel img {
    width: auto;
  }
}
.remodal-wrapper {
  padding: 0px;
}
@media screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 20px;
  }
}
.remodal-wrapper,
.remodal-wrapper-ext {
  text-align: center;
}
.remodal {
  background: url("../img/index/bg2.jpg") repeat center 0;
  max-width: 1400px;
  color: #000;
  padding: 10vw 6% 12vw;
  box-sizing: border-box;
}
.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.ft-bnr-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: 400;
}
.ft-bnr-fixed li {
  background: url("../img/index/bg2.jpg") repeat center 0;
  position: relative;
  width: 65px;
  color: #000000;
  line-height: 2;
}
.ft-bnr-fixed li:first-child {
  border-right: 1px solid #bcb197;
}
.ft-bnr-fixed li:nth-child(3) {
  background: url("../img/shared/bnr_bg.jpg") repeat center 0;
  color: #fff;
  width: calc(100% - 200px);
}
.ft-bnr-fixed li:last-child {
  width: 70px;
}
.ft-bnr-fixed li img {
  width: auto;
  height: 26px;
}
.ft-bnr-fixed li a {
  display: block;
  letter-spacing: 0.1em;
  padding: 8px 0;
  font-size: 14px;
}
.ft-bnr-fixed li a span {
  display: block;
}
@media screen and (min-width: 768px) {
  .ft-bnr-fixed {
    left: auto;
    width: 373px;
    bottom: auto !important;
    top: 0;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .ft-bnr-fixed li {
    width: 106px !important;
  }
  .ft-bnr-fixed li:nth-child(1) {
    display: none;
  }
  .ft-bnr-fixed li:nth-child(2) {
    width: 156px !important;
  }
  .ft-bnr-fixed li:nth-child(4):hover {
    opacity: 0.8 !important;
  }
  .ft-bnr-fixed li:nth-child(4) a {
    font-size: 15px;
    letter-spacing: 0.2em;
  }
  .ft-bnr-fixed li:nth-child(4) img {
    height: 24px;
  }
  .ft-bnr-fixed li img {
    width: auto;
    height: 29px;
  }
  .ft-bnr-fixed li a {
    display: block;
    letter-spacing: 0.1em;
    padding: 24px 0 0;
    font-size: 19px;
  }
}
@keyframes mymove {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}
.fade_photo[style*="visible"] img {
  animation-name: mymove;
  animation-duration: 0.3s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}
.photo_on {
  position: relative;
}
.photo_on .on {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  transition: opacity 0.8s ease 0.7s !important;
  -moz-transition: opacity 0.8s ease 0.7s !important;
  -webkit-transition: opacity 0.8s ease 0.7s !important;
}
.photo_on[style*="visible"] .on {
  opacity: 1 !important;
}
@keyframes textshow {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes textshow1 {
  0% {
    clip-path: inset(0% 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.btn-web {
  padding: 4px;
  border: 1px solid #7f745e;
}
.btn-web a {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2em;
  background: url("../img/shared/bnr_bg.jpg") repeat center 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 30px;
  font-size: 16px;
  padding: 10px;
}
.btn-web a img {
  width: 18px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .btn-web a {
    padding: 11px 0px;
    gap: 18px;
    font-size: 19px;
    letter-spacing: 0.2em;
  }
  .btn-web a:after {
    background-color: #292724;
  }
  .btn-web a img {
    width: 22px;
  }
}
.bnr-shared {
  padding: 4px;
  border: 1px solid #7f745e;
}
.bnr-shared a {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 400;
  background: url("../img/shared/bnr_bg.jpg") repeat center 0;
  display: block;
  text-align: left;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 30px;
  font-size: 17px;
  padding: 15px 15%;
  position: relative;
}
.bnr-shared a:before {
  content: "";
  background: url("../img/index/arow.png") no-repeat center/100%;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.bnr-shared a.style1 {
  background: url("../img/shared/bnr_bg1.jpg") repeat center 0;
}
.bnr-shared a.unsmooth:before {
  background-image: url(../img/drink/icon_link.png);
  width: 17px;
}
@media screen and (min-width: 768px) {
  .bnr-shared {
    padding: 4px;
    max-width: 405px;
  }
  .bnr-shared a {
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 40px;
    padding: 16px 80px 16px 58px;
  }
  .bnr-shared a:hover {
    opacity: 0.8;
  }
  .bnr-shared a:before {
    right: 40px;
    width: 42px;
  }
}
.bg1 {
  background: url("../img/shared/bg1.jpg") repeat center 0;
}
.bg2 {
  background: url("../img/index/bg2.jpg") repeat center 0;
}
.bg3 {
  background: url("../img/index/bg3.jpg") repeat center 0;
  background-size: 460px;
}
@media screen and (min-width: 768px) {
  .bg3 {
    background-size: auto;
  }
}
.bg4 {
  background: url("../img/index/bg4.jpg") repeat center 0;
  color: #fff;
}
section h2,
section h3,
section h4 {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 500;
}
.remodal-drink {
  padding: 10vw 6% 12vw;
}
@media screen and (min-width: 768px) {
  .remodal-drink {
    padding: 77px 0px 89px;
  }
}
.popup-global .remodal-close {
  font-size: inherit;
}
.popup-global .remodal-cancel {
  margin-top: 10vw;
}
.popup-global .remodal-cancel img {
  width: 48px;
}
.popup-global h2 {
  margin-top: 2vw;
  font-size: 6.26vw;
}
.popup-global .ttl-en {
  margin-top: 4vw;
  font-family: "Cormorant Garamond";
  font-size: 4.53vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #92845a;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.popup-global .note {
  margin-top: 4vw;
  font-size: 13px;
  line-height: 1.4;
}
.popup-global .inner {
  margin-top: 6vw;
}
.popup-global .inner dl {
  border-bottom: 1px solid #d7d0c4;
  line-height: 1.75;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  padding: 12.5px 0px;
}
.popup-global .inner dl.price-end {
  align-items: flex-end;
}
.popup-global .inner dl dd {
  margin-left: auto;
  text-align: right;
}
.popup-global h4 {
  border: 1px solid #92845a;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 9px;
}
.popup-global .inside + .inside {
  margin-top: 8vw;
}
.popup-global .row + .row {
  margin-top: 8vw;
}
@media screen and (max-width: 767px) {
  .popup-global .col {
    width: 100%;
  }
  .popup-global .col + .col {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .popup-global .remodal-close {
    height: 44px;
    margin-right: 0px;
  }
  .popup-global .remodal-close img {
    width: 44px;
  }
  .popup-global .remodal-cancel {
    margin-top: 75px;
  }
  .popup-global .remodal-cancel img {
    width: 58px;
  }
  .popup-global h2 {
    margin-top: 4px;
    font-size: 32px;
  }
  .popup-global .ttl-en {
    margin-top: 28px;
    font-size: 19px;
  }
  .popup-global .note {
    margin-top: 27px;
    font-size: 15px;
    line-height: 37px;
  }
  .popup-global .inner {
    margin-top: 42px;
  }
  .popup-global .inside {
    column-gap: 20px;
  }
  .popup-global .col {
    width: 320px;
  }
  .popup-global dl {
    font-size: 15px;
  }
  .popup-global h4 {
    font-size: 22px;
  }
  .popup-global .inside + .inside {
    margin-top: 40px;
  }
  .popup-global .row + .row {
    margin-top: 37px;
  }
}
.banner-global ul li {
  width: 100%;
  position: relative;
}
.banner-global ul li:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.banner-global ul li a {
  display: block;
  position: relative;
  padding: 30vw 5%;
  white-space: nowrap;
}
.banner-global ul li a:after {
  position: absolute;
  content: "";
  background: url("../img/concept/arow.png") no-repeat 0 0/100%;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  border: 1px solid #fff;
  bottom: 8vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.banner-global ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/concept/banner_01.jpg");
  background-size: cover;
  background-position: center 0;
}
.banner-global ul li a span {
  display: block;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 8vw;
  line-height: 2;
  height: 50vw;
  padding: 0 2vw;
  text-align: center;
}
.banner-global ul li a span:before,
.banner-global ul li a span:after {
  content: "";
  position: absolute;
  border-left: 1px solid;
  height: 70%;
}
.banner-global ul li a span:before {
  left: 0;
  bottom: 0;
}
.banner-global ul li a span:after {
  top: 0;
  right: 0;
}
.banner-global ul li:nth-child(2) a:before {
  background-image: url("../img/concept/banner_02.jpg");
}
@media screen and (min-width: 768px) {
  .banner-global ul li {
    width: 50%;
  }
  .banner-global ul li:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  .banner-global ul li a {
    overflow: hidden;
    height: 884px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner-global ul li a:before {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .banner-global ul li a:after {
    width: 53px;
    height: 53px;
    bottom: 57px;
  }
  .banner-global ul li a span {
    font-size: 65px;
    line-height: 170px;
    height: 360px;
    padding: 0;
  }
  .banner-global ul li a span:before,
  .banner-global ul li a span:after {
    height: 240px;
  }
  .banner-global ul li a:hover:before {
    filter: blur(12px);
    -webkit-filter: blur(12px);
  }
}
