@charset "utf-8";
/* CSS Document */

body {
	color: #ffffff;
	font-family: "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	background-color:#000000;
	background-size: 50px 50px;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image:repeating-linear-gradient(90deg, #212121 0, #212121 25%, #000000 25%, #000000 50%);
}

img {
  display: block;
}


header {
    background: #fff;
    padding: 8px 0px;
    width: 100%;
}

header img {
    padding: 0 10px;
}
 
 
.img100{
    width:100%;
    height:auto;
    vertical-align:bottom;
}


/*scroll*/
.scroll_back{
	padding:42px 0 0;
}

#scroll_bannar{
	opacity:0;
	animation-name:scroll_anime;
	animation-duration:0.8s;
	animation-timing-function:ease;
	animation-delay:0;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	-webkit-animation-name:scroll_anime;
	-webkit-animation-duration:0.8s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-delay:0;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:alternate;
}

@-webkit-keyframes scroll_anime{
	0% {opacity:0;}
	100% {opacity:1;}
}

@keyframes scroll_anime{
	0% {opacity:0;}
	100% {opacity:1;}
}

            .pop{
                -webkit-animation-name:pop;
                -webkit-animation-property:-webkit-transform;
                -webkit-animation-duration:780ms;
                -webkit-animation-iteration-count:infinite;
                -webkit-transform-origin:center bottom;
                animation-name: pop;
                animation-duration:780ms;
                animation-iteration-count:infinite;
                transform-origin:center bottom;
            }
            @-webkit-keyframes pop{
                0%{-webkit-transform:scale(1,1);}
            50%{-webkit-transform:scaleX(0.8);}
            }
            @keyframes pop{
                0%{transform:scale(1,1);}
            50%{transform:scaleX(0.8);}
            }
            
/*scroll*/


/*onbtn*/
#on-btn1 {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    position: fixed;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    width: 100px;
    height: 70px;
    padding-top: 30px;
    line-height: 100%;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #a72556;
    right: 10px;
    bottom: 10px;
    font-size: 22px;
    background-color: #ffc000;
    background-size: 25px 25px;
    text-shadow: 0 -1px 1px rgba(7, 0, 2, 0.4);
	background-image:repeating-linear-gradient(-45deg, #f879ac 0, #f879ac 25%, #f76aa3 25%, #f76aa3 50%);
    z-index: 9999;
}

.bold{
	font-weight: bold;
}

/*onbtn*/


/*btn*/

.btn{
	display: block;
	width:93.75%;
    height:auto;
    vertical-align:bottom;
	margin: 0 auto;
}

.btn_set{
	margin: 2% 0 8%;
}

/*btn*/



.credit{
	color:#ffffff;
    font-size:11px;
    text-align:right;
    margin:5px 5px 0 0;
}

.end_dez{

}


/*footer*/

footer{
    background-color:#000000;
    text-align:center;
    padding-bottom:10px;
    }

.copy{
    padding-top:10px;
    color:#ffffff;
    font-size:14px;
}

/*footer*/

