.type{
    display: none;
}
.type2{
    display: none;
}
.shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff;
  z-index:9999;
  -webkit-animation: byeShutter .5s forwards;
          animation: byeShutter .5s forwards;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
  -webkit-animation: shutterOpen .5s forwards;
          animation: shutterOpen .5s forwards;
}
.shutter2{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000;
  z-index:9999;
  -webkit-animation: byeShutter 2.5s forwards;
          animation: byeShutter 2.5s forwards;
}
.shutter2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
  -webkit-animation: shutterOpen 2.5s forwards;
          animation: shutterOpen 2.5s forwards;
}
.content {
  -webkit-animation: contentScale 5s forwards;
          animation: contentScale 5s forwards;
}
.content2 {
  -webkit-animation: contentScale 2.5s forwards;
          animation: contentScale 2.5s forwards;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

html {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
body{
/*   max-width: 100%;
  min-width: 1366px; */
  position: relative;
}
a {
  color: inherit;
  text-decoration: inherit;
}
img{
  max-width: 100%;
  height: auto;
}
.minchou {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 49px;
  text-align: center;
}
.minchou2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 15px;
}
.minchou3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: 5px;
}
.minchou4 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 15px;
}
.inner {
  max-width: 1020px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

footer{
  background: #5F9652;
  color: #fff;
  position: relative;
  z-index: 2;
}
footer .footer-text{
  padding: 45px 0 35px 0;
}
footer .footer-text .text-tel{
  margin: 15px 0;
}
footer .adress{
  line-height: 2.5;
}
footer .adress-name{
  font-weight: bold;
}
footer .copy{
  text-align: center;
  padding: 25px 0 20px 0
}

/* 非表示 */
.is-hide {
    display: none;
}
/* LOADING */
#loader-bg {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}
#loader {
  height: 120px;
  margin-top: -60px;
  position: fixed;
  top: 50%;
  width: 100vw;
  text-align: center;
}
#loader p {
  color: #920844;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 76px;
}
#loader .t-caret {font-size:0;}
#loader .t-caret:before {font-size: 76px; content: "｜";}
#loader p img {
    display: inline-block;
}
.autoplay{
    margin: 100px auto;
    width: 80%;
}
.autoplay img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}