/* 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: 999px) {
  .pc {
    display: block;
  }
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
  .txt-vertical-pc .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 1;
    position: relative;
    left: -2px;
  }
  .none_hover {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
header .ham-img {
  cursor: pointer;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
  z-index: 9999;
  position: fixed;
}
header .ham-img img {
  width: 100%;
  height: auto;
}
header .ham-img img.on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
header .ham-img.is-active img {
  opacity: 0;
}
header .ham-img.is-active img.on {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  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 {
  -webkit-box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
  box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
}
.img-shadown {
  -webkit-box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
  box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
}
header .btn-close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 65px;
  z-index: 9;
  cursor: pointer;
}
header .btn-close:hover {
  opacity: 0.8;
}
header .btn-close img {
  width: 100%;
  height: auto;
}
section {
  position: relative;
}
section .padd_wrap {
  padding-left: 5%;
  padding-right: 5%;
}
section .wrap {
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 999px) {
  section .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  section .wrap .padd_wrap {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.wrap > * {
  box-sizing: border-box;
}
#navigation {
  background: url("../img/index/bg2.jpg") repeat center 0;
  padding: 0px 0px 100px;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  color: #fff;
}
#navigation .group {
  padding: 20px 5% 0px;
}
#navigation .tel {
  font-size: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
#navigation .tel img {
  width: 25px;
  height: auto;
  margin-right: 5px;
  vertical-align: baseline;
}
#navigation .tel span {
  font-size: 28px;
  letter-spacing: 0.1em;
}
#navigation .tog-nav li {
  margin-bottom: 20px;
}
#navigation .tog-nav li a {
  font-size: 20px;
  letter-spacing: 0.2em;
}
#navigation .tog-nav li a.active, #navigation .tog-nav li a:hover {
  color: #e2b889;
}
@media screen and (min-width: 999px) {
  #navigation {
    position: relative !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 0;
    height: 100px;
  }
  #navigation .group {
    padding: 55px 0 0;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #navigation .sub-logo {
    display: none !important;
    width: 214px;
    position: absolute;
    top: 18px;
    left: 11px;
  }
  #navigation .sub-logo img {
    width: 100%;
    height: auto;
  }
  #navigation .tog-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
  }
  #navigation .tog-nav li {
    margin-bottom: 0px;
    padding-left: 24px;
  }
  #navigation .tog-nav li a {
    font-size: 18px;
  }
  #navigation .tog-nav li.web {
    width: 125px;
    position: absolute;
    top: 16px;
    right: 2px;
    padding: 0;
  }
  #navigation .tog-nav li.web a {
    display: block;
    line-height: 22px;
    background: url("../img/shared/arow.png") no-repeat 113px center, url("../img/shared/bg1.jpg") repeat center 0;
    position: relative;
    color: #4c4c4c;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 5px 5px 5px 0;
  }
  #navigation .tog-nav li.web a:hover {
    opacity: 0.8;
  }
  #navigation .tel {
    font-size: 15px;
    padding-bottom: 05px;
    border: none;
    margin-bottom: 0px;
    position: absolute;
    right: 200px;
    top: 13px;
    letter-spacing: 0.1em;
    padding: 0;
    vertical-align: middle;
  }
	
  #navigation .btn_instagram{
    position: absolute;
    right: 150px;
    top: 13px;
	}
	
  #navigation .tel img {
    width: 24px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -3px;
  }
  #navigation .tel span {
    vertical-align: top;
    font-size: 29px;
    padding-left: 9px;
  }
}
.navOpen .ft-bnr-fixed, .navOpen .ft_bnr_fixed {
  opacity: 0 !important;
  visibility: hidden !important;
}
.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
.navOpen #navigation .group {
  visibility: visible;
}
header {
  padding: 25vw 0 0vw;
}
header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60vw;
  background: url("../img/index/bg2.jpg") repeat center 0;
}
header .logo {
  position: absolute;
  top: 15vw;
  left: 50%;
  width: 45%;
  z-index: 99;
  transform: translateX(-50%);
}
header .logo img {
  width: 100%;
  height: auto;
}
header h1 {
    color: #d2d2d2;
    position: absolute;
    left: 5%;
    right: 72px;
    top: 10px;
    font-size: 10px;
    z-index: 9;
    line-height: 17px;
}
footer {
  box-sizing: border-box;
  padding: 10vw 5% 50px;
  text-align: center;
}
footer .lead, footer .tbl-info {
  width: 100%;
}
footer .logo {
  width: 70%;
  margin: 0 auto;
}
footer .tel {
  font-size: 17px;
  padding: 5vw 0;
  font-weight: bold;
}
footer .tel span {
  font-size: 11px;
  font-weight: 400;
}
footer .tel .num {
  font-size: 34px;
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
  position: relative;
}
footer .tel .num img {
  width: 26px;
  height: auto;
  margin-right: 5px;
  vertical-align: bottom;
}
footer .tbl-info {
  padding: 10vw 0;
  text-align: left;
  font-size: 12px;
  line-height: 22px;
}
footer .tbl-info .tit {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 15px;
}
footer .tbl-info dl {
  display: table;
  width: 100%;
  padding-bottom: 10px;
}
footer .tbl-info dl dt, footer .tbl-info dl dd {
  display: table-cell;
  box-sizing: border-box;
}
footer .tbl-info dl dt {
  width: 80px;
}
footer .ft-group {
  border-top: 1px solid #4c4c4c;
  padding: 20px 0 40px;
}
footer .socialbuttons {
  justify-content: flex-start;
  padding: 0 0 20px;
}
footer address, footer .cookies_link {
  font-size: 12px;
  text-align: left;
  line-height: 20px;
}
footer .cookies_link a:hover {
  text-decoration: underline;
}
#key {
  position: relative;
  background-size: cover;
  background-position: center;
}
#pagetop {
  bottom: 69px;
  right: 15px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
/*========layout pc===========*/
@media screen and (min-width: 999px) {
  #pagetop {
    /* width: 61px; */
    /* height: 61px; */
    padding: 0;
    right: 55px !important;
    bottom: 100px !important;
  }
  body {
    font-size: 16px;
    line-height: 34px;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #belt {
    background: url("../img/index/bg2.jpg") repeat center 0;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
  }
  #belt.fixed {
    position: fixed;
    opacity: 1;
    visibility: visible;
    height: 100px;
    top: 0;
    pointer-events: auto;
  }
  #belt.fixed #navigation .sub-logo {
    display: block !important;
  }
  header {
    padding: 162px 0 0;
  }
  header:before {
    height: 794px;
  }
  header .logo {
    top: 83px;
    left: calc(50% - 502px);
    width: auto;
    transform: translateX(0);
    z-index: 99999;
  }
  header .logo img {
    width: auto;
  }
  header .hd-fixed {
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 99;
  }
  header h1 {
    text-align: right;
    left: 5%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 170px;
    font-size: 13px;
    pointer-events: none;
    max-width: 1400px;
    width: 100%;
      padding-right: 20px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
  }
  footer {
    padding: 70px 0 23px;
    text-align: left;
  }
  footer .lead, footer .tbl-info {
    width: 595px;
  }
  footer .lead {
    width: 320px;
    text-align: center;
    margin-left: 20px;
  }
  footer .logo {
    width: auto;
    margin-bottom: 18px;
  }
  footer .link {
    text-align: left;
    position: relative;
    z-index: 2;
    margin-top: 47px;
    padding: 33px 0 41px;
    line-height: 35px;
  }
  footer .link:before {
    content: '';
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: -500%;
  }
  footer .link a {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-left: 11px;
  }
  footer .link a:hover {
    text-decoration: underline;
  }
  footer .tel {
    font-size: 18px;
    padding: 0px 0 23px;
  }
  footer .tel span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    padding: 12px 0 0;
  }
  footer .tel .num {
    font-size: 35px;
    letter-spacing: 0.1em;
    padding: 0;
  }
  footer .tel .num img {
    width: 26px;
    margin-right: 5px;
  }
  footer .tbl-info {
    padding: 43px 0 20px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.06em;
  }
  footer .tbl-info .tit {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  footer .tbl-info dl {
    padding-bottom: 22px;
  }
  footer .tbl-info dl dt {
    width: 155px;
  }
  footer .ft-group {
    padding: 29px 0 40px;
    box-sizing: border-box;
    margin: 0 17px;
  }
  footer .socialbuttons {
    padding: 0 0 16px;
  }
  footer address, footer .cookies_link {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    padding-right: 22px;
    letter-spacing: 0.1em;
  }
}
.has-nav .ft_bnr_fixed {
  opacity: 1;
  visibility: visible;
}
.has-nav header .bnr-fix {
  top: 120px;
}
@media screen and (min-width: 999px) {
  .has-nav #navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/*content*/
.remodal.ext {
  vertical-align: top;
}
.remodal-close {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  left: auto;
  box-sizing: border-box;
}
.remodal-wrapper {
  padding: 0;
}
#popup {
  background: #ffffff;
  color: #211d19;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  padding: 50px 5% 70px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
#popup h2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
#popup .txt p {
  padding-bottom: 15px;
}
#popup .list {
  border: 1px solid #000;
  padding: 20px 5%;
  margin-top: 25px;
}
#popup .list li {
  position: relative;
}
@media screen and (min-width: 999px) {
  #popup {
    font-size: 15px;
    line-height: 36px;
    padding: 90px 0;
  }
  #popup h2 {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
  #popup p {
    text-align: center;
  }
  #popup .list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 808px;
    margin: 45px auto 0;
  }
  #popup .list ul {
    padding: 0 35px;
    line-height: 40px;
  }
}
.remodal-wrapper, .remodal-wrapper-ext {
  text-align: center;
  padding: 10px;
}
.remodal {
  padding: 0;
  max-width: 1200px;
  background: #fff;
}
.remodale {
  max-width: 1100px;
}
@media screen and (min-width: 999px) {
  .remodal-close {
    width: 50px;
    height: 50px;
    top: 17px;
    right: 16px;
  }
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.ft_bnr_fixed {
  background: url("../img/index/bg2.jpg") repeat center 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.ft_bnr_fixed li {
  text-align: center;
  width: 40%;
}
.ft_bnr_fixed li a {
  color: #fff;
  display: block;
  padding: 11px 0;
  letter-spacing: 0.2em;
  font-size: 16px;
}
.ft_bnr_fixed li:last-child {
  width: 60%;
  background: url("../img/shared/ico1.png") no-repeat 85% center/32px, url("../img/index/bg1.jpg") repeat center 0;
}
.ft_bnr_fixed li:last-child a {
  padding-right: 20px;
}
@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;
}
.bg1 {
  color: #fff;
  background: url("../img/index/bg2.jpg") repeat center 0;
  position: relative;
}
.bg2 {
  background: url("../img/shared/bg1.jpg") repeat center 0;
  position: relative;
}
.bnr-shared a {
  background: url("../img/shared/ico1.png") no-repeat 94% center/32px, url("../img/index/bg1.jpg") repeat center 0;
  font-family: 'Shippori Mincho B1', serif;
  color: #fff;
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 19px;
  padding: 10px 0;
  position: relative;
}
.bnr-shared a:hover {
  opacity: 0.8;
}
.bnr-shared.ext a {
  color: #4c4c4c;
  background: url("../img/shared/ico3.png") no-repeat 94% center/32px, url("../img/shared/bg1.jpg") repeat center 0;
}
.bnr-shared.ext1 a {
  background: url("../img/shared/ico1.png") no-repeat 94% center/32px, url("../img/index/bg2.jpg") repeat center 0;
}
@media screen and (min-width: 999px) {
  .bnr-shared {
    width: 320px;
  }
  .bnr-shared a {
    background-size: auto !important;
    padding: 13px 0px 13px 0;
    letter-spacing: 0.2em;
  }
}

@media only screen and (max-width: 480px) {
	.btn_instagram{
		width: 35px;
		margin-top: 40px !important;
	}
}