@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
    color: #000;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 2;
    background: url("../img/shared/bg.jpg");
    background-repeat: repeat;
    background-position: top center;
    background-size: auto;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
	body {
		text-align: justify;
	}
	body.home {
    background: url("../img/shared/bg.jpg");
	}
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 32px;
  }
  body::-webkit-scrollbar {
/*    display: none;*/
  }
    
}
/*=============================================
 * 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-serif {
  font-family: 'Noto Serif JP', serif;
}
.fnt-shi {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-style: normal;
}


.f500 {
  font-weight: 500;
}

/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.bg-parallax {
	position: relative;
	z-index: -1;
}
.bg-parallax .img-parallax {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.bg-parallax .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);
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
.txt {
  text-align: justify;
}

.telhref {
  text-decoration: none !important;
}
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}



/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/



/*=============================================
******************* hamberger  ****************
*=============================================*/
.hamberger-btn {
    right: 0;
    z-index: 201;
    transition: all 0.4s ease;
    overflow: hidden;
    position: fixed;
    border: 0;
    width: 17.5%;
    height: 66px;
    bottom: 0;
    background: #111111;
	text-align: center;
}
.hamberger-btn::after {

}
.hamberger-btn span {
    width: 40px;
    height: 1px;
    position: absolute;
    top: 6px;
    background: #fff;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.13s;
    padding: 0 !important;
    margin: 0 auto;
    right: 0;
	
}
.fixed-btn .hamberger-btn span,
.home .hamberger-btn span {
    background: url("../img/shared/bg.jpg");
}
.hamberger-btn span::after,
.hamberger-btn span::before {
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  background: #fff;
  content: '';
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.fixed-btn .hamberger-btn span::after,
.fixed-btn .hamberger-btn span::before{
	background: #fff;
}

.hamberger-btn span::before {
	top: -8px;
}
.hamberger-btn span::after {
  top: 8px;
}
.menu-open .hamberger-btn {
    background: url(../img/shared/nav_bg.jpg);
}

.menu-open .hamberger-btn span::after {
  top: 8px;
}

.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span,
.menu-open .hamberger-btn span::before {
/*
    background: #fff;
     width: 50px;
*/
}
.menu-open .hamberger-btn span {
  transform: translate3d(0, 0px, 0) rotate(-34deg);
  transition: transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  background: none;
}
.menu-open .hamberger-btn span::before {
  top: 0;
  transform: rotate(-110deg);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	background: #222;
}
.menu-open .hamberger-btn span::after {
    transform: rotate(180deg);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #222;
    top: 0;
}


/*=============================================
******************* nav-header  ***************
*=============================================*/
.nav-header {

  width: 100%;
  height: 100vh;
  background: url("../img/shared/nav_bg.jpg") repeat-y top center;
  background-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.headerOpen__nav {
    margin-bottom: 5vw;
}




.nav-header .js-scroll {
    padding-top: 35px;
}
.nav-header .logo__sp {
    width: 58vw;
    margin: 0 auto 10vw;
}
.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 101;
  opacity: 1;
    right: 0;
}
.nav-header .nav {
  display: block;
  padding-top: 15%;
  height: auto;
}

.nav-header a.nav-main {
  padding: 0px 22px;
  font-size: 16px;
  text-align: center;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
  font-weight: bold;
}
.nav-header a.nav-main.active {
}

.nav-header li a.nav-main::before {
  width: 40%;
  height: 1px;
  background: #3b2718;
  content: '';
  position: absolute;
  bottom: 5px;
  left: 30%;
  opacity: 0;
}
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 40vw;
}


body.mfp-zoom-out-cur,
body.menu-open {
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: touch;
}
body.mfp-zoom-out-cur,  body.mfp-zoom-out-cur *,  body.mfp-zoom-out-cur *:hover,  body.mfp-zoom-out-cur *:focus,  body.mfp-zoom-out-cur *:active,
body.menu-open,  body.menu-open *,  body.menu-open *:hover,  body.menu-open *:focus,  body.menu-open *:active {
	pointer-events: none !important;
	-ms-touch-action: none !important;
	touch-action: none !important;
}

body.menu-open #fixed-sp,
body.menu-open #fixed-sp *, 
body.menu-open .hamp,
body.menu-open .hamp *, 
body.menu-open .nav-header, 
body.menu-open .nav-header *, 
body.menu-open .remodal-is-opened,  body.menu-open .remodal-is-opened * {
	pointer-events: visible !important;
	-ms-touch-action: auto !important;
	touch-action: auto !important;
}


/*=============================================
******************* footer  *******************
*=============================================*/




/*=============================================
******************* btn-cus  ******************
*=============================================*/



/* 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 {
	height: 36px;
	content: '';
	background: #dfbe6a;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 7;
}
#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 {
	height: 36px;
	content: '';
	background: #dfbe6a;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 7;
}
#ft_fixed {
	bottom: calc(env(safe-area-inset-bottom) - 0px);
}
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3 / 1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
footer::after {
	height: 36px;
	content: '';
	background: #dfbe6a;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 7;
}
#ft_fixed {
	bottom: calc(env(safe-area-inset-bottom) - 0px);
}
}




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

@media screen and (max-width: 767px) {
html.responsive .wrap {
	width: auto;
	padding: 0 10%;
}
.txt:not(.except) br:not(.except):not(.sp) {
	display: none;
}
.pc {
	display: none !important;
}
}

@media screen and (min-width: 768px) {
.sp {
	display: none !important;
}
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .txt {
    text-align: left;
  }


  /*--------------------------------------
    btn-cus
  --------------------------------------*/

  /*--------------------------------------
    font-size
  --------------------------------------*/
  .fz40 {
    font-size: 40px;
  }
  span.fz40,
  span.fz60,
  span.fz70 {
    line-height: inherit;
  }
  .fz70 {
    font-size: 70px;
  }

  /*=============================================
 ******************** header ******************
 *=============================================*/


  /*--------------------------------------
    hamb
  --------------------------------------*/
  .hamberger-btn {
    width: 108px;
    height: 113px;
    cursor: pointer;
  }
  .hamberger-btn:hover {
    opacity: 0.8;
  }
  .hamberger-btn:after {
    left: 3px;
    bottom: 13px;
    content: 'MENU';
    text-align: center;
    font-size: 14px;
  }
  .hamberger-btn span {
    width: 40px;
    height: 2px;
    position: absolute;
    top: 45%;
    left: calc(50% - 15px);
  }

  .hamberger-btn span:before {
    top: -16px;
    height: 2px;
    width: 40px;
  }
  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    top: 0;
    right: 0;
    width: 100%;
    left: auto;
      display: none;
  }

  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
 
	
	
  /*=============================================
 ******************* footer *******************
 *=============================================*/
  
  /*=============================================
***************** copyright ******************
*=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
      text-align: right;
  }
}

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

}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: 'fontello';
  z-index: 98;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: #b10505; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: '';
}
[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}
.slick-next {
  right: 0;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: '';
  color: #fff;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 3px;
  margin: 0px 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
	border:none;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  text-align: center;
  border: 1px solid #ba9c50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #ba9c50;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
	
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
	  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
@-webkit-keyframes fadeIn {
  0% {

    opacity: 0;

  }
  to {

    opacity: 1;

  }
}
@keyframes fadeIn {
  0% {

    opacity: 0;

  }
  to {

    opacity: 1;

  }
}


.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
@-webkit-keyframes fadeInUp2 {
  0% {
    -webkit-transform: translate3d(0, 200%, 0);
    opacity: 0;
    transform: translate3d(0, 200%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    -webkit-transform: translate3d(0, 200%, 0);
    opacity: 0;
    transform: translate3d(0, 200%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}


.txt_thanks {
  text-align: center;
  color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important ;
    -moz-transition: none !important ;
    -webkit-transition: none !important ;
  }
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */
a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }

  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
