/* 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%;
  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;
}
.pc {
  display: none;
}
.padd_wrap {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1000px) {
  .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;
  }
}
.ham-img {
  cursor: pointer;
  width: 50px;
  position: fixed;
  z-index: 1001;
  top: 3%;
  right: 5%;
}
.ham-img img {
  width: 100%;
  height: auto;
}
.ham-img img.on {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.ham-img.is-active img {
  opacity: 0;
}
.ham-img.is-active img.on {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  img {
    width: 100%;
    height: auto;
  }
}
.fc-form [class^='error'] {
  position: static;
}
.f_cl1 {
  color: #a80d0b;
}
.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 {
  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: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
}
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 {
  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: 1000px) {
  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;
}
.navOpen .ft-bnr-fixed {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none;
}
#navigation {
  background: #0f0f0f;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  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: left;
}
#navigation .group {
  position: relative;
}
#navigation .gr {
  padding: 15vw 0% 60px;
}
#navigation .sub-logo {
  width: 40%;
  margin-left: 4%;
}
#navigation .tog-nav {
  position: relative;
  padding: 10vw 4% 0;
}
#navigation .tog-nav li {
  margin-bottom: 20px;
}
#navigation .tog-nav li a span {
  font-size: 22px;
  letter-spacing: 0.02em;
  position: relative;
  line-height: 1.3em;
}
#navigation .tog-nav li a span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 1px solid;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
#navigation .tog-nav li a:hover span:before, #navigation .tog-nav li a.active span:before {
  width: 100%;
}
#navigation .tog-nav li.time {
  position: absolute;
  top: 100px;
  left: 50%;
}
#navigation .tog-nav li.time a {
  display: block;
  margin-bottom: 20px;
}
#navigation .tog-nav li.time a span {
  font-size: 36px;
}
#navigation .tog-nav li.sns a {
  display: inline-block;
  margin-right: 30px;
}
#navigation .tog-nav li.tel {
  margin-top: 20vw;
  text-align: center;
  font-size: 32px;
}
@media screen and (min-width: 1000px) {
  #navigation {
    background-color: transparent;
    padding: 0 0;
    position: absolute;
    opacity: 1;
    pointer-events: auto;
    text-align: center;
    bottom: 0;
  }
  #navigation .gr {
    padding: 0;
  }
  #navigation .sub-logo {
    display: none;
  }
  #navigation .tog-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #0e0e0e;
    text-align: left;
    padding: 10px 50px 0 0;

  }
  #navigation .tog-nav li {
    margin: 0px 0 0 56px;
  }
  #navigation .tog-nav li.time {
    position: relative;
    top: auto;
    left: auto;
  }
  #navigation .tog-nav li.time a {
    display: block;
    margin: 0px;
    line-height: 22px;
    text-align: left;
  }
  #navigation .tog-nav li.time a span {
    font-size: 25px;
  }
  #navigation .tog-nav li.time a:nth-child(3) span {
    font-size: 22px;
    padding-top: 4px;
    display: inline-block;
  }
  #navigation .tog-nav li.sns a {
    display: inline-block;
    margin-right: 30px;
  }
  #navigation .tog-nav li.tel {
    margin-top: 0;
    font-size: 22px;
    letter-spacing: 0.16em;
  }
}
.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
.navOpen #navigation .group {
  visibility: visible;
}
header {
  position: relative;
  padding: 8vw 0%;
}
header .logo {
  margin-left: 8%;
  width: 30%;
}
header .hd-sns {
  padding: 5vw 4% 0;
  font-size: 20px;
}
header h1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
footer {
  position: relative;
  padding: 10vw 0;
}
footer .wrap {
  padding: 5% 5%;
  border-bottom: 1px solid;
  border-top: 1px solid;
}
footer .f-tel {
  font-size: 28px;
  padding-bottom: 20px;
  letter-spacing: 0.16em;
}
footer .ft-sns {
  justify-content: center;
  padding-top: 10px;
}
footer .ft-sns a {
  border: 1px solid;
  margin: 0 5px;
  padding: 0 5px;
  line-height: 25px;
  font-size: 15px;
}
footer .info {
  font-size: 11px;
  line-height: 20px;
}
footer .info .btn-map {
  border: 1px solid;
  padding: 0 3px;
  line-height: 25px;
  margin-left: 8px;
}
footer .info .btn-map:hover {
  opacity: 0.8;
}
footer .info a:hover {
  opacity: 0.8;
}
footer #shopinfo {
  color: #0e0e0e;
  padding: 15vw 5% 20vw;
}
footer #shopinfo .gmap {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
footer #shopinfo .gmap iframe {
  line-height: 0;
}
footer #shopinfo .tel {
  text-align: center;
  font-size: 11vw;
  line-height: 1.4;
  padding-bottom: 5vw;
  letter-spacing: 0.16em;
}
footer #shopinfo .tbl-info dl {
  padding: 10px 0;
}
footer #shopinfo .tbl-info dl:not(:last-child) {
  border-bottom: 1px solid #fff;
}
footer #shopinfo .nav {
  padding: 15vw 0 0;
  border-bottom: 1px solid #1b1b1b;
}
footer #shopinfo .nav li {
  border-top: 1px solid #1b1b1b;
}
footer #shopinfo .nav li a {
  display: block;
  padding: 6% 0 6% 17%;
  position: relative;
  line-height: 1;
}
footer #shopinfo .nav li a:before {
  content: '';
  background: url("../img/index/arow.png") no-repeat center/100%;
  width: 10vw;
  height: 5vw;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
footer #shopinfo .nav li a span {
  letter-spacing: 0.02em;
  font-size: 6.5vw;
}
footer #shopinfo .nav li a:hover:before {
  right: 15px;
}
footer #shopinfo .sns {
  padding-top: 3vw;
  font-size: 5vw;
}
footer .logo {
  width: 95%;
  margin: 0 auto 5vw;
}
footer .ft-soc {
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
  padding-top: 20px;
}
footer .socialbuttons {
  padding: 0px 0 20px;
}
footer .cookies_link a {
  text-decoration: none;
}
footer .cookies_link a:hover {
  text-decoration: underline;
}
#key {
  position: relative;
  background-size: cover;
  background-position: center;
}
.pagetop {
  width: 38px;
  margin:0 auto;
  /* right: 20px; */
  /* bottom: 10px; */
  /* position: fixed; */
}
.pagetop img {
  width: 100%;
  height: auto;
}
/*========layout pc===========*/
@media screen and (min-width: 1000px) {

  
  /* .pagetop {
    width: 42px;
    height: 42px;
    padding: 0;
    right: 30px !important;
    bottom: 100px !important;
    position: fixed;
    opacity: 0;
    visibility: hidden;
  } */
  body {
    font-size: 16px;
    line-height: 34px;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #belt {
    /* background-color: #ebebeb; */
    position: absolute;
    left: 20px;
    top: 12px;
    height: 110px;
    right: 20px;
    z-index: 9999;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  #belt.fixed {
    position: fixed;
    top: 0;
  }
  header {
    padding: 0;
  }
  header .logo {
    margin-left: 0;
    width: 180px;
    position: absolute;
    top: 36px;
    left: 76px;
    z-index: 999999;
  }
  header .logo img {
    width: 100%;
    height: auto;
  }
  header .hd-sns {
    padding: 0 50px;
    font-size: 22px;
  }
  footer {
    padding: 0px 0;
  }
  footer .wrap {
    max-width: 100%;
    padding: 33px 55px 30px;
  }
  footer #shopinfo {
    position: relative;
    padding: 0px 0 0 480px;
    max-width: 1000px;
    margin: 115px auto 330px;
    box-sizing: border-box;
  }
  footer #shopinfo .gmap {
    width: 368px;
    position: absolute;
    top: 23px;
    left: 0;
    line-height: 0;
  }
  footer #shopinfo .gmap iframe {
    line-height: 0;
    height: 368px !important;
  }
  footer #shopinfo .tel {
    text-align: left;
    font-size: 62px;
    padding-bottom: 20px;
  }
  footer #shopinfo .tbl-info {
    padding-bottom: 16px;
  }
  footer #shopinfo .tbl-info dl {
    font-size: 15px;
    line-height: 26px;
    padding: 14px 0;
    display: table;
    width: 100%;
  }
  footer #shopinfo .tbl-info dl dt, footer #shopinfo .tbl-info dl dd {
    display: table-cell;
    box-sizing: border-box;
  }
  footer #shopinfo .tbl-info dl dt {
    width: 95px;
  }
  footer #shopinfo .tbl-info dl:last-child dt {
    width: 400px;
  }
  footer #shopinfo .nav-g {
    position: absolute;
    left: 0;
    top: 434px;
    width: 368px;
  }
  footer #shopinfo .nav {
    padding: 0;
  }
  footer #shopinfo .nav li a {
    display: block;
    padding: 20px 0 27px 111px;
  }
  footer #shopinfo .nav li a:before {
    width: 38px;
    height: 15px;
    position: absolute;
    right: 43px;
    top: 30px;
  }
  footer #shopinfo .nav li a span {
    font-size: 22px;
  }
  footer #shopinfo .nav li a:hover:before {
    right: 15px;
  }
  footer #shopinfo .sns {
    padding-top: 0px;
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  footer .logo {
    width: 378px;
    margin: 0 auto 77px;
    text-align: center;
  }
  footer .logo img {
    width: 100%;
    height: auto;
  }
  footer .logo.f-logo {
    margin: 0;
    position: absolute;
    top: 91px;
    left: 76px;
    padding: 0;
  }
  footer .info {
    text-align: right;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0;
  }
  footer .f-tel {
    text-align: right;
    font-size: 35px;
    padding-bottom: 10px;
  }
  footer .ft-sns {
    justify-content: flex-end;
    padding-top: 7px;
  }
  footer .ft-sns a {
    font-size: 18px;
    margin: 0 0 0 8px;
  }
  footer .ft-sns a span {
    letter-spacing: 0.02em;
  }
  footer .ft-soc {
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 50px 0 65px;
  }
  footer .ft-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    gap: 33px;
    padding: 14px 0 0;
  }
  footer .ft-nav span {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  footer .cookies_link a {
    text-decoration: none;
  }
  footer .cookies_link a:hover {
    text-decoration: underline;
  }
  .has-nav header .hd-fixed {
    opacity: 1;
    visibility: visible;
  }
}
.has-nav .ft-bnr-fixed {
  opacity: 1;
  visibility: visible;
}
/*content*/
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.8;
}
.remodal.ext {
  vertical-align: top;
}
.close-ext {
  display: block;
  color: #fff;
  background: url("../img/index/close1.png") no-repeat 90% center, url("../img/shared/bnr_bg.jpg") repeat 0 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 50px;
  position: relative;
  width: 100%;
}
.close-ext:hover {
  opacity: 0.8;
}
.remodal-close {
  width: 35px;
  top: 20px;
  right: 20px;
  left: auto;
  width: 30px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.4;
}
.remodal-close img {
  width: 100%;
  height: auto;
}
.remodal-wrapper {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.remodal-wrapper, .remodal-wrapper-ext {
  text-align: center;
}
.remodal {
  background: url("../img/shared/bd_bg.jpg") repeat center 0;
  padding: 10px;
}
.remodal-overlay {
  background-color: transparent;
}
.hs-telpop .remodal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.remodal-tel {
  color: #fff;
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0;
}
.remodal-tel dl {
  display: inline-block;
  text-align: left;
  margin-bottom: -17px;
}
.remodal-tel dt {
  font-size: 40px;
}
.remodal-tel .note {
  font-size: 21px;
}
.remodal-tel li span {
  color: #dd3333;
  font-size: 32px;
}
.remodal-tel .remodal-close {
  top: 0;
  right: 0;
}
@media screen and (min-width: 1000px) {
  .remodal-close {
    width: 50px;
    top: 44px;
    right: calc(50% - 500px);
  }
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.ft-bnr-fixed {
  background: url("../img/shared/bg1.jpg") repeat center 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0px;
  z-index: 9999;
  text-align: center;
  display: table;
  width: 100%;
  padding: 10px 0;
}
.ft-bnr-fixed li {
  display: table-cell;
  text-align: center;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.ft-bnr-fixed li:nth-child(2) {
  width: 40%;
  border-left: 1px solid rgba(67, 104, 142, 0.5);
  border-right: 1px solid rgba(67, 104, 142, 0.5);
}
.ft-bnr-fixed img {
  width: auto;
  height: 27px;
}
@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 {
  position: relative;
  margin-top: 5vw;
}
.bnr-shared a, .bnr-shared i {
  position: relative;
  display: block;
  color: #0d0d0d;
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #0e0e0e;
  text-align: left;
  line-height: 1;
  transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
}
.bnr-shared a:after, .bnr-shared i:after {
  content: '';
  background: url("../img/index/arow.png") no-repeat center/100%;
  width: 10vw;
  height: 5vw;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.bnr-shared a:hover:after, .bnr-shared a.copied:after, .bnr-shared i:hover:after, .bnr-shared i.copied:after {
  right: 0 !important;
}
.bnr-shared a img, .bnr-shared i img {
  width: auto;
  height: 19vw;
  opacity: 1 !important;
}
@media screen and (min-width: 1000px) {
  .bnr-shared {
    margin-top: 0;
  }
  .bnr-shared a, .bnr-shared i {
    position: relative;
    display: block;
    color: #0d0d0d;
    border-top: 1px solid #0e0e0e;
    border-bottom: 1px solid #0e0e0e;
    text-align: left;
    line-height: 1;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
  .bnr-shared a:after, .bnr-shared i:after {
    width: 54px;
    height: 15px;
    top: 37px;
    right: 19px;
  }
  .bnr-shared a img, .bnr-shared i img {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  footer .ft-nav {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1240px) {
  header .logo {
    left: 20px;
  }
  #navigation .tog-nav {
    padding-right: 20px;
  }
  #navigation .tog-nav li {
    margin-left: 40px;
  }
  #navigation .tog-nav li:nth-child(1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1080px) {
  #navigation .tog-nav li {
    margin-left: 30px;
  }
}