/* 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 {
  top: 10px;
  right: 10px;
  position: fixed;
  z-index: 1001;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #000;
  color: #fff;
}
.hamburger:before {
  content: '';
  width: 45%;
  border-top: 1px solid;
  height: 1px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.hamburger:after {
  content: 'menu';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1;
  display: none;
}
.hamburger span {
  color: #fff;
  height: 19px;
  width: 45%;
  position: relative;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.hamburger span:before, .hamburger span:after {
  content: '';
  border-top: 1px solid;
  width: 100%;
  position: absolute;
  top: 0px;
  margin: 0 auto;
  display: block;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.hamburger span:after {
  top: auto;
  bottom: 0;
}
.hamburger.is-active:after {
  content: 'close';
}
.hamburger.is-active:before {
  opacity: 0;
}
.hamburger.is-active span:before {
  transform: translate3d(0, 11px, 0) rotate(20deg);
}
.hamburger.is-active span:after {
  transform: translate3d(0, -7px, 0) rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .hamburger:hover {
    opacity: 0.8;
  }
}
@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: 0px 0px 7px rgba(0, 0, 0, 0.35);
}
.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: #000000;
  color: #fff;
  text-align: center;
  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;
  box-sizing: border-box;
}
#navigation .group {
  padding: 120px 5% 77vw;
  position: relative;
}
#navigation .contact {
  font-weight: 500;
}
#navigation .contact .tel {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 10px;
  border: 2px solid;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.4;
  padding: 5px 0;
}
#navigation .contact .tel img {
  width: 32px;
  height: auto;
}
#navigation .contact .tel .num {
  letter-spacing: 0em;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 32px;
  line-height: 1.5;
}
#navigation .contact .bnr-shop {
  width: 65%;
  margin: 20px auto;
}
#navigation .contact .bnr-shop a {
  border: 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 10px 10px;
}
#navigation .contact .bnr-shop a span {
  font-size: 28px;
}
#navigation .contact .bnr-shop a img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}
#navigation .tog-nav {
  padding: 50px 0 0;
}
#navigation .tog-nav li {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
#navigation .tog-nav li a {
  position: relative;
  letter-spacing: 0.14em;
}
#navigation .tog-nav li a span {
  letter-spacing: 0.14em;
  font-size: 22px;
  position: relative;
  display: inline-block;
  padding: 0 0 10px;
}
#navigation .tog-nav li a span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  opacity: 0;
  background-color: #fff;
}
#navigation .tog-nav li a.active span:before {
  opacity: 1;
}
#navigation .tog-nav li.access {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 70px;
  font-size: 18px;
  margin-bottom: 30px;
}
#navigation .tog-nav li.access a {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 5px;
}
#navigation .tog-nav li.access a:hover {
  opacity: 0.8;
}
#navigation .tog-nav li.access img {
  width: 15px;
  height: auto;
}
#navigation .tog-nav li.access img.ext {
  width: 12px;
  height: auto;
}
#navigation .tog-nav li.sns {
  border-top: 1px solid #9fa2a4;
  padding: 35px 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 40px;
}
#navigation .tog-nav li.sns img {
  width: 40px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #navigation {
    overflow: visible;
    opacity: 1;
    visibility: visible;
    position: absolute;
  }
  #navigation .group {
    padding: 0;
  }
  #navigation .contact {
    position: absolute;
    right: 0;
    top: 66px;
    gap: 3px;
    display: flex;
  }
  #navigation .contact .tel {
    background-color: #000;
    border: none;
    font-size: 13px;
    line-height: 17px;
    padding: 6px 0;
    gap: 5px;
    width: 347px;
  }
  #navigation .contact .tel img {
    width: 30px;
  }
  #navigation .contact .tel .num {
    font-size: 31px;
    line-height: 1;
  }
  #navigation .contact .bnr-shop {
    width: 216px;
    margin: 0;
  }
  #navigation .contact .bnr-shop a {
    border: none;
    height: 100%;
    font-size: 23px;
    gap: 0;
    padding: 0 0px 0 9px;
  }
  #navigation .contact .bnr-shop a span {
    font-size: 28px;
  }
  #navigation .contact .bnr-shop a img {
    width: 25px;
    margin-right: 6px;
  }
  #navigation .tog-nav {
    padding: 23px 0 0 6px;
    gap: 48px;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    letter-spacing: 0.14em;
  }
  #navigation .tog-nav li {
    margin-bottom: 0;
  }
  #navigation .tog-nav li a {
    letter-spacing: 0.14em;
    font-size: 15px;
  }
  #navigation .tog-nav li a span {
    font-size: 17px;
    padding: 0 0;
  }
  #navigation .tog-nav li a span:before {
    width: 3px;
    height: 0;
    bottom: auto;
    right: auto;
    top: -23px;
    left: calc(50% - 3px);
    opacity: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  #navigation .tog-nav li a.active span:before, #navigation .tog-nav li a:hover span:before {
    height: 19px;
  }
  #navigation .tog-nav li.access {
    gap: 5px;
    margin: 0;
  }
  #navigation .tog-nav li.access a {
    gap: 0px;
  }
  #navigation .tog-nav li.access img {
    width: 12px;
    margin-right: 5px;
  }
  #navigation .tog-nav li.access img.ext {
    width: 9px;
    margin-left: 2px;
  }
  #navigation .tog-nav li.sns {
    border-top: none;
    padding: 0 0;
    gap: 18px;
  }
  #navigation .tog-nav li.sns img {
    width: 32px;
  }
}
.ft-active .pagetop {
  opacity: 0;
}
.navOpen .pagetop {
  opacity: 0;
}
.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
.navOpen #navigation .group {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .navOpen .ft-bnr-fixed li:not(:last-child) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
header {
  position: relative;
}
header h1 {
  text-align: center;
  color: #9fa2a4;
  font-weight: 500;
  font-size: 10px;
  line-height: 2;
  padding: 10px 5%;
}
header .logo {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 9;
}
header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  header {
    padding: 0 0 0;
  }
  header h1 {
    text-align: left;
    padding: 18px 10px;
  }
  header .logo {
    width: 300px !important;
    transform: none;
    top: 82px !important;
    left: 60px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  header .logo {
    left: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  header .hd-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 46px 78px 30px;
  }
  header .hd-pc .tog-nav {
    gap: 20px;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    width: 690px;
    gap: 18px 48px;
  }
  header .hd-pc .tog-nav li a {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.14em;
    align-items: center;
    display: flex;
  }
  header .hd-pc .tog-nav li a span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.14em;
    position: relative;
  }
  header .hd-pc .tog-nav li a span:before {
    content: '';
    width: 3px;
    height: 0;
    position: absolute;
    top: -46px;
    left: calc(50% - 3px);
    background-color: #000;
    height: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  header .hd-pc .tog-nav li a:hover span:before, header .hd-pc .tog-nav li a.active span:before {
    height: 44px;
  }
  header .hd-pc .tog-nav li.sns {
    gap: 18px;
    display: flex;
    margin-left: -8px;
  }
  header .hd-pc .tog-nav li.access {
    align-items: center;
    gap: 3px;
    display: flex;
    margin: 0;
  }
  header .hd-pc .tog-nav li.access img {
    margin-right: 5px;
  }
  header .hd-pc .tog-nav li.access a:hover {
    opacity: 0.7;
  }
  header .hd-pc .contact {
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
    padding: 30px 0;
    margin: 0 -18px 0 0px;
  }
  header .hd-pc .contact li {
    background-color: #000;
    color: #fff;
    width: 347px;
    font-weight: 500;
  }
  header .hd-pc .contact li.tel {
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 13px;
    line-height: 17px;
    padding: 6px 0;
    gap: 5px;
  }
  header .hd-pc .contact li.tel .num {
    font-size: 31px;
    letter-spacing: 0;
    font-weight: 700;
    align-items: center;
    display: flex;
    align-items: center;
    gap: 0px;
  }
  header .hd-pc .contact li.tel .num img {
    width: 30px;
    height: auto;
  }
  header .hd-pc .contact li.bnr-shop {
    width: 216px;
  }
  header .hd-pc .contact li.bnr-shop a {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    font-size: 23px;
    gap: 6px;
    padding: 0 0px 0 9px;
    letter-spacing: 0.04em;
  }
  header .hd-pc .contact li.bnr-shop a span {
    font-size: 25px;
    font-weight: 700;
  }
  header .hd-pc .contact li.bnr-shop a img {
    width: 27px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  header .hd-pc {
    padding-right: 40px;
  }
}
footer {
  background-color: #000;
  color: #9fa2a4;
  padding: 15vw 5% 120px;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
}
footer .logo {
  width: 16%;
  margin: 0 auto 15vw;
}
footer .foot-bnr {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 15vw;
}
footer .foot-bnr li {
  width: calc(50% - 10px);
}
footer .foot-bnr li:last-child {
  width: 100%;
}
footer .socialbuttons {
  padding: 40px 0 30px;
}
footer .cookies_link a {
  box-shadow: 0 1px 0 0 #646667;
}
footer .cookies_link a:hover {
  box-shadow: none;
}
footer .btn-copy a span {
  display: inline-block;
  letter-spacing: 0.12em;
}
footer .btn-copy a:before {
  content: '';
  background: url("../img/shared/copy.png") no-repeat 0 bottom/100%;
  display: inline-block;
  width: 17px;
  height: 26px;
  margin-right: 11px;
}
footer .cookies_link img {
  width: 15px;
  height: auto;
  margin-right: 8px;
}
footer address {
  padding: 0 0 20px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 32px 20px 0;
    font-size: 12px;
    line-height: 32px;
    text-align: left;
  }
  footer .tog-nav {
    justify-content: center;
    display: flex;
    gap: 0 48px;
    padding: 0 17px 24px 0;
    border-bottom: 1px solid #9fa2a4;
    margin: 0 60px 58px;
    font-size: 15px;
  }
  footer .tog-nav li a {
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.14em;
    align-items: center;
    display: flex;
  }
  footer .tog-nav li a span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.14em;
    position: relative;
  }
  footer .tog-nav li a:hover {
    opacity: 0.8;
  }
  footer .tog-nav li.sns {
    gap: 18px;
    display: flex;
  }
  footer .tog-nav li.sns img {
    width: 32px;
    height: auto;
  }
  footer .tog-nav li.access {
    align-items: center;
    gap: 5px;
    display: flex;
    margin: 0;
  }
  footer .tog-nav li.access img {
    margin-right: 5px;
    width: 12px;
    height: auto;
  }
  footer .tog-nav li.access img.ext {
    width: 9px;
    margin-left: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  footer .tog-nav {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  footer .tog-nav {
    gap: 38px;
  }
}
@media screen and (min-width: 768px) {
  footer .logo {
    width: 44px;
    margin: 0 auto 50px;
  }
  footer .logo img {
    width: 100%;
    height: auto;
  }
  footer .foot-bnr {
    justify-content: center;
    padding: 0;
    width: 940px;
    margin: 0 auto 40px;
  }
  footer .foot-bnr li {
    width: auto;
  }
  footer .foot-bnr li:last-child {
    text-align: center;
  }
  footer .ft-gr {
    gap: 30px;
    display: flex;
    padding: 0 0 42px 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  footer .ft-gr {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  footer address {
    padding: 0;
  }
  footer .socialbuttons {
    padding: 0;
    position: absolute;
    bottom: 45px;
    right: 80px;
    justify-content: flex-end;
  }
}
#key {
  position: relative;
}
.pagetop {
  position: fixed;
  color: #000;
/*
  opacity: 1 !important;
  visibility: visible !important;
*/
  line-height: 28px;
  bottom: 80px;
  right: 10px;
  z-index: 9999;
  font-size: 0;
}
.pagetop span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid ;
  position: relative;
}
.pagetop span:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid ;
}
.has_ft .pagetop  {
  
  color: #fff;
}




@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 24px;
    right: 10px;
  }
  .pagetop span {
    width: 60px;
    height: 60px;
  }
  .pagetop span:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 11px solid ;
  }
  .pagetop:hover {
    opacity: 0.8 !important;
  }
}
/*
#belt {
  
  position: fixed;
  height: 90px;z-index: 999;
}
*/
/*========layout pc===========*/
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 32px;
  }
  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;
      }
      }
     
    }
    */
  #belt {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #belt.fixed {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #belt.fixed > * {
    pointer-events: auto;
  }
}
/*content*/
.remodal.ext {
  vertical-align: top;
}
.remodal-close {
  position: sticky;
  margin-left: auto;
  width: 40px;
  font-size: 10px;
  top: 0px;
  right: 0px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
}
.remodal-close span {
  letter-spacing: 0.05em;
}
.remodal-close img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    width: 50px;
    font-size: 16px;
    line-height: 33px;
  }
  .remodal-close img {
    width: auto;
  }
}
.remodal-cancel {
  padding: 0px;
  color: #000;
  line-height: 1.4;
  font-size: 10px;
  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: 23px;
    font-size: 14px;
  }
  .remodal-cancel img {
    width: auto;
  }
}
.bnr-shared.cancel {
  margin: 0 auto;
  max-width: 383px;
}
.bnr-shared.cancel a {
  cursor: pointer;
}
.bnr-shared.cancel a:before {
  background: url(../img/index/close.png) no-repeat center/100%;
  width: 28px;
}
.remodal-wrapper {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 20px;
  }
}
.remodal-wrapper, .remodal-wrapper-ext {
  text-align: center;
}
.remodal {
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 0px 30px;
}
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .remodal {
    padding: 30px 20px 140px;
  }
}
.remodal-overlay {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.ft-bnr-fixed {
  background: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: table;
}
.ft-bnr-fixed img {
  height: 30px;
  width: auto;
}
.ft-bnr-fixed li {
  text-align: center;
  display: table-cell;
  line-height: 1;
}
.ft-bnr-fixed li:not(:last-child) {
  border-right: 1px solid #fff;
}
.ft-bnr-fixed li a {
  display: block;
  padding: 13px 0;
}
@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;
}
@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);
  }
}
@keyframes btn-link {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
.bnr-shared a {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  background: #000;
  color: #fff;
  text-align: left;
  font-size: 22px;
  letter-spacing: 0em;
  position: relative;
  padding: 10px 30px;
}
.bnr-shared a:before {
  content: '';
  background: url("../img/shared/arow.png") no-repeat center/100%;
  width: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.bnr-shared a.unsmooth:before {
  background: url("../img/index/ico_pop.png") no-repeat center/100%;
  width: 13px;
}
.bnr-shared a:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .bnr-shared {
    max-width: 330px;
    width: 330px;
    margin: 0 auto;
  }
  .bnr-shared a {
    font-size: 25px;
    padding: 14px 40px;
    line-height: 32px;
  }
  .bnr-shared a:before {
    width: 48px;
    right: 30px;
  }
  .bnr-shared a.unsmooth:before {
    width: 22px;
  }
  .bnr-shared a:hover:before {
    animation: btn-link 1.2s ease 0.2s;
  }
}
.bg1 {
  background: url("../img/shared/bg1.jpg") repeat center 0;
}
@media screen and (min-width: 767px) {
  .hvr-sweep {
    background-color: #000;
    color: #fff;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-sweep img {
    opacity: 1 !important;
  }
  .hvr-sweep:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #678567;
    -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;
  }
  .hvr-sweep:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .hvr-U-Cover {
    position: relative;
  }
  .hvr-U-Cover:after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.5s;
    height: 1px;
    background: #000;
    bottom: -1px;
    right: 100%;
  }
  .hvr-U-Cover:hover:after {
    right: 0;
  }
}
.popup-shared {
  padding: 0 20px;
}
.popup-shared h2 {
  font-size: 10vw;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .popup-shared {
    padding: 0;
  }
  .popup-shared h2 {
    font-size: 48px;
    padding-bottom: 23px;
  }
  .popup-shared .wrap {
    padding: 68px 0 0;
  }
}
.menu-shared {
  padding: 10vw 0 0;
}
.menu-shared .menu-list {
  padding-bottom: 30px;
}
.menu-shared .menu-list dl {
  border-bottom: 1px solid #dfdedc;
  letter-spacing: 0.1em;
  line-height: 22px;
  padding: 8px 0;
  text-align: left;
}
.menu-shared .menu-list dl dt {
  float: left;
}
.menu-shared .menu-list dl dd {
  text-align: right;
  float: right;
}
.menu-shared .menu-list dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.menu-shared .menu-list h3 {
  border: 2px solid #dfdedc;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 5px;
  margin-bottom: 3px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .menu-shared {
    padding: 46px 0 0;
    justify-content: space-between;
    display: flex;
  }
  .menu-shared .col {
    width: 480px;
  }
  .menu-shared .menu-list dl {
    line-height: 24px;
    padding: 11px 0 12px;
  }
  .menu-shared .menu-list h3 {
    font-size: 20px;
    padding: 9px 0 8px;
  }
}
#shopinfo {
  padding: 5%;
}
#shopinfo .wrap {
  background-color: #000;
  color: #fff;
  padding: 10vw 5%;
}
#shopinfo .lead .logo {
  width: 45%;
  margin: 0 auto 5vw;
}
#shopinfo .lead .contact {
  font-weight: 500;
  text-align: center;
  padding-bottom: 5vw;
}
#shopinfo .lead .contact .note {
  color: #9fa2a4;
  font-size: 10px;
}
#shopinfo .lead .contact .tel {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 5px;
  border: 2px solid;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.4;
  padding: 5px 0;
}
#shopinfo .lead .contact .tel img {
  width: 28px;
  height: auto;
}
#shopinfo .lead .contact .tel .num {
  letter-spacing: 0em;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 28px;
  line-height: 1.5;
}
#shopinfo .lead .contact .bnr-shop {
  width: 65%;
  margin: 20px auto;
}
#shopinfo .lead .contact .bnr-shop a {
  border: 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 10px 10px;
}
#shopinfo .lead .contact .bnr-shop a span {
  font-size: 28px;
}
#shopinfo .lead .contact .bnr-shop a img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}
#shopinfo .tbl-info .map {
  border: none;
  padding: 0;
}
#shopinfo .tbl-info p {
  border-bottom: 1px solid #32353a;
  padding: 15px 0;
  line-height: 22px;
  text-align: left;
  word-break: break-all;
  font-size: 13px;
  letter-spacing: 0;
}
#shopinfo .tbl-info p .link_map {
  padding-left: 8px;
  box-shadow: 0 1px 0 0 #fff;
}
#shopinfo .tbl-info p .link_map:hover {
  box-shadow: none;
}
#shopinfo .tbl-info p .link_map img {
  width: 9px;
  height: auto;
  margin: 0 5px 0 6px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  #shopinfo {
    padding: 60px 60px 0;
  }
  #shopinfo .wrap {
    max-width: 100%;
    padding: 100px 20px 100px;
  }
  #shopinfo .box {
    max-width: 1000px;
    margin: 0 auto;
  }
  #shopinfo .lead {
    gap: 42px;
    display: flex;
    padding-bottom: 55px;
  }
  #shopinfo .lead .logo {
    width: 209px;
    margin: 0 0 0 -5px;
  }
  #shopinfo .lead .logo img {
    width: 100%;
    height: auto;
  }
  #shopinfo .lead .contact {
    display: flex;
    padding: 66px 0 0;
    gap: 20px;
  }
  #shopinfo .lead .contact .note {
    font-size: 12px;
    letter-spacing: 0;
  }
  #shopinfo .lead .contact .tel {
    width: 353px;
    gap: 5px;
    font-size: 13px;
    line-height: 17px;
    padding: 2px 0 3px;
  }
  #shopinfo .lead .contact .tel img {
    width: 30px;
  }
  #shopinfo .lead .contact .tel .num {
    font-size: 31px;
    line-height: 1.5;
  }
  #shopinfo .lead .contact .bnr-shop {
    width: 238px;
    margin: 0;
  }
  #shopinfo .lead .contact .bnr-shop a {
    font-size: 23px;
    padding: 10px 10px;
  }
  #shopinfo .lead .contact .bnr-shop a span {
    font-size: 25px;
  }
  #shopinfo .tbl-info {
    justify-content: space-between;
    display: flex;
    position: relative;
  }
  #shopinfo .tbl-info .col {
    width: 445px;
  }
  #shopinfo .tbl-info .col.ext {
    padding-top: 300px;
    margin-right: 20px;
  }
  #shopinfo .tbl-info .map {
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: -24px;
  }
  #shopinfo .tbl-info p {
    padding: 9px 0 10px 10px;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  #shopinfo .tbl-info p .link_map {
    padding-left: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #shopinfo {
    padding-left: 20px;
    padding-right: 20px;
  }
}