/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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,
small,
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;
}

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;
}

/******************* リセットcssここまで **********************/

/*********************** 共通 ******************************/
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #584a42;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.6s ease;
}

a:hover {
  transition: all 0.6s ease;
}

.content-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

/* ボタンパーツ */
.btn-parts {
  margin-top: 80px;
}

.btn-parts p {
  text-align: center;
  margin-bottom: 20px;
}

/* ボタンパーツ共通 */
.button {
  display: inline-block;
  width: 180px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  font-size: 14px;
  color: #fff;
  background: #5277c9;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button,
.button::before,
.button::after {
  -webkit-transition: ease-in 0.6s;
  transition: ease-in 0.6s;
}


img {
  width: 100%;
  vertical-align: bottom;
}

* {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

/*********************** 共通 ここまで******************************/

main {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.mail-form {
  text-align: center;
}

.mail-form iframe {
  width: 100%;
  height: 460px;
}

.site-logo {
  color: #584a42;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.site-logo img {
  width: 48px;
  height: auto;
  margin-right: 16px;
}

.site-logo-txt {
  padding-left: 10px;
}

.sp-nav-btn,
.sp-nav {
  display: none;
}

.header-wrapper {
  display: flex;
  align-items: center;
  padding: 1% 3vw;
  transition: ease-in 0.3s;
  background-color: #fff;
}

.button {
  padding: 0 20px;
  border-radius: 50px;
  position: relative;
}

.fa-chevron-right {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-wrapper {
  transition: ease-in 0.3s;
  border-radius: 50px;
}

.button:hover {
  background-color: #fff;
  color: #000858;
}

.pc-nav ul li,
.button {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}

.pc-nav {
  margin-left: auto;
}

.hover-under-line a {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  font-size: 14px;
  color: #584a42;
}

.profile-under-line a {
  color: #ffffff;
}

.footer-under-line a {
  color: #ffffff;
  margin: 0 33px;
}

@media screen and (max-width: 768px) {
  .footer-under-line a {
    color: #ffffff;
    margin: 12px 0;
  }
}

.hover-under-line a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #584a42;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.uber-link a:after {
  display: none;
}

.uber-link a:hover {
  opacity: .8;
}

.profile-under-line a:after {
  background: #fff;
}

.footer-under-line a:after {
  background: #fff;
}

.footer-under-line a:after {
  bottom: -8px;
}

.hover-under-line a:hover:after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.footer-under-line a:hover:after {
  bottom: -4px;
}

/* メインビジュアル */

.mv {
  position: relative;
  z-index: 1;
  background: url(img/main.jpg);
  background-size: cover;
  background-position: top center;
  height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.mv_other {
  position: relative;
  z-index: 1;
  background: url(img/menu_top.jpg);
  background-size: cover;
  background-position: bottom center;
  height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.mv_shop {
  position: relative;
  z-index: 1;
  background: url(img/shop_top.jpg);
  background-size: cover;
  background-position: bottom center;
  height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
}



.copyright {
  font-family: Verdana, “Droid Sans”;
}

.main__title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  z-index: 2;
  line-height: 1.75;
  text-shadow: 1px 1px 2px #584a42;
}

.mv_other h2 {
  text-align: center;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  color: #fff;
}

.mv_other:before {
  display: none;
}

.mv_other span {
  font-size: 17px;
  display: block;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 10px;
}

@media screen and (max-width:1024px) {
  .main__title {
    font-size: 24px  
  }
  
}

@media screen and (max-width: 768px) {
  .mv::before {
    width: 65%;
    height: 1000px;
    top: -130px;
    left: -100px;
    background-color: #51acfcb8;
    position: absolute;
    transform: rotate(15deg);
  }


  .mv_other h2 {
    font-size: 32px;
  }

  .main__title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    left: 10%;
    z-index: 2;
    line-height: 2;
  }

  .main__title__sub {
    width: 80%;
    color: #fff;
  }

  .sub__title {
    font-size: 16px;
  }

  .sub__secondary {
    top: 65%;
  }

}

/* メインビジュアル */

/* スクロール後ヘッダー背景色 */
/* .header-wrapper.addColor {
  transition: ease-in 0.3s;
  background: #fff;
}

.site-logo.addColor_02 {
  transition: ease-in 0.3s;
  color: #1E76E3;
}

.header-wrapper a.addColor_02 {
  transition: ease-in 0.3s;
  color: #1E76E3;
} */

/* スクロール後ヘッダー背景色 */

/******************** index.html headerここまで *************************/

.content-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.section-title {
  text-align: center;
  font-size: 48px;
  position: relative;
  padding: 20px;
  margin-bottom: 16px;
  font-weight: 400;
  font-style: normal;
  color: #56aef6;
  font-weight: 700;
  line-height: 1.25;
}

.sub-text {
  font-size: 14px;
  color: #4c4c4c;
  display: block;
  letter-spacing: 0.2em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .sub-text {
    font-size: 12px;
  }
}

.about {
  padding: 80px 0;
  margin: 40px 0;
  text-align: center;
  background: url(img/vesitable.png) no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-size: contain;
  background-position: center center ;
}

.about__text {
  margin: 0 auto;
  font-size: 24px;
}

.about__text span {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 20px 0;
    margin: 20px 0;
  }  

.about__text {
  font-size: 16px;
  text-align: left;
}

}


.point {
  text-align: center;
  padding: 120px 0;
  background-color: #F5F5EF;
}

.point__title {
  text-align: center;
  position: relative;
  display: inline-block;
  font-size: 18px;
}

.point__title span {
  display: inline-block;
  text-align: left;
}

.point__title:before {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  top: 30px;
  left: -60px;
  background: #000;
  transform: rotate(60deg);
}
.point__title:after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  top: 30px;
  right: -60px;
  background: #000;
  transform: rotate(-60deg);
}

.point__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}

.point__inner:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.image__wrapper {
  width: 48%;
}

.image__wrapper img {
  max-height: 400px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .point {
    padding: 40px 0;
  }  
}


.text__wrapper {
  width: 48%;
  position: relative;
  padding: 1em 2em;
  text-align: center;
  background-color: #fff;
  padding: 80px 40px;
  border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
  box-shadow: 10px 10px #fea300;
}

.point__inner:nth-of-type(2n) .text__wrapper {
  box-shadow: 10px 10px #0CA542;
}

.text__wrapper__title {
  display: inline-block;
  position: relative;
  font-size: 32px;
}

.text__wrapper__title:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 12px;
  left: -20px;
  top: 10px;
  background: #000;
  transform: rotate(20deg);
}
.text__wrapper__title:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 12px;
  left: -10px;
  top: -2px;
  background: #000;
  transform: rotate(60deg);
}

.text__wrapper__text {
  font-size: 18px;
  display: inline-block;
  text-align: left;
  position: relative;
}

.fa-quote-left {
  margin-right: 4px;
}

.fa-quote-right {
  margin-left: 4px;
}

.last__text {
  position: relative;
}

.last__text .fa-quote-right{
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .point__inner  {
    display: block;
  }
  .image__wrapper {
    width: 100%;
  }
  .text__wrapper {
    width: 100%;
    position: relative;
    top: -20px;
    padding: 20px;
  }
  .text__wrapper__text {
    font-size: 16px;
  }
  
}


.btn {
  margin: 5px 0;
  position: relative;
  padding: 20px 56px 20px 32px;
  background-color: #543618;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 1px solid #543618;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 4px;
}
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn:hover {
  background: #fff;
  color: #543618;
}
.btn:hover:after {
  right: 1.4rem;
}

.recipe__inner {
 display: flex;
 align-items: center;
}

.recipe__inner:nth-of-type(2) {
  flex-direction: row-reverse;
}

.recipe__inner .image__wrapper {
  width: 60%;
  background-color: #fff;
}

.recipe__inner .image__wrapper img {
  min-height: 360px;
}

.recipe__inner .text__wrapper {
  box-shadow: none;
}

.recipe__inner .text__wrapper img {
  width: 200px;
}

.recipe__inner .text__wrapper h3 {
  position: relative;
  margin-top: -45px;
  margin-bottom: 40px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .recipe__inner {
    display: block;
   }  
   .recipe__inner .image__wrapper {
     width: 100%;
   }
   .recipe__inner .text__wrapper {
     border-radius: unset;
   }
   .recipe__inner .image__wrapper img {
     min-height: auto;
     object-fit: unset;
   }
}


.links {
  padding: 120px 0;
  background-color: #F5F5EF;
}

.link__image-wrapper {
  display: flex;
}

.link__image-wrapper a {
  width: 50%;
  display: block;
  position: relative;
  text-align: center;
}

.link__image-wrapper a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0ca542ab;
  transition: ease-in .3s;
}

.link__image-wrapper a:hover:before {
  transition: ease-in .3s;
  background-color: #0ca542e2;
}

.link__image-wrapper a img {
  height: 300px;
  object-fit: cover;
}

.link__image-wrapper a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .links {
    padding: 40px 0;
  }
  .link__image-wrapper {
    display: block;
  }
  .link__image-wrapper a {
    width: 100%;
  }
  .link__image-wrapper a img {
    height: 200px;
  }
}

.fa-twitter-square {
  color: #fff;
  font-size: 55px;
  vertical-align: middle;
}


.icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_wrapper a {
  margin: 0 40px;
}

.icon_wrapper img {
  width: 50px;
}

@media screen and (max-width: 768px) {
  .icon {
    margin-bottom: 40px;
  }
  .icon_wrapper a {
    margin: 0 20px;
  }  
  .icon_wrapper img {
    width: 30px;
  }
  .fa-twitter-square {
    color: #fff;
    font-size: 35px;
    vertical-align: middle;
  }
}


/************************************* index.htmlここまで ************************************/

.menu {
  padding: 120px 0;
  background-color: #F5F5EF;
}

.price {
  color: rgb(199, 27, 27);
  text-align: right;
  font-size: 18px;
}

.menu__title {
  text-align: center;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.item {
  padding: 16px;
  width: 32%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.item:not(:nth-child(3n+3)) {
  margin-right: 2%;
}

.item:nth-child(n+4) {
  margin-top: 30px;
}

@media not all and (min-width: 768px) {
  .menu {
    padding: 40px 0;
  }

  .item {
    width: 100%;
  }

  .item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .item:nth-child(n+2) {
    margin-top: 30px;
  }
}

/************************************* menu.htmlここまで ************************************/

.map {
  position: relative;
  width: 100%;
  padding-top: 50%;
  /* = height ÷ width × 100 */
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop__profile {
  padding: 120px 0 0;
}

.shop__profile-title {
  text-align: center;
}

.shop__profile table {
  width: 100%;
}

.shop__profile table tr {
  border-bottom: 1px solid #dcdcdc;
}

.shop__profile table tr th {
  padding: 30px 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  width: 300px;
}

.shop__profile table tr td {
  padding-left: 20px;
  padding-bottom: 20px;
}

.shop__profile .map {
  width: 100%;
  padding-top: 56.25%;
  /* = height ÷ width × 100 */
  margin-top: 80px;
}

.shop__profile .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop__link__image-wrapper a {
  width: 100%;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .shop__profile {
    padding: 40px 0 0;
  }

  .shop__profile table tr th {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    padding: 15px 20px 0 20px;
  }

  .shop__profile table tr td {
    display: block;
    width: 100%;
    padding: 15px 0 15px 20px;
  }

.shop__link__image-wrapper a {
  font-size: 18px;
}
}

/*********************** company.htmlはここまで ***********************/

footer {
  background: #0CA542;
  color: #fff;
  padding: 3% 3vw;
}

.footer-left {
  width: 50%;
  line-height: 2;
}

.footer-left p {
  font-size: 14px;
}

.footer-right {
  width: 100%;
  height: auto;
}

.footer-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.footer-left .footer__last {
  font-size: 12px;
}

.footer-left h1 {
  display: inline-block;
}

.footer-logo span {
  font-size: 18px;
  color: #ffffff;
}

.flex {
  display: flex;
  margin: 0 auto;
}

.uber-icon img{
  width: 50px;
  height: 50px;
}

@media screen and (max-width:768px) {
  .footer-logo span {
    font-size: 16px;
  }
}

/***** ハンバーガー *****/
@media screen and (max-width: 768px) {

  .sp-nav h1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-nav .hover-under-line a {
    color: #584a42;
  }

  .sp-nav .hover-under-line a:after {
    display: none;
  }

  .sp-nav-btn,
  .sp-nav {
    display: block;
  }

  .pc-nav {
    display: none;
  }

  /* ハンバーガーボタンの中身 */
  .sp-nav-btn {
    position: relative;
    top: -5px;
    width: 25px;
    height: 16px;
    z-index: 20;
    margin-left: auto;
    cursor: pointer;
    transition: ease-in 0.3s;
  }

  /* ハンバーガーボタンの中身 */

  /* ハンバーガーボタンの背景色 */
  .sp-nav-btn:before {
    content: "menu";
    position: absolute;
    color: #584a42;
    width: 45px;
    height: 40px;
    font-size: 10px;
    top: -7px;
    right: -8px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0px;
    transition: ease-in .3s;
  }

  /* ハンバーガーボタンの背景色 */

  .pc-nav ul,
  .btn-wrapper {
    display: none;
  }

  /* ハンバーガーの３本線 */

  .sp-nav-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #584a42;
    position: absolute;
  }

  .sp-nav-btn span:nth-of-type(1) {
    top: 0;
    right: 3px;
    transition: ease-in 0.3s;
  }

  .sp-nav-btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3px;
    transition: ease-in 0.3s;
  }

  .sp-nav-btn span:nth-of-type(3) {
    bottom: 0;
    right: 3px;
    transition: ease-in 0.3s;
  }

  /* ハンバーガーの３本線 */

  /* ハンバーガークリック後の線の動き */
  .sp-nav-btn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    transition: ease-in 0.3s;
    background: #584a42;
  }

  .sp-nav-btn.active span:nth-of-type(2) {
    opacity: 0;
    transition: ease-in 0.3s;
  }

  .sp-nav-btn.active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
    transition: ease-in 0.3s;
    background: #584a42;
  }

  .sp-nav-btn.active:before {
    opacity: 0;
    transition: ease-in 0.3s;
  }

  /* ハンバーガークリック後の線の動き */

  /* ハンバーガークリック後のメニュー */
  .sp-nav {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(100vw);
    transition: ease-in 0.3s;
    background: #fff;
  }

  /* ハンバーガークリック後のメニュー */

  .sp-nav.active {
    transform: translateX(0);
  }

  /* ハンバーガークリック後メニュー中身 */
  .sp-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
  }

  .sp-nav ul li {
    font-size: 16px;
    text-align: center;
    padding-top: 24px;
  }

  .sp-btn-wrapper {
    height: 50px;
    line-height: 50px;
  }

  /* ハンバーガークリック後メニュー中身 */

  /***** ハンバーガーここまで *****/
  footer {
    padding: 35px 0;
  }

  .footer-left {
    width: 100%;
    text-align: center;
  }

  .footer-left h1 {
    font-weight: 400;
    font-style: normal;
  }

  footer .logo {
    justify-content: center;
  }

  .flex {
    flex-direction: column-reverse;
  }

  .footer-right {
    margin-bottom: 30px;
  }

  .footer-right ul {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.comming-soon {
  padding: 240px 0;
  text-align: center;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpTrigger,
.fadeInRightTrigger,
.fadeInLeftTrigger {
  opacity: 0;
}

.delay-time {
  animation-delay: .5s;
}

#page-top {
  display: none;
}

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#942D2F;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

@media screen and (max-width: 768px) {
  #page-top {
    display: block;
  }  
}


.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}

.animate__delay {
  animation-delay: .2s;
}