@charset "UTF-8";
/* Reset Style */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.25;
  word-break: break-all;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}
ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* ----------------------------------------------------------------
    link
  ----------------------------------------------------------------- */
a {
  color: #333;
  outline: none;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.disable {
  cursor: default;
}
a:visited {
  text-decoration: none;
}
a.disable:hover {
  text-decoration: none;
}
a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}
a.default:visited {
  color: #800080;
}
a.default:active {
  color: #ff8000;
}
a.default:hover {
  color: #b80120;
}
a:hover {
  transition: 0.5s;
}
.no-link {
  opacity: 0.5;
  pointer-events: none; /*リンクを非リンクに変える*/
  cursor: default; /*マウスカーソルを矢印のまま変えない*/
  text-decoration: none; /*下線を消す*/
}
/* ----------------------------------------------------------------
    common
  ----------------------------------------------------------------- */
html {
  overflow-x: hidden;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  letter-spacing: 0.0625em;
  line-height: 1.6;
}
body {
  background-color: #f9f8f7;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
.txt-link a {
  text-decoration: underline;
}
.txt-link a:hover {
  text-decoration: none;
}
.btn-link {
  text-align: center
}
.btn-link a {
  background-color: #44af35;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 18px;
  margin: 5% auto 0;
  padding: 15px;
  width: 300px;
}
.btn-link a:hover {
  background-color: #f0f9ef;
  color: #44af35;
  transition: 0.5s;
}
/* ----------------------------------------------------------------
    PageTop
  ----------------------------------------------------------------- */
#PageTopBtn {
  position: fixed; /*ボタンの配置場所を固定*/
  bottom: 5px; /*下からのボタンの配置場所を指定*/
  right: 10px; /*右からのボタンの配置場所を指定*/
  z-index: 1;
}
#PageTopBtn a {
  display: block; /*配置の調整*/
  text-decoration: none; /*文字の下線を消す*/
  color: #333; /*文字の色*/
  background: #fff;
  text-align: center; /*文字を中央に配置*/
  outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
  text-decoration: none;
  background: #cd212a; /*マウスオーバー時の背景色*/
}
/*パソコンで表示する場合のCSS*/
@media (min-width: 768px) {
  #PageTopBtn {
    font-size: 25px; /*文字のサイズ*/
  }
  #PageTopBtn a {
    width: 44px; /*ボタンの幅*/
    padding: 2px 0px; /*文字の配置場所の調整*/
    border-radius: 46px;
  }
}
/*スマホで表示する場合のCSS*/
@media (max-width: 767px) {
  #PageTopBtn {
    font-size: 20px;
  }
  #PageTopBtn a {
    width: 45px;
    height: 25px; /*ボタンの高さ*/
    padding: 11px 0px 9px; /*文字の配置場所の調整*/
  }
}
/* ----------------------------------------------------------------
    youtubeレスポンシブ
  ----------------------------------------------------------------- */
.movie-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ----------------------------------------------------------------
    Google マップレスポンシブ
  ----------------------------------------------------------------- */
.map-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ----------------------------------------------------------------
    display: none
  ----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .display-tb {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .hidden-tb {
    display: none !important;
  }
}
/* ----------------------------------------
* header
---------------------------------------- */
header {
  background-color: #2a3f5c;
  display: flex;
  height: 70px;
  place-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}
body.home header {
  background-color: #2a3f5c;
  display: flex;
  height: 70px;
  place-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header {
  width: 100%;
  z-index: 997;
}
nav {
  width: 100%;
}
.menu-open:hover {
  cursor: pointer;
}
.g-navi {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 5% 0 5%;
  width: calc(95% - 25px);
}
.g-navi {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 5% 0 5%;
  width: calc(90% - 0px);
}
.navilogo {
  color: #fff;
  text-align: left;
  width: 120px;
}
.navilogo a {
  color: #fff;
}
.navi-menu {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 0;
}
.navi-menu a {
  color: #fff;
}
.navi-menu a:hover {
  color: #cd212a;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.menu-item {
  font-size: 16px;
  color: #fff;
  margin-right: 30px;
}
.sns {
  margin-right: 10px;
}
/* svgのアイコンからmouse outで白に戻るとき0.3ｓ遅れて塗りを#fffにする。
pathに対してfillのため「a:hover」のみでは動作しない*/
#icon path {
  fill: #fff;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
/* svgのアイコンにhoverが当たったら 塗りを#2BBF82にする。*/
.navi-menu a:hover #icon path {
  fill: #cd212a;
}
.menu-item #icon {
  width: 30px;
}
.menu-item .txt {
  bottom: 9px;
  font-size: 16px;
  font-weight: bold;
  left: 10px;
  position: relative;
  text-align: center;
}
.navi-btn {
  background-color: #cd212a;
  border-radius: 50px;
  height: 50px;
  line-height: 0;
  margin-left: 0px;
  padding: 13px 30px 0px 45px;
}
.navi-btn #icon {
  width: 24px;
}
.navi-btn #icon path {
  fill: #fff;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.navi-btn .txt {
  bottom: 5px;
  color: #fff;
  font-size: 20px;
  left: -5px;
  position: relative;
  font-weight: bold;
  text-align: center;
}
.sub-navi {
  align-items: center;
  background-color: #2a3f5c;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.25;
  margin: 0 auto;
  padding: 10px 0 0;
  position: fixed;
  width: 100%;
}
.sub-navi a {
  color: #fff;
}
.sub-navi .menu-item {
  font-size: 16px;
  color: #fff;
  margin-right: 0;
}
.sub-navi .txt {
  bottom: 5px;
  color: #fff;
  left: -5px;
  position: relative;
  font-weight: bold;
  text-align: center;
}
.box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  header {
    padding: 0;
  }
  .sub-navi {
    margin: 0 auto;
    width: 100%;
  }
  .sub-navi li {
    font-weight: bold;
    text-align: center;
    width: 25%;
  }
  .sub-navi .txt {
    bottom: 5px;
    color: #fff;
    font-size: 12px;
    left: -2px;
    position: relative;
    font-weight: normal;
    text-align: center;
  }
}
/* ----------------------------------------------------------------
    sp-ナビ
  ----------------------------------------------------------------- */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/*----------ハンバーガーアイコン----------*/
header_inner {}
.hamburger {
  position: absolute;
  display: block;
  width: 32px;
  height: 20px;
  top: 25px;
  right: 5%;
  margin-top: 0px;
  z-index: 999;
  transition: all .4s;
  box-sizing: border-box;
  background: none;
}
.hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}
/*.active span {
  background-color: #fff;
}*/
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 9px;
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
}
.hamburger span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .75s forwards;
  animation: menu-ber01 .75s forwards;
}
.hamburger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.hamburger span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .75s forwards;
  animation: menu-ber02 .75s forwards;
}
.active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
}
.active span:nth-of-type(2) {
  opacity: 0;
}
.active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .75s forwards;
}
@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
/*----------ナビゲーション----------*/
#navigation {
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100vh;
  right: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 997;
}
#navigation .navigation_inner {
  background: #2a3f5c;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 0;
  width: 350px;
}
/* ボックス*/
#navigation .box-tit {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
#navigation .box-wrap {
  color: #444;
  display: grid;
  grid-gap: 1px;
  grid-template-columns: 100%;
  grid-template-rows: 40px 185px 185px 185px 185px;
  margin: 25px auto 60px;
  width: 278px;
}
#navigation .box {
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-shadow: 0 0 12px #7b7a35;
}
#navigation .box:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#navigation .box:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#navigation .box-stay:after {
  background-image: url(../img/home/bkg_stay.jpg);
}
#navigation .box-eat:after {
  background-image: url(../img/home/bkg_eat.jpg);
}
#navigation .box-buy:after {
  background-image: url(../img/home/bkg_buy.jpg);
}
#navigation .box-tour:after {
  background-image: url(../img/home/bkg_tour.jpg);
}
#navigation .box .tit {
  left: 10px;
  top: 10px;
  position: absolute;
  width: 135px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .h_menu-wrap{
    content: "";
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 70px;
    background-color: #2a3f5c;;
    z-index: 998;
  }
  .h_menu {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.051);
    box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.05);
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #000;
    background-color: #cd212a;
    border-radius: 50%;
  }
  .hamburger {
    position: fixed;
    display: block;
    width: 30px;
    height: 20px;
    top: 25px;
    right: 20px;
  }
  /*----------spナビゲーション----------*/
  #navigation .navigation_inner {
    margin-top: 70px;
    padding: 5%;
    width: 100%;
  }
  #navigation .navi-menu {
    display: block;
    flex-wrap: wrap;
    justify-content: flex-end;
    line-height: 0;
  }
  #navigation .navi-menu a {
    color: #fff;
  }
  #navigation .navi-menu a:hover {
    color: #cd212a;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
  }
  #navigation .menu-item {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    margin-right: 30px;
  }
  #navigation .sns {
    margin-right: 10px;
  }
  #navigation .menu-item #icon {
    width: 30px;
  }
  #navigation .menu-item .txt {
    bottom: 8px;
    font-size: 20px;
    font-weight: bold;
    left: 10px;
    position: relative;
    text-align: center;
  }
  /* ボックス*/
  #navigation .box-tit {
    color: #fff;
    font-size: 24px;
    line-height: 1;
  }
  #navigation .box-wrap {
    color: #444;
    display: grid;
    grid-gap: 1px;
    grid-template-columns: 100%;
    grid-template-rows: 215px 215px 215px 215px;
    margin: 0 auto 70px;
    width: 100%;
  }
  #navigation .box .tit {
    left: 15px;
    position: absolute;
    top: 15px;
  }
}
/* ----------------------------------------------------------------
    footer
  ----------------------------------------------------------------- */
#footer {
  background-image: url(../img/common/foot_bkg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1920px;
  width: 100%;
}
#footer .foot-inr {
  background: transparent url(../img/overlay/dot.png) repeat top left;
  display: flex;
  place-items: center;
  position: relative;
  top: 0px;
  left: 0px;
  height: 425px;
  width: 100%;
}
#footer .mainarea {
  margin: 0 auto;
  width: 90%;
}
#footer .mainlogo {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 90%;
}
#footer .credit {
  background-color: #fff;
  border-radius: 3px;
  color: #333;
  padding: 5px 10px;
}
#footer .foot-navi {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 5%;
  text-align: center;
  width: 100%;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #cd212a;
}

@media only screen and (max-width: 768px) {
  #footer {
    background-position: center bottom 64px;
    background-size: 960px;
  }
  #footer .foot-inr {
    height: 210px;
  }
  #footer .mainlogo {
    max-width: 200px;
  }
  #footer .foot-navi {
    margin: 0 auto;
    padding: 10px 5% 74px;
  }
  #footer .copyright {
    font-size: 12px;
    margin: 0 auto;
  }
}
/* ----------------------------------------------------------------
    第二階層
  ----------------------------------------------------------------- */
#sec-intro {
  margin: 10% auto;
  max-width: 1200px;
  text-align: center;
  width: 90%;
}
.head-logo {
  height: 70px;
  margin: 0 auto;
  padding-top: 13px;
  width: 250px;
}
.intro-head {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 25px;
}
.intro-txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  margin-top: 50px;
  text-align: center;
}
#sec-post {
  margin: 5% auto;
  max-width: 1200px;
  width: 90%;
}
@media only screen and (max-width: 1024px) {
  .intro-head {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;
  }
  .head-logo {
    left: 5%;
    padding-top: 0px;
    position: fixed;
    top: 15px;
    width: 221px;
    z-index: 999;
  }
  .intro-txt {
    font-size: 16px;
    text-align: justify;
  }
  #sec-post {
    margin: 10% auto;
  }
}
/* ----------------------------------------------------------------
    CSSアニメーション
  ----------------------------------------------------------------- */
.fade-in-first {
  opacity: 0; /* 透明 */
  animation-delay: 0.5s;
  animation-duration: 1s; /* アニメーション時間 */
  animation-name: fadein; /* アニメーション名 */
  animation-fill-mode: forwards;
}
.fade-in {
  opacity: 0; /* 透明 */
}
.fade-in.active {
  animation-delay: 0.5s;
  animation-duration: 1s; /* アニメーション時間 */
  animation-name: fadein; /* アニメーション名 */
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0; /* 透明 */
  }
  100% {
    opacity: 1; /* 透明 */
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0; /* 透明 */
  }
  100% {
    opacity: 1; /* 透明 */
  }
}
.fade-out {
  opacity: 1; /* 透明 */
}
.fade-out.active {
  animation-delay: 0.5s;
  animation-duration: 1s; /* アニメーション時間 */
  animation-name: fadeout; /* アニメーション名 */
  animation-fill-mode: forwards;
}
@keyframes fadeout {
  0% {
    opacity: 1; /* 透明 */
  }
  100% {
    opacity: 0; /* 透明 */
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1; /* 透明 */
  }
  100% {
    opacity: 0; /* 透明 */
  }
}
.slide-in-first {
  display: inline-block;
  position: relative;
}
.slide-in-first::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #000;
  animation-name: slidein, slideout;
  animation-duration: .5s;
  animation-delay: 0s, .5s;
  animation-timing-function: cubic-bezier(.75, 0, .2, 1);
  animation-fill-mode: backwards, forwards;
}
.slide-in {
  display: inline-block;
  position: relative;
}
.slide-in.active::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #000;
  animation-name: slidein, slideout;
  animation-duration: .5s;
  animation-delay: 0s, .5s;
  animation-timing-function: cubic-bezier(.75, 0, .2, 1);
  animation-fill-mode: backwards, forwards;
}
body.food .slide-in.active::before {
  background-color: #fff;
}
@keyframes slidein {
  0% {
    transform-origin: 0 0;
    transform: scale3d(0, 1, 1);
  }
  100% {
    transform-origin: 0 0;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes slideout {
  0% {
    transform-origin: 100% 0;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 100% 0;
    transform: scale3d(0, 1, 1);
  }
}
.slide-in-inr-first {
  visibility: hidden;
  animation-name: show;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.slide-in-inr {
  visibility: hidden;
}
.slide-in-inr.active {
  animation-name: show;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes show {
  0%, 50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.focus-in-first {
  opacity: 0; /* 透明 */
  -webkit-animation: focusin 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: focusin 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation-fill-mode: forwards;
}
.focus-in {
  opacity: 0; /* 透明 */
}
.focus-in.active {
  -webkit-animation: focusin 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: focusin 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation-fill-mode: forwards;
}
@-webkit-keyframes focusin {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focusin {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* IE対応 */
@media screen\0 {
  .fade-in {
    opacity: 1;
  }
  .slide-in-inr-first {
    visibility: visible;
  }
  .slide-in-inr {
    visibility: visible;
  }
  .focus-in {
    opacity: 1;
  }
  .focus-in-first {
    opacity: 1;
  }
}