@charset "utf-8";

/*
Theme Name: SUBHAND
Author: SUBHAND.LLC
Author URL: http://www.subhand.net/
*/


/* common
---------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

a:link,
a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover,
a:active {
    color: #d90909;
    text-decoration: underline;
}

.impact {
    font-size: 20pt;
    font-weight: bold;
}

.impact2 {
    color: red;
}

.impact3 {
    background: yellow;
    color: #000;
}

#impact4 {
    underline;
}

.impact5 {
    background: #173B50;
    padding: 2px 5px;
    color: #fff;
}

.impact6 {
    background: #f4f4f4;
    padding: 3px;
    line-height: 1.1;
}

.impact7 {
    background: #B60000;
    padding: 2px 5px;
    color: #fff;
}

.style2 {
    color: #FF0000
}

.style3 {
    color: #333333
}

.style4 {
    color: #000000
}


img {
    border: none;
}




/* layout
---------------------------------------------*/

/*TopIntro-Start*/
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    min-width: 1100px;

    background-image: url(../images/bg.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top center;


    -webkit-text-size-adjust: none;
    /* アンドロイドの文字崩れを防ぐ　PCの見た目と同じ文字サイズになる
	　　アンドロイドの自動文字サイズ調整をオフにするコマンド
---*/

    text-align: center;
    font-size: 35px;
    font-family: 'Hiragino Kaku Gothic Pro', 'meiryo', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #000;
}



#form {
    background: url("../images/form.png") no-repeat top center;
    height: 1801px;
}



#head2 {
    background: url("../images/header_02.png") no-repeat top center;
    height: 1662px;
}

#head3 {
    background: url("../images/header_03.png") no-repeat top center;
    height: 758px;
}

#head4 {
    background: url("../images/header_04.png") no-repeat top center;
    height: 1022px;
}

#head5 {
    background: url("../images/header_05.png") no-repeat top center;
    height: 700px;
}

#head6 {
    background: url("../images/header_06.png") no-repeat top center;
    height: 1839px;
}

#head7 {
    background: url("../images/header_07.png") no-repeat top center;
    height: 960px;
}

#head8 {
    background: url("../images/header_08.png") no-repeat top center;
    height: 808px;
}

#head9 {
    background: url("../images/header_09.png") no-repeat top center;
    height: 928px;
}

#head10 {
    background: url("../images/header_10.png") no-repeat top center;
    height: 896px;
}

#head11 {
    background: url("../images/header_11.png") no-repeat top center;
    height: 1464px;
}

#head12 {
    background: url("../images/header_12.png") no-repeat top center;
    height: 508px;
}

#form2 {
    background: url("../images/form2.png") no-repeat top center;
    height: 551px;
}

#head15 {
    background: url("../images/header_15.png") no-repeat top center;
    height: 2116px;
}

#head16 {
    background: url("../images/header_16.png") no-repeat top center;
    height: 1768px;
}

#head17 {
    background: url("../images/header_17.png") no-repeat top center;
    height: 1617px;
}

#head18 {
    background: url("../images/header_18.png") no-repeat top center;
    height: 1628px;
}


#head20 {
    background: url("../images/header_20.png") no-repeat top center;
    height: 2471px;
}

#head21 {
    background: url("../images/header_21.png") no-repeat top center;
    height: 1900px;
}


#head23 {
    background: url("../images/header_23.png") no-repeat top center;
    height: 264px;
}



.btn{
    padding-top: 1550px;
}

.btn2{
    padding-top: 150px;
}




#wrap0 {overflow: hidden;}


#wrap {

    background-image: url("../images/bgg.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-position: 50% 0%;
}

#container {

    text-align: left;
    width: 1000px;
    margin: 0 auto;


}

#text {

    text-align: left;
    width: 850px;
    margin: 0 auto;


}

#footer {


    font-size: 15px;
}


/*AOS---*/

#mi01 {
    position: relative;
    top: 120px;
    ;
    left: -20px;
}

.box {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}


@keyframes anime {
    0% {
        transform: scale(.95);
        opacity: 1
    }

    90% {
        opacity: .1
    }

    to {
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}



/*   光るボタン1    */
/*   光るボタン1    */
/*   光るボタン1    */

.btn_box01 {
    position: relative;
    width: 865px;
    height: 210px;
    margin: 0 auto;
    transition: .2s;
    z-index: 1000;
    top: 1520px;
    left: -100px;
}

.btn_box01:before,
.btn_box01:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 120%;
    height: 95%;
    top: 0;
    left: 0;
    border-radius: 120px;
    box-shadow: 0 0 50px rgb(16, 179, 81) inset;
    animation: anime 2s ease-out infinite;
}

.btn_box01:after {
    animation-delay: .4s;
}


/*   光るボタン1    */
/*   光るボタン1    */
/*   光るボタン1    */



/*   光るボタン2    */
/*   光るボタン2    */
/*   光るボタン2    */

.btn_box02 {
    position: relative;
    width: 865px;
    height: 210px;
    margin: 0 auto;
    transition: .2s;
    z-index: 1000;
    top: 150px;
    left: -100px;
}

.btn_box02:before,
.btn_box02:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 120%;
    height: 95%;
    top: 0;
    left: 0;
    border-radius: 120px;
    box-shadow: 0 0 50px rgb(16, 179, 81) inset;
    animation: anime 2s ease-out infinite;
}

.btn_box02:after {
    animation-delay: .4s;
}


/*   光るボタン2    */
/*   光るボタン2    */
/*   光るボタン2    */




/*   光るボタン3    */
/*   光るボタン3    */
/*   光るボタン3    */

.btn_box03 {
    position: relative;
    width: 865px;
    height: 210px;
    margin: 0 auto;
    transition: .2s;
    z-index: 1000;
    top: 0px;
    left: 0px;
}

.btn_box03:before,
.btn_box03:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 120px;
    box-shadow: 0 0 50px rgb(99, 243, 126) inset;
    animation: anime 2s ease-out infinite;
}

.btn_box03:after {
    animation-delay: .4s;
}


/*   光るボタン3    */
/*   光るボタン3    */
/*   光るボタン3    */


/*   光るボタン4    */
/*   光るボタン4    */
/*   光るボタン4    */

.btn_box04 {
    position: relative;
    width: 865px;
    height: 210px;
    margin: 0 auto;
    transition: .2s;
    z-index: 1000;
    top: 0px;
    left: 0px;
}

.btn_box04:before,
.btn_box04:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 120px;
    box-shadow: 0 0 50px rgb(99, 243, 126) inset;
    animation: anime 2s ease-out infinite;
}

.btn_box04:after {
    animation-delay: .4s;
}


/*   光るボタン4    */
/*   光るボタン4    */
/*   光るボタン4    */




.ttl_img {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
}

.ttl_img0 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.img_h {
    transition: 0.5s;
}

.img_h:hover {
    opacity: 0.7;
}



.shakemoney {
    position: absolute;
    left: 135px;
    bottom: 145px;
    z-index: 9999;
    pointer-events: none;
    animation: shakemoney_rotate 0.7s ease-in infinite alternate;
}

@keyframes shakemoney_rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-10deg)
    }
}

.shakemoney_rotate {
    transform: rotate(-5deg);
    position: absolute;
    left: 515px;
    top: 75px;
}


/* サイドバナーのタグ---*/
/* サイドバナーのタグ---*/
/* サイドバナーのタグ---*/


.formBtn {
    display: block;
    margin: 35px auto;
    -webkit-animation-name: fuwafuwa;
    /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;

    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
}





.side {
    position: fixed;
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 2;
}

.side a img:hover {
    opacity: 0.8;
}


/*----- side button -----*/

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.swing:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}




/*ボタンの動きのcss*/
@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes fuwafuwa {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(0, -10px);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

/* サイドバナーのタグ---*/
/* サイドバナーのタグ---*/
/* サイドバナーのタグ---*/
