@charset "UTF-8";
@font-face {
  font-family: ‘Noto Serif Japanese’;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp-Regular.otf) format(‘opentype’);
}

.media_pc {
  display: block !important;
}

.media_sp {
  display: none !important;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none !important;
  }
  .media_sp {
    display: block !important;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  overflow: hidden;
  text-align: left;
  color: #000;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    min-width: auto;
    font-size: 12px;
  }
}

/*
    fixed-navi
=========================================*/
.fixed-btn .top {
  display: none;
  width: 25px;
  position: fixed;
  bottom: 35px;
  right: 25px;
  z-index: 999;
}

@media screen and (max-width: 896px) {
  .fixed-btn .top {
    width: 25px;
    bottom: 15px;
  }
}

/*
    fixed-navi
=========================================*/
.fixed-navi {
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 999;
}

.fixed-navi ul li {
  width: 80px;
  margin-bottom: 10px;
}

@media screen and (max-width: 896px) {
  .fixed-navi {
    display: none !important;
  }
}

.top-btn {
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

/*
    header
=========================================*/
header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  position: relative;
  font-family: Noto Serif Japanese, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: normal;
  /************SP************/
  /************SPここまで************/
}

header .top-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 30px 35px;
}

header .top-header .logo {
  width: 80px;
}

header .mainvisual {
  display: flex;
  display: -webkit-flex;
}

header .mainvisual .title {
  width: 17%;
}

header .mainvisual .photo {
  width: 83%;
  font-size: 0;
}

header .mainvisual .photo li {
  display: inline-block;
  width: 25%;
  position: relative;
  overflow: hidden;
}

header .mainvisual .photo li a img {
  transform: scale(1, 1);
  transition: .5s all;
}

header .mainvisual .photo li a .icon {
  width: 29px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  transition: .5s;
  transform: rotateZ(0deg);
}

header .mainvisual .photo li:hover a img {
  transform: scale(1.1, 1.1);
  transition: .5s all;
}

header .mainvisual .photo li:hover a .icon {
  transform: rotateZ(360deg);
}

header .mainvisual .photo li img {
  display: block;
}

header .mainvisual .photo li.sp {
  display: none;
}

header .header-text {
  padding: 60px 0;
  font-size: 20px;
}

header .header-text .header-logo img {
  width: 75px;
  display: block;
  margin: 0 auto 50px;
}

@media screen and (max-width: 896px) {
  header .top-header {
    padding: 15px 10px;
  }
  header .top-header .logo {
    width: 55px;
  }
  header .mainvisual .title {
    width: 16%;
  }
  header .mainvisual .photo {
    width: 84%;
  }
  header .mainvisual .photo li {
    width: 33.333333%;
  }
  header .mainvisual .photo li a .icon {
    width: 12px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
  }
  header .mainvisual .photo li:hover a img {
    transform: scale(1, 1);
    transition: .5s all;
  }
  header .mainvisual .photo li.sp {
    display: inline-block;
  }
  header .header-text {
    font-size: 16px;
    text-align: center;
    padding: 0 0 60px 8px;
    margin: 0;
  }
}

/*
    .menu-content
=========================================*/
.menu-content {
  padding: 50px 0;
}

.menu-content .two-sec {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
}

.menu-content .two-sec .slider:first-of-type {
  margin-right: 80px;
}

.menu-content .slider {
  width: 500px;
  margin: 0 auto;
}

.menu-content .slider h3 {
  margin: 0 0 20px;
}

.menu-content .slider h3 img {
  zoom: .5;
}

.menu-content .slider .product-list {
  margin: 20px 0 60px;
}

.menu-content .slider .slick-dots {
  position: absolute;
  bottom: 100px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .menu-content {
    padding: 50px 0;
  }
  .menu-content .two-sec {
    width: auto;
    margin: 0 auto;
    flex-flow: column;
  }
  .menu-content .two-sec .slider {
    margin: 0 20px;
  }
  .menu-content .two-sec .slider:first-of-type {
    margin-right: 20px;
  }
  .menu-content .slider {
    width: auto;
    margin: 0 20px;
  }
  .menu-content .slider h3 {
    zoom: .5;
    margin: 0 0 20px;
  }
  .menu-content .slider h3 img {
    zoom: 1;
  }
  .menu-content .slider .slick-dots {
    position: absolute;
    top: auto;
    bottom: 100px;
  }
}

/*
    .popup
=========================================*/
/* mfp-bg（overlay） */
body.open,
html.open {
  overflow: hidden;
}

body.open::after {
  opacity: 1;
}

.popup {
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: calc(1vh * 100);
  z-index: 99;
}

.popup .wrap {
  max-width: 1280px;
  min-width: 1150px;
  margin: 0 auto;
}

.popup .pop-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 35px 25px;
}

.popup .pop-header .logo img {
  width: 80px;
}

.popup .pop-content {
  padding: 0 0 80px;
  position: relative;
}

.popup .pop-content .title {
  position: absolute;
  top: 0;
  left: 0;
}

.popup .slider-elem {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.popup .slider-elem .slider-photo {
  width: 560px;
  margin: 0 100px 0 0;
}

.popup .prev-arrow {
  display: none !important;
}

.popup .next-arrow {
  display: none !important;
}

.popup .rev .prev-arrow {
  display: none !important;
}

.popup .rev .next-arrow {
  display: none !important;
}

.popup .slick-dots {
  position: relative;
  margin: -30px 0 0;
  padding: 0 0 40px;
  width: 75%;
}

@media screen and (max-width: 896px) {
  .popup .wrap {
    max-width: auto;
    min-width: auto;
    margin: 0 auto;
  }
  .popup .pop-header {
    padding: 25px 20px;
  }
  .popup .pop-header .logo img {
    width: 70px;
  }
  .popup .pop-content {
    position: relative;
  }
  .popup .pop-content .title {
    position: relative;
    top: 0;
    left: 0;
  }
  .popup .slider-elem {
    flex-flow: column;
  }
  .popup .slider-elem .slider-photo {
    width: auto;
    margin: 0 20px 50px;
  }
  .popup .slick-dots {
    position: absolute;
    top: 470px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.product-list {
  font-size: 17px;
  font-family: urw-din, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.product-list li {
  text-decoration: underline;
  margin: 0 0 1em;
}

.product-list li span {
  font-weight: 500;
}

.product-list li span::after {
  content: " : ";
}

.product-list li .size img {
  padding: 0 10px 0 0;
  width: 20px;
  display: inline;
}

.prev-arrow {
  cursor: pointer;
  position: absolute;
  top: 435px;
  left: -60px;
  z-index: 2;
}

.next-arrow {
  cursor: pointer;
  position: absolute;
  top: 435px;
  left: 568px;
  z-index: 2;
}

.rev .prev-arrow {
  cursor: pointer;
  position: absolute;
  top: 435px;
  left: auto;
  right: 568px;
  z-index: 2;
}

.rev .next-arrow {
  cursor: pointer;
  position: absolute;
  top: 435px;
  left: auto;
  right: -60px;
  z-index: 2;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 50%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.slick-dots li button:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #000;
}

@media screen and (max-width: 896px) {
  .product-list {
    font-size: 16px;
  }
  .product-list li {
    margin: 0 0 1em;
  }
  .product-list li .size img {
    padding: 0 5px 0 0;
    width: 20px;
  }
  .prev-arrow {
    display: none !important;
  }
  .next-arrow {
    display: none !important;
  }
  .rev .prev-arrow {
    display: none !important;
  }
  .rev .next-arrow {
    display: none !important;
  }
  .slick-dots {
    position: absolute;
    top: 690px;
    height: 0;
    bottom: 0px;
    display: block;
    width: 100%;
  }
  .sec7 .slick-dots {
    top: 693px;
  }
  .sec10 .slick-dots {
    top: 695px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button:before {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 13px;
    height: 13px;
  }
}

/*
    area-body
=========================================*/
.area-body .section-title {
  text-align: center;
  background: #fcfcfe;
}

.area-body .section-title img {
  margin: 0 auto;
}

.area-body section {
  margin: 70px 0 120px;
}

.area-body section.rev .back {
  width: 100%;
  height: 500px;
  background: linear-gradient(90deg, #f3f4f8 0%, #f3f4f8 70%, #fff 70%, #fff 100%);
  position: absolute;
}

.area-body section.rev .slider-elem {
  flex-flow: row-reverse;
}

.area-body section.rev .slider-elem .slider-photo {
  margin: 0 0 0 50px;
}

.area-body section.rev .slick-dots {
  right: 0;
}

.area-body section .back {
  width: 100%;
  height: 500px;
  background: linear-gradient(90deg, #fff 0%, #fff 30%, #f3f4f8 30%, #f3f4f8 100%);
  position: absolute;
}

.area-body section .slider {
  width: 1050px;
  margin: 0 auto;
}

.area-body section .slider-elem {
  padding: 90px 0 0;
  display: flex;
  display: -webkit-flex;
}

.area-body section .slider-elem .slider-photo {
  width: 550px;
  margin: 0 50px 0 0;
}

.area-body section .slider-elem .slider-info h3 {
  margin: 0 0 30px;
}

.area-body section .slider-elem .slider-info p {
  width: 300px;
  box-sizing: border-box;
  margin: 0 0 80px 100px;
  font-size: 17px;
  padding: 18px;
  font-family: Noto Serif Japanese, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: normal;
}

.area-body section .slider-elem .slider-info .product-list {
  margin: 0 0 0 120px;
}

@media screen and (max-width: 896px) {
  .area-body section {
    margin: -20px 0 0;
  }
  .area-body section .back {
    display: none;
  }
  .area-body section.rev .back {
    display: none;
    width: 100%;
    height: 300px;
    background: linear-gradient(90deg, #f3f4f8 0%, #f3f4f8 70%, #f3f4f8 70%, #f3f4f8 100%);
    position: absolute;
  }
  .area-body section.rev .slider-elem {
    flex-flow: column;
  }
  .area-body section.rev .slider-elem .slider-photo {
    margin: 0;
  }
  .area-body section.rev .slick-dots {
    right: 0;
  }
  .area-body section .back {
    width: 100%;
    height: 300px;
    background: linear-gradient(90deg, #f3f4f8 0%, #f3f4f8 30%, #f3f4f8 30%, #f3f4f8 100%);
    position: absolute;
  }
  .area-body section .slider {
    width: 100%;
    margin: 30px 0;
  }
  .area-body section .slider-elem {
    padding: 0;
    flex-flow: column;
  }
  .area-body section .slider-elem .slider-photo {
    width: auto;
    margin: 0 0;
  }
  .area-body section .slider-elem .slider-info h3 {
    text-align: center;
    margin: 30px 0 15px;
  }
  .area-body section .slider-elem .slider-info h3 img {
    zoom: .5;
    margin: 0 auto;
  }
  .area-body section .slider-elem .slider-info p {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px;
    font-size: 16px;
    padding: 10px;
  }
  .area-body section .slider-elem .slider-info .product-list {
    margin: 50px 0 0;
    text-align: center;
  }
}

.stylist {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 14px;
  width: 600px;
  margin: 0 auto 80px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  padding: 0 25px;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
}

.stylist .stylest-image {
  width: 150px;
  margin: 0 30px 0 0;
}

.stylist p {
  margin: 20px 0;
  width: 360px;
}

.stylist .right {
  margin: 2em 0 0;
  display: block;
  text-align: right;
}

@media screen and (max-width: 896px) {
  .stylist {
    font-size: 12px;
    width: auto;
    margin: 0 15px 40px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-right: none;
    border-left: none;
    padding: 15px 0;
  }
  .stylist .stylest-image {
    width: 117px;
    margin: 0 15px 0 0;
  }
  .stylist p {
    margin: 0;
    width: 360px;
  }
  .stylist .right {
    margin: 0 15px;
  }
}

.pro-data {
  width: 100%;
  max-width: 700px !important;
  margin: 100px auto 60px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  padding: 0 3%;
}

.pro-data .data {
  width: 73%;
}

.pro-data .img {
  width: 20%;
  max-width: 124px;
}

.pro-data .data .txt {
  font-size: 15px;
  letter-spacing: 2px;
  text-align: justify;
  line-height: 1.8em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin: 0 0 5% 0;
}

.pro-data .data .name {
  font-size: 16px;
  letter-spacing: 3px;
  text-align: justify;
  line-height: 1.8em;
  text-align: right;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.pro-data .data .name span {
  font-size: 14px;
  letter-spacing: 3px;
  text-align: justify;
  line-height: 1.8em;
  margin: 0 10px 0 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

@media screen and (max-width: 896px) {
  .pro-data {
    width: 90% !important;
    display: flex;
    justify-content: space-between;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    align-items: center;
    padding: 5% 0;
    margin: 30px auto;
  }
  .pro-data .data {
    width: 55%;
    display: block;
  }
  .pro-data .img {
    width: 40%;
    max-width: 100%;
    display: block;
  }
  .pro-data .data .txt {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 1.8em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
  .pro-data .data .name {
    font-size: 14px;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 1.8em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
  .pro-data .data .name span {
    font-size: 11px;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 1.8em;
    margin: 0 10px 0 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  }
}

.btnbox {
  margin: 200px auto 0;
  padding-bottom: 0px;
}

.btnbox .btn1 {
  display: block;
  margin: auto;
  width: 484px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: #3B3B3B;
}

@media screen and (max-width: 896px) {
  .btnbox {
    margin: 26vw auto 0;
  }
  .btnbox .btn1 {
    width: 92vw;
    height: 15.73vw;
    line-height: 15.73vw;
    font-size: 3.73vw;
  }
}

@media screen and (max-width: 896px) {
  #pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 13%;
    height: 50px;
    display: block;
    z-index: 999;
  }
}

.arrow {
  display: inline-block;
  padding-left: 20px;
  position: absolute;
  top: 34%;
  right: 8%;
  zoom: .6;
}

.arrow::before {
  content: url(../images/arrow.png);
  width: 10px;
  height: 10px;
  margin-top: -12px;
}

/*banner*/
.banner .btn-wide {
  font-family: Noto Serif Japanese, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
}

.banner .btn-wide a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  width: 600px;
  margin: 0 auto 30px;
  padding: 25px 15px 26px;
  box-sizing: border-box;
}

.banner .btn-wide.btn-white a {
  position: relative;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  border: 1px solid #eeeeee;
}

.banner .btn-wide.btn-white a i img {
  width: 40px;
  margin: -4px 10px 0 0;
}

.banner .btn-wide.btn-white a:hover {
  border: 1px solid #000;
  transition: .3s;
}

.banner .btn-border a {
  width: 400px;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 30px;
  text-align: center;
  border: 1px solid #eaeaea;
  transition: .3s;
}

.banner .btn-border a:hover {
  border: 1px solid #000;
  transition: .3s;
}

.banner .btn-insta a {
  width: 400px;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
  border: 1px solid #eaeaea;
  transition: .3s;
}

.banner .btn-insta a:hover {
  border: 1px solid #000;
  transition: .3s;
}

.banner .btn-insta a span {
  display: block;
}

.banner .btn-insta a .large-text {
  margin: 0 0 0;
  font-size: 22px;
  letter-spacing: 2px;
}

.banner .btn-insta a .text {
  margin: 0 0 0;
}

@media screen and (max-width: 896px) {
  .banner .btn-wide a {
    font-size: 16px;
    width: auto;
    margin: 20px;
    padding: 30px 0;
  }
  .banner .btn-wide i img {
    width: 50px;
    margin-right: 5px;
    margin-top: -5px;
  }
  .banner .btn-wide.btn-white a {
    font-size: 16px;
    width: auto;
  }
  .banner .btn-border a {
    width: auto;
    display: block;
    margin: 20px 25px;
  }
  .banner .btn-insta a {
    width: auto;
    display: block;
    margin: 20px 25px;
    padding: 0;
  }
  .banner .btn-insta a .large-text {
    margin: 0 0 0;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .banner .btn-insta a .text {
    margin: 10px 0 0;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.area-btn {
  margin: 100px 0 0;
  text-align: center;
}

.area-btn .btn-all a {
  display: block;
  font-size: 16px;
  letter-spacing: 3px;
  width: 671px;
  margin: 130px auto 100px;
  padding: 20px 0;
  border: 1px solid #000;
}

.area-btn .btn-all a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.5s;
}

.area-btn .sns-list {
  margin: 0 0 25px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.area-btn .sns-list li {
  width: 38px;
  margin: 3px 30px 0 0;
}

.area-btn .sns-list li:last-child {
  margin-top: 0;
  margin-right: 0;
}

.area-btn .logo {
  width: 120px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .area-btn {
    margin: 50px 0 0;
  }
  .area-btn .btn-all a {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 12px 0;
    width: auto;
    margin: 20px 20px 100px;
  }
  .area-btn .banner {
    width: auto;
    margin: 50px 34px;
  }
  .area-btn .sns-list {
    margin: 0 0 25px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
  }
  .area-btn .sns-list li {
    width: 30px;
    margin: 5px 20px 0 0;
  }
  .area-btn .sns-list li:last-child {
    margin-top: 5px;
    margin-right: 0;
  }
  .area-btn .logo {
    width: 120px;
    margin: 0 auto;
  }
}

/*
    footer
=========================================*/
footer {
  margin: 0;
  text-align: center;
  color: #000;
  padding: 30px 0 120px;
  /************SP************/
  /************SPここまで************/
}

footer p {
  font-weight: normal;
  font-size: 10px;
}

.inview0 {
  opacity: 0;
}

.inview1 {
  opacity: 0;
}

.inview2 {
  opacity: 0;
}

.inview3 {
  opacity: 0;
}

.inview4 {
  opacity: 0;
}

.fadein {
  -webkit-animation-name: FadeIn;
  animation-name: FadeIn;
  animation: FadeIn 1.5s ease .3s 1;
  -webkit-animation: FadeIn 1.5s ease .3s 1;
  animation-fill-mode: both;
}

.fadein1 {
  -webkit-animation-name: FadeIn;
  animation-name: FadeIn;
  animation: FadeIn 1s ease .6s 1;
  -webkit-animation: FadeIn 1s ease .6s 1;
  animation-fill-mode: both;
}

.fadein2 {
  -webkit-animation-name: FadeIn;
  animation-name: FadeIn;
  animation: FadeIn 1s ease 1.2s 1;
  -webkit-animation: FadeIn 1s ease 1.2s 1;
  animation-fill-mode: both;
}

.fadein3 {
  -webkit-animation-name: FadeIn;
  animation-name: FadeIn;
  animation: FadeIn 1s ease 1.8s 1;
  -webkit-animation: FadeIn 1s ease 1.8s 1;
  animation-fill-mode: both;
}

.fadein4 {
  -webkit-animation-name: FadeIn;
  animation-name: FadeIn;
  animation: FadeIn 1s ease 2.4s 1;
  -webkit-animation: FadeIn 1s ease 2.4s 1;
  animation-fill-mode: both;
}

.topin {
  -webkit-animation-name: TopIn;
  animation-name: TopIn;
  animation: TopIn 1s ease 0s 1;
  -webkit-animation: TopIn 1s ease 0s 1;
  animation-fill-mode: both;
}

.leftin {
  -webkit-animation-name: LeftIn;
  animation-name: LeftIn;
  animation: LeftIn 1s ease 0s 1;
  -webkit-animation: LeftIn 1s ease 0s 1;
  animation-fill-mode: both;
}

@media screen and (max-width: 896px) {
  .leftin {
    -webkit-animation-name: LeftIn;
    animation-name: LeftIn;
    animation: LeftIn 1s ease .5s 1;
    -webkit-animation: LeftIn 1s ease .5s 1;
    animation-fill-mode: both;
  }
  .leftin.first-in {
    -webkit-animation-name: LeftIn;
    animation-name: LeftIn;
    animation: LeftIn 1s ease 0s 1;
    -webkit-animation: LeftIn 1s ease 0s 1;
    animation-fill-mode: both;
  }
}

.inview2 {
  opacity: 0;
}

.rightin {
  -webkit-animation-name: RightIn;
  animation-name: RightIn;
  animation: RightIn 1s ease 0s 1;
  -webkit-animation: RightIn 1s ease 0s 1;
  animation-fill-mode: both;
}

@media screen and (max-width: 896px) {
  .rightin {
    -webkit-animation-name: RightIn;
    animation-name: RightIn;
    animation: RightIn 1s ease .5s 1;
    -webkit-animation: RightIn 1s ease .5s 1;
    animation-fill-mode: both;
  }
}

/*FadeIn*/
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.FadeIn {
  -webkit-animation-name: FadeIn;
  animation-name: FadeIn;
}

/*TopIn*/
@-webkit-keyframes TopIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes TopIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.TopIn {
  -webkit-animation-name: TopIn;
  animation-name: TopIn;
}

/*LeftIn*/
@-webkit-keyframes LeftIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes LeftIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.LeftIn {
  -webkit-animation-name: LeftIn;
  animation-name: LeftIn;
}

/*RightIn*/
@-webkit-keyframes RightIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes RightIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.RightIn {
  -webkit-animation-name: RightIn;
  animation-name: RightIn;
}

/*# sourceMappingURL=maps/app.css.map */
