@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block !important;
}

.media_sp {
  display: none !important;
}
    .pc { display: none; }
    .sp { display: block; }
/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }

  .media_pc {
    display: none !important;
  }

  .media_sp {
    display: inline-block !important;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #fff;   
}

.area-container {
  background: #fff;
  padding-bottom: 50px;
}
:root {
    --green: #56532B;
    --white: #fff;
    --black: #333;
    --grey: #656565;
    --brown: #022437;
    --blue: #78b8c6;
    --nunito: nunito-sans, sans-serif;
    --garamond: garamond-premier-pro, serif;
    --quicksand: quicksand, sans-serif;
    --adobe-caslon-pro: "adobe-caslon-pro", serif;
    --roboto: "roboto", serif;
    --bebas-neue-pro: "bebas-neue-pro", serif;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500; 
}
.area-wrapper a {
  color: #000;
  text-decoration: none !important;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
}
.area-wrapper .mainvisual .hacobune-app-container {
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  max-width: 100% !important;
}
.area-wrapper .mainvisual .hacobune-unit-video-outline {
  padding: 0 !important;
}
.area-wrapper p {
  margin-top: 50px;
}
.area-wrapper p strong {
  font-weight: bold;
}
.area-wrapper section .area-ttl .item_ttl .other_font {
    font-family: "a-otf-ud-reimin-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    font-size: 30px;
    margin-left: 10px;
}
.area-wrapper section .area-ttl .product-info .other_font {
    font-family: "a-otf-ud-reimin-pr6n", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 8px;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 13px;
  }
  .area-wrapper p {
    margin-top: 40px;
  }
  .area-wrapper section .area-ttl .item_ttl .other_font {
    font-size: 22px; 
    margin-left: 5px;  
    }
    .area-wrapper .mainvisual .hacobune-app-container {
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  max-width: 100% !important;
}
.area-wrapper .mainvisual .hacobune-unit-video-outline {
  padding: 0 !important;
}
}
.area-wrapper section .area-ttl .product-info .other_font {
    font-size: 16px;
}
a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header p{
    margin: 70px auto 100px;
}
@media screen and (max-width: 896px) {
  .area-header {
    text-align: center;
  }
  .area-header p {
    margin: 40px auto 40px;
    /* width: 77%; */
    width: 81%;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  color: #000;
  margin: 0;
  font-weight: normal;
}
.area-body .index {
  margin: 50px auto;
} 
.area-body h2 {
  letter-spacing: 2px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 80px;
}
.area-body .navi1{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;    
  justify-content: center;
  align-items: center;
  width: 800px;
  margin: 100px auto;
  list-style: none;
  padding: 0;   
}
.area-body .navi1 li{
  width: 20%;
  margin: 0 auto 50px;  
}
.area-body .navi_sub_ttl{
    font-family:  Poppins, sans-serif;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0px;
    font-size: 30px;
    margin: 0 auto;
    padding-left: 9px;
}
.index_list img {
    width: 100%;
    margin: 0 auto;
}
.index_list .elem-btn{
    width: 120px;
    margin: 30px auto 0;
    background: #000;
    border-radius: 8px;
}
.index_list .elem-btn a{
     color: var(--white);
     font-family:  Poppins, sans-serif;
}
@media screen and (max-width: 896px) {
  .area-body .page_ttl {
    font-size: 30px;
    line-height: 1.4;
    margin: 30px auto 70px;
} 
  .area-body .sub_ttl {
     width: 95%;
    font-size: 2rem;
    margin-bottom: 30px  
}    
  .area-body .page_ttl::before {
    width: 100px;
    left: 5%;
    top: 40%;  
}
  .area-body .page_ttl::after{
    width: 100px;
    right: 5%;
    top: 40%;  
}    
 .area-body .index {
    margin: 50px auto 70px;
}    
  .area-body h2 {
    margin: 0 0 30px;
  }
.area-body .navi1, .area-body .navi2 {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 27px auto 50px;
}
  .area-body .navi1 li, .area-body .navi2 li {
    width: 25%;
    margin:0 auto;
    margin: 20px 0 0;  
  }
  .area-body .navi_sub_ttl {
    font-size: 24px;  
    width: 100%; 
    margin-left: 0;
    padding-left: 0;  
    }
    .index_list .elem-btn{
      width: 87%;
      font-size: 10px; 
      margin: 17px auto 0;    
    }
  }
.graph_ttl{
    font-size: 3rem;
    font-family:  Poppins, sans-serif;
    -webkit-text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000; 
    margin: 0 auto;
    width: 500px;
    border-bottom: 3px solid #000;
    height: 88px;
}
.graph{
   position:relative;
   width: 800px;
   margin: 130px auto 0;
   height: 600px;    
}

.graph::before{
   content:"";
   display:inline-block;
   width:3px;
   height:600px;
   background-color:#000;
   position:absolute;
   top:0px;
   left:50%;    
}
.graph::after{
   content:"";
   display:inline-block;
   width:800px;
   height:3px;
   background-color:#000;
   position:absolute;
   top:50%;
   left:0;    
}
.unit{
   position:relative; 
   list-style: none;
   padding: 0;
}
.light {
    font-family:  Poppins, sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.light.light1{
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
}
.light.light2{
    position: absolute;
    top: 220px;
    right: 0;
}
.light.light3{
    position: absolute;
    top: 620px;
    left: 0;
    right: 0;
}
.light.light4{
    position: absolute;
    top: 220px;
    left: 0;
}
.figure {
    position: relative;
    list-style: none;
}
.figure1,.figure2,.figure3,.figure4,.figure5,.figure6,.figure7,.figure8,.figure9,.figure10{
    width: 60px;
    position: absolute
}
.number {
    font-family:  Poppins, sans-serif;
    text-align: center;
    line-height: 1.6;
    font-size: 22px;
}
.figure1{
   top: 420px;
   left: 66% 
}
.figure2{
    top: -20px;
    left: 67%;
}
.figure3{
    top: 140px;
    left: 67%;
}
.figure4{
    top: -16px;
    left: 9%;
}
.figure5{
    top: 228px;
    left: 73%;
    z-index: 2;
}
.figure6{
    top: -46px;
    left: 20%;
}
.figure7{
    top: 367px;
    left: 81%; 
}
.figure8{
    top: 228px;
    left: 18%;
    z-index: 2;
}
.figure9{
    top: 320px;
    left: 4%;
}
.figure10{
    top: 340px;
    left: 25%;
}
.attention{
    position: absolute;
    top: 600px;
    right: 0;
    font-weight: 400;
    font-family:Poppins, sans-serif;
    letter-spacing: .1em;
}
.area-body section {
  max-width: 900px;
  margin: 160px auto;
  position: relative;
}
.area-body section .area-title {
  left: auto;
  right: 50px;
}
.area-body section .info {
  margin: 0 auto;
}
.area-body section .area-title {
  position: absolute;
  top: 0;
  left: 50px;
}
.area-body section .area-ttl {
  margin: 0 auto;
  text-align: left;
}
.area-body section .area-ttl h2 {
  text-align: left;
  font-size: 48px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px 100px;
  width: 700px;
  line-height: 1.2;
}
.area-body section .area-ttl .item_ttl span {
  display: block;
  font-size: 48px;
  position: relative;    
}
.area-body section .area-ttl .item_ttl span::before{
    content: '';
    width: 515px;
    height: 3px;
    background: var(--black);
    position: absolute;
    left: 16%;
    top: 57%; 
}
.area-body section .area-ttl .photo {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.area-body section .area-ttl .photo {
  margin: 0 auto;
  width: 900px;    
}
.area-body section .area-ttl .photo .slider .prev-arrow {
  position: absolute;
  width: 14px;
  top: 46%;
  left: 2%;
  z-index: 2;
}
.area-body section .area-ttl .photo .slider .next-arrow {
  position: absolute;
  width: 14px;
  top: 46%;
  right: 2%;
  z-index: 2;
}
.area-body section .area-ttl .photo > div {
  text-align: left;
  width: 580px;
  margin: 0 auto 40px;
}
.area-body section .area-ttl .photo img {
  width: 560px;
}

.area-body section .info {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}
.area-body section .info .model_list {
  display: flex;
  list-style: none;
  gap: 3%; 
  padding: 0;
  justify-content: center;
}
.area-body section .info .model_img{
  width: 30%;  
}
.area-body section .info .product-info {
 margin: 0 auto;
 text-align: center; 
 width: 580px; 
 position: relative;
}
.area-body section .info .product-info h3 {
  margin: 10px 0 10px;
}
.area-body section .info .product-info h3 a {
  font-size: 18px;
  font-weight: bold;
  font-family: Poppins, sans-serif;    
}

.area-body section .info .product-info dl {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.area-body section .info .product-info dl dt {
  display: inline-block;
}
.area-body section .info .product-info dl dt::after {
  content: "/";
  padding: 0 0.2em 0 0.5em;
}
.area-body section .info .product-info dl dd {
  display: inline-block;
  margin-left: 6px;    
}
.area-body section .info .product-info p {
  margin: 4px auto;
}
.unit_name{
   font-family:  Poppins, sans-serif;
   font-size: 16px;    
}
.height {
   font-family:  Poppins, sans-serif;
   font-size: 22px;  
}
.area-body section .info .product-info .elem-btn a {
  display: block;
  font-family:   Poppins, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #000;
  width: 150px;
  margin: 30px auto;
  font-size: 20px; 
  border: 1px solid #000;
  border-radius: 6px;
  height: 34px;
  line-height: 1.6;    
}
.area-body section .info .product-info .elem-btn a:hover{
    background: #000;
    color: #fff;
    opacity: 1;
}

@media screen and (max-width: 896px) {
    .graph_ttl {
        width: 80%;
        font-size: 32px;
        height: 64px;
    } 
    .graph{
        width: 97%;
        height: 400px;
        margin: 95px auto;
    }
    .graph::before{
        height: 400px
    }
    .graph::after{
        width: 100%;
    }
    .figure1, .figure2, .figure3, .figure4, .figure5, .figure6, .figure7, .figure8, .figure9,.figure10 {
        width: 40px;
        position: absolute;
    }
    .number{
        line-height: 1.2;
        font-size: 15px;
    }
    .light{
        font-size: 21px;
    }
    .light.light1{
        position: absolute;
        top: -70px;
    }
    .light.light2{
        position: absolute;
        top: 146px;
        right: 1%;
    }
    .light.light3{
        position: absolute;
        top: 420px;
    }
    .light.light4{
        position: absolute;
        top: 146px;
        left: 1%;
    }
    .figure1{
       top: 300px;
       left: 66% 
    }
    .figure2{
        top: -12px;
        left: 67%;
    }
    .figure3{
        top: 98px;
        left: 67%;
    }
    .figure4{
        top: -0px;
        left: 9%;
    }
    .figure5{
        top: 158px;
        left: 73%;
        z-index: 2;
    }
    .figure6{
        top: -16px;
        left: 20%;
    }
    .figure7{
        top: 277px;
        left: 81%; 
    }
    .figure8{
        top: 158px;
        left: 20%;
        z-index: 2;
    }
    .figure9{
        top: 202px;
        left: 4%;
        z-index: 2;
    }
    .figure10{
        top: 230px;
        left: 26%;
    }
    .attention{
        top: 400px;
        right: 2%;
    }
  .area-body section {
    max-width: auto;
    margin: 40px auto 80px;
  }
  .area-body section .area-ttl .photo {
    margin: 0 auto;
    width: 100%;
}    
 
 .area-body .sub_ttl2 {
    width: 100%;
    font-size: 2rem; 
    }    
  .area-body section .area-ttl {
    margin: 0 65px 0 0;
  }
  .area-body section .area-ttl .info {
    margin: 0 -65px 0 0;
  }
  .area-body section .area-title {
    top: -10px;
    left: 10px;
  }
  .area-body section .area-title img {
    zoom: 0.5;
  }
  .area-body section .area-ttl {
    margin: 0 auto;
  }
  .area-body section .area-ttl h2 {
    text-align: left;
    font-size: 26px;
    margin: 0 16px 40px;
    line-height: 1.1;
    width: 94%;  
  }
  .area-body section .area-ttl .item_ttl span {
    font-size: 28px;
    margin-bottom: 14px;
    line-height: 1.1;  
  } 
  .area-body section .area-ttl .item_ttl span::before {
     width: 270px;   
    }    
  .area-body section .area-ttl .photo .slider {
    width: 100%;   
  }   
  .area-body section .area-ttl .photo > div {
    width: 88%;
    margin: 0 auto;
  } 
  .area-body section .area-ttl .photo img {
    width: 100%;
  }
  .area-body section .area-ttl .photo .prev-arrow {
    position: absolute;
    width: 14px;
    top: 46%;
    left: 2%;
    z-index: 2;
  }
  .area-body section .area-ttl .photo .next-arrow {
    position: absolute;
    width: 14px;
    top: 46%;
    right: 2%;
    z-index: 2;
  }
  
  .area-body section .area-ttl .info {
    width: auto;
    margin: 0 auto;
    padding: 0;
    flex-flow: column;
  }
    .model_list{
        width: 100%;
    }
  .area-body section .area-ttl .info ul {
    font-size: 14px;
    width: auto;
    margin: 17px auto 0;
    width: 95%;  
  }
  .area-body section .area-ttl .info ul li::before {
    width: 8px;
    height: 8px;
  }
  .area-body section .area-ttl .info .product-info {
    width: auto;
    text-align: center;
  }
  .area-body section .area-ttl .info .product-info h3 {
    line-height: 1.3;
    margin: 50px 0 10px;
    font-size: 12px;  
  }
  .area-body section .area-ttl .info .product-info h3 a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;  
  }
  .area-body section .info .product-info p {
    width: 93%;
    margin: 10px auto;
}  
  .area-body section .info .product-info dl dd {
    margin-left: 5px;
}

}
.area-body section .slick-arrow {
  display: block !important;
}
.area-body .btn-all a {
  font-weight: bold;
  width: 340px;
  margin: 50px auto 0;
  padding: 10px 0;
  background: #000;
  color: #fff;    
  display: block;
  font-size: 24px;
  font-family:  Poppins, sans-serif; 
  line-height: 1.6;    
}
.area-body .size-btn a:hover, .area-body .btn-all a:hover{
    background: #fff;
    color: #000;
    opacity: 1;
}
.area-body .size-btn{
  width: 210px;
  margin: 30px auto;    
}
.area-body .size-btn a {
  font-family:  Poppins, sans-serif;     
  background: #0b0d0f; 
  padding: 4px 30px ; 
  border-radius: 10px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 21px;
  border: 1px solid #000;    
}
@media screen and (max-width: 896px) {
  .area-body section .info .product-info .elem-btn a {
    padding: 0;
    width: 200px;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}    
  .area-body .btn-all a {
    width: 320px;
    margin: 50px auto;
    font-size: 21px;
  }
}
.bodyWrap {
  /* モーダル全体(背景＋本体) */
  /* モーダル背景 */
  /* モーダル本体 */
}
.bodyWrap .elem-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;    
}
.bodyWrap .elem-modal-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
}
@media screen and (max-width: 896px) {
  .bodyWrap .elem-modal-bg {
    height: 110%;
    padding: 5% 0;
  }
}
.bodyWrap .elem-modal-content {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  /* はみ出た部分はスクロールさせる */
  height: 100%;
  /* これが無いと「overflow:scroll」が利かない */
  width: 100%;
  /* これが無いと「overflow:scroll」が利かない */
  overflow-x: hidden;
  padding: 0px;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  /*スクロールバー非表示（Chrome・Safari）*/
}
.bodyWrap .elem-modal-content::-webkit-scrollbar {
  display: none;
}
.bodyWrap .elem-modal-content .wrap {
  max-width: 1300px;
  margin: 0 auto;
  background: white;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  position: relative;
  color: #0c0030;
}
.bodyWrap .elem-modal-content .wrap .box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;    
}
.bodyWrap .elem-modal-content .wrap .box .product-img {
  width: 57%;
  margin: 0 6% 0 0;
}
.bodyWrap .elem-modal-content .wrap .box .product-info {
  width: 37%;
  text-align: left;
}
.bodyWrap .elem-modal-content .wrap .box .product-info h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
}
.bodyWrap .elem-modal-content .wrap .box .product-info h3.mt {
  margin-top: 50px;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list li {
  width: 33.33333%;
  padding: 0 2%;
  margin: 0 0 5%;
  box-sizing: border-box;
  font-size: 14px;
}
.bodyWrap .elem-modal-content .wrap .box .product-info .product-list li div {
  margin: 0;
  line-height: 1.2;
}
.bodyWrap .elem-modal-content .js-modal-close {
  color: #fff;
  background: #0c1125;
  border-radius: 5px;
  width: 300px;
  display: block;
  padding: 16px 0;
  font-size: 16px;
  margin: 110px auto 0px;
}
.modal_area {
  display: flex;
  gap: 1%;
  width: 100%;
  margin: 0 auto;
  justify-content: center;    
}
.modal_model {
  width: 33%;    
}
.modal_model .photo {
  margin: 30px auto;    
}

.modal_ttl {
  text-align: left;
  font-size: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 60px auto ;
  line-height: 1.3;
  width: 580px;    
}
.modal_ttl span {
  display: block;
  font-size: 40px;
  position: relative;    
}
.heught {
    font-family: Poppins, sans-serif;
    font-size: 36px;
    margin: 10px auto;  
}
.heught span {
    font-size: 26px;
}
.inch {
    font-family: Poppins, sans-serif;
    font-size: 38px;
    margin: 10px auto 50px;  
}
.inch span {
    font-size: 28px;
    margin-left: 20px;
}
@media screen and (max-width: 896px) {
  .bodyWrap .elem-modal-content {
    height: 100%;
    /* これが無いと「overflow:scroll」が利かない */
    width: 100%;
    /* これが無いと「overflow:scroll」が利かない */
    padding: 25px;
  }
  .bodyWrap .elem-modal-content .wrap {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    color: #0c0030;
  }
  .bodyWrap .elem-modal-content .wrap .box {
    flex-flow: column;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-img {
    width: auto;
    margin: 0 0 40px;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info {
    width: auto;
    text-align: left;
    margin: 0;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info h3 {
    margin: 0;
    padding: 0;
    font-size: 17px;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info h3.mt {
    margin-top: 40px;
  }
  .bodyWrap .elem-modal-content .wrap .box .product-info .product-list li {
    font-size: 12px;
  }
  .bodyWrap .elem-modal-content .js-modal-close {
    border-radius: 5px;
    width: 200px;
    padding: 10px 0;
    font-size: 12px;
    margin: 50px auto 100px;
  }
  .modal_area {
    flex-direction: column;   
    } 
  .modal_model {
    width: 100%;
}  
  .modal_model .photo {
    margin: 30px auto 0;
}    
  .modal_ttl {
    font-size: 27px;
    margin: 10px auto 12px;
    width: 100%;  
    }
    .modal_ttl span{
    font-size: 30px;    
    }
    .heught {
     font-size: 24px;
     margin: 10px auto 0;    
    } 
    .heught span {
      font-size: 20px;  
    }
    .inch {
    font-family: Poppins, sans-serif;
    font-size: 28px;
    margin: 0 auto;
}
    .inch span {
    font-size: 22px;
    margin-left: 14px;
}
} 

/* モーダルウィンドウ表示中に記事本体を固定 */
body.elem-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.fade {
  opacity: 0;
}

.fadeup {
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.imagefade {
  opacity: 0;
}

.imageup {
  webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}