@charset "UTF-8";
/* Scss Document */
.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% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0) !important;
}
.box-parallax {
  position: relative;
  background: none !important;
}
.pc {
  display: none;
}
.padd_wrap {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 999px) {
  .pc {
    display: block;
  }
  .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;
  }
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 999px) {
  img {
    width: 100%;
    height: auto;
  }
}
.fc-form [class^='error'] {
  position: static;
}
.f_cl {
  color: #bf992e;
}
.f_cl2 {
  color: #d6c29a;
}
.f_cl3 {
  color: #ffa325;
}
.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 {
  -webkit-box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
  box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
}
.img-shadown {
  -webkit-box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
  box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
}
header .btn-close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 65px;
  z-index: 9;
  cursor: pointer;
}
header .btn-close:hover {
  opacity: 0.8;
}
header .btn-close img {
  width: 100%;
  height: auto;
}
section {
  position: relative;
}
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;
  }
  section .wrap .padd_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;
}
#navigation {
  background: url("../img/index/bg1.png") repeat center 0;
  padding: 0px 0px 100px;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  text-align: center;
  color: #fff;
}
#navigation .group {
  padding: 60px 0% 80px;
}
#navigation .tog-nav li {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: normal;
  padding: 0 0 10px;
  text-align: left;
  position: relative;
}
#navigation .tog-nav li.brn {
  width: 80%;
  margin: 0vw auto 10vw;
}
#navigation .tog-nav li a {
  display: block;
  padding: 10px 5%;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#navigation .tog-nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #231c1a;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#navigation .tog-nav li a span {
  vertical-align: middle;
  position: relative;
  top: -5px;
  color: #d7d7d7;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#navigation .tog-nav li a.active:before, #navigation .tog-nav li a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#navigation .tog-nav li.brn a:before {
  display: none;
}
@media screen and (min-width: 999px) {
  #navigation .group {
    padding: 130px 0 50px;
  }
  #navigation .tog-nav li {
    font-size: 60px;
    padding: 0 0 31px;
  }
  #navigation .tog-nav li span {
    font-size: 20px;
  }
  #navigation .tog-nav li a {
    display: block;
    padding: 25px 48px 5px;
    line-height: 1;
  }
  #navigation .tog-nav li.brn {
    width: auto;
    margin: 0;
    padding: 34px 0 0 30px;
  }
  #navigation .tog-nav li.brn img {
    transform: none;
  }
  #navigation .tog-nav li.brn a {
    padding: 0;
  }
}
.navOpen .ft-bnr-fixed, .navOpen .ft_bnr_fixed, .navOpen #pagetop {
  opacity: 0 !important;
  visibility: hidden !important;
}
.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
.navOpen #navigation .group {
  visibility: visible;
}
.hamburger {
  cursor: pointer;
  position: fixed;
  top: -5px;
  right: -5px;
  width: 65px;
  z-index: 9999;
}
.hamburger .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0 !important;
}
.hamburger.is-active {
  right: 10px;
}
.hamburger.is-active img {
  opacity: 0;
}
.hamburger.is-active .on {
  opacity: 1 !important;
}
@media screen and (min-width: 999px) {
  .hamburger.is-active {
    right: 40px;
  }
}
header {
  position: relative;
  background: url("../img/index/line.jpg") repeat-x center 0;
}
header .logo {
  position: absolute;
  width: 43%;
  left: 5%;
  top: 5%;
  z-index: 99;
}
header .logo img {
  width: 100%;
  height: auto;
}
header h1 {
  color: #fff;
  position: absolute;
  z-index: 9;
  font-size: 10px;
	line-height: 1.3;
  top: 42vw;
  left: 5%;
  right: 5%;
  pointer-events: none;
}
header h1 br {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  header h1 br {
    display: block;
  }
}
header .hd-brn {
  width: 67%;
  position: absolute;
  right: 5vw;
  bottom: 5vw;
  z-index: 9;
}
footer {
  border-top: 1px solid #ca9f30;
  background: #74011b;
  padding: 10vw 0 90px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 11px;
}
footer .socialbuttons {
  padding: 0 0 30px;
}
footer .cookies_link a:hover {
  text-decoration: underline;
}
.remodal-close {
  width: 30px;
  height: 32px;
  top: 20px;
  right: 20px;
  left: auto;
}
.remodale .remodal-close {
  background: url("../img/shared/close.png") 0 0 no-repeat;
  width: 22px;
  height: 22px;
  top: 20px;
  right: 20px;
  left: auto;
}
.remodal-wrapper {
  padding: 0;
}
#pagetop {
  bottom: 69px;
  right: 15px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  #pagetop {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .has-nav #pagetop {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #pagetop {
    width: 64px;
    height: 64px;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 53px;
  }
  #pagetop img {
    height: 48px;
    width: auto;
  }
  .navOpen #pagetop, .navOpen.has-nav #pagetop {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
/*========layout pc===========*/
@media screen and (min-width: 999px) {
  #pagetop {
    width: auto;
    padding: 0;
    right: 20px !important;
    bottom: 100px !important;
  }
  body {
    font-size: 16px;
    line-height: 40px;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .hamburger {
    width: 98px;
    height: 102px;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
  }
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
  header {
    padding-top: 139px;
  }
  header .logo {
    width: 295px;
    left: 27px;
    top: 57px;
  }
  header h1 {
     position: absolute;
    top: 66px;
    left: 367px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  header .hd-brn {
    width: auto;
    right: 34px;
    bottom: auto;
    top: 149px;
  }
  header .web {
    position: absolute;
    top: 73px;
    right: 38px;
    border: 1px solid #ca9f30;
    width: 138px;
  }
  header .web a {
    display: block;
    background-color: #74011b;
    line-height: 31px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
  }
  header .web:hover {
    opacity: 0.7;
  }
  header .hd-tel {
    position: absolute;
    right: 194px;
    top: 27px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 44px;
  }
  header .hd-tel img {
    margin-right: 5px;
  }
  header .hd-tel span {
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -0.05em;
  }
  header .hd-navi {
    position: absolute;
    top: 384px;
    left: 0;
    z-index: 90;
  }
  header .hd-navi li {
    width: 305px;
    margin: 0 0 16px 58px;
  }
  header .hd-navi li a {
    border: 1px solid #3d3b35;
    display: block;
    color: #d7d7d7;
    background-color: #14130f;
    font-size: 24px;
    line-height: 49px;
    letter-spacing: 0.05em;
    padding: 0 0 0 18px;
    position: relative;
    box-sizing: border-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  header .hd-navi li a span {
    position: relative;
    top: -2px;
    padding-left: 20px;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  header .hd-navi li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #74011b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  header .hd-navi li:hover a, header .hd-navi li.active a {
    border: 1px solid #caa23f;
  }
  header .hd-navi li:hover a:before, header .hd-navi li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  footer {
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-align: left;
    line-height: 30px;
  }
  footer .socialbuttons {
    padding: 0;
    position: absolute;
    top: 141px;
    left: 7px;
    justify-content: flex-start;
  }
  footer .wrap {
    padding: 43px 0 133px;
  }
  footer address, footer .cookies_link {
    padding-left: 10px;
    text-align: left;
  }
  footer .f_bnr {
    position: absolute;
    top: 32px;
    right: 5px;
  }
}
.has-nav .ft_bnr_fixed {
  opacity: 1;
  visibility: visible;
}
.has-nav header .bnr-fix {
  top: 120px;
}
/*content*/
.remodal.ext {
  vertical-align: top;
}
#popup {
  background: #f4eee9;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 22px;
  text-align: left;
  padding: 60px 5% 70px;
  letter-spacing: 0.1em;
  color: #000;
  box-sizing: border-box;
}
#popup h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 5vw;
  text-align: center;
  font-weight: 700;
}
#popup .txt {
  text-align: left;
}
#popup .txt p {
  padding-bottom: 15px;
}
#popup .list {
  padding: 15px 0;
}
@media screen and (min-width: 999px) {
  #popup {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding: 95px 0;
  }
  #popup h2 {
    font-size: 34px;
    padding-bottom: 32px;
  }
  #popup .txt {
    text-align: center;
  }
  #popup .txt p {
    padding-bottom: 30px;
  }
  #popup .list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  #popup .list ul {
    text-align: left;
    padding: 0 20px;
  }
  #popup .list ul li {
    padding: 0;
    font-size: 16px;
    line-height: 30px;
  }
}
.remodal-wrapper, .remodal-wrapper-ext {
  text-align: center;
}
.remodal {
  padding: 0;
  max-width: 1000px;
}
.remodale {
  max-width: 1100px;
}
@media screen and (min-width: 999px) {
  .remodal-wrapper, .remodal-wrapper-ext {
    padding: 0;
  }
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.ft_bnr_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: #74011b;
  color: #fff;
  z-index: 999;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ac5f4b;
  padding-right: 64px;
}
.ft_bnr_fixed li {
  text-align: center;
  width: 64px;
}
.ft_bnr_fixed li a {
  border-right: 1px solid #ac5f4b;
}
.ft_bnr_fixed li:nth-child(1) {
  width: calc(100% - 64px);
}
.ft_bnr_fixed li:nth-child(2) a {
  line-height: 48px;
}
.ft_bnr_fixed img {
  height: 48px;
  width: auto;
}
.ft_bnr_fixed a {
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 8px 0;
  letter-spacing: 0.15em;
}
@keyframes mymove {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}
.fade_photo[style*="visible"] img {
  animation-name: mymove;
  animation-duration: .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 .8s ease 0.7s !important;
  -moz-transition: opacity .8s ease 0.7s !important;
  -webkit-transition: opacity .8s ease 0.7s !important;
}
.photo_on[style*="visible"] .on {
  opacity: 1 !important;
}
.bnr-shared a {
  display: block;
  line-height: 60px;
  background-color: #82101e;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: 400;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.bnr-shared a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bnr-shared a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #242424;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.bnr-shared a span:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url("../img/index/arrow.png") no-repeat 0 0/100%;
}
.bnr-shared.ext a {
  background-color: #343331;
}
.bnr-shared.ext a:hover:before {
  background-color: #82101e;
}
@media screen and (min-width: 999px) {
  .bnr-shared a {
    text-align: left;
    padding-left: 134px;
    font-size: 20px;
    line-height: 78px;
  }
  .bnr-shared a span:after {
    right: 32px;
    width: 22px;
    height: 25px;
  }
}
.bnr-shop a {
  display: block;
  padding-left: 30px;
  line-height: 70px;
  background-color: #bf992e;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: 600;
  font-weight: 400;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.bnr-shop a:after {
  background: url("../img/index/ico1.png") no-repeat 0 0/100%;
  content: '';
  width: 29px;
  height: 29px;
  position: absolute;
  right: calc(50% + 92px);
  top: 50%;
  transform: translateY(-50%);
}
.bnr-shop a:hover {
  color: #fff;
}
.bnr-shop a:hover:after {
  background: url("../img/index/ico1_on.png") no-repeat 0 0/100%;
}
.bnr-shop a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bnr-shop a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #810f1e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 999px) {
  .bnr-shop {
    width: 456px;
  }
  .bnr-shop a {
    text-align: left;
    padding-left: 135px;
    font-size: 24px;
    line-height: 100px;
    letter-spacing: 0.2em;
  }
  .bnr-shop a:after {
    width: 50px;
    height: 49px;
    right: calc(50% + 120px);
  }
}