@charset "utf-8";
/*=============================================
 * body
 *=============================================*/
body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: justify;
background:  url("../img/shared/bd_bg.jpg")  repeat center 0 /100%;
color: #000;
    
}
.inblk {
  display: inline-block;
}
.navOpen #pagetop {
  z-index: -1;
}
.fnt-mincho {
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
      font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.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-noto {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.block::after {
  clear: both;
  content: "";
  display: block;
}
.txt-center {
  text-align: center;
}
.txt_b {
  font-weight: bold;
}
.txt_r {
  text-align: right;
}
a:hover {
  text-decoration: none;
}
.padd_wrap {
  padding-left: 4%;
  padding-right: 4%;
}
.pb20 {
  padding-bottom: 20px;
}
.txt_shadown {
  text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.13);
}
.box_shadow {
  box-shadow: 0px 0px 27px 0px rgba(8, 8, 8, 0.17);
}
.slick_auto {}
.heightLine {}
/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
}
#key {
  position: relative;
}
/*====================== nav ====================== */
header .menu_toggle {
background:  url("../img/index/bg1.jpg")  repeat center 0 /100%;

  color: #fff;
  text-align: center;
  height: 100vh;
width: 100%;
    right: -101%;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
header .sub_click {
  display: block;
  padding: 9px 0;
  position: relative;
}
header .sub_click:before {
  content: '';
  position: absolute;
  width: 15px;
  border-top: 1px solid #fff;
  right: 5px;
  top: 22px;
  animation: smoky-out 0.7s 0s both;
}
header .sub_click:after {
  content: '';
  position: absolute;
  height: 15px;
  border-left: 1px solid #fff;
  right: 12px;
  top: 15px;
  animation: smoky-out 0.7s 0s both;
}
header .sub_click.open:after, header .sub_click.open:before {
  animation: smoky 0.7s 0s both;
}
header .sub_click.open:after {
  opacity: 0;
}
@keyframes smoky {
  50% {
    filter: blur(3px)
  }
  100% {
    filter: blur(0px)
  }
}
@keyframes smoky-out {
  50% {
    filter: blur(3px)
  }
  100% {
    filter: blur(0px)
  }
}
header .menu_toggle ul {
  padding: 65px 20px 60px;
  text-align: center;
  max-width: 356px;
  margin: 0 auto;
    display: block;
}
header .menu_toggle li.active a span:before {
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
  content: '\f105';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  display: none;
}
#menu_toggle .sub_scroll_box li {
  margin: 0 20px;
  border: none;
}
#menu_toggle .sub_scroll_box li a {
  padding: 5px 0;
}
#menu_toggle li {
  ;
}
header .menu_toggle .sub_scroll_box {
  padding: 0;
}
.navOpen .menu_toggle.nav-style01 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
}
.navOpen #menu_toggle {
right: 0;
  visibility: visible;
  pointer-events: visible;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.navOpen #menu_toggle li {}
/*
.navOpen #menu_toggle li:nth-child(1) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.navOpen #menu_toggle li:nth-child(2) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.navOpen #menu_toggle li:nth-child(3) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}
.navOpen #menu_toggle li:nth-child(4) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.navOpen #menu_toggle li:nth-child(5) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.navOpen #menu_toggle li:nth-child(6) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.navOpen #menu_toggle li:nth-child(7) {
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
}
.navOpen #menu_toggle li:nth-child(8) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.navOpen #menu_toggle li:nth-child(9) {
	-webkit-animation-delay: 1.35s;
	animation-delay: 1.35s;
}
.navOpen #menu_toggle li:nth-child(10) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}*/
.navOpen.mn_tyle_a li {
  text-align: left !important;
}
.navOpen.mn_tyle_a .hamburger {
  opacity: 0;
  visibility: hidden;
}
.navOpen.mn_tyle_a .hamburger.type_a {
  opacity: 1;
  visibility: visible;
}
.navOpen .hamburger.type_a {
  opacity: 0;
  visibility: hidden;
}
header .menu_toggle.nav-style01 {
  top: 0px;
  right: -100%;
  display: block;
  transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
}
.hamburger {
  position: fixed;
  top: 30px;
  z-index: 100;
  right: 3%; /*transition: all 0.5s ease 0s;
	-moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.8196078431372549);
	-webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.8196078431372549);
	box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.8196078431372549);*/
}
.has_nav .hamburger {}
.hamburger:after {
  display: none;
  text-align: center;
  font-size: 12px;
  content: 'メニュー';
  position: absolute;
  bottom: 8px;
  left: 0px;
  right: 0px;
  letter-spacing: 0em;
  line-height: 1;
}
.type_a {
  padding: 11px 10px 3px;
  right: auto;
  left: 15px;
}
.type_a:after {
  display: none;
}
.navOpen .hamburger:after {
  content: '閉じる';
}
.has_nav .hamburger {}
/*====================== end nav ====================== */
/*====================== header key ====================== */
header #key {
  position: relative;
  overflow: hidden;
}
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-pager {
  color: #ffee00;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  z-index: 62;
  position: absolute;
  bottom: 10px;
  left: 40px;
  right: 40px;
}
.bx-wrapper .bx-controls-auto {
  line-height: 10px;
  bottom: 5%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 60;
}
.bx-controls-direction {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  z-index: 60;
  position: absolute;
  left: 0;
  right: 0;
  top: 28vw;
}
.bx-wrapper .bx-controls-direction a {
  background-color: #58371b;
  color: #fff;
  font-family: "fontello";
  font-size: 22px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  outline: 0 none;
  text-indent: -9999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bx-prev::after {
  content: "\f104";
  position: absolute;
  left: 10px;
  top: 0px;
  text-indent: 0;
}
.bx-next::after {
  content: "\f105";
  position: absolute;
  left: 14px;
  top: 0px;
  text-indent: 0;
}
.bx-prev {
  position: absolute;
  top: 0;
  left: 0;
}
.bx-next {
  position: absolute;
  top: 0;
  right: 0;
}
.bx-next {
  background-position: right 0 !important;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
}
.bx_cl .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #b6a8d2;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #502f13;
}
.sl_vertical .bx-pager {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  width: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sl_vertical .bx-pager-item {
  display: block;
  margin: 5px 0;
}
/*====================== end nav ====================== */
section {
  overflow: hidden;
}
section p {
  padding-bottom: 20px;
}
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
footer {
  z-index: 99;
}
.navOpen header {
  z-index: 999;
}
.navOpen footer {
  z-index: 1;
}
footer #socialbuttons {
  margin-bottom: 10px;
}
footer #f_logo {
  width: 46%;
  margin: 20px auto 0px;
}
footer address {
  font-size: 12px;
}
footer .vcard {
  margin-bottom: 20px;
}
footer .vcard dl {
  display: table;
  width: 100%;
  line-height: 22px;
  margin-bottom: 5px;
  font-size: 14px;
}
footer .vcard dt, footer .vcard dd {
  display: table-cell;
  vertical-align: top;
}
footer .vcard dt {
  width: 82px;
  padding-right: 5px;
}
.cookies_link {
  font-size: 11px;
}
/*====================== ft_fixed ====================== */
#ft_fixed {

  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  z-index: 99;
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .has_nav footer:after {
    background: #000;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  footer  {
    padding-bottom: 90px !important;
  }
  #pagetop {
    bottom: 100px !important;
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .has_nav footer:after {
    background: #000;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  footer  {
    padding-bottom: 90px !important;
  }
  #pagetop {
    bottom: 100px !important;
  }
}
/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .has_nav footer:after {
    background: #000;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  footer  {
    padding-bottom: 90px !important;
  }
  #pagetop {
    bottom: 100px !important;
  }
}
.navOpen #ft_fixed {
  z-index: 0;
}
.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}
.ft_fixed_shared {
    background:#000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  text-align: center;
  width: 100%;
  z-index: 100;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.ft_fixed_shared li {
border-right: 1px solid rgba(255,255,255,0.5);
      color: #fff;
  width: calc((100% - 60px)/2);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*	-moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.37);
	-webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.37);
	box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.37);*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ft_fixed_shared li:nth-child(1) {

}
.ft_fixed_shared li:last-child {
    border-right: none;
}

.ft_fixed_shared li a {

  font-size: 17px;
  font-weight: 600;
  padding: 15px 0px ;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ft_fixed_shared li a:before {
margin-right: 10px;
    font-size: 20px;
    display: inline;

}

.ft_fixed_shared #pagetop
{
    
    
    font-size: 34px;
    margin: 0 auto;
    display: block;
      padding-top: 5px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
@-webkit-keyframes fadeInUpNew {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUpNew {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInUpNew {
  -webkit-animation-name: fadeInUpNew;
  animation-name: fadeInUpNew
}
@-webkit-keyframes fadeAndScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98);
    -webkit-transform: matrix(0.95, 0, 0, 0.95, 0, 0);
    transform: matrix(0.95, 0, 0, 0.95, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes fadeAndScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98);
    -webkit-transform: matrix(0.95, 0, 0, 0.95, 0, 0);
    transform: matrix(0.95, 0, 0, 0.95, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@-webkit-keyframes fadeInZoom {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes fadeInZoom {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.fadeInZoom {
  -webkit-animation-name: fadeInZoom;
  animation-name: fadeInZoom;
  -webkit-animation-duration: 8.5s;
  animation-duration: 8.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.wall {
  position: relative;
  display: block;
}
.wall.animated:after {
  z-index: 3;
  position: absolute;
  content: "";
  background: #000;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  animation: wall 1s forwards;
  -webkit-animation: wall 1s forwards;
}
@-webkit-keyframes wall {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@-webkit-keyframes wall-b {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@-webkit-keyframes wall-w {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
/* Standard syntax */
@keyframes wall {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes wall-b {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes wall-w {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.pb0 {
  padding-bottom: 0 !important;
}
a.btn_scroll {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 12px);
  width: 24px;
  height: 40px;
  z-index: 62;
  display: block;
}
a.btn_scroll span {
  display: block;
  height: 100%;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
a.btn_scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
section img {
  width: 100%;
  height: auto;
}
.bg_down {
  position: relative;
  overflow: hidden;
  transition: all 0.1s ease;
  display: block;
}
.bg_down:after {
  background: rgba(204, 204, 204, .3);
  width: auto;
  height: 0;
  transition: height 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s, top 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.8s;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.bg_down[style*="visible"] {
  height: auto;
  width: auto;
}
.bg_down > * {
  opacity: 0 !important;
  transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1) 1s !important;
}
.bg_down[style*="visible"]:after {
  height: 100%;
  width: 100%;
  top: 100%;
}
.bg_down[style*="visible"] > * {
  opacity: 1 !important;
}
.botan a{
	width: 92%;
	margin: 0px auto;
	padding: 15px 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color: #D73500;
	border-bottom: 4px solid #443315;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.insta_bnr{
	text-align: center;
	margin: 0 0 60px 0;
}

.insta_bnr2{
	width: 92%;
}

.sw_teki{
	border: 1px solid #FFF;
	font-size: 16px;
	margin: 20px auto 0 auto;
	padding: 10px;
	text-align: center;
	width: 90%;
}