@charset "UTF-8";
/* EB Garamondは、google webfonts。リュウミンはエックスサーバ */
/*--------------------------------------------------------------------
mixin
----------------------------------------------------------------------*/
@-webkit-keyframes img_hover_anim {
  0% {
    -webkit-filter: brightness(1) blur(0);
            filter: brightness(1) blur(0);
  }
  30% {
    -webkit-filter: brightness(0.6) blur(0);
            filter: brightness(0.6) blur(0);
  }
  100% {
    -webkit-filter: brightness(1) blur(0);
            filter: brightness(1) blur(0);
  }
}
@keyframes img_hover_anim {
  0% {
    -webkit-filter: brightness(1) blur(0);
            filter: brightness(1) blur(0);
  }
  30% {
    -webkit-filter: brightness(0.6) blur(0);
            filter: brightness(0.6) blur(0);
  }
  100% {
    -webkit-filter: brightness(1) blur(0);
            filter: brightness(1) blur(0);
  }
}
/*--------------------------------------------------------------------
body
----------------------------------------------------------------------*/
body.home {
  background-color: #e4e3e0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: url("images/bg_pattern.jpg") repeat 0 0;
  height: 100%;
}

/*--------------------------------------------------------------------
inview js Animaion
----------------------------------------------------------------------*/
.box--effectBlur {
  overflow: hidden;
  opacity: 0;
}

/*effectBlur*/
.effectBlur {
  -webkit-animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  /* ----------------------------------------------
  * Generated by Animista on 2018-11-27 15:52:19
  * w: http://animista.net, t: @cssanimista
  * ---------------------------------------------- */
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
/*fade_in_up*/
.box--fade_in_up {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.fade_in_up {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.home #lang {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation: lang_anim 3s ease-out 1 forwards;
          animation: lang_anim 3s ease-out 1 forwards;
}

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

@keyframes lang_anim {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------------
wrapper
----------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  /*←common.cssに記述されたpagefade用の指定でnoneになっているとswiperの挙動がうまくいかないので、blockを指定してnoneを上書きし、swiperを挙動させるようにしている*/
  /* 背景色の明るさ調整用 */
}

.cover_red-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 50vh;
  background-color: #7d0032;
  pointer-events: none;
  -webkit-animation: cover_red-left_anim 0.3s ease-in 1 forwards;
          animation: cover_red-left_anim 0.3s ease-in 1 forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes cover_red-left_anim {
  0% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
  100% {
    -webkit-transform: translateY(-50vh);
            transform: translateY(-50vh);
  }
}

@keyframes cover_red-left_anim {
  0% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
  100% {
    -webkit-transform: translateY(-50vh);
            transform: translateY(-50vh);
  }
}
.cover_red-right {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 50vh;
  background-color: #7d0032;
  pointer-events: none;
  -webkit-animation: cover_red-right_anim 0.3s ease-in 1 forwards;
          animation: cover_red-right_anim 0.3s ease-in 1 forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes cover_red-right_anim {
  0% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
  100% {
    -webkit-transform: translateY(50vh);
            transform: translateY(50vh);
  }
}

@keyframes cover_red-right_anim {
  0% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
  100% {
    -webkit-transform: translateY(50vh);
            transform: translateY(50vh);
  }
}
/*--------------------------------------------------------------------
contents
----------------------------------------------------------------------*/
.home .bg_contents {
  /*親要素*/
  position: relative;
  height: 90vh;
}

.box_logo {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  /*一応BOX内の文字も中央寄せ*/
  z-index: 1;
  margin-top: 80px;
}

.logo {
  fill: none;
  stroke: #7d0032;
  stroke-width: 0.5;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  -webkit-animation: dash 2s ease-in forwards;
          animation: dash 2s ease-in forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  width: 160px;
  height: 160px;
}

@-webkit-keyframes dash {
  0% {
    fill: transparent;
    stroke: #fefefe;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  80% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #7d0032;
    fill: #7d0032;
  }
}

@keyframes dash {
  0% {
    fill: transparent;
    stroke: #fefefe;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  80% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #7d0032;
    fill: #7d0032;
  }
}
.logotype {
  display: block;
  width: 300px;
  height: 80px;
  margin: 0 auto;
}

#header {
  width: 100%;
}

/*--------------------------------------------------------------------
hero
----------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  /* Hack for IE11. Because background-clip is unsupported for IE. */
}
/*--------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
.home footer {
  background: url("/images/bg_pattern.jpg") repeat 0 0;
  height: auto;
  padding: 0;
  padding-bottom: 80px;
}

/*--------------------------------------------------------------------
event
----------------------------------------------------------------------*/
.event {
  width: 800px;
  margin: -240px auto 80px;
  text-align: center;
  display: block;
}

.event_hero img {
  width: 800px;
}

.event .day {
  font-size: 1.5em;
  margin: 20px 0 26px;
}

/*--------------------------------------------------------------------
Media Query
----------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  /*--------------------------------------------------------------------
  contents -small
  ----------------------------------------------------------------------*/
  .box_logo {
    margin-top: 0;
  }
  .logo {
    width: 130px;
    height: 130px;
  }
  .logotype {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .logotype {
    height: 40px;
  }
  /*--------------------------------------------------------------------
  footer -small
    ----------------------------------------------------------------------*/
  .snsBox {
    margin: 0 auto 60px;
  }
  /*--------------------------------------------------------------------
  event
  ----------------------------------------------------------------------*/
  .event {
    width: 90%;
    margin: -300px auto 80px;
  }
  .event_hero img {
    width: 96%;
  }
  .event .day {
    font-size: 1.2em;
  }
}