/* 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 (max-width: 767px) {
  .txt-sp {
    cursor: pointer;
    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;
  }
}

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

.hamburger {
  position: fixed;
  z-index: 1001;
  box-sizing: border-box;
  cursor: pointer;
  width: 64px;
  top: 15px;
  right: 10px;
}

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

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

.fix-coffee {
  position: fixed;
  z-index: 1001;
  box-sizing: border-box;
  cursor: pointer;
  width: 64px;
  top: 90px;
  right: 10px;
}


@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

.fc-form [class^='error'] {
  position: static;
}

i {
  font-style: normal;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btn-lk a,
.btn-lk span.unsmooth {
  color: #f9f1e8;
  display: block;
  padding: 10px 20px 12px;
  text-align: center;
  position: relative;
  font-size: 16px;
  overflow: hidden;
  z-index: 1;
  background: #318d49;
  border: 1px solid #318d49;
  border-radius: 30px;
}

@media screen and (min-width: 768px) {
  .btn-lk a,
  .btn-lk span.unsmooth {
    display: block;
    width: 250px;
    height: 55px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .btn-lk a i,
  .btn-lk span.unsmooth i {
    position: relative;
    z-index: 2;
  }
  .btn-lk a::before,
  .btn-lk span.unsmooth::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    width: 60px;
    height: 60px;
    background: #7c5127;
    transform: scale(0);
    transition: 0.6s ease all;
  }
  .btn-lk a:hover,
  .btn-lk span.unsmooth:hover {
    transition: all 0.3s;
  }
  .btn-lk a:hover::before,
  .btn-lk span.unsmooth:hover::before {
    -webkit-transform: scale(6);
    transform: scale(6);
  }
  .btn-lk.is-b a::before,
  .btn-lk.is-b span.unsmooth::before {
    background: #1e572d;
  }
}

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

@media screen and (min-width: 768px) {
  .pc-txt {
    cursor: pointer;
    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;
  }
}

#navigation {
  background: #39180a;
  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: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  color: #f9f1e8;
}

#navigation .contact {
  padding-bottom: 30vw;
}

#navigation .contact .is-pp {
  margin: 0 10%;
}

#navigation .contact .is-page {
  margin-top: 13vw;
}

#navigation .contact .is-page span {
  display: none;
}

#navigation .contact .list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10vw;
}

#navigation .contact .tel-common {
  text-align: center;
}

#navigation .contact .ins {
  width: 35px;
  margin-left: 20px;
}

#navigation .b-nav {
  padding: 20vw 7% 10vw;
}

#navigation .tog-nav li {
  border-bottom: 1px solid #806e5e;
  position: relative;
}

#navigation .tog-nav li .hover-show {
  width: 40px;
  position: absolute;
  top: 13px;
  right: 1px;
  z-index: 5;
}

#navigation .tog-nav li .hover-show.active {
  background: url(../img/shared/ac_on.png) no-repeat center/cover;
}

#navigation .tog-nav li .hover-show.active img {
  opacity: 0;
}

#navigation .tog-nav li nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #39180a;
  z-index: 999;
  padding: 10px 0;
  border-top: 1px solid #806e5e;
  display: block;
}

#navigation .tog-nav li nav a {
  display: block;
  font-size: 18px;
  padding: 7px 25px;
  background: #39180a;
}

#navigation .tog-nav li nav a + a {
  border-top: 1px solid #4a4037;
}

#navigation .tog-nav li a {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  font-size: 20px;
  padding: 20px 10px;
  display: block;
}

#navigation .tog-nav li a.active {
  color: #a78947;
}

.tel-common {
  font-size: 24px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0 5px;
}

.tel-common span {
  background: url("../img/shared/i_tel_w.png") no-repeat top 11px left;
  background-size: 18px auto;
  padding: 4px 20px 0px 20px;
  display: inline-block;
}

.navOpen .ft-bnr-fixed {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  #navigation {
    opacity: 1;
    visibility: visible;
    background: none;
    position: absolute;
    overflow: hidden;
  }
  #navigation .group {
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
  }
  #navigation .group .gr {
    width: 750px;
  }
  #navigation .contact {
    padding: 80px 0 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #navigation .contact .is-pp {
    margin: 0 0 0 30px;
  }
  #navigation .contact .is-pp span.unsmooth {
    height: 55px;
    width: 325px;
  }
  #navigation .contact .is-page {
    margin-top: 0;
    top: 0;
    left: 0;
    background: url(../img/shared/btn_pc.jpg) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh !important;
  }
  #navigation .contact .is-page span {
    display: block;
    width: 58px;
    height: 350px;
    background: #7c5127;
    border: 1px solid #7c5127;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  #navigation .contact .is-page span::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    width: 60px;
    height: 60px;
    background: #5f4539;
    transform: scale(0);
    transition: 0.6s ease all;
  }
  #navigation .contact .is-page span i {
    position: relative;
    z-index: 2;
  }
  #navigation .contact .is-page span:hover::before {
    transform: scale(8);
  }
  #navigation .contact .list {
    display: block;
    margin-bottom: 0;
  }
  #navigation .contact .list .note {
    font-size: 14px;
    letter-spacing: 0;
  }
  #navigation .contact .tel-common {
    text-align: center;
    font-size: 32px;
  }
  #navigation .contact .ins {
    width: 40px;
    margin-left: 0;
    position: absolute;
    top: -60px;
    right: 110px;
  }
  #navigation .contact .ins img {
    width: 100%;
    height: auto;
  }
  #navigation .contact .gmap {
    width: 40px;
    margin-left: 0;
    position: absolute;
    top: -60px;
    right: 45px;
  }
  #navigation .contact .gmap img {
    width: 80%;
    height: auto;
  }
  #navigation .b-nav {
    padding: 0;
    width: 100%;
  }
  #navigation .b-nav ul {
    display: flex;
    position: relative;
    justify-content: flex-start;
  }
  #navigation .tog-nav {
    margin-bottom: 30px;
  }
  #navigation .tog-nav li {
    border-bottom: none;
    position: relative;
    min-width: 150px;
  }
  #navigation .tog-nav li:nth-child(1) a {
    font-size: 25px;
  }
  #navigation .tog-nav li:nth-child(6) {
    width: 150px;
    left: 0;
    top: 138px;
    position: absolute;
  }
  #navigation .tog-nav li .hover-show {
    width: 100px;
    position: absolute;
    top: 13px;
    right: 1px;
    z-index: 5;
    display: none;
  }
  #navigation .tog-nav li .hover-show.active {
    background: url(../img/shared/ac_on.png) no-repeat center/cover;
  }
  #navigation .tog-nav li .hover-show.active img {
    opacity: 0;
  }
  #navigation .tog-nav li nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100px;
    background: none;
    z-index: 999;
    padding: 10px 0 0;
    border-top: none;
    display: block !important;
  }
  #navigation .tog-nav li nav a {
    display: inline-block;
    font-size: 20px;
    padding: 0;
    background: none;
    margin-left: -8px;
  }
  #navigation .tog-nav li nav a + a {
    border-top: none;
    margin-top: 5px;
  }
  #navigation .tog-nav li a {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    font-size: 25px;
    padding: 0 0 1px;
    display: inline-block;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(249, 241, 232, 0);
    transition: all 0.3s ease;
  }
  #navigation .tog-nav li a.active,
  #navigation .tog-nav li a:hover {
    color: #f9f1e8;
    border-bottom: 1px solid rgba(249, 241, 232, 0.7);
  }
}

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

header h1 {
  font-size: 12px;
  text-align: left;
  z-index: 100;
  color: #998c7e;
  line-height: 20px;
  position: relative;
  padding: 5vw 20% 5vw 5%;
  min-height: 77px;
}

header .logo {
  width: 40%;
  position: relative;
  z-index: 9;
  margin: 6vw auto 7vw;
}

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

@media screen and (min-width: 768px) {
  header {
    position: relative;
    height: 1065px;
    z-index: 9999;
  }
  header h1 {
    position: absolute;
    right: 70px;
    text-align: right;
    font-size: 14px;
    padding: 0;
    color: #998c7e;
    top: 895px;
  }
  header .logo {
    width: 204px;
    top: 100px;
    position: absolute;
    z-index: 10;
    margin: 0;
    left: 70px;
  }
  .tel-common {
    font-size: 29px;
  }
  header .hd-pc {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 43px 70px 0 0;
  }
  header .hd-pc .box-01 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header .hd-pc .tel-common {
    margin-right: 25px;
  }
  header .hd-pc .tel-common span {
    background: url(../img/shared/i_tel.png) no-repeat top 14px left;
    background-size: 17px auto;
    padding: 4px 0 0px 22px;
    display: inline-block;
  }
  header .hd-pc .box-02 {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header .hd-pc .box-02 .tog-nav {
    display: flex;
  }
  header .hd-pc .box-02 .tog-nav li {
    margin-right: 30px;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
  }
  header .hd-pc .box-02 .tog-nav li:hover, header .hd-pc .box-02 .tog-nav li.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  }
  header .hd-pc .box-02 .tog-nav li span {
    position: relative;
    margin-left: 10px;
    padding: 0 5px;
  }
  header .hd-pc .box-02 .tog-nav li a {
    font-size: 19px;
    position: relative;
  }
  header .hd-pc .box-02 .tog-nav li nav {
    width: 300px;
    padding: 60px 30px 30px;
    box-sizing: border-box;
    position: absolute;
    top: 99%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.4s ease;
    transform: translateX(-50%);
  }
  header .hd-pc .box-02 .tog-nav li nav::before {
    background: #f9f1e8;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
  }
  header .hd-pc .box-02 .tog-nav li:hover span {
    background: #f9f1e8;
  }
  header .hd-pc .box-02 .tog-nav li:hover span img {
    transform: rotate(180deg);
    position: relative;
    top: -2px;
  }
  header .hd-pc .box-02 .tog-nav li:hover nav {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  header .hd-pc .box-02 .tog-nav li:hover nav a {
    transition: opacity 0.3s ease;
    display: block;
    background: url(../img/shared/arr_nav.png) no-repeat center right;
  }
  header .hd-pc .box-02 .tog-nav li:hover nav a:hover {
    opacity: 0.6;
  }
  header .hd-pc .box-02 .tog-nav li:hover nav a + a {
    margin-top: 10px;
  }
}

footer {
  padding: 10vw 0% 38vw;
  text-align: center;
  color: #f9f1e8;
  background: url(../img/shared/bg_ft.jpg) repeat top center;
}

footer .shop-info {
  padding-top: 12vw;
}

footer .shop-info .is-pp {
  margin: 9vw 12% 15vw;
}

footer .shop-info .logo {
  width: 40%;
  margin: 0 auto 12vw;
}

footer .shop-info .list {
  margin: 0 8% 5vw;
}

footer .shop-info .list p {
  letter-spacing: 0.025em;
  margin: 0 0 5vw;
  text-align: left;
}

footer .shop-info .list p a {
  line-height: 20px;
  display: inline-block;
}

footer .shop-info .list p a img {
  width: 9px;
  height: auto;
  position: relative;
  top: -2px;
  margin-right: -7px;
}

footer .shop-info .list p span {
  display: block;
}

footer .shop-info .right .block {
  border: 1px solid;
  margin: 14vw 5% 10vw;
  padding: 25px 20px;
}

footer .shop-info .right .block .ttl {
  font-size: 16px;
  text-align: center;
}

footer .shop-info .right .block ul li {
  display: flex;
  border-left: 1px solid;
  flex-wrap: wrap;
  padding-left: 20px;
  text-align: left;
}

footer .shop-info .right .block ul li + li {
  margin-top: 15px;
}

footer .shop-info .right .block .note {
  padding-top: 20px;
  letter-spacing: 0.025em;
}

footer .sns-box {
  padding-top: 5vw;
  color: #f9f1e8;
  display: flex;
  flex-wrap: wrap-reverse;
  text-align: center;
  line-height: 24px;
}

footer .sns-box .left,
footer .sns-box .right {
  width: 100%;
}

footer .sns-box address {
  color: #998c7e;
  font-size: 13px;
  padding-top: 25px;
}

.sns-box .copy {
  background: url("../img/shared/i_url.png") no-repeat top 9px right;
  background-size: 16px auto;
  padding: 1px 24px 0 0;
  display: inline-block;
}

.sns-box .cookies-link {
  margin: 0 5% 5vw;
  padding-bottom: 8vw;
  border-bottom: 1px solid #645d57;
}

.sns-box .cookies-link a {
  background: url("../img/shared/i_ck.png") no-repeat top 9px right;
  background-size: 14px auto;
  padding: 1px 22px 0 0;
  display: inline-block;
}

.pagetop {
  position: fixed;
  z-index: 8;
  bottom: 20vw;
  right: 10px;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 110px 20px 100px;
    text-align: left;
    background: url(../img/shared/bg_ft.jpg) repeat center;
  }
  footer .inner {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
  }
  footer .show {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .show .gr {
    position: relative;
  }
  footer .show .gr .gmap {
    width: 30px;
    position: absolute;
    top: 155px;
    right: 85px;
  }
  footer .show .gr .ins {
    width: 30px;
    position: absolute;
    top: 155px;
    right: 135px;
  }
  footer .show .tog-nav {
    width: 650px;
    display: flex;
  }
  footer .show .tog-nav li {
    border-bottom: none;
    position: relative;
  }
  footer .show .tog-nav li:nth-child(1) {
    width: 100px;
    margin-right: 20px;
  }
  footer .show .tog-nav li:nth-child(1) a {
    margin-bottom: 20px;
  }
  footer .show .tog-nav li:nth-child(2) {
    width: 120px;
  }
  footer .show .tog-nav li:nth-child(3) {
    width: 90px;
    margin-right: 40px;
  }
  footer .show .tog-nav li:nth-child(4) {
    width: 100px;
    margin-right: 20px;
  }
  footer .show .tog-nav li nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 999;
    padding: 10px 0 0;
    border-top: none;
    display: block;
  }
  footer .show .tog-nav li nav a {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    background: none;
    margin-left: -8px;
  }
  footer .show .tog-nav li nav a + a {
    border-top: none;
    margin-top: 5px;
  }
  footer .show .tog-nav li a {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 1px;
    display: inline-block;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(249, 241, 232, 0);
    transition: all 0.3s ease;
  }
  footer .show .tog-nav li a.active,
  footer .show .tog-nav li a:hover {
    color: #f9f1e8;
    border-bottom: 1px solid rgba(249, 241, 232, 0.7);
  }
  footer .tel-common dd span {
    background: url("../img/shared/i_tel.png") no-repeat top 8px left;
    background-size: 15px auto;
    padding: 4px 0 0px 22px;
    display: inline-block;
    letter-spacing: -0.05em;
  }
  footer .shop-info {
    padding-top: 0;
    display: block;
  }
  footer .shop-info .btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  footer .shop-info .is-pp {
    margin: 0 0 0 20px;
  }
  footer .shop-info .list {
    margin: 0;
  }
  footer .shop-info .list p {
    line-height: 26px;
    margin-bottom: 25px;
  }
  footer .shop-info .list p a {
    border-bottom: 1px solid rgba(249, 241, 232, 0);
  }
  footer .shop-info .list p a:hover {
    border-bottom: 1px solid rgba(249, 241, 232, 0.7);
  }
  footer .shop-info .col {
    width: 520px;
  }
  footer .shop-info .logo {
    width: 218px;
    margin: 0 0 135px;
  }
  footer .sns-box {
    padding-top: 40px;
    color: #f9f1e8;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    line-height: 24px;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .sns-box .left,
  footer .sns-box .right {
    width: 50%;
  }
  footer .sns-box .left {
    display: flex;
    align-items: center;
  }
  footer .sns-box .left .socialbuttons {
    padding: 0;
    justify-content: flex-start;
    margin-right: 35px;
  }
  footer .sns-box .right {
    text-align: right;
  }
  footer .sns-box address {
    color: #998c7e;
    font-size: 14px;
    padding-top: 0;
  }
  .sns-box .copy {
    background: url("../img/shared/i_url.png") no-repeat top 9px right;
    background-size: 16px auto;
    padding: 1px 24px 0 0;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
  }
  .sns-box .copy:hover {
    opacity: 0.6;
  }
  .sns-box .cookies-link {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .sns-box .cookies-link a {
    background: url("../img/shared/i_ck.png") no-repeat top 9px right;
    background-size: 14px auto;
    padding: 1px 22px 0 0;
    display: inline-block;
    font-size: 15px;
    transition: all 0.3s ease;
  }
  .sns-box .cookies-link a:hover {
    opacity: 0.6;
  }
  .pagetop {
    bottom: 20px;
    right: 20px;
    width: 54px;
  }
  .pagetop:hover {
    opacity: 0.8 !important;
  }
  address {
    font-size: 12px;
    text-align: right;
    line-height: 30px;
  }
}

/*========layout pc===========*/
@media screen and (min-width: 768px) {
  body {
    text-align: left;
    letter-spacing: 0.1em;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .remodal-is-locked #belt.fixed {
    display: none;
  }
  .pp-btn {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .pp-btn:hover {
    opacity: 0.8;
  }
  #belt {
    background: url(../img/shared/bg_ft.jpg) repeat;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
  #belt .group {
    position: relative;
    padding-left: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #belt .group .is-page {
    width: 400px;
    height: 100%;
    position: fixed;
  }
  .navOpen #belt {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .navOpen #belt > * {
    pointer-events: auto;
  }
}

/*content*/
.remodal.ext {
  vertical-align: top;
}

.remodal-close {
  position: sticky;
  margin-left: auto;
  width: 46px;
  font-size: 10px;
  top: 0px;
  right: 10px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
}

.remodal-close.pp-bottom {
  width: 100px;
  margin: 0 auto;
}

.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: 30px 0;
  background: #275f25;
}

@media screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 20px;
  }
}

.remodal-wrapper, .remodal-wrapper-ext {
  text-align: center;
}

.remodal-close.bottom {
  width: 80px;
  margin: 10vw auto 0;
}

.remodal {
  box-sizing: border-box;
  max-width: 1300px;
  padding: 10px 0 30px;
  color: #000;
  background: #FFF;
}

.pp-box {
  padding: 35px 20px 85px;
}

.pp-box .note {
  margin-bottom: 20px;
}

.pp-box ul {
  text-align: left;
  margin-bottom: 10vw;
}

.pp-box h2 {
  font-size: 26px;
  text-align: center;
  margin: 20px 0 35px;
}

.remodal button {
  cursor: pointer;
}

.remodal button:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {

  .side-fix {
    position: fixed;
    top: 200px;
    right: 0;
    width: 54px;
    height: 160px;
    transition: all 0.3s ease;
  }
  .side-fix li {
    margin-bottom: 5px;
  }

  .lk-p {
    position: fixed;
    bottom: 100px;
    right: 15px;
    background: #7c5127;
    width: 143px;
    height: 143px;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .lk-p a {
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 50%;
    width: 143px;
    height: 143px;
  }
  .lk-p a img {
    position: relative;
    z-index: 2;
  }
  .lk-p a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    width: 60px;
    height: 60px;
    background: #5f4539;
    transform: scale(0);
    transition: 0.6s ease all;
  }
  .lk-p a:hover::before {
    transform: scale(5);
  }
  .none .lk-p {
    bottom: 210px;
  }
  .navOpen .lk-p {
    opacity: 0;
  }
  .remodal {
    padding: 20px 20px 80px;
  }
  .pp-box {
    font-size: 16px;
    padding-bottom: 60px;
    line-height: 35px;
    max-width: 1000px;
    margin: 15px auto 0;
  }
  .pp-box h2 {
    font-size: 35px;
    margin: -130px 0 40px;
  }
  .pp-box .deco {
    position: relative;
    top: -100px;
    margin-left: -50px;
    text-align: left;
  }
  .pp-box .note {
    width: 660px;
    margin: 0 auto 30px;
  }
  .pp-box ul {
    margin-bottom: 55px;
  }
  .pp-box .b-center {
    display: flex;
    justify-content: center;
  }
  .pp-box .btn-lk a {
    width: 330px;
    margin: 0 auto;
  }
}

.remodal-overlay {
  background: #275f25;
}

@media screen and (min-width: 768px) {
  .pc-fix {
    position: fixed;
    top: 15px;
    right: 92px;
    opacity: 0;
    visibility: visible;
    z-index: -1;
    transition: opacity 0.4s ease;
  }
  .pc-fix .btn-list {
    display: flex;
  }
  .pc-fix .btn-list p {
    margin-left: 10px;
  }
  .pc-fix .btn-list .pdf-link a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 35px;
  }
  .pc-fix .btn-lk span.unsmooth {
    height: 70px;
    padding: 0;
    border-radius: 40px;
  }
  .hamburger {
    transition: opacity 0.4s ease;
    width: 70px;
  }
  .hamburger:hover {
    opacity: 0.8;
  }
  .hamburger img {
    width: 100%;
    height: auto;
  }
  .has-nav .pc-fix {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  .navOpen .pc-fix .btn-list {
    opacity: 0;
  }
  .navOpen .pc-fix .btn-lk {
    opacity: 0;
    pointer-events: none;
  }
}

.ft-bnr-fixed {
  background: url(../img/shared/bg.jpg) repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.ft-bnr-fixed li {
  position: relative;
}

@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[style*="visible"] .on {
  opacity: 1 !important;
}

@keyframes textshow {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes textshow1 {
  0% {
    clip-path: inset(0% 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

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

@media screen and (min-width: 768px) {
  .btn-copy {
    margin-bottom: 0;
  }
}

.social-facebook span, .social-facebook iframe {
  min-width: 101px !important;
  height: 20px !important;
}
