@charset "UTF-8";
/* Scss Document */
html:not(.responsive) {
  width: 100%;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #fffef9;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  background-image: url(../img/shared/bg.jpg);
  background-position: center top;
  background-repeat: repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*=============================================
 * .fnt - customs
 *=============================================*/
.fnt-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-notoserif {
  font-family: "Noto Serif JP", serif;
}

.fnt-amiri {
  font-family: 'Amiri', serif;
}

.fnt-shi {
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 400;	
}


.zen-kaku{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.amiri-regular {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
}

.amiri-bold {
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
}

.tc {
  text-align: center;
}

.tj {
  text-align: justify;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.disf {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.db {
  display: block;
}

em {
  font-style: normal;
}

strong {
  font-weight: normal;
}

.slick-slider {
  z-index: 0;
}
.slick-slider .slick-dots {
  line-height: 0;
  text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0px 5px;
}

.slick-slider .slick-dots button {
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,0.7);
	background: transparent;
	width: 38px;
	height: 4px;
	position: relative;
}

.slick-slider .slick-dots button::before {

	content: "";
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: -5px;
	right: 0px;
	left: 0px;
	opacity: 0;
     height: 10px;

	
}
.slick-slider .slick-dots .slick-active button {
    border: none;
/*
    border: 1px solid rgba(0,0,0,0.7);
    background: rgba(0,0,0,0.7);
    height: 10px;
*/
}

.slick-slider .slick-dots .slick-active button::before {
	opacity: 1;
}


.slick-slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 2;
  background: #1b1816;
  width: 50px;
  height: 50px;
  bottom: 9px;
  left: 0;
}

.slick-slider .slick-arrow::before {
    content: "";
    background: url("../img/shared/arow_w.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 2;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slick-slider .slick-arrow:hover {
  opacity: 0.8;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-arrow.slick-prev::before {
      background: url("../img/shared/arow_w_o.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
}
.slick-slider .slick-arrow.slick-next {
  left: 50px;
  bottom: 9px;
}


.bg-parallax {
	position: relative;
	z-index: 0;
}
.img-parallax {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.img-parallax img {
	width: 100% !important;
	height: 100vh !important;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	object-fit: cover;
	z-index: 0;
	transform: translateZ(0);
}

iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 767px) {

    .slick-slider .slick-arrow {
      width: 93px;
      height: 93px;
      bottom: 11px;
    }
    .slick-slider .slick-arrow.slick-prev {}
    
        .slick-slider .slick-arrow.slick-next {
          left: 94px;
          bottom: 11px;
        }
    
    .slick-slider .slick-arrow::before {}
    .slick-slider .slick-arrow.slick-prev::before {}
}


 @media screen and (-ms-high-contrast: active),  (-ms-high-contrast: none) {
 .img-parallax img {
	 height: auto !important;
	 object-fit: unset;
	 top: 50%;
	 transform: translateY(-50%) !important;
}
}
@media only screen and (min-width: 768px) {
  .nav--opened {
    overflow-y: inherit !important;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  body {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1.5px;
  }
  .slick-slider .slick-dots .slick-active button {
  }


  /*=============================================
  * text vertical
  *=============================================*/
  .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 .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;
  }
  .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-normal .int {
    height: 1.1em;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    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-latin .int {
    cursor: vertical-text;
    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;
    display: inline;
  }
  .disf-pc {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}
.for-sm {
  display: none;
}

@media only screen and (max-width: 480px) {
  .for-sm {
    display: block;
  }
}
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  max-width: 1000px;
}

/*=============================================
 * <header>
 *=============================================*/
/*=============================================
 * key
 *=============================================*/
#key {
/*  background-color: #000;*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 500px;
  position: relative;
}

#key ul {
  min-height: inherit;
}

/*=============================================
 * <section>
 *=============================================*/
/*=============================================
 * <footer>
 *=============================================*/

@media screen and (max-width: 767px) {

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

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
    
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}

 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 40px, 0);
 transform: translate3d(0, 40px, 0);
     
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
     transition-duration: 0.5s;
}
}

 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 40px, 0);
 -ms-transform: translate3d(0, 40px, 0);
 transform: translate3d(0, 40px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


@-webkit-keyframes img_blur {
 0% {
-webkit-filter: blur(4px); -moz-filter: blur(4px);
-o-filter: blur(4px); -ms-filter: blur(4px); 
filter: url(#blur); filter: blur(4px);  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0.4')
}
 100% {

-webkit-filter: blur(0px); -moz-filter: blur(0px);
-o-filter: blur(0px); -ms-filter: blur(0px); 
filter: url(#blur); filter: blur(0px);  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0')
}
}

 @keyframes img_blur {
 0% {
-webkit-filter: blur(4px); -moz-filter: blur(4px);
-o-filter: blur(4px); -ms-filter: blur(4px); 
filter: url(#blur); filter: blur(4px); 
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0.4')
}
 100% {
	
-webkit-filter: blur(0px); -moz-filter: blur(0px);
-o-filter: blur(0px); -ms-filter: blur(0px); 
filter: url(#blur); filter: blur(0px);  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0')
}
}

.img_blur {
	-webkit-animation-name: img_blur;
	animation-name: img_blur;
}


@-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -40px, 0);
 transform: translate3d(0, -40px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}

 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -40px, 0);
 -ms-transform: translate3d(0, -40px, 0);
 transform: translate3d(0, -40px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}


 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
     transition-duration: 0.5s;
}
}


 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 -ms-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

/*
.animated {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
*/



/*--------------------navi + menu-toggle + ft-fixed-------------------*/

#ft-fixed {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 103;
  background: #000000;
  color: #fff;
  line-height: 1;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease;
}


#ft-fixed .inner {
  align-items: center;
  justify-content: space-between;
}
#ft-fixed .sp-tel {
  font-size: 13px;
  font-weight: 700;
  width: calc(100% - 121px);
}
#ft-fixed .sp-tel span {
  font-size: 22px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
  margin-top: 3px;
}
#ft-fixed .sp-tel i {
  line-height: 1;
  width: 20px;
  margin-right: 3px;
}

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



}





@media only screen and (max-width: 767px) {
	#pagetop {
		bottom: 90px!important;
		opacity: 0;
		visibility: hidden;
	}
	.has-nav #pagetop {
		opacity: 0!important;
		visibility: hidden!important;
	}
	.has-nav #pagetop.visible {
		opacity: 1!important;
		visibility: visible!important;
	}
  .nav-fixed {
    visibility: hidden;
    pointer-events: none;
    height: 0!important;
  }
	
	#ft-fixed .disf {
		display: table;
	}
	#ft-fixed .disf p {
		display: table-cell;
        position: relative;
	}

	


}



  .hamburger {
        display: block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        text-transform: none;
        border: 0;
        z-index: 102; 
        opacity: 0;
      visibility: hidden;
        box-sizing: border-box;
        position: fixed;
        bottom: 0px;
        right: 0px;
        background: url("../img/shared/bg02.jpg") no-repeat center;
		width: 25%;
		height: 70px;
      background-size: 100% auto;

  }

@media only screen and (max-width: 767px) {
     #ft-fixed,
    .hamburger {
          opacity: 1;
          visibility: visible;
    }
}

@media only screen and (min-width: 767px) {
    .has-nav #ft-fixed,
    .has-nav .hamburger {
          opacity: 1;
          visibility: visible;
    }
}


  .hamburger:after {
    content: "メニュー";
    display: inline-block;
    text-align: center;
    line-height: 1;
    margin-left: 0;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    color: #000;
    font-size: 14px;
	  font-weight: 700;
}




	
.hamburger:before {

content: "";

background: #000;

width: 1px;

position: absolute;

top: 10px;

bottom: 10px;

left: 0;
}
.nav--opened .hamburger:before {
	display: none;
}


.nav--opened .hamburger:after {
	color: #fff;
}
  .hamburger .hamburger-box {
    width: 35px;
    display: block;
    position: relative;
    padding: 25px 0 0 0px;
    margin: 0 auto;
  }
  .hamburger .hamburger-inner {
    display: block;

  }
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::before,
  .hamburger .hamburger-inner::after {
    width: 35px;
    height: 1px;
    background: #000;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger .hamburger-inner::before,
  .hamburger .hamburger-inner::after {
    content: "";
    display: block;

  }
  .hamburger .hamburger-inner::before {
    top: -7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
  }

  .hamburger .hamburger-inner::after {
    bottom: -7px;
  }
  .hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 0px, 0) rotate(22deg);
  }
  .hamburger.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
  }
  .hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(135deg);
  }

.nav--opened .hamburger .hamburger-inner,
.nav--opened .hamburger .hamburger-inner::before,
.nav--opened .hamburger .hamburger-inner::after {
	background: #fff;
}





  .menu-toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    background-image: url(../img/shared/bg.jpg);
    background-position: center top;
    background-repeat: repeat;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    overflow: auto;
    z-index: 101;
    left: 0;
  }


	
  .menu-toggle .menu-link a:hover::before,
  .menu-toggle .menu-link .active::before {
   	display: block;
  }
	
	.menu-toggle .menu-link li li {
		padding: 20px 0 10px;
	}
  .menu-toggle .btn-ins {
    position: relative;
    bottom: 0;
    left: 0;
  }
  body.nav--opened,
  body.nav--opened *,
  body.nav--opened *:hover,
  body.nav--opened *:focus,
  body.nav--opened *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
  }
  body.nav--opened #ft-fixed,
  body.nav--opened #ft-fixed *,
  body.nav--opened .hamburger,
  body.nav--opened #menu-toggle,
  body.nav--opened #menu-toggle * {
    touch-action: auto !important;
    pointer-events: visible !important;
  }
  .nav--opened {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important;
  }

  .nav--opened .hamburger::after {
    content: "閉じる";
  }
  .nav--opened #menu-toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  .nav--opened #menu-toggle ul li {

  }
  #pagetop {
    width: 56px;
    right: 8px;
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
	  transition: opacity .4s ease;
  }
.has-nav #pagetop.visible,
#pagetop:hover {
    opacity: .7!important;
}
	.has-nav #pagetop {
		opacity: 0;
		visibility: hidden;
		
	}
.has-nav #pagetop.visible {
	opacity: 1;
	visibility: visible;
}


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


.has-nav.cl-black .hamburger {
    background: url(../img/shared/btn_w.png) no-repeat center;
    background-size: 100% auto;
}
.has-nav.nav--opened .hamburger {
    background: url(../img/shared/bg.jpg) no-repeat center!important;
    background-size: 100% auto;
}


@media screen and (min-width: 767px) {
    .hamburger {
        top: 0;
		right: 0;
        width: 100px;
        height: 90px!important;
        transition: all .4s ease;
		opacity: 0;
		visibility: hidden;
		background: #16163b;
    }
    .hamburger:before,
    .hamburger:after {
        display: none;
    }
    .hamburger:hover {
        opacity: .5;
    }
	
	.has-nav .hamburger {
		opacity: 1;
		visibility: visible;
	}
	.has-nav .hamburger:hover {
		opacity: .3;
	}
	.nav--opened .hamburger {
        top: 30px;
        right: 40px;
	}
	
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    background: #fff;
    width: 50px;
    }
	.nav--opened .hamburger .hamburger-inner,
	.nav--opened .hamburger .hamburger-inner::before,
	.nav--opened .hamburger .hamburger-inner::after {
		background: #000;
	}
    .hamburger .hamburger-box {
        padding: 42px 0 0 0;
        width: 50px;
    }
	
}

footer:after {
   transition: opacity .1s ease 
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: url(../img/shared/bg02.jpg);
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99; 
     
	}
	.hamburger {
		height: 75px;
	}
	.hamburger:after {
		bottom: 20px;
	}
	footer::before {
	
	}
    #ft-fixed .disf p {
        padding-bottom: 5px;
    }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }


}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: url(../img/shared/bg02.jpg);
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99; 
     
	}
	.hamburger {
		height: 75px;
	}
	.hamburger:after {
		bottom: 20px;
	}
	footer::before {
	
	}
    #ft-fixed .disf p {
        padding-bottom: 5px;
    }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }


}


/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: url(../img/shared/bg02.jpg);
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99; 
     
	}
	.hamburger {
		height: 75px;
	}
	.hamburger:after {
		bottom: 20px;
	}
	footer::before {
	
	}
    #ft-fixed .disf p {
        padding-bottom: 5px;
    }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

}



 @media screen and (min-width: 767px) {
	  footer:after {
		display: none;
	  }
}


.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, #16163b;
    transition-property: color, #2098d1;
}


@keyframes hvr-back-pulse {
	50% {
		background-color: rgba(22, 22, 59, 0.75);
	}	
}


.img-wrap {
  animation: clipImg 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

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

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


.btn-cus a {
  display: block;
  border: 1px solid #6f6f6f;
  text-align: center;
  font-size: 16px;
  height: 60px;
  line-height: 58px;
  position: relative;
  text-decoration: none !important;
}
.btn-cus a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 10%;
  height: 1px;
  background: #6f6f6f;
}
.btn-cus-w a {
  display: block;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-size: 16px;
  height: 60px;
  line-height: 58px;
  position: relative;
  text-decoration: none !important;
}
.btn-cus-w a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 10%;
  height: 1px;
  background: #e0e0e0;
}


@media screen and (min-width: 767px) {
    .d-flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    
    
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #16163b;
    color: white;
}
 
    
  .btn-cus {
    width: 430px;
  }
  .btn-cus a {
    height: 63px;
    line-height: 61px;
  }
  .btn-cus a:before {
    width: 30px;
  }
    
.btn-cus a:hover {
  background: #16163b;
  border-color: #16163b;
  color: white;
}
.btn-cus a:hover:before {
  background: #737287;
}   
    
    
}