@charset "utf-8";

*,::after,::before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: "Zen Maru Gothic", sans-serif;
}

 .topclass{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 1;
    align-items: flex-end;
    justify-content: space-around;
    position: absolute;
   padding-right: 70px; 
   display: none;
   
}

.buttonmenu{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

.topclass li{
  list-style: none;
  text-align: center;
  line-height: 2;
  text-decoration: underline dotted 2px;
  padding-left: 40px;
}

/* .topclass li:nth-child(1){
  padding-top: 20px;
} */

.topclass li:nth-child(2){
 padding-top: 20px;
 padding-right: 15px;
}

.topclass li:nth-child(3){
  padding-top: 20px;
}

.topclass li:nth-child(4){
    padding-top: 20px;
}

.topclass li a{
    text-decoration: none;
    color: #000;
}

.topclass li a:hover{
    background-color: #c4fdfa;;
}

.topclass.is-show{
  display: block;
    top: 70px;
    right: 0;
    background-color:#7ab6ff8a ;
    color: #000;
    padding-bottom: 20px;
    z-index: 11111;
    width: 210px;
    position: fixed;
    
}

nav ul li button:hover{
  color: #08538d;
}

 button{
     font-size: 24px;
     border: none;
     background-color: transparent;
     font-family: "Zen Maru Gothic", sans-serif;
     
 }

 button:hover{
     cursor: pointer;
 }

nav{
  background-color: #7ab6ff8a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 100;

}

nav ul{
  display: flex;
  justify-content: right;
  align-items: center;
  padding-top: 10px;
  text-align: center;
}

nav li {
  list-style: none;
  width: 200px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

nav li a{
  text-decoration: none;
  color: #000;
}

nav li a:hover{
  color: #08538d;
}


nav ul li:nth-of-type(1) a::after {
  background-color: #fff;
  /* 下線の色 */
  bottom: -4px;
  /* 要素の下端からの距離 */
  content: "";
  /* 要素に内容を追加 */
  height: 2px;
  /* 下線の高さ */
  left: 0;
  /* 要素の左端からの距離 */
  position: fixed;
  /* 絶対位置指定 */
  transform: scale(0, 1);
  /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: left top;
  /* 変形の原点を左上に指定 */
  transition: transform .3s;
  /* 変形をアニメーション化 */
  width: 50px;
  /* 要素の幅 */
  z-index: 2000;
  top: 48px;
  left: 995px;
}

nav ul li:nth-of-type(2) a::after {
  background-color: #fff;
  /* 下線の色 */
  bottom: -4px;
  /* 要素の下端からの距離 */
  content: "";
  /* 要素に内容を追加 */
  height: 2px;
  /* 下線の高さ */
  left: 0;
  /* 要素の左端からの距離 */
  position: fixed;
  /* 絶対位置指定 */
  transform: scale(0, 1);
  /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: left top;
  /* 変形の原点を左上に指定 */
  transition: transform .3s;
  /* 変形をアニメーション化 */
  top: 48px;
  left: 1165px;
  z-index: 2000;
  width: 105px;
  /* 要素の幅 */
}
nav ul  li button a::after {
  background-color: #fff;
  /* 下線の色 */
  bottom: -4px;
  /* 要素の下端からの距離 */
  content: "";
  /* 要素に内容を追加 */
  height: 2px;
  /* 下線の高さ */
  left: 0;
  /* 要素の左端からの距離 */
  position: fixed;
  /* 絶対位置指定 */
  transform: scale(0, 1);
  /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: left top;
  /* 変形の原点を左上に指定 */
  transition: transform .3s;
  /* 変形をアニメーション化 */
  top: 48px;
  right: 100px;
  z-index: 2000;
  width: 105px;
  /* 要素の幅 */
}

/* リンクにホバーした際の下線の表示 */
nav ul li:nth-of-type(1) a:hover::after,
nav ul li:nth-of-type(2) a:hover::after,
nav ul li:nth-of-type(3) a:hover::after {
  transform: scale(1, 1);
  z-index: 2000;
}

.textbox{
  display: flex;
  flex-direction: column;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 150px;
}

.mainbox{
  position: relative;
  display: flex;
  justify-content: space-between;
  background-image: url(../img/360_F_62515645_JAitHratj1BQVHnxVx9urtHf1xtwDjZM.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

.mainmesse{
  position: absolute;
  top: 500px;
  left: 850px;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-shadow: 5px 5px 5px #000;
}

.mainbox img{
  width: 900px;
  height: 720px;
  border-radius: 60% 0 0 0;
  outline: #fff 10px solid;
}


  body{
      position: relative;
  }

  .ball1{
    position: absolute;
	z-index: 1;
	margin: 0 auto;
	padding: 0;
    top:480px;
    left: 530px;
	background: #21b1c4;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	box-sizing: border-box;
	animation: 0.7s cubic-bezier(.662,.115,.88,.1)alternate;
    animation-iteration-count: 1;
  }
  .ball2{
    position: absolute;
	z-index: 1;
	margin: 0 auto;
	padding: 0;
	background: #21b1c4;
	width: 100px;
	height: 100px;
    top: 380px;
    left: 660px;
	border-radius: 100px;
	box-sizing: border-box;
	animation: 0.9s cubic-bezier(.662,.115,.88,.1)  alternate;
    animation-iteration-count: 1;
  }
  .ball3{
    position: absolute;
	z-index: 1;
	margin: 0 auto;
	padding: 0;
	background: #21b1c4;
	width: 120px;
	height: 120px;
    top: 280px;
    left: 800px;
	border-radius: 100px;
	box-sizing: border-box;
	animation: 1.1s cubic-bezier(.662,.115,.88,.1) alternate;
    animation-iteration-count: 1;
  }

  .ball1 { animation-name: bound; }

  @keyframes bound {
	from  { transform: translateY(0vw) scale(1,1); }
	/* 10%  { transform: translateY(0.2vw) scale(1,1); } */
	/* 20%  { transform: translateY(0.5vw) scale(1,1); }
	96%  { transform: translateY(26vw) scale(1,1); } */
	/* 97%  { transform: translateY(28vw) scale(0.9,1); }
	98%  { transform: translateY(29vw) scale(0.9,0.8); }
	99%  { transform: translateY(29.7vw) scale(1,0.5); } */
	to { transform: translateY(5vw) scale(1,0.5); }
}

.ball2 { animation-name: bound1; }

@keyframes bound1 {
	from  { transform: translateY(0vw) scale(1,1); }
	/* 10%  { transform: translateY(0.2vw) scale(1,1); } */
	/* 20%  { transform: translateY(0.5vw) scale(1,1); }
	96%  { transform: translateY(26vw) scale(1,1); } */
	/* 97%  { transform: translateY(28vw) scale(0.9,1); }
	98%  { transform: translateY(29vw) scale(0.9,0.8); }
	99%  { transform: translateY(29.7vw) scale(1,0.5); } */
	to { transform: translateY(5vw) scale(1,0.5); }
}
.ball3 { animation-name: bound3 }

@keyframes bound3 {
	from  { transform: translateY(0vw) scale(1,1); }
	/* 10%  { transform: translateY(0.2vw) scale(1,1); } */
	/* 20%  { transform: translateY(0.5vw) scale(1,1); }
	96%  { transform: translateY(26vw) scale(1,1); } */
	/* 97%  { transform: translateY(28vw) scale(0.9,1); }
	98%  { transform: translateY(29vw) scale(0.9,0.8); }
	99%  { transform: translateY(29.7vw) scale(1,0.5); } */
	to { transform: translateY(5vw) scale(1,0.5); }
}

.open{
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  font-size: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation-name: open;
  animation-duration: 5s;
  animation-fill-mode: both;
  z-index: 1111;
}

@keyframes open{
  100%{
      opacity: 0;
      z-index: -100;
  }
  }
  
  .open1,.open2{
      animation-name: open1;
      animation-duration: 2s;
      animation-fill-mode: both;
  }
  
  @keyframes open1{
      100%{
          opacity: 0;
          z-index: -100;
      }
  }

  .open p{
    position: absolute;
    font-size: 18px;
  }

  .open p:nth-of-type(1){
    top:445px;
    left: 505px;
    transform: rotate(-30deg);
  }

  .open p:nth-of-type(2){
    top:345px;
    left: 640px;
    transform: rotate(-30deg);
  }

  .open p:nth-of-type(3){
    top:245px;
    left: 770px;
    transform: rotate(-30deg);
  }

 .mainimg{
  width: 100%;
  height: 720px;
 }

.textbox a{
  font-size: 50px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
padding-right: 100px;
}

.arrow_r_b {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.arrow_r_b:before {
  content: '';
  width: 25px;
  height: 25px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -10px;
  bottom: 0;
  margin: auto ;

}
.arrow_r_b:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: -7px;
  bottom: 0;
  margin: auto;
}

h1{
  padding-bottom: 20px;
}

@keyframes wave {
  100% {
    transform: translate3d(0, -10px, 0);
  }
}

.wave {
 display: flex;
  width: 150px;
  text-align: center;
}

.wave span {
  display: inline-block;
  color: #000;
  font-size: 50px;
}

.wave:hover span {
  animation-name: wave;
  animation-duration: .2s;
  animation-direction: alternate;
  animation-iteration-count: 2;
  color: #08538d;
}

.wave:hover span:nth-child(2) {
  animation-delay: .1s;
  color: #08538d;
}

.wave:hover span:nth-child(3) {
  animation-delay: .2s;
  color: #08538d;
}

.wave:hover span:nth-child(4) {
  animation-delay: .3s;
color: #08538d;
}
.wave:hover span:nth-child(5) {
  animation-delay: .4s;
  color: #08538d;
}
.wave:hover span:nth-child(6) {
  animation-delay: .5s;
  color: #08538d;
}
.wave:hover span:nth-child(7) {
  animation-delay: .6s;
  color: #08538d;
}

.pro img:nth-of-type(1){
  border-radius: 100%;
  width: 200px;
  height: 200px;
}

.pro img:nth-of-type(2){
  border-radius: 100%;
  width: 300px;
  height: 300px;
}
.pro img:nth-of-type(3){
  border-radius: 100%;
  width: 150px;
  height: 150px;
}

.aboutme h2::before{
  width: 200px;
  height: 3px;
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: 0px;
}
.aboutme h2::after{
  width: 200px;
  height: 3px;
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
  top: 690px;
  right: 0px;
}

.aboutme h2{
  padding-left: 220px;
  font-size: 40px;
  font-weight: bold;

}

.pro{
  height: 600px;
  background-color: #ebffd6d0;
}

.aboutme {
  position: relative;
  margin-top: 100px;
}

.pro img{
  position: absolute;
  outline: #fff 5px solid;
}

.pro img:first-child{
  top: 280px;
  left: 30px;
}
.pro img:nth-child(2){
  top: 150px;
  left: 220px;
}
.pro img:nth-child(3){
  top: 350px;
  left: 450px;
}

.text1{
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 24px;
  line-height: 2;
  padding-right: 100px;
  padding-top: 70px;
}

.text12{
  display: none;
}

.miniball{
  width: 100px;
  height: 100px;
  border-radius:100% ;
  border:#21b1c4 3px solid;
  position: absolute;
  right: 100px;
  bottom: 10px;
  z-index: 1;
}
.miniball2{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border:#21b1c4 3px solid;
  position: absolute;
  right: 50px;
  bottom: 100px;
}
.miniball3{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border:#21b1c4 3px solid;
  position: absolute;
  right: 10px;
  bottom: 160px;
}
.float p:nth-of-type(1){
  position: absolute;
  top: 120px;
  left: 400px;
  font-size: 22px;
  transform: rotate(20deg);
}

.float p:nth-of-type(2){
  position: absolute;
  top: 250px;
  left: 10px;
  font-size: 18px;
  transform: rotate(-20deg);
}
.float p:nth-of-type(2){
  position: absolute;
  top: 250px;
  left: 10px;
  font-size: 18px;
  transform: rotate(-20deg);
}
.float p:nth-of-type(3){
  position: absolute;
  top: 340px;
  left: 550px;
  font-size: 18px;
  transform: rotate(30deg);
}

a.btn_13 {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
  margin-left: 800px;
  margin-top: 40px;
	padding: 1rem 4rem;
	font-weight: bold;
	background: #7ab6ff8a;
	color: #000;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_13::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #000;
}
a.btn_13::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #000;
}
a.btn_13:hover {
	background: #fff;
	color: #7ab6ff8a;
}

.workh2{
  font-size: 40px;
  position: absolute;
  top: -60px;
  left: 220px;
  font-weight: bold;
}

.workh2::before{
  width: 200px;
  height: 3px;
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: -220px;
}
.workh2::after{
  width: 200px;
  height: 3px;
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
  top: 810px;
  left: 1100px;
}

.work{
  margin-top: 200px;
  height: 720px;
  background-color:#ebffd6d0 ;
  position: relative;
}

.tab-area {
  display: flex;
  margin: 40px auto 0 360px;
  padding-top: 70px;
}

/* タブのスタイル設定 */
.tab {
  width: 18%;
  height: 60px;
  background-color: #dcfaf0;
  border-radius: 10px 10px 0 0;
  line-height: 60px;
  text-align: center;
  border: 5px solid #bbfaef;
  border-bottom: none;
  cursor: pointer;
  font-family: "M PLUS 1p", sans-serif;
  
}

.tab:nth-child(2) {
  background-color: #fcfcd7;
  border-color: #fcfc99;
}

.tab:nth-child(3) {
  background-color: #fceff5;
  border-color: #fdd4e7;
}

.tab:nth-child(4) {
  background-color: #e8f4fa;
  border-color: #ceebf8;
}

/* タブを選択したときのスタイル */
.tab.open1 {
  background-color: #bbfaef;
}

.tab.open1:nth-child(2) {
  background-color: #fcfc99;
}

.tab.open1:nth-child(3) {
  background-color: #fdd4e7;
}



/* コンテンツエリアのスタイル設定 */

.content-area {
  position: relative;
  
  
}

.content-area .content {
  margin: 0 auto;
  height: 500px;
  width: 800px;
  background-color: #dcfaf0;
  padding: 20px;
  border: 5px solid #bbfaef;
  border-radius: 0 10px 10px 10px;
  padding-bottom: 100px;
}

.content-area .content:nth-child(2) {
  background-color: #fcfcd7;
  border-color: #fcfc99;
}

.content-area .content:nth-child(3) {
  background-color: #fceff5;
  border-color: #fdd4e7;
}

.content-area .content:nth-child(4) {
  background-color: #e8f4fa;
  border-color: #ceebf8;
}


.content:nth-of-type(2)::before {
  background-color: #dcfaf09a;
}

/* 二番目以降は見えない */
.content {
  display: none;
}

/* クリックされた時のスタイル設定 */
.content.is-show {
  display: block;
}

/* 各コンテンツのスタイル設定 */
.content h2 {
  font-weight: 400;
  font-size: 32px;
  padding-left: 15px;
}





.tab.open1{
opacity: 1;
animation: none;
}
 
a.btn_132 {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
  margin-left: 390px;
  margin-top: 20px;
	padding: 1rem 4rem;
	font-weight: bold;
	background: #7ab6ff8a;
	color: #000;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_132::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #000;
}
a.btn_132::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #000;
}
a.btn_132:hover {
	background: #fff;
	color: #7ab6ff8a;
}

.content h2{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.flexbox img{
width: 350px;
height: 250px;
margin-right: 70px;
}



.flexbox {
  padding-top: 50px;
  display: flex;
  justify-content:center;
}

.sc{
  width: 500px;
  height: 400px;
}

.textbox3{
  font-size: 20px;
  line-height: 3;
  width: 320px;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.txtBox{
  font-size: 30px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

footer{
  background-color: #ebffd6d0;
  height: 200px;
  border-radius: 50%  50% 0 0;
}

footer h2{
  font-size: 40px;
  text-align: center;
  padding-top: 30px;
}

footer p{
  font-size: 28px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}

footer img{
  width: 100%;
  height: 100px;
}

.fly{
  position: relative;
}

.fly img:first-child{
  position: absolute;
  width: 100px;
  height: 100px;
  transform: rotate(-10deg);
  animation-name: flying; /* 適用するアニメーション名 */
  animation-duration: 7s; /* アニメーションの継続時間 */
  animation-timing-function: linear; /* アニメーションの速度カーブ */
  animation-iteration-count: infinite; /* アニメーションを無限に繰り返す */
  z-index: 1; /* 他の要素の上に表示されるようにする */
}

.txtBox p:nth-of-type(2){
  display: none;
}

@keyframes flying {
  from {
    transform: translateX(-100%); 
    opacity: 1;
  }
  70%{
    transform: translateX(1200px);

  }
  85%{
  
    transform: translate(1300px,-100px) rotate(-30deg);
    opacity: 1;
  }
 
  90% {
    transform: rotateX(-40deg);
    transform: translate(1400px,-200px)rotate(-30deg);
   
  }
  91%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

.responsiv{
  display: none;
}

.humb{
  display: none;
}

.humbutton{
  display: none;
}

.hum {
  display: none;
}
.work2h2{
  display: none;
}


@media (max-width:500px){
  body p{
    font-size: 16px;
}

body h2{
    font-size: 20px;
}
nav {
  width: 100%;
}
nav ul li{
  display: none;
}

nav ul{
  display: none;
}
.mainimg{
 display: none;
}
#about{
  width: 100%;
}
.mainmesse{
  display: none;
}
.wave{
  width: 100%;
}
.pro img{
  display: none;
}

.pro{
  margin-top: 10px;
padding-bottom:50px;
background-color: #ebffd6d0;
height: inherit;
}

.text1{
  display: none;
}

.text12{
  display: block;
}

.float{
  display: none;
}

a.btn_13{
  margin:20px auto 0px auto;
  display: block;

}

.text{
  width: 100%;
  text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
padding: 0;

}

.text p{
  margin:0 ;
  line-height: 2.2;
}

.content-area{
  display: none;
}

.tab-area{
  display: none;
}

.aboutme h2::after{
  width: 200px;
  height: 3px;
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
  top: 780px;
  left: 0;
  display: none;
}

.miniball,.miniball2,.miniball3{
  display: none;
}



footer img{
  display: none;
}

.txtBox p:nth-child(1){
  display: none;
}

.txtBox p:nth-child(2){
  display: block;
}

.work{
  display: none;
}

.responsiv{
  display: block;
}



.responsiv img{
  width: 100%;
  height: 250px;
}

.work2{
  margin-top: 100px;
}

.work2h2{
  font-size: 30px;
  text-align: center;
}

.aboutme h2{
  font-size: 30px;
  text-align: center;
  padding-left: 0px;
}

.aboutme h2::before{
  display: none;
}

.work2h2::after{
  width: 200px;
  height: 3px;
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
  top: 1205px;
  right: 0;
  display: none;
}

.responsiv{
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.responsiv:nth-of-type(1),
.responsiv:nth-of-type(3){
  margin-top: 50px;
  background-color: #ebffd6d0;
}

.responsiv:nth-of-type(2){
  background-color: #7ab6ff8a;
}

a.btn_132{
  margin: 50px auto 50px auto;
  
}

.responsiv:nth-of-type(2) a.btn_132{
  background-color: #ebffd6d0;
}

h1 span{
  width: 100%;
  margin: 0px;
  font-size: 40px;
}

.wave span{

  font-size: 30px;
}

.textbox{
  margin: 0 auto;
  display: block;
  text-align: center;
}

.arrow{
  margin-left: 80px;
}

.humbutton{
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  margin: 0 0 0 auto;

}

.humbutton span{
  display: block;
  width: 50px;
  position: relative;
  height: 2px;
  background-color: #000;
}

.humbutton span::after{
  display: block;
  content: '';
width: 50px;
position: absolute;
top: 10px;
left: 0;
height: 2px;
background-color: #000;
}

.humbutton span::before{
  display: block;
  content: '';
  width: 50px;
  position: absolute;
  top: -10px;
  left: 0;
  height: 2px;
  background-color: #000;
}

.hum{
  background-color:#7ab6ff8a ;
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: center;
  text-align: center;
  position: fixed;
  top: 70px;
  z-index: 11111;
  width: 100%;
  display: none;
}

.hum.showin{
  display: block;
}

.hum.showin li{
  list-style: none;
  font-size: 22px;
  line-height: 2;
}

.hum.showin li a{
  text-decoration: underline dotted 2px;
  text-underline-offset: 5px;
  color: inherit;
}

.hum.showin li a:hover{
  background-color: #08538d;
}

.hum.showin li:last-of-type{
  margin-bottom: 15px;
}

.aboutme{
  margin-top: 25px;
}

.work2{
  margin-top: 25px;
}

.pro{
  margin-top: 25px;
}

.responsiv{
  margin-top: 25px;
}

}