@import url(https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;900&family=Poppins:wght@200;700&display=swap);
html, body, * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: rgb(126, 126, 129);
    overflow-x: hidden;
}

main {
    position: relative;
    width: 100%;
}
/* header------------------------------------- */
header {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 10;
    font-family: 'Poppins', sans-serif;
}
.header-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.logo {
    display: block;
    position: absolute;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    top: 50px;
    left: 40px;
    transform: translateY(-50%);
}

.nav_header {
    display: block;
    position: absolute;
    top: 55px;
    right: 40px;
    transition: all 1s;
}
.nav_headersp {
    display: block;
    position: absolute;
    top: 55px;
    right: -100%;
    transition: all 1s;
}

.list_nav_header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_nav_header li {
    list-style: none;
    margin-left: 20px;
}

.list_nav_header li a {
    text-decoration: none;
    padding: 6px 15px;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
}

.list_nav_header li a:hover {
    background: #fff;
    color: #2b1055;
    
}
.list_nav_headersp li {
    list-style: none;
    margin: 40px;
    
}

.list_nav_headersp li a {
    text-decoration: none;
    padding: 6px 15px;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 40px;
}

.list_nav_headersp li a:hover {
    background: #fff;
    color: #2b1055;
    
}

/* hamburger menu */

.hamburger {
    width: 0;
    height: 0;
}
 /* 表示された時用のCSS */

 
 .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }

/* hero section-------------------------------------- */
section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero {
    position: relative;

}

.hero-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.movie {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

h1 {
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;
}
h1 span {
    display: inline-block;
    position: absolute;  
    width: clamp(100px, 15vw, 180px);  
}
h1 svg {
    width: 100%;
}
.tt1 {
    top: 10%;
    right: 10%;
}

.tt2 {
    bottom: 10%;
    right: 10%;
}
.tt3 {
    top: 10%;
    left: 10%;
}

.tt4 {
    bottom: 10%;
    left: 10%;
}
.tt1 svg path.colorten01 {
    fill: url(#gradient01);
}
#stop1{
    animation: stop1 4s ease-in-out infinite alternate;
 }
 #stop2{
    animation: stop2 4s ease-in-out infinite alternate;
 }
 @keyframes stop1{ /* 青から灰へ */
    0% {stop-color: #30E3DF;}
    100% {stop-color: #696969;}
 }
 @keyframes stop2{ /* 緑から青へ */
    0% {stop-color: #696969;}
    100% {stop-color: #01FF89;}
 }

 .tt2 svg path.colorp {
    fill: url(#gradient02);
}
#stop3{
    animation: stop3 4s ease-in-out infinite alternate;
 }
 #stop4{
    animation: stop4 4s ease-in-out infinite alternate;
 }
 @keyframes stop3{ /* 赤から灰へ */
    0% {stop-color: #FB0F24;}
    100% {stop-color: #696969;}
 }
 @keyframes stop4{ /* 灰から赤へ */
    0% {stop-color: #696969;}
    100% {stop-color: #FB0F24;}
 }
 .tt3 svg path.colorku02 {
    fill: url(#gradient03);
}
#stop5{
    animation: stop5 4s ease-in-out infinite alternate;
 }
 #stop6{
    animation: stop6 4s ease-in-out infinite alternate;
 }
 @keyframes stop5{ /* 青から灰へ */
    0% {stop-color: #30E3DF;}
    100% {stop-color: #696969;}
 }
 @keyframes stop6{ /* 緑から青へ */
    0% {stop-color: #696969;}
    100% {stop-color: #01FF89;}
 }
 .tt4 svg path.colorkan {
    fill: url(#gradient04);
}
#stop7{
    animation: stop7 4s ease-in-out infinite alternate;
 }
 #stop8{
    animation: stop8 4s ease-in-out infinite alternate;
 }
 @keyframes stop7{ /* 青から灰へ */
    0% {stop-color: #E5BB29;}
    100% {stop-color: #696969;}
 }
 @keyframes stop8{ /* 緑から青へ */
    0% {stop-color: #696969;}
    100% {stop-color: #E5BB29;}
 }

 .ttltext {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    z-index: 2;
 }

.grad {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent, rgb(126, 126, 129));
}
/* scroll btn */
.toTopAnime {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #000;

}

.toTopAnime a {
    width: 100%;
    height: 100%;
    transform: translateY(0);
    display: block;

}

.scrollbtn {
    width: 5px;
    height: 25px;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 25px;
    transform: translateX(-50%);
}
.scrollbtn2 {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
    transform: rotate(-45deg);
}

.toTopAnime.show {
    opacity: 1;
    visibility: visible;
}


 /* about-------------------------------------- */
 .sec {
    width: 90%;
    height: 90vh;
    margin: 5%;
    position: relative;
    z-index: 2;
 }
 .sect-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
.sect-t {
    z-index: 5;
}
 .secimg {
    position: absolute;
    right: -20px;
    bottom: -20px;
    height: 95%;
    opacity: 0;
    transition: 2s;
 }
 .secimg.active {
    opacity: 1;
    right: 5%;
    bottom: 0;
 }
 .secimg img {
    height: 100%;
    opacity: 0;
 }
 .secimg.active img {
    height: 100%;
    opacity: 1;
 }
.sect-container p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: clamp(14px, 3vw, 16px);
    max-width: 45vw;
}
.sect-container p.t-b {
    font-size: clamp(30px, 7vw, 250px);
    font-weight: 900;
}

.about svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
/* character introduce */
.p {
    position: absolute;
    width: 150px;
    height: 150px;
    left: calc(50% - 160px);
    bottom: -50%;
    transition: .5s;
}
.p.active {
    bottom: -2%;
}
.pimg {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    animation: bmove 2s linear 0s normal;
    animation-iteration-count: infinite;
}
.p:hover .pimg {
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform: none;
}
.p.hoversp .pimg {
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform: none;
}
.pimg img {
    width: 150px;
    height: 150px;
}

.hukidasip {
    position: absolute;
    top: 0px;
    left: -25px;
    background: #2b1055;
    border-radius: 30px;
    width: 200px;
    height: 100px;
    opacity: 0;
    transition: .3s;
}
.p:hover .hukidasip {
    top: -50px;
    opacity: 1;
}
.p.hoversp .hukidasip {
    top: -50px;
    opacity: 1;
}
.p p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.p p span {
    margin: 5px auto;
    font-size: 20px;
    font-weight: 700;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #E5BB29;
}
.p .ptr {
    position: absolute;
    display: block;
    border: 10px solid transparent;
    top: 100px;
    left: 75px;
    width: 0;
    height: 0;
    border-top: 20px solid #2b1055;
}

.q {
    position: absolute;
    width: 150px;
    height: 150px;
    left: calc(50% + 10px);
    bottom: -50%;
    transition: .5s;
}
.q.active {
    bottom: -2%;
}
.qimg {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    animation: bmove 2s linear 0s normal;
    animation-iteration-count: infinite;
}
.q:hover .qimg {
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform: none;
}
.q.hoversp .qimg {
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform: none;
}
.qimg img {
    width: 150px;
    height: 150px;
}

.hukidasiq {
    position: absolute;
    top: 0px;
    left: -25px;
    background: #2b1055;
    border-radius: 30px;
    width: 200px;
    height: 100px;
    opacity: 0;
    transition: .3s;
}
.q:hover .hukidasiq {
    top: -50px;
    opacity: 1;
}
.q.hoversp .hukidasiq {
    top: -50px;
    opacity: 1;
}
.q p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.q p span {
    margin: 5px auto;
    font-size: 20px;
    font-weight: 700;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #E5BB29;
}
.q .qtr {
    position: absolute;
    display: block;
    border: 10px solid transparent;
    top: 100px;
    left: 75px;
    width: 0;
    height: 0;
    border-top: 20px solid #2b1055;
}
@keyframes bmove {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10%);
    }
    58% {
        transform: translateY(-5%);
    }
    63% {
        transform: translateY(-11%);
    }
    67% {
        transform: translateY(-7%);
    }
    70% {
        transform: translateY(-10%);
    }
    100% {
        transform: translateY(0%);
    }
}

/* work section------------------------------------------------- */

.work-container {
    position: relative;
    width: 50px;
    height: 50px;
    background: #E5BB29;
    border-radius: 100%;
    transition: .5s;
}

.work-container.active {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.work-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5%;
    opacity: 0;
    transition: 2s;
}
.work-wrap.active {
    opacity: 1;
}

.work-container .work-img {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    opacity: 0;
    height: 0;
}
.work-container.active .work-img {
    opacity: 1;
    height: 100vh;
    width: auto;
}
.work-img img {
    height: 100vh;
    width: auto;
    opacity: 0;
    transition: 3s;
}
.work-container.active .work-img img {
    height: 100vh;
    width: auto;
    opacity: 1;
}
.wl {
    position: absolute;
    top: 10vw;
    left: 40vw;
    width: clamp(20px, 3vw, 50px);
    height: clamp(20px, 3vw, 50px);
    border-radius: 50%;
    background: radial-gradient(#fff, #ff13d8);
    box-shadow: 0px 0px 20px #ff13d8;
    animation: wlanime 2s step-end infinite alternate;
}
.wl2 {
    position: absolute;
    top: 10vw;
    right: 40vw;
    width: clamp(20px, 3vw, 50px);
    height: clamp(20px, 3vw, 50px);
    border-radius: 50%;
    background: radial-gradient(#fff, #30E3DF);
    box-shadow: 0px 0px 20px #30E3DF;
    animation: wlanime2 2s step-end infinite alternate;
}

@keyframes wlanime {
    0% {
        transform: translate(0, 0);
    }
    15% {
        transform: translate(-15vw, 5vh);
    }
    32% {
        transform: translate(-25vw, 15vh);
    }
    50% {
        transform: translate(-30vw, 30vh);
    }
    68% {
        transform: translate(-25vw, 45vh);
    }
    85% {
        transform: translate(-15vw, 55vh);
    }
    100% {
        transform: translate(0, 60vh);
    }
}
@keyframes wlanime2 {
    0% {
        transform: translate(0, 60vh);
    }
    15% {
        transform: translate(15vw, 55vh);
    }
    32% {
        transform: translate(25vw, 45vh);
    }
    50% {
        transform: translate(30vw, 30vh);
    }
    68% {
        transform: translate(25vw, 15vh);
    }
    85% {
        transform: translate(15vw, 5vh);
    }
    100% {
        transform: translate(0, 0);
    }
}
.workitem-wrap {
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 10vw;
    height: 3vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: s;
}
.work-container.active .workitem-wrap {
    left: 1%;
    height: 30vh;
    width: 98vw;
}
.workitem-wrap a {
    display: block;
    width: 30%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
.workitem {
    width: 100%;
    height: 100%;
    background-color: rgba(126, 126, 129, .6);
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    transition: .5s;
}

.workitem:hover {
    transform: scale(1.1);
}
.workitem h3 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(20px, 3vw, 50px);
    color: #2b1055;
    text-transform: uppercase;
    text-align: center;
}
.workitem img {
    max-width: 100%;
    max-height: 20vh;
    margin-bottom: 10px;
}
/* contact section------------------------------------------- */

.work-edge {
    position: absolute;
    width: 100%;
    height: 5%;
    top: 0;
    left: 0;
    background-color: #E5BB29;
    border-radius: 0 0 70px 70px;
}
.contact-back svg {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 23.8vw;
}
/* form -----------------------------------*/
.contact-area {
    width: 90vw;
    height: 90vh;
    padding-top: 5%;
    z-index: 2;
}
.form-wrap {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
}
#form {
    width: clamp(300px, 50vw, 700px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.formbox > li {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 2em;
}
.g_form {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px;
    border-radius: 50px;
    box-sizing: border-box;
    display: block;
    margin-top: 5px;
    border-style: none;
}

.g_form_text {
    border-radius: 30px;
    border-style: none;
    background-color: #FFFFFF;
    min-height: 168px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px;
    box-sizing: border-box;
    display: block;
    margin-top: 8px;
}

.formbutton {
    border-radius: 50px;
    background-color: #2b1055;
    border-style: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.43);
    color: #FFFFFF;
    line-height: 48px;
    width: 120px;
    cursor: pointer;
    margin: 0 auto;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 20px;
}


#form ul {
    padding: 0px;
    margin: 0;
    list-style-type: none;
}

#form ul li {
    margin-bottom: clamp(15px, 3vh, 30px);
    font-weight: 700;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.form_submit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankswrap {
    margin: 50px auto;
    max-width: 960px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5BB29;
    border-radius: 50px;
    padding: 50px 50px;
}

.thanksform {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    line-height: 2em;
}

.thanksform > h3 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
    font-size: clamp(20px, 4vw, 30px);
    line-height: 1.5em;
    margin-bottom: 30px;
}
/* footer--------------------------------------- */
footer {
    background: #000;
    width: 100%;
    height: 300px;
}
.footer-wrap {
    width: 90%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: no-wrap;
    margin-left: auto;
    margin-right: auto;
}
.footer-wrap a {
    cursor: pointer;
}
.fimg {
    width: 333px;
}
.bloglink {
    width: 280px;
    height: 100px;
    background-color: #30E3DF;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloglink img {
    width: 260px;
}
.twlink {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.twpop {
    display: flex;
    opacity: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -10px;
    left: 40px;
    border-radius: 50px;
    background: #696969;
    color: #E5BB29;
    transition: all .2s;
    justify-content: center;
    align-items: center;
   
}
.twpop:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 70%;
    left: -10px;
    border: 16px solid transparent;
    border-top: 18px solid #696969;
    transform: rotate(45deg);
  }
.twlink img {
    width: 60px;
}
.twlink:hover .twpop{
    opacity: 1;
    top: -20px;
    left: 50px;
}

footer > p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
 /* page--------------------------------------- */
 .pageback {
    background: #fff;
    width: 100%;
    height: auto;
}
 .pagettl-wrap {
    background: #E5BB29;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
 }
 .pagemenu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    
 }
 .pagettl {
    text-transform: uppercase;
    font-size: clamp(30px, 8vw, 70px);
    font-weight: 900;
    margin-right: 5%;
    margin-left: 5%;
    cursor: pointer;
 }
 .pagettl2 {
    display: block;
    text-transform: uppercase;
    font-size: clamp(13px, 4vw, 30px);
    font-weight: 900;
    text-decoration: none;
    line-height: 1.01;
    cursor: pointer;
 }
 .menubtn {
    border-radius: 50px;
    background-color: #2b1055;
    border-style: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.43);
    color: #FFFFFF;
    line-height: 48px;
    width: 120px;
    cursor: pointer;
    margin: 0 auto;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 20px;

    height: 50px;
    width: 80px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;  
 }

 .paget {
       text-align: center;
    font-size: clamp(20px, 6vw, 50px);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
 }

.pagesec {
    z-index: 0;
}
/* スマホ　*/
@media (min-aspect-ratio: 1/16) {
    /* 画面幅が1:16以上 */
    .movie.sp {
        display: block;
        height: 100%;
        width: auto;
   }
   .movie.tb {
       display: none;
   }
   .movie.pc {
       display: none;
   }
 }
/*　タブレット　*/
@media (min-aspect-ratio: 9/16) {
    /* 画面幅が9:16以上 */
    .movie.sp {
       display: none;
   }
   .movie.tb {
       display: block;
       height: 100%;
       width: auto;
   }
   .movie.pc {
       display: none;
   }
 }

  /*　pc表示　*/
 @media (min-aspect-ratio: 25/32) {
    /* 画面幅が25:32以上 */
    .movie.sp {
       display: none;
   }
   .movie.tb {
       display: none;
   }
   .movie.pc {
       display: block;
   }
 }
 /* footer調整----------------------------------------- */
 @media screen and (max-width:1384px) {
    .fimg02 {
        display: none;
    }

 }


/* ハンバーガーメニューを開く-------------------------- */
 @media screen and (max-width:857px) { 
    .header {
        height: 100vh;
    }
    .hamburger {
        position: fixed;
        right: 20px;
        top: 35px;
        width: 40px; 
        height: 40px; 
        cursor: pointer;
        z-index: 300;
        background-color: #fff;    
        border-radius: 50%;  
      }
  
      .nav_header {
        right: -410px;
      }
      .nav_headersp {
        position: fixed;
        top: 5%;
        right: -300px;
        width: 300px;
        height: 90vh;
        border-radius: 30px 0 0 30px;
        background-color: red;
        transition: 1s;
      }

      .nav_headersp.nav-open {
        right: 0;
        transition: 1s;
    }

    .list_nav_headersp {
        display: block;

    }
      .hamburger_border {
        position: absolute;
        left: 11px;
        width: 18px;
        height: 2px;
        background-color: #ff13d8;
        transition: all .6s;
      }
      .hamburger_border_top {
        top: 14px;
      }
      .hamburger_border_center {
        top: 20px;
      }
      .hamburger_border_bottom {
        top: 26px;
      }  

      /* その他flexbox切替など----------------------------------------- */

      footer {
        height: 500px;
      }
      .footer-wrap {
        flex-direction: column;
        flex-wrap: wrap;
        height: 90%;
      }
      .footer > p {
        margin-bottom: 0px;
      }

      .toTopAnime.show {
        opacity: 0;
        visibility: hidden;
    }
    .tt1 {
        top: 10%;
        left: 10%;
        right: auto;
    }
    
    .tt2 {
        top: 10%;
        bottom: auto;
        right: 10%;
    }
    .tt3 {
        top: auto;
        bottom: 10%;
        left: 10%;
    }
    
    .tt4 {
        bottom: 10%;
        right: 10%;
        left: auto;
    }

    .sect-t {
        width: 40%;
    }
    .secimg {
        right: -10%;
     }
     .secimg.active {
        right: -5%;
     }
     
}

@media screen and (max-width:640px){
    .sect-t {
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: flex-start;
     }
 .secimg {
    height: 80%;
 }
 .secimg.active {
    height: 80%;
 }
 /* form -----------------------------------*/

#form {
    padding-top: 10px;
}

.formbox > li {
    font-size: 1.1rem;
    line-height: 1.3em;
}
.g_form {
    padding: 10px;
    margin-top: 3px;
}

.g_form_text {
    min-height: 130px;
    margin-top: 3px;
}

.formbutton {
    line-height: 30px;
    width: 100px;
    font-size: 16px;
}







}
@media screen and (max-width:430px){
    .secimg {
        height: 70%;
     }
     .secimg.active {
        height: 70%;
     }
}


