@charset "UTF-8";
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  color: #444;
  letter-spacing: 0em;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  font-family: din-2014, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 18px;
  }
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(135deg, #153B6E 0%, #2C6095 50%, #4283BA 100%);
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: scroll;
}

.sp02 {
  display: none;
}

.h3 {
  font-size: 130px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #c9c9c9;
  text-stroke: 1px #c9c9c9;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .h3 {
    font-size: 20vw;
  }
}

.h4 {
  font-size: 40px;
  line-height: 36px;
  font-weight: bold;
  color: #4283BA;
}
@media only screen and (max-width: 750px) {
  .h4 {
    font-size: 7.8vw;
    line-height: 130%;
  }
}

.btn {
  max-width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: linear-gradient(135deg, #153B6E 0%, #2C6095 50%, #4283BA 100%);
  margin: 0 auto;
  transition: 0.4s;
}
.btn:hover {
  opacity: 0.7;
  transition: 0.4s;
}
@media only screen and (max-width: 750px) {
  .btn {
    max-width: 300px;
    height: 64px;
    border-radius: 35px;
  }
}
.btn__link {
  display: block;
  width: 100%;
  padding: 22px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .btn__link {
    padding: 20px 0;
    font-size: 14px;
  }
}

.w_btn {
  margin: 80px 0 0;
  background: rgba(0, 0, 0, 0);
  color: #444;
  border: solid 1px #444;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .w_btn {
    margin: 40px auto 0;
  }
}
.w_btn__link {
  color: #444;
}
.u-line {
  position: relative;
}
.u-line::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #444;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.w_btn__link:hover .u-line::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 981px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .pc02 {
    display: none !important;
  }
  .sp02 {
    display: block;
  }
}
a {
  color: #444;
  text-decoration: none;
}

q::before, q::after {
  content: none;
}

img {
  width: 100%;
}

.header {
  width: 100%;
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .header {
    width: 100%;
    position: fixed;
  }
}
@media only screen and (max-width: 750px) {
  .header {
    height: 80px;
  }
}
.header__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  width: calc(100% - 60px);
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 1301px) {
  .header__inner {
    max-width: 100%;
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 750px) {
  .header__inner {
    width: 100%;
  }
}
.header__h1 {
  position: absolute;
  top: 25px;
  left: 30px;
  max-width: 260px;
  z-index: 11;
  transition: 0.5s;
}
.header__h1:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 750px) {
  .header__h1 {
    max-width: 126px;
    top: 20px;
    left: 20px;
    width: 28%;
    transition: 0.5s;
  }
}
.header__top {
  display: block;
}
.header__menu {
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
}
.header__nav {
  position: relative;
  font-size: 14px;
  float: left;
  line-height: 130px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 750px) {
  .header__nav {
    display: none;
  }
}
.header__list {
  width: 100%;
}
.header__item {
  letter-spacing: 0;
  float: left;
  text-align: right;
}
.header__item:not(:last-child) {
  margin-right: 35px;
}
.header__link {
  color: #fff;
  font-size: 20px;
  opacity: 0.8;
  position: relative;
}
.header__link:hover {
  opacity: 1;
}
.header__link::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #444;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  background-color: #fff;
}
.header__link:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

header.fixed {
  transition: 0.5s;
  background: linear-gradient(135deg, #153B6E 0%, #2C6095 50%, #4283BA 100%);
}
@media only screen and (min-width: 751px) {
  header.fixed {
    position: fixed;
    height: 80px;
  }
}
@media only screen and (max-width: 750px) {
  header.fixed {
    height: 44px;
  }
}
header.fixed .header__h1 {
  top: 15px;
  max-width: 160px;
}
@media only screen and (max-width: 750px) {
  header.fixed .header__h1 {
    top: 10px;
    max-width: 76px;
  }
}
header.fixed #top_head .box {
  top: 0;
}

.menu { /* 下層メニューのスタイル */ }
.menu__item {
  line-height: 30px;
}
.menu__child {
  top: 90%;
  left: -80px;
  border-radius: 8px;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12);
  padding: 15px 0;
  max-width: 260px;
  width: 100%;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: -12%;
  text-align: left;
  visibility: hidden; /* 下層メニューを非表示 */
  box-sizing: border-box;
  background: #fff;
}
.menu__child::before {
  content: "";
  border-right: 24px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 24px solid transparent;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  display: table;
  margin: 0 auto;
}
.menu__link {
  font-size: 14px;
  width: 100%;
  padding: 0 15px;
  display: block;
  color: #444;
  background: #fff;
  box-sizing: border-box;
}
.menu__link:hover { /* 子項目のスタイル（ホバー時） */
  color: #fff;
}

.menu:hover .menu__child { /* 下層メニューのスタイル（親項目ホバー時） */
  visibility: visible; /* 下層メニューを表示 */
}

/**********************************************************************************

      MENU

**********************************************************************************/
@media only screen and (max-width: 750px) {
  #top_head.fixed {
    background-color: #fff;
  }
  #top_head ul.global_menu {
    transform: rotate(90deg) translateY(-50%);
    position: fixed;
    right: -250px;
    top: 50%;
    bottom: auto;
    z-index: 9999;
    display: block;
  }
  #top_head .inner #global_nav .sp_menu {
    display: none;
  }
  #top_head ul.global_menu > li {
    float: left;
    font-weight: bold;
    list-style: none;
    margin: 0 20px;
  }
  #top_head ul.global_menu > li > a {
    text-decoration: none;
    color: #818181;
  }
  /***** Toggle Button ******/
  #top_head .box {
    width: 44px;
    height: 44px;
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
    top: 15px;
    right: 15px;
    z-index: 10;
    text-align: center;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #top_head .box {
    top: 18px;
  }
}
@media only screen and (max-width: 750px) {
  #nav_toggle {
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 101;
  }
}
@media only screen and (max-width: 750px) {
  .menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 750px) {
  .menu-trigger {
    position: relative;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
}
@media only screen and (max-width: 750px) {
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 750px) {
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .menu-trigger span:nth-of-type(2) {
    top: 45%;
  }
}
@media only screen and (max-width: 750px) {
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  #menu07 span:nth-of-type(1) {
    -webkit-animation: menu07-bar01 0.75s forwards;
            animation: menu07-bar01 0.75s forwards;
  }
}
@media only screen and (max-width: 750px) {
  @-webkit-keyframes menu07-bar01 {
    0% {
      transform: translateY(20px) rotate(45deg);
    }
    50% {
      transform: translateY(20px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu07-bar01 {
    0% {
      transform: translateY(20px) rotate(45deg);
    }
    50% {
      transform: translateY(20px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
}
@media only screen and (max-width: 750px) {
  #menu07 span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
}
@media only screen and (max-width: 750px) {
  #menu07 span:nth-of-type(3) {
    -webkit-animation: menu07-bar03 0.75s forwards;
            animation: menu07-bar03 0.75s forwards;
  }
}
@media only screen and (max-width: 750px) {
  @-webkit-keyframes menu07-bar03 {
    0% {
      transform: translateY(-20px) rotate(-45deg);
    }
    50% {
      transform: translateY(-20px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu07-bar03 {
    0% {
      transform: translateY(-20px) rotate(-45deg);
    }
    50% {
      transform: translateY(-20px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
}
@media only screen and (max-width: 750px) {
  @-webkit-keyframes active-menu07-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(20px) rotate(0);
    }
    100% {
      transform: translateY(20px) rotate(45deg);
    }
  }
  @keyframes active-menu07-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(20px) rotate(0);
    }
    100% {
      transform: translateY(20px) rotate(45deg);
    }
  }
}
@media only screen and (max-width: 750px) {
  .open #menu07 span:nth-of-type(1) {
    -webkit-animation: active-menu07-bar01 0.75s forwards;
            animation: active-menu07-bar01 0.75s forwards;
    top: -12px;
  }
  .open #menu07 span:nth-of-type(2) {
    opacity: 0;
  }
  .open #menu07 span:nth-of-type(3) {
    -webkit-animation: active-menu07-bar03 0.75s forwards;
            animation: active-menu07-bar03 0.75s forwards;
    bottom: -12px;
  }
}
@media only screen and (max-width: 750px) {
  @-webkit-keyframes active-menu07-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-20px) rotate(0);
    }
    100% {
      transform: translateY(-20px) rotate(-45deg);
    }
  }
  @keyframes active-menu07-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-20px) rotate(0);
    }
    100% {
      transform: translateY(-20px) rotate(-45deg);
    }
  }
}
/*******************************************************

			  ハンバーガーメニュー

*******************************************************/
#top_head ul.global_menu {
  display: none;
}

#top_head .inner #global_nav .sp_menu {
  display: block;
}

#top_head {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  #top_head {
    display: block;
  }
}

/* Fixed reset */
#top_head.fixed {
  padding-top: 0;
}

#mobile_head {
  width: 100%;
  height: 50px;
  z-index: 1010;
  position: relative;
}

#global_nav {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #444;
  transition: 0.4s ease-in-out;
  transform: translateX(-110%);
}

#global_nav em {
  display: block;
  margin-bottom: 35px;
}

#global_nav ul.sp_menu {
  margin-bottom: 160px;
}
#global_nav ul.sp_menu li {
  margin: 0 auto 0px;
  overflow: hidden;
  position: static;
  font-size: 15px;
  font-weight: bold;
}
#global_nav ul.sp_menu li:not(:last-child) {
  margin-bottom: 20px;
}

#global_nav .inner {
  max-width: 100%;
  margin: 140px auto 0;
}
#global_nav .inner .contact {
  max-width: 350px;
}
#global_nav .inner .contact .btn {
  line-height: 50px;
}

#global_nav .info {
  text-align: left;
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: -0.02em;
  display: block;
  font-style: normal;
}
#global_nav .info i {
  display: block;
  margin-bottom: 10px;
}

#global_nav .info a {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

#global_nav ul.sp_menu li a {
  display: table;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  box-sizing: border-box;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  position: relative;
  color: #fff;
  text-align: center;
}
#global_nav ul.sp_menu li a:hover {
  opacity: 0.7;
}

#global_nav .contact a i {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 22px;
}

#global_nav ul.sp_menu li a:hover {
  opacity: 0.6;
}

#top_head #global_nav ul.sp_menu li a #top_head.fixed #global_nav ul.sp_menu li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 18px 0;
}

#nav_toggle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

/***** #nav_toggle Ø‚è‘Ö‚¦ƒAƒjƒ[ƒVƒ‡ƒ“ *****/
.open .header__inner {
  width: 100%;
}
.open #top_head .box {
  right: 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.open #global_nav {
  transform: translateX(0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.open #global_nav .logo {
  margin-bottom: 30px;
}

.wrap {
  margin-top: 130px;
}
.wrap::before {
  content: "";
  width: 100%;
  height: 900px;
  display: block;
  background-color: #F8F8F8;
  position: absolute;
  z-index: -1;
  top: 0;
}
@media only screen and (max-width: 750px) {
  .wrap {
    margin-top: 80px;
  }
}

.wrap-in .main {
  display: block;
  height: 247px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .wrap-in .main {
    margin: 0 auto;
    height: auto;
  }
}
@media only screen and (min-width: 751px) {
  .wrap-in .main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: #444;
  }
}
@media only screen and (min-width: 751px) and (min-width: 1301px) {
  .wrap-in .main::after {
    width: 700px;
  }
}
.wrap-in .main__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  width: 80vw;
  height: 100%;
  position: relative;
  align-items: center;
  z-index: 2;
  background-color: #444;
  border-radius: 0 20px 20px 0;
}
@media only screen and (min-width: 751px) {
  .wrap-in .main__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1301px) {
  .wrap-in .main__inner {
    margin: 0 0 0 130px;
  }
}
@media only screen and (max-width: 750px) {
  .wrap-in .main__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 20px);
    margin: 0;
  }
}
.wrap-in .main__h2 {
  max-width: 650px;
  font-size: 100px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #c9c9c9;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .wrap-in .main__h2 {
    font-size: 14.5vw;
    width: 100%;
  }
}
.wrap-in .main__mv {
  width: 20%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  background: url(../img/bg_mv.png) no-repeat;
}
@media only screen and (max-width: 750px) {
  .wrap-in .main__mv {
    width: 100%;
    height: 160px;
    border-radius: 0 0 15px 0;
    background: url(../img/bg_mv.png) #ccc no-repeat center/100%;
  }
}
.wrap-in .main__text {
  max-width: 700px;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .wrap-in .main__text {
    width: 90%;
    padding: 8% 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.wrap-in .main__bld {
  font-size: 60px;
  line-height: 115%;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .wrap-in .main__bld {
    font-size: 7vw;
    margin-bottom: 30px;
  }
}
.wrap-in .main__bun {
  font-size: 20px;
  line-height: 160%;
}
@media only screen and (max-width: 750px) {
  .wrap-in .main__bun {
    font-size: 3.5vw;
  }
}
.wrap-in .main__ttl {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 15px 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 750px) {
  .wrap-in .main__ttl {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 150%;
  }
}
.wrap-in .main__link {
  display: block;
  max-width: 160px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  float: right;
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .wrap-in .main__link {
    line-height: 35px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .wrap-in .main__link {
    max-width: 130px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 6px;
    margin-top: 20px;
  }
}
.wrap-in .main__link:hover {
  opacity: 0.7;
}
.wrap-in .body-content {
  position: relative;
  overflow: hidden;
}

/* footer */
.footer {
  background-color: #555;
  padding: 130px 0;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .footer {
    padding: 0;
    background-color: #444;
  }
}
@media only screen and (min-width: 751px) {
  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #444;
    z-index: 1;
  }
}
.footer__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .footer__inner {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 751px) and (min-width: 751px) {
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 750px) {
  .footer__inner {
    width: 100%;
  }
}
.footer__L {
  overflow: hidden;
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .footer__L {
    padding: 60px 0 30px;
    width: 100%;
    background-color: #555;
    text-align: center;
  }
}
.footer__list {
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .footer__list {
    margin-bottom: 60px;
  }
}
.footer__item {
  font-size: 20px;
  color: #fff;
}
.footer__item:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .footer__logo {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
}
.footer__link {
  color: #fff;
  position: relative;
  opacity: 0.8;
}
.footer__link:hover {
  opacity: 1;
}
.footer__link:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
}
.footer__link::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #444;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  background-color: #fff;
}
.footer__R {
  max-width: 390px;
  width: 40%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .footer__R {
    max-width: 400px;
    width: calc(100% - 70px);
    margin: 0 auto;
    padding: 60px 0 70px;
  }
}
.footer__btn {
  margin: 75px auto 0;
}
@media only screen and (max-width: 750px) {
  .footer__btn {
    margin: 40px auto 0px;
  }
}
.footer__linked {
  border: solid 1px #fff;
  color: #fff;
  border-radius: 15px;
  height: 22px;
  font-size: 12px;
  padding: 0 13px;
  font-weight: 100;
  line-height: 22px;
  margin-bottom: 15px;
  display: table;
}
.footer__linked:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 750px) {
  .footer__linked {
    margin: 0px auto 15px;
  }
}

.copy {
  font-size: 14px;
  color: #fff;
  display: block;
}

/*==================================================
ふわっ
===================================*/
/* fadeUp */
.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;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTrigger,
.fadeUpTrigger {
  opacity: 0;
}

/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media only screen and (max-width: 750px) {
  .slideAnimeLeftRight {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

@-webkit-keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media only screen and (max-width: 750px) {
  .slideAnimeRightLeft {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

@-webkit-keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}/*# sourceMappingURL=common.css.map */