@charset "utf-8";


/* 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;
}





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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



#wrap0 {overflow: hidden;}

#wrap {

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

#container01 {
    display: flex;
    justify-content: space-around;
    width: 1000px;
    margin: 0 auto;
    
}

/*--日程--*/
.day {
    color: #222;
    top:1395px; 
}
/*--日程ここまで--*/

#container {
    width: 1100px;
    margin: 0 auto;
}

#footer {
    font-size: 36px;
}


/*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    */
.btn_box01 {
    position: relative;
    width: 1026px;
    height: 268px;
    margin: 0 auto;
    transition: .2s;
    z-index: 1000;
    top: 100px;
    left: 0px;
}

.btn_box01:before,
.btn_box01:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 120px;
    box-shadow: 0 0 50px #0290fd inset;
    animation: anime 2s ease-out infinite;
}

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


/*   光るボタン2    */
.btn_box02 {
    position: relative;
    width: 1026px;
    height: 268px;
    margin: 0 auto;
    transition: .2s;
    z-index: 1000;
    top: 110px;
    left: 0px;
}

.btn_box02:before,
.btn_box02:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 120px;
    box-shadow: 0 0 50px #fd9002 inset;
    animation: anime 2s ease-out infinite;
}

.btn_box02:after {
    animation-delay: .4s;
}
/*   光るボタン2  ここまで  */


/*   光るボタン3    */
.btn_box03 {
    position: relative;
    width: 1026px;
    height: 268px;
    margin: 0 auto;
    transition: .2s;
    z-index: 1000;
    top: 150px;
    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 #7f39f3 inset;
    animation: anime 2s ease-out infinite;
}

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

/*   光るボタン3  ここまで  */


.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);
    }
}

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