@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;
}
a:focus {
	outline:none;
}
.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:    106px; } 
#head2 { background: url("../images/header_02.png") no-repeat top center; height:    339px; } 
#head3 { background: url("../images/header_03.png") no-repeat top center; height:    204px; } 
#head4 { background: url("../images/header_04.png") no-repeat top center; height:    359px; } 
#head6 { background: url("../images/header_05.png") no-repeat top center; height:    426px; } 
#head7 { background: url("../images/header_06.png") no-repeat top center; height:    375px; } 
#head8 { background: url("../images/header_07.png") no-repeat top center; height:    302px; } 
#head9 { background: url("../images/header_08.png") no-repeat top center; height:    351px; } 
#head9a { background: url("../images/header_09.png") no-repeat top center; height:    617px; } 
#head10 { background: url("../images/header_10.png") no-repeat top center; height:    350px; } 

#head5 {background: url("../images/header_11.png") no-repeat top center;height:    647px;position: relative;} 

#head12 { background: url("../images/header_12.png") no-repeat top center; height:    350px; } 
#head13 { background: url("../images/header_13.png") no-repeat top center; height:    619px; } 
#head14 { background: url("../images/header_14.png") no-repeat top center; height:    416px; } 
#head15 { background: url("../images/header_15.png") no-repeat top center; height:    731px; } 

#z1 { background: url("../images/z_05.png") no-repeat top center; height:    427px; } 
#z2 { background: url("../images/z_06.png") no-repeat top center; height:    360px; } 
#z3 { background: url("../images/z_07.png") no-repeat top center; height:    622px; } 
#z4 { background: url("../images/z_08.png") no-repeat top center; height:    311px; } 

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

#btichi {position: relative;top:310px;}




#zhead1 { background: url("../images/zheader_01.png") no-repeat top center; height:    289px; } 
#zhead2 { background: url("../images/zheader_02.png") no-repeat top center; height:    434px; } 
#zhead3 { background: url("../images/zheader_03.png") no-repeat top center; height:    636px; } 
#zhead4 { background: url("../images/zheader_04.png") no-repeat top center; height:    313px; } 
#zhead5 { background: url("../images/zheader_05.png") no-repeat top center; height:    606px; } 





#video {
    width: 935px;
    height: 526px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
/* 右に余白ができるときはheaderも含めてwrap0で囲う
 overflow hiddenは　はみ出した部分を表示しない

#wrap0 {overflow: hidden;}

---*/





/* カウントダウンタイマー用 */


.count {
    
    position: relative;
    width:1100px;
    height: 300px
	text-align: right;
    font-size: 33px;
	line-height: 2.2em;
  
	font-weight: bold;
    color:yellow;
    display: block;
    
    margin:0 auto;
   
    padding-top: 18px;
    padding-left: 0px;
    
}


/* カウントダウンタイマー用 */






#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}
}


.btn_box01 {
    position: relative;
    width: 863px;
    height: 250px;
    margin: 0 auto;
    transition: .2s;
    z-index: 1000;
    top: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 rgb(255, 79, 37) inset;
    animation: anime 2s ease-out infinite;
}
.btn_box01:after {animation-delay: .4s;}








.btn_box02 {
    position: relative;
    width: 862px;
    height: 185px;
    margin: 0 auto;
    transition: .2s;
    z-index: 1000;
    top:30px;
    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 rgb(255, 79, 37) inset;
    animation: anime 2s ease-out infinite;
}
.btn_box02:after {animation-delay: .4s;}





.btn_box03 {
    position: relative;
    width: 756px;
    height: 211px;
    margin: 0 auto;
    transition: .2s;
    z-index: 1000;
    top:30px;
    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(255, 79, 37) inset;
    animation: anime 2s ease-out infinite;
}
.btn_box03:after {animation-delay: .4s;}









/* 画像 */
.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 {
    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;
}






/* サンクス */
#thx .btn_box {
    height: 184px;
    margin: 0 auto;
}

/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
@media screen and (max-width: 480px) {

    html {font-size: 100%;overflow: auto;}
    img {
        touch-callout:none;
        user-select:none;
        -webkit-touch-callout:none;
        -webkit-user-select:none;
        -moz-touch-callout:none;
        -moz-user-select:none;
    }
    .pc_none {display:block;}
    .sp_none {display:none;}

    .sonor{
        pointer-events: none;
    }

    dl dt, dl dd {
        float: none;
        width: 100%;
    }
    dl dt b span {display: inline;}
    dl dt b {
        width: auto;
        margin: 0;
        padding-right: 160px;
    }
    .box p b, .box p strong {
        font-size:105%;
    }
    .line01::after {
        z-index:0;
        mix-blend-mode: multiply;
    }
}
