/* 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;
  }
}

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

.hamburger {
  position: relative;
  z-index: 1001;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.hamburger.is-active {
  background: url(../img/shared/f_04_close.jpg) no-repeat center/cover;
}

.hamburger.is-active img {
  opacity: 0;
}

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

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/bg_re.jpg') repeat center;
  color: #fff;
  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% 77vw;
  position: relative;
}

#navigation .group .lang-nav {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}

#navigation .group .lang-nav nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 20px;
}

#navigation .tog-nav {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  margin-bottom: 40px;
}

#navigation .tog-nav li {
  position: relative;
  width: 50%;
  margin-bottom: 16px;
  text-align: center;
}

#navigation .tog-nav li.active {
  border-bottom: 4px double #c02a01;
}

#navigation .tog-nav li a {
  position: relative;
}

#navigation .tog-nav li a span {
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 28px;
}

#navigation .tog-nav li a span:nth-child(1) {
  display: block;
  font-size: 12px;
  color: #fef6de;
}

@media screen and (min-width: 768px) {
  .fix-pc {
    position: absolute;
    top: 110px;
    right: 0;
    width: 65px;
  }

  .fix-pc a:nth-child(1) {
    position: relative;
    display: block;
  }

  .fix-pc a:nth-child(1)::before {
    background: url(../img/shared/arr_ww.png);
    width: 10px;
    height: 12px;
    z-index: 2;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -5px;
    content: "";
    transition: all 0.4s ease;
  }

  .fix-pc a:nth-child(1):hover::before {
    left: 60%;
  }
  .fix-pc a + a {
    width: 30px;
    margin: 15px auto 0;
    display: block;
  }
  #navigation {
    background: none;
    color: #38201b;
    text-align: left;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: inherit;
    height: 98px;
    z-index: 1000;
    overflow: hidden;
    opacity: 1;
    pointer-events: visible;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 0 20px;
  }
  #navigation .group {
    padding: 0;
    position: relative;
  }
  #navigation .group .lang-nav {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
  }
  #navigation .group .lang-nav nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 20px;
  }
  #navigation .group .lang-nav {
    display: none !important;
  }
  #belt .gr {
    position: relative;
  }
  #belt .gr .tel {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0;
  }
  #belt .gr .tel span {
    font-size: 22px;
    display: block;
    margin-left: -10px;
  }
  #belt .gr .tel span img {
    width: 15px;
    height: auto;
    margin-right: 5px;
    filter: brightness(0.1);
    position: relative;
    top: -3px;
  }
  #belt .gr .banner {
    position: absolute;
    top: 14px;
    right: 210px;
  }
  #belt .gr .banner img {
    margin-right: 5px;
    position: relative;
    top: -3px;
  }
  #belt .gr .banner a {
    transition: all 0.3s ease;
  }
  #belt .gr .banner a:hover {
    opacity: 0.7;
  }
  #navigation .tog-nav {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
    padding-top: 35px;
  }
  #navigation .tog-nav li {
    width: 130px;
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 4px double rgba(192, 42, 1, 0);
    transition: all 0.3s ease;
    margin: 0 20px 0 0;
  }

  #navigation .tog-nav li:hover {
    border-bottom: 4px double #c02a01;
  }
  #navigation .tog-nav li:nth-child(1) {
    order: 1;
  }
  #navigation .tog-nav li:nth-child(2) {
    order: 4;
  }
  #navigation .tog-nav li:nth-child(3) {
    order: 2;
  }
  #navigation .tog-nav li:nth-child(4) {
    order: 5;
  }
  #navigation .tog-nav li:nth-child(5) {
    order: 3;
  }
  #navigation .tog-nav li:nth-child(6) {
    order: 6;
  }
  #navigation .tog-nav li a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #38201b;
    font-size: 16px;
    letter-spacing: 0;
  }
  #navigation .tog-nav li a span {
    font-size: 16px !important;
    letter-spacing: 0 !important;
  }
  #navigation .tog-nav li a span:nth-child(2) {
    color: #38201b;
    transition: all 0.3s ease;
    display: block;
  }
  #navigation .tog-nav li a span:nth-child(1) {
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
    left: 0;
    transition: all 0.3s ease;
    color: #c02a01;
  }
  #navigation .tog-nav li a:hover span:nth-child(2) {
    transform: translateY(30px);
  }
  #navigation .tog-nav li a:hover span:nth-child(1) {
    top: 0;
  }
}

.ft-active .pagetop {
  opacity: 0;
}

.navOpen .pagetop {
  opacity: 0;
}

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

.navOpen #navigation .group {
  opacity: 1;
  transform: translateY(0);
}

@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;
  padding: 5vw 0 0;
  background: url(../img/shared/bg_key_sp.jpg) no-repeat top center;
  background-size: 100% auto;
}

header h1 {
  color: #38201b;
  line-height: 1.4;
  font-size: 11px;
  position: absolute;
  left: 5%;
  top: 20px;
  text-align: left;
  z-index: 1;
  width: 68%;
}

header .logo {
  width: 55%;
  margin: 15vw auto 7vw;
}

header .logo img {
  width: 100%;
  height: auto;
}

.lang-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.lang-box .btn-lang {
  width: 55px;
  position: absolute;
  right: 0;
  right: 0;
  z-index: 2;
}

.lang-box .block {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/shared/bg_nav.png) repeat;
  z-index: 1;
  width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.lang-box.show .block {
  opacity: 1;
  visibility: visible;
}

.lang-box .btn-lang-close {
  width: 35px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -18px;
}

.lang-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.fnt-san {
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  header {
    position: relative;
    padding: 0 0 0;
    background: url(../img/shared/bg_h.png) no-repeat top left;
    background-size: auto;
    height: 1000px;
  }
  header h1 {
    color: #38201b;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 400px;
    text-align: left;
    z-index: 1;
    width: 35px;
    line-height: 35px;
  }
  header .logo {
    width: 234px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 2;
  }
  header .logo img {
    width: 100%;
    height: auto;
  }
  .lang-box {
    position: absolute;
    top: 60px;
    right: inherit;
    left: 295px;
    width: auto;
  }
  .lang-box .btn-lang {
    width: 55px;
    position: absolute;
    right: 0;
    right: 0;
    z-index: 2;
  }
  .lang-box .block {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    width: 100%;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    width: 180px;
    border: 1px solid;
  }
  .lang-box.show .block {
    opacity: 1;
    visibility: visible;
  }
  .lang-box .btn-lang-close {
    width: 35px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -18px;
  }
  .lang-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
    font-size: 14px;
  }
  .lang-box ul li a {
    transition: all 0.3s ease;
  }
  .lang-box ul li a:hover {
    opacity: 0.7;
  }
  header .hd-pc {
    width: 100%;
    position: relative;
    height: 250px;
  }
  header .hd-pc .web-btn {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  header .hd-pc .tel {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 24px;
    right: 305px;
    line-height: 30px;
  }
  header .hd-pc .tel span {
    font-size: 25px;
    display: block;
    position: relative;
    letter-spacing: 0.15em;
  }
  header .hd-pc .tel span img {
    position: absolute;
    top: 6px;
    left: -23px;
  }
  header .hd-pc .banner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 100px;
    right: 30px;
  }
  header .hd-pc .banner li {
    margin-left: 25px;
  }
  header .hd-pc .banner li a {
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
  }
  header .hd-pc .banner li a:hover {
    opacity: 0.65;
  }
  header .hd-pc .banner li img {
    margin-right: 5px;
    top: -1px;
    position: relative;
  }
  header .hd-pc .banner li img.top {
    position: relative;
    top: -3px;
  }
  header .hd-pc .tog-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 160px;
  }
  header .hd-pc .tog-nav li {
    width: 150px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 4px double rgba(192, 42, 1, 0);
    transition: all 0.3s ease;
    margin: 0 15px;
  }
  header .hd-pc .tog-nav li.active,
  header .hd-pc .tog-nav li:hover {
    border-bottom: 4px double #c02a01;
  }
  header .hd-pc .tog-nav li a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #38201b;
    font-size: 18px;
    letter-spacing: 0;
  }
  header .hd-pc .tog-nav li a .hover-text1 {
    transition: all 0.3s ease;
    display: block;
  }
  header .hd-pc .tog-nav li a .pc {
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
    left: 0;
    transition: all 0.3s ease;
    color: #c02a01;
  }
  header .hd-pc .tog-nav li a:hover .hover-text1 {
    transform: translateY(30px);
  }
  header .hd-pc .tog-nav li a:hover .pc {
    top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #navigation .tog-nav li {
    margin-right: 12px;
  }
  #belt .gr .banner {
    right: 200px;
  }
}

footer {
  padding: 17vw 0% 0;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  background: url(../img/shared/bg_ft.jpg) repeat;
}

footer .logo {
  margin: 0 15% 6vw;
}

footer .tel {
  color: #fef6de;
  font-size: 17px;
  text-align: center;
  margin-bottom: 8vw;
}

footer .tel span {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0 10px;
}

footer .tel span img {
  width: 16px;
  height: auto;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

footer .tel small {
  display: block;
  color: #38201b;
}

footer ul.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10vw 0 15vw;
}

footer ul.banner li {
  margin: 0 10px;
}

footer ul.banner li:nth-child(1) i {
  width: 23px;
  display: inline-block;
  margin-right: 5px;
}

footer ul.banner li:nth-child(2) i {
  width: 15px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

footer ul.banner a {
  display: flex;
  align-items: center;
  color: #fef6de;
}

footer .banner-lk {
  margin: 0 10% 7vw;
}

footer .text-b {
  margin: 0 5% 0;
  text-align: left;
  padding-bottom: 12vw;
}

footer .text-b dl {
  padding: 10px 0;
  font-size: 14px;
}

footer .text-b dl dd {
  padding-left: 15px;
}

footer .text-b dl dd a i {
  display: inline-block;
  width: 15px;
  position: relative;
  top: -3px;
  margin-right: 4px;
}


footer .text-b dl.block {
  position: relative;
  }
  footer .text-b dl .serif {
    position: absolute;
    top: 67px;
    right: 100px;
  }
  footer .text-b dl .serif{
    display: inline-block;
    margin-top: 20px;
    padding: 8px;
    border-radius: 4px;
    background-color: #ffffff;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    font-weight: bold;
  }
  
  footer .text-b dl .serif::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: #ffffff00 transparent #ffffff;
    translate: -60% -110%;
  }
  
  #sec6 .list dl dt {
    width: 30%;
  }
  
  #sec6 .list dl dd {
    width: 70%;
    letter-spacing: 0.05em;
  }

footer .bg {
  background: url(../img/shared/bg_re.jpg) repeat;
  padding: 5vw 0 32vw;
  color: #eee2c3;
}

footer .btn-copy {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .btn-copy a {
  display: flex;
}

footer .btn-copy img {
  width: 15px;
  height: auto;
  margin-left: 6px;
  position: relative;
  top: 2px;
}

footer .btn-copy a span {
  display: inline-block;
  letter-spacing: 0.1em;
}

footer .cookies_link {
  margin: 10px 0;
}

footer .cookies_link a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #a09680;
}

footer .cookies_link img {
  width: 15px;
  height: auto;
  margin-left: 6px;
  position: relative;
  top: -1px;
}

footer address {
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 100px 0 0;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    line-height: 30px;
    background: url(../img/shared/bg_ft.jpg) repeat;
  }
  footer .wrap {
    max-width: 1100px;
  }
  footer .tog-nav {
    padding-bottom: 42px;
    border-bottom: 1px solid #806b66;
    margin-bottom: 30px;
  }
  footer .tog-nav li {
    width: 150px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 4px double rgba(254, 246, 222, 0);
    transition: all 0.3s ease;
  }
  footer .tog-nav li.active,
  footer .tog-nav li:hover {
    border-bottom: 4px double #fef6de;
  }
  footer .tog-nav li a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #fef6de;
    font-size: 18px;
    letter-spacing: 0;
  }
  footer .tog-nav li a .hover-text1 {
    transition: all 0.3s ease;
    display: block;
  }
  footer .tog-nav li a .pc {
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
    left: 0;
    transition: all 0.3s ease;
  }
  footer .tog-nav li a:hover .hover-text1 {
    transform: translateY(30px);
  }
  footer .tog-nav li a:hover .pc {
    top: 0;
  }
  footer .shopinfo {
    position: relative;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .shopinfo .lang-pc {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .shopinfo .lang-pc .lang-box-f {
    background: rgba(255, 255, 255, 0.1);
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .shopinfo .lang-pc .lang-box-f a {
    transition: all 0.3s ease;
  }
  footer .shopinfo .lang-pc .lang-box-f a:hover {
    opacity: 0.7;
  }
  footer .contact {
    width: 325px;
    margin-left: 90px;
    text-align: center;
  }
  footer .contact .web-btn {
    margin: 0 auto 25px;
  }
  footer .logo {
    margin: 0 auto 15px;
    width: 313px;
  }
  footer .tel {
    color: #fef6de;
    font-size: 16px;
    text-align: center;
    margin-bottom: 35px;
  }
  footer .tel span {
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0 10px;
  }
  footer .tel span img {
    width: 16px;
    height: auto;
    margin-right: 6px;
    position: relative;
    top: 2px;
  }
  footer .tel small {
    display: block;
    color: #38201b;
  }
  footer ul.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 45px;
  }
  footer ul.banner li {
    margin: 0 10px;
  }
  footer ul.banner li:nth-child(1) i {
    width: 23px;
    display: inline-block;
    margin-right: 7px;
  }
  footer ul.banner li:nth-child(2) i {
    width: 15px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 6px;
  }
  footer ul.banner a {
    display: flex;
    align-items: center;
    color: #fef6de;
  }
  footer ul.banner a:hover {
    opacity: 0.7;
  }
  footer .banner-lk {
    margin: 0;
    padding-bottom: 60px;
  }
  footer .text-b {
    margin: 0;
    padding-top: 110px;
    width: 600px;
    text-align: left;
    padding-bottom: 0;
  }
  footer .text-b dl {
    padding: 0 0 28px;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    letter-spacing: 0.05em;
  }

  footer .text-b dl .serif {
    position: absolute;
    top: 28px;
    right: 290px;
  }
  footer .text-b dl dt {
    width: 105px;
  }
  footer .text-b dl dd {
    padding-left: 0;
    width: calc(100% - 105px);
  }
  footer .text-b dl dd a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
  }
  footer .text-b dl dd a:hover {
    border-bottom: 1px solid white;
  }
  footer .text-b dl dd a i {
    display: inline-block;
    width: 15px;
    position: relative;
    top: -3px;
    margin: 0 3px 0 2px;
  }
  footer .bg {
    padding: 40px 20px 45px;
  }
  footer .bg .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  footer .bg .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #fff;
  }
  footer .btn-copy {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .btn-copy a {
    display: flex;
    transition: all 0.3s ease;
    background: url(../img/shared/i_url.png) no-repeat center right;
    background-size: 15px auto;
    padding-right: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  footer .btn-copy a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  footer .btn-copy img {
    width: 15px;
    height: auto;
    margin-right: 6px;
    position: relative;
    top: 2px;
    display: none;
  }
  .socialbuttons {
    padding-top: 5px;
  }
  footer .btn-copy a span {
    display: inline-block;
    letter-spacing: 0.1em;
  }
  footer .cookies_link {
    margin: 10px 0;
  }
  footer .cookies_link img {
    width: 15px;
    height: auto;
    margin-right: 6px;
    position: relative;
    top: -1px;
    display: none;
  }
  footer .cookies_link a {
    background: url(../img/shared/i_link.png) no-repeat center right;
    padding-right: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    text-decoration-color: #63605f;
  }
  footer .cookies_link a:hover {
    text-decoration: none;
  }
  footer address {
    padding-top: 0;
  }
}

#key {
  position: relative;
}

.pagetop {
  position: relative;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 28px;
  bottom: 0;
  right: 0;
  z-index: 1;
  white-space: nowrap;
  margin: 8vw 38% 0;
}

@media screen and (min-width: 768px) {
  .pagetop {
    width: 94px;
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -47px;
  }
  .pagetop:hover {
    opacity: 0.8 !important;
  }
}

/*
#belt {
  
  position: fixed;
  height: 90px;z-index: 999;
}
*/
/*========layout pc===========*/
@media screen and (min-width: 768px) {
  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 {
    background: url(../img/shared/bg_nav.png) repeat;
    height: 98px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #belt .gr {
    max-width: 1200px;
    margin: 0 auto;
  }
  #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: 50px;
  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: 65px;
    font-size: 16px;
    line-height: 33px;
  }
  .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;
  }
}

.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: url('../img/shared/bg1.jpg') repeat center 0;
  color: #fff;
  box-sizing: border-box;
  max-width: 1116px;
  padding: 10px 15px 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: rgba(0, 0, 0, 0.6);
}

@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;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.ft-bnr-fixed li.ham:before {
  background: url('../img/shared/bg4.jpg') repeat center 0;
  opacity: 1;
}

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

.bnr-shared {
  background: url('../img/shared/boder_bg1.png') repeat center 0;
  padding: 1px;
}

.bnr-shared a {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 400;
  display: block;
  background: url('../img/shared/shape.png') no-repeat right bottom, url('../img/shared/bg1.jpg') repeat center 0;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.32em;
  position: relative;
}

.bnr-shared a:before {
  content: '';
  background: url('../img/shared/arow.png') no-repeat center/100%;
  width: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.bnr-shared a.unsmooth:before {
  background: url('../img/shared/ico_pop.png') no-repeat center/100%;
  width: 13px;
}

.bnr-shared.ext {
  background: url('../img/shared/boder_bg.png') repeat center 0;
}

.btn-copy {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .bnr-shared {
    width: 383px;
  }
  .bnr-shared a {
    font-size: 21px;
    padding: 0;
    line-height: 58px;
    text-align: center;
    padding: 0px 20px;
  }
  .bnr-shared a:before {
    right: 30px;
    width: 15px;
  }
  .bnr-shared a:hover:before {
    right: 15px !important;
  }
}

.bg1 {
  background: url('../img/shared/bg1.jpg') repeat center 0;
}

.bg2 {
  background: url('../img/shared/bg2.jpg') repeat center 0;
}

.bg3 {
  background: url('../img/shared/bg3.jpg') repeat center 0;
}
