#container {
  position: relative;
  width: 100%;
  height: 80vh;
  background-color: #d0c9c0;
  overflow: hidden;
  background-image: url(../images/item01.png), url(../images/item01.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 97% 5%, 87% 86%;
}
#container .arch {
  position: absolute;
  top: 92%;
  width: 100%;
  height: 10vh;
  background-color: #ffffff;
  border-radius: 20rem 20rem 0 0/3em 3em 0 0;
}
#container .js-text span {
  opacity: 0;
}
#container #slider {
  position: relative;
  overflow: hidden;
  border-radius: 0 90px 0 0;
  width: 82vw;
  height: 63vh;
}
#container #slider .slider-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  -webkit-animation: sliderAnime 15s linear infinite 0s;
          animation: sliderAnime 15s linear infinite 0s;
}
#container #slider .slider-item:nth-child(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
#container #slider .slider-item:nth-child(2) img {
  -o-object-position: top 65% left -70px;
     object-position: top 65% left -70px;
}
#container #slider .slider-item:nth-child(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
#container #slider .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container h1 {
  position: absolute;
  bottom: -5%;
  right: 2%;
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 2.3em;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 0 15px #544a4f;
  -webkit-animation: top_animation 1.5s ease 0.2s 1 normal forwards;
          animation: top_animation 1.5s ease 0.2s 1 normal forwards;
  opacity: 0;
}
@-webkit-keyframes top_animation {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, -100px);
  }
}
@keyframes top_animation {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, -100px);
  }
}
@-webkit-keyframes sliderAnime {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    transform: scale(1.2);
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
  }
  40%, 100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes sliderAnime {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    transform: scale(1.2);
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
  }
  40%, 100% {
    opacity: 0;
    transform: scale(1);
  }
}

#information {
  width: 100%;
  background-color: #ffffff;
  border-radius: 60rem 60rem 0 0/3em 3em 0 0;
  padding-right: 1em;
}
#information img.flag_01 {
  width: 33%;
  height: 14vw;
  margin-left: 2em;
}
#information img.flag_02 {
  width: 33%;
  height: 14vw;
  transform: scale(-1, 1);
  margin-left: 5em;
}
#information h2 {
  font-size: 1.2em;
  padding: 1.5em;
}
#information p {
  width: 90%;
  margin: 0 auto 1em;
  padding: 0.3em 1em;
  line-height: 1em;
  border-bottom: 0.3px solid #666666;
}
#information .news {
  height: 200px;
  overflow-y: scroll;
}

.link_btn {
  align-items: center;
}

#concept {
  position: relative;
  padding-bottom: 17px;
  border-radius: 3em;
  margin: 0 1em -5em;
  background: #e9e7e4;
  overflow: hidden;
}
#concept .concept_img {
  border-radius: 40% 70% 50% 30%/50%;
  width: 45vw;
  height: 43vw;
  overflow: hidden;
  position: relative;
  margin: 2rem auto 3em;
}
#concept div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#concept h3 {
  font-size: 6rem;
  text-align: center;
  color: #ffffff;
}
#concept p {
  margin: 0 auto;
  padding: 0 2em;
  font-size: 1.5rem;
  line-height: 1.5;
}

#trouble {
  margin-top: 5em;
  background: #dae6e6;
  /* 
  .arrow2 {
      height: 60px;
      background: #f0dfd7;
  } */
}
#trouble .arrow1 {
  content: "";
  text-align: center;
  padding: 54px;
  width: 100%;
  height: 50px;
  z-index: 2;
  position: absolute;
  height: 30px;
  background: #ffffff;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 40%);
          clip-path: polygon(100% 0, 0 0, 50% 40%);
}
#trouble h2 img {
  padding-top: 4em;
}
#trouble ul {
  margin: 8em 2em 0;
}
#trouble ul.is-scrollIn {
  transform: translate(0, 0);
  margin-bottom: 0;
}
#trouble ul.is-scrollIn li:nth-child(1) {
  -webkit-animation: fadeup 2s 0s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 2s 0s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#trouble ul.is-scrollIn li:nth-child(2) {
  -webkit-animation: fadeup 2s 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 2s 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#trouble ul.is-scrollIn li:nth-child(3) {
  -webkit-animation: fadeup 2s 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 2s 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#trouble ul.is-scrollIn li:nth-child(4) {
  -webkit-animation: fadeup 2s 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 2s 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#trouble ul.is-scrollIn li:nth-child(5) {
  -webkit-animation: fadeup 2s 1.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 2s 1.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#trouble ul.is-scrollIn li:nth-child(6) {
  -webkit-animation: fadeup 2s 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 2s 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  margin-bottom: 0;
}
#trouble ul li {
  margin-bottom: 4em;
  max-width: 300px;
  margin: 2em auto;
}
#trouble ul li img {
  width: 100%;
}
@-webkit-keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#trouble h2.bottom img {
  padding-top: 0;
}
#trouble .arrow3 {
  content: "";
  background: #dae6e6;
  text-align: center;
  padding: 54px;
  width: 100%;
  height: 50px;
  z-index: 2;
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 40%);
          clip-path: polygon(100% 0, 0 0, 50% 40%);
}

@media screen and (min-width: 768px) {
  #trouble ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
#training {
  position: relative;
  background-image: url(../images/door.png);
}
#training li {
  background-image: url(../images/li_item6.png);
  background-repeat: no-repeat;
  background-size: 100% 16%;
  background-position: center;
  width: 80vw;
  height: 20vw;
  font-size: 1.6rem;
  margin: 0 auto;
}
#training figure {
  position: relative;
  margin: 0 auto 2em;
}
#training figure span {
  font-size: 2rem;
  font-weight: bold;
}
#training figure figcaption {
  padding: 0.5em 2em;
  font-size: 1.6rem;
}
#training .features {
  padding-top: 4em;
}
#training .training_img {
  height: 50vw;
  overflow: hidden;
  margin: 0 2em;
  border-radius: 10px;
}
#training .training_img img {
  width: 100%;
}
#training div.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 2em 1em;
}
#training div.flex .cloud {
  width: 20vw;
  -webkit-animation: cloud 3s ease-in-out infinite alternate;
          animation: cloud 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
  filter: drop-shadow(5px 5px 5px #b2b2b2);
}
#training div.flex p {
  font-size: 1.5em;
  padding-left: 0.7em;
}
@-webkit-keyframes cloud {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes cloud {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

#menu_list {
  margin: 8em 1em 0;
}
#menu_list dl {
  position: relative;
  border-radius: 30px;
  background: #D6CFC4;
  background-image: url(../images/menu_list.png);
  background-position: 5% 13px;
  background-repeat: no-repeat;
  margin-bottom: 2em;
  padding: 0 2em;
}
#menu_list dt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  height: 10vh;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
}
#menu_list dt.arrow_u::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#menu_list dd {
  font-size: 1.1em;
  padding-bottom: 2em;
  display: none;
}
#menu_list dd span {
  text-align: right;
}
#menu_list h2 img {
  width: 70%;
}
#menu_list h3 {
  font-size: 7rem;
  margin-top: -1.5rem;
  color: #D6CFC4;
  text-align: center;
}
#menu_list h4 {
  display: none;
}
#menu_list .link_btn {
  margin-top: 5em;
}

#trainer {
  position: relative;
  padding-bottom: 12px;
  background: #F8EDE3;
  border-radius: 0 8em 0 0;
  background-image: url(../images/item02.png), url(../images/item04.png);
  background-repeat: no-repeat;
  background-size: 85px, 60px;
  background-position: 4vw 55vw, 77vw 53vw;
  margin-top: 5em;
  /* h2 img {
          width: 90%;
  } */
}
#trainer h2 {
  padding: 0.5em;
}
#trainer h2 img {
  width: 80%;
}
#trainer .trainer_img {
  border-radius: 40% 70% 50% 30%/50%;
  width: 67vw;
  height: 55vw;
  overflow: hidden;
  position: relative;
  margin: 0 auto 1em;
}
#trainer .trainer_img img {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#trainer h2.name img {
  width: 70%;
  padding-top: 0;
}
#trainer h3 {
  text-align: center;
  font-size: 7rem;
  color: #ffffff;
  padding-bottom: 10px;
}
#trainer dl {
  margin: 35px 35px 65px;
  font-size: 1.6rem;
  line-height: 1.4em;
}
#trainer dd.career {
  margin: 1.5em 0;
}
#trainer dd.career::first-line {
  margin-top: 0;
}
#trainer p {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .trainer_img {
    max-width: 500px;
    max-height: 440px;
    margin: 0 auto 2em;
  }
}
#media .cloud {
  background-image: url(../images/item07.png);
  background-position: 70vw;
  background-repeat: no-repeat;
  background-size: 30px;
  height: 80px;
  -webkit-animation: cloud 3s ease-in-out infinite alternate;
          animation: cloud 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}
#media img {
  position: relative;
  width: 90vw;
  display: block;
  margin: 0 auto;
}
#media h2 img {
  width: 50%;
  margin-top: 2em;
}
#media .interview {
  width: 90vw;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 0.5em 0.5em 2em;
  margin: 0 auto;
}
#media div.dog {
  display: flex;
  justify-content: flex-end;
  height: 40px;
  gap: 0.5em;
}
#media .bg1 {
  width: 12vw;
  background-image: url(../images/media_dog1.png);
  background-repeat: no-repeat;
  -webkit-animation: bg1 4s infinite;
          animation: bg1 4s infinite;
}
#media .b-plus {
  margin-top: 20px;
}
#media div.dog2 {
  width: 70%;
  margin: 30px auto;
  -webkit-animation: shake 5s infinite;
          animation: shake 5s infinite;
}
#media div.dog2 img {
  width: 100%;
}
@-webkit-keyframes shake {
  0% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(4deg);
  }
}
@keyframes shake {
  0% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(4deg);
  }
}
@-webkit-keyframes bg1 {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
}
@keyframes bg1 {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
}
#media .bg2 {
  width: 25vw;
  height: 50vh;
  background-image: url(../images/media_dog2.png);
  background-repeat: no-repeat;
  -webkit-animation: bg2 4s 2s infinite;
          animation: bg2 4s 2s infinite;
}
@-webkit-keyframes bg2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes bg2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes cloud {
  0%, 100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0px);
  }
}

#blog ul {
  margin: 0 2em 1em;
  padding: 1em;
  border: 0.5px solid #666666;
  height: 300px;
  overflow-y: scroll;
}
#blog ul li {
  font-size: 1.6rem;
  margin: 0.6em;
  padding-bottom: 0.4em;
  border-bottom: 0.5px solid #666666;
}
#blog div.flex {
  display: flex;
  margin: 6em 2em 0;
  align-items: baseline;
  justify-content: space-between;
  background-image: url(../images/mushroom.png);
  background-position: 76% 75%;
  background-repeat: no-repeat;
  background-size: 30px;
}
#blog div.flex h2 img {
  padding: 0;
}
#blog div.flex h3 {
  font-size: 7rem;
  color: #E5E8E3;
}
#blog div.blog_bar1 {
  background: #E5E8E3;
  height: 13vh;
  margin-top: 2em;
}
#blog p.btn {
  margin-top: 2em;
}
#blog .blog_animation {
  background-image: url("../images/blog_animation@0.75x.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 40rem;
  overflow: hidden;
  width: 100%;
  height: 110px;
  margin-top: 40px;
  -webkit-animation: flow_animation 30s linear 0s infinite;
          animation: flow_animation 30s linear 0s infinite;
}
@-webkit-keyframes flow_animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -40rem 0;
  }
}
@keyframes flow_animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -40rem 0;
  }
}

#instagram p.ready {
  margin-left: 5em;
}
#instagram .grid {
  display: grid;
  width: 67vw;
  gap: 1vw;
  grid-template-columns: repeat(4, 16vw);
  grid-template-rows: repeat(3, 16vw);
  margin: 0 auto 2em;
}
#instagram .grid a {
  display: block;
  overflow: hidden;
}
#instagram .grid .instagram_img {
  width: 16vw;
  opacity: 0.5;
}
#instagram h2 img {
  width: 80%;
  margin-top: 2em;
}

@media screen and (min-width: 900px) {
  #container {
    position: relative;
    width: 100%;
    height: 83vh;
    background-position: 97% 5%, 87% 86%;
  }
  #container #slider {
    width: 87vw;
    height: 70vh;
  }
  #container h1 {
    position: absolute;
    top: 34%;
    right: 4%;
    font-size: 3em;
    letter-spacing: 20px;
    line-height: 2em;
  }
  .flag_01, .flag_02, .arch {
    display: none;
  }
  #concept {
    max-width: 1200px;
    margin: 10em auto 0;
  }
  #concept .flex {
    display: flex;
  }
  #concept .concept_img {
    width: 250vw;
    height: 70vh;
    margin-right: 60px;
  }
  #concept h2 img {
    padding-top: 3em;
  }
  #concept p {
    font-size: 1.6rem;
    line-height: 4;
    padding: 2em 4em;
  }
  #concept #concept h3 {
    font-size: 10rem;
    margin-bottom: 0.2em;
  }
  #trouble ul {
    max-width: 1200px;
    margin: 12rem auto;
  }
  #trouble ul li {
    max-width: 330px;
  }
  #trouble h2 img {
    margin-top: 4em;
  }
  #trouble .mt_01 {
    background-image: url("../images/mt_01.png");
    background-repeat: no-repeat;
    background-size: 20%;
  }
  #trouble .arrow3, #trouble .arrow1 {
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 80%);
            clip-path: polygon(100% 0, 0 0, 50% 80%);
  }
  #trouble h2.bottom img {
    margin-top: 0;
  }
  #training figure {
    display: flex;
    justify-content: center;
    max-width: 1200px;
  }
  #training figure figcaption {
    font-size: 1.7rem;
    line-height: 3;
    margin-top: 3em;
  }
  #training .reverse {
    flex-direction: row-reverse;
    padding-left: 5em;
  }
  #training .training_img {
    width: 150vw;
    height: 26vw;
    overflow: hidden;
    margin: 0 2em 2em 5em;
    border-radius: 40px;
  }
  #training .training_img img {
    width: 100%;
  }
  #training div.flex {
    margin: 2em auto;
    max-width: 1050px;
  }
  #training div.flex .cloud {
    width: 200px;
  }
  #training ul {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2em;
  }
  #training li {
    background: none;
    height: 7vh;
    text-align: center;
  }
  #training h2 {
    padding-top: 3em;
  }
  #training h2 img {
    margin-top: 3em;
  }
  #training h2.happy {
    background-position: 83% 15%;
    padding-top: 0;
  }
  #training p {
    line-height: 3;
  }
  #menu_list h2 img {
    width: 25%;
  }
  #menu_list div.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2em;
    max-width: 1200px;
    margin: 0 auto;
  }
  #menu_list dl {
    width: 330px;
    height: 330px;
    border-radius: 50% 50% 0 0;
    background: #D6CFC4;
    background-image: url(../images/menu_list.png);
    background-position: 50% 8%;
    background-repeat: no-repeat;
  }
  #menu_list dl:nth-child(5) {
    background: none;
    border: 10px dotted #D6CFC4;
    border-radius: 50%;
  }
  #menu_list dt {
    display: block;
    text-align: center;
    margin: 4em auto 0;
    padding: 0;
  }
  #menu_list dt.arrow_u::before {
    display: none;
  }
  #menu_list dd {
    padding: 0 1em;
    display: block;
    line-height: 1.3;
  }
  #menu_list dd span {
    display: block;
    text-align: right;
    margin-top: 2em;
  }
  #menu_list h3 {
    display: none;
  }
  #menu_list h4 {
    display: block;
    font-size: 8rem;
    color: #D6CFC4;
    text-align: center;
    margin-top: 14rem;
  }
  #menu_list .link_btn {
    margin-top: 5em;
  }
  #trainer {
    background-image: url(../images/item02.png);
    background-repeat: no-repeat;
    background-size: 220px;
    background-position: 85vw 72vh;
    border-radius: 0 15em 0 0;
  }
  #trainer h2 {
    padding: 2.5em;
    font-size: 3rem;
  }
  #trainer h2 img {
    width: 30%;
  }
  #trainer .flex {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
  #trainer .trainer_img {
    width: 40vw;
    height: 40vw;
  }
  #trainer div img {
    width: 110%;
  }
  #trainer .name {
    padding: 0 1em;
  }
  #trainer h3 {
    font-size: 10rem;
    padding-bottom: 23px;
  }
  #trainer dl {
    margin: 0 5em 6em;
    font-size: 1.6rem;
    line-height: 1.2em;
  }
  #trainer p {
    text-align: center;
  }
  #media h2 {
    margin-top: 3em;
  }
  #media h2 img {
    width: 20%;
  }
  #media .cloud {
    background-position: 44vw;
    background-size: 50px;
    height: 80px;
  }
  #media div.dog {
    display: flex;
    justify-content: center;
  }
  #media div.dog2 {
    width: 50%;
    margin-top: 100px;
  }
  #media .b-plus {
    margin-top: 60px;
  }
  #media .bg1 {
    width: 4vw;
  }
  #media .bg2 {
    width: 10vw;
  }
  #media img {
    position: relative;
    width: 55%;
  }
  #media .interview {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 0.5em 0.5em 2em;
    margin: 0 auto;
  }
  #media div.media_flex {
    display: flex;
  }
  #blog ul {
    max-width: 1200px;
    margin: 0 auto;
  }
  #blog div.flex {
    max-width: 1200px;
    background-position: 83vw;
    background-size: 50px;
    margin: 10em auto 0;
    gap: 30em;
  }
  #blog div.flex h2 img {
    width: 90%;
  }
  #blog div.flex h2.blog {
    padding: 0;
    line-height: 0.8;
  }
  #blog div.flex h3 {
    font-size: 10rem;
    color: #E5E8E3;
  }
  #blog div.blog_bar1 {
    background: #E5E8E3;
    height: 13vh;
    margin-top: 2em;
  }
  #blog p.btn {
    margin-top: 2em;
  }
  #blog .blog_animation {
    background-image: url("../images/blog_animation@0.75x.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 40rem;
    overflow: hidden;
    width: 100%;
    height: 110px;
    margin-top: 40px;
    -webkit-animation: flow_animation 30s linear 0s infinite;
            animation: flow_animation 30s linear 0s infinite;
  }
  #instagram h2 img {
    width: 30%;
  }
  #instagram p.ready {
    margin-left: 16em;
  }
  #instagram .grid {
    width: 67w;
    grid-template-columns: repeat(4, 16vw);
    grid-template-rows: repeat(3, 16vw);
  }
  #instagram .grid .instagram_img {
    width: 16vw;
    position: relative;
    top: 0;
    transition: all 0.3s;
  }
  #instagram .grid .instagram_img:hover {
    transition: 0.3s;
    top: -10px;
    transition: 0.3s;
    opacity: 0.8;
  }
}