@charset "UTF-8";
/* CSS Document */
/* =====================
  topへ戻る
===================== */
#page_top {
  position: fixed;
  bottom: 140px;
  right: 0;
  z-index: 100;
}

#page_top a {
  background-color: #f3981d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 35px 35px;
  transition: 0.5s all;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  #page_top a {
    padding: 15px 15px;
  }
}

#page_top a:hover {
  opacity: 0.6;
  text-decoration: none;
  transition: 0.5s all;
}
@media screen and (max-width: 1024px) {
  #page_top a:hover {
    opacity: unset;
    transition: unset;
  }
}

#page_top a::after {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  display: block;
  position: relative;
  top: 2px;
}

/* =====================
  fade in
===================== */
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* =====================
  mv anime わたしらしさで向き合う
===================== */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.passing-box {
  display: block;
  text-align: center;
}
.passing-bar {
  position: relative;
  /*display: block;*/
  transform: translate3d(0, 0, 0);
}
.passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.235);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
  border: 0px rgba(255, 255, 255, 0.4) solid;
  border-bottom: 0px rgba(40, 40, 40, 0.35) solid;
  border-right: 0px rgba(40, 40, 40, 0.35) solid;
  /*background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);*/
}
.passing-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  font-weight: 400;
  background: rgba(255, 255, 255, 0.45);
  /*box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);*/
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 14px 58px;
}
@media screen and (max-width: 768px) {
  .passing-txt {
    padding: 10px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
@media all and (-ms-high-contrast: none) {
  .passing.move .passing-bar:before {
    -webkit-animation: passing-bar 1s ease 1s 1 normal forwards;
    animation: passing-bar 1s ease 1s 1 normal forwards;
  }
}

.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease 0.5s 1 normal forwards;
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}
@media all and (-ms-high-contrast: none) {
  .passing.move .passing-txt {
    -webkit-animation: passing-txt 1s ease 1s 1 normal forwards;
    animation: passing-txt 1s ease 1s 1 normal forwards;
  }
}

/* =====================
  section title anime
===================== */
.title_anime {
  font-style: italic;
  font-family: josefin-sans, sans-serif;
}

.title_anime span {
  opacity: 0;
}

.title_anime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

.o_color.appeartext span:nth-child(3) {
  color: #f3981d;
}

.env_o_color.appeartext span:nth-child(6) {
  color: #f3981d;
}

.em_o_color.appeartext span:nth-child(5) {
  color: #f3981d;
}

.of_o_color.appeartext span:nth-child(5) {
  color: #4bcbcc;
}

.met_intro_color.appeartext span:nth-child(2) {
  color: #f3981d;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =============================
		hamburger menu
================================ */
@media screen and (max-width: 1024px) {
  .openbtn4 {
    position: relative;
    background: #4bcbcc;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 10;
  }

  .openbtn4 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
  }

  .openbtn4 span:nth-of-type(1) {
    top: 13px;
  }

  .openbtn4 span:nth-of-type(2) {
    top: 19px;
  }

  .openbtn4 span:nth-of-type(3) {
    top: 25px;
  }

  .openbtn4 span:nth-of-type(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -2px;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
  }

  .openbtn4.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn4.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn4.active span:nth-of-type(3) {
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .openbtn4.active span:nth-of-type(3)::after {
    content: "close";
    transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 4px;
  }

  .header_menu {
    display: none;
  }

  .sp_menu {
    padding: 60px 0 0;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    color: #fff;
    background: #4bcbcc;
    text-align: center;
    width: 100%;
    visibility: hidden;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  .sp_menu_add {
    display: flex;
    flex-wrap: wrap;
    max-width: 180px;
    justify-content: space-between;
  }

  .sp_menu .menu_border {
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    width: 300px;
    margin: 0 auto;
  }

  .sp_menu ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    /*position: absolute;
    top: 5%;*/
  }

  .sp_menu ul li {
    list-style-type: none;
    padding: 25px 0 0;
    transition: 0.4s all;
  }

  .sp_menu ul li:nth-child(3) {
    padding: 10px 0 15px;
  }

  .sp_menu ul li:last-child {
    padding: 0 0 0;
  }

  .sp_menu_add li {
    padding: 0px !important;
  }

  .sp_menu_add li a {
    padding: 8px 0 8px;
    position: relative;
  }

  .sp_menu_add li a::before {
    content: "";
    position: absolute;
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
    left: -30px;
    top: 15px;
  }

  .sp_menu .entry {
    color: #fff;
    padding: 0.6em 0;
    text-decoration: none;
    font-size: 1.4rem;
  }

  .sp_menu .link {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .sp_menu .link {
    display: block;
    position: relative;
    background-color: #eeeeee;
    width: 300px;
    margin: 20px auto;
    border: 1px solid #eeeeee;
    color: #333;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    padding: 1em 0;
  }
  .sp_menu .link::before {
    content: "";
    position: absolute;
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #333;
    left: 60px;
    top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .sp_menu.active {
    opacity: 3;
    visibility: visible;
    z-index: 3;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
}
@media screen and (max-width: 1024px) {
  .sp_menu .entry {
    border: 1px solid #fff;
    width: 300px;
    margin: 0 auto;
    font-style: italic;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1024px) {
  .sp_menu .menu_ja {
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-style: normal;
  }
}
@media screen and (max-width: 1024px) {
  .sp_menu .menu_en {
    font-size: 2rem;
    font-family: josefin-sans, sans-serif;
    letter-spacing: 0.2em;
    font-style: italic;
    line-height: 1.2;
    /*background: linear-gradient(transparent 60%, rgba(243, 152, 29, 0.6) 0%) repeat scroll 0 0;
    display: inline;*/
  }
}
@media screen and (max-width: 1024px) {
  .circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #457703;
    transform: scale(0);
    left: -18px;
    top: -18px;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 1024px) {
  .fadeUp {
    -webkit-animation-name: fadeUpAnime;
            animation-name: fadeUpAnime;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
}
/*# sourceMappingURL=anime.css.map */