@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: #fff;
	text-decoration:underline;
}
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: 1000px;
	background-image: url("../images/bg.jpg");
	background-position: center top;
	background-repeat: repeat;
    background-attachment: fixed;
    text-align:center;
    font-family:"Hiragino Kaku Gothic Pro",Arial,Helvetica,"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"MS PGothic",sans-serif;
	line-height: 1.8;
    letter-spacing: 0.03em;
}

/* スマホへの振り分け */

 /* 表示領域が1001px以上の場合に適用するスタイル（パソコン向け） */
@media screen and (min-width: 1001px){

#responsive-string{
		font-size: 26px;
	}
#registration_pc {visibility : visible;}
#registration_sp {display : none;}
.br-pc { display:block; }
.br-sp { display:none; }
	
   
.side_pc{
	display: block;
}

.side_sp{
	display: none;
}

}

 /* 表示領域が1000px以下の場合に適用するスタイル（スマホ向け） */
@media screen and (max-width: 1000px) {

#responsive-string{
		font-size: 40px;
	}
#registration_pc {display : none;}
#registration_sp {visibility : visible;}

.br-pc { display:none; }
.br-sp { display:block; }
	
.side_pc{
	display: none;
}


.side_sp{
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		min-width: 1000px;
}
	
.side_sp img{
		width: 100%;
}

}


/* 動画背景
---------------------------------------------*/
video {display:block;}

#bg-video {
margin-top: -200px;
position:relative;
height:100%;
width: 100%;
object-fit: cover;
z-index:-1;
}

#mcontents{overflow: hidden;}




#head1 { background: url("../images/header_01.jpg") no-repeat top center; height:   287px; }
#head2 { background: url("../images/header_02.jpg") no-repeat top center; height:   260px;   }
#head3 { background: url("../images/header_03.jpg") no-repeat top center; height:   270px;   }
#head4 { background: url("../images/header_04.jpg") no-repeat top center; height:   429px; }
#head5 { background: url("../images/header_05.jpg") no-repeat top center; height:   276px; }
#head6 { background: url("../images/header_06.jpg") no-repeat top center; height:   303px; }
#head7 { background: url("../images/header_07.jpg") no-repeat top center; height:   166px; }
#head8 { background: url("../images/header_08.jpg") no-repeat top center; height:   529px;   }
#head9 { background: url("../images/header_09.jpg") no-repeat top center; height:   430px;   }

#sub1 { background: url("../images/sub1.jpg") no-repeat top center; height:   332px;   }


#of {
overflow: hidden;}

.wrap1{
	width: 100%;
	height: auto;
	background: url(../images/reason_bg.png);
	border-top: 1px solid #cacab0;
	padding-bottom:70px;
	}

.wrap2{
	width: 100%;
	height: auto;
	background: url("../images/bg_pattern.png");
	border-top: 1px solid #cacab0;
	padding-bottom:70px;
	}

#wrap {
    margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:  70px;
    padding-top: 70px;

	background-color: rgba( 0, 0, 0, 0.74 );
	width: 980px;
	background-repeat: repeat-y;
	background-position:center top;
}


#container {
	text-align:center;
	width:1000px;
	margin:0 auto;
}


.bg_white{
	background-color:white;
	padding-top:50px;
	padding-bottom:50px;
}


.bg_lblue{
	background-color:#f7feff;
	padding-top:50px;
	padding-bottom:50px;
}

.bg_lblue2{
	background-color:#caf4fa;
	padding-top:50px;
	padding-bottom:50px;
}



.bg_glay{
	background-color:#f5f5f5;
	padding-top:30px;
	padding-bottom:30px;
}

.bg_clear{
	padding-top:70px;
	padding-bottom:70px;
}



.bg_navy{ background: #000208;/*保険用*/
  background: -moz-linear-gradient(right, #0a1b44 0%, #000208 100%);/*古いFireFox向け*/
  background: -webkit-linear-gradient(right, #0a1b44 0%,#000208 100%);/*古いSafariなど向け*/
  filter:progid:DXImageTransform.Microsoft.Gradient(
    startColorstr='gold',
    endColorstr='orange',
    GradientType=0 );/*IE9以下向け*/
  background: linear-gradient(to right, #0a1b44 0%, #000208 100%);/*正規の指定*/
	
  padding-bottom:50px;
}



/***movie***/
.movie{
	position: relative;
	top: 60px;
	margin-bottom:100px;
	width: 912px;
	height: 580px;
	background: -moz-linear-gradient(to left,#267be8 50%,#0dc3db); 
    background: -webkit-linear-gradient(to left,#267be8 50%,#0dc3db); 
    background: linear-gradient(to left,#267be8 50%,#0dc3db); 
	display: inline-block;
	border-radius: 0px;
	overflow: hidden;
}
iframe{
	
	display: block;
	margin: 16px auto 0 auto;
}

@keyframes circle{
    0% {
        transform: scale(1,1);
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    80% {
        transform: scale(4.5,4.5);
        opacity: 0;
    }
    100% {
        transform: scale(4.5,4.5);
        opacity: 0;
    }
}


.mail01 {
	position: relative;
	top: 20px;
	left: 0px;
	right: 0px;
	width: 850px;
    height: 124px;
	font-size: 33px;
	line-height:3.2vw;
	font-weight: bold;
	color: #ffd1c0;
   
	color:black;
    background: linear-gradient(#fff8db, #fff);
    line-height: 1.2;
    text-align: center;
 
	box-shadow:0 1px 8px 0 rgba(0,0,0,0.3) inset;
	-moz-box-shadow:0 1px 8px 0 rgba(0,0,0,0.3) inset;
	-webkit-box-shadow:0 1px 8px 0 rgba(0,0,0,0.3) inset;
	border: 2px solid #ff5a00;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-sizing: border-box;
	overflow:hidden;
}



.btn {

	top: 0px;
	left: 0px;
	right: 0px;

	border: 0px solid;

}



.btn:hover{
		opacity: 0.7;
		transition: 0.5s;
	}


.btnbox{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}


/***フッター***/

small{
	display:block;
	width: 100%;
	text-align:center;
	padding: 0;
}

.block{
	display: block;
	padding-top: 10px;
	color: #151515;
}

.copy2{
	display:block;
	color: #fff;
	font-size:22px;
	line-height: 1.3;
	padding:5px 0 10px 0;
}

.toku{
	text-align:center;
	color:#151515;
	font-size:20px;
}

.mt0{
	margin-top: 0;
}

.mb0{
	margin-bottom: 0;
}



/*点滅;*/


.flash{
    margin-right: 10px;
    animation: flash 2.5s infinite linear;
    -webkit-animation: flash 2.5s infinite linear;
    -moz-animation: flash 2.5s infinite linear;
}
@keyframes flash {
    0% { opacity: 0; }
    25% { opacity: 0.7; }
    50% { opacity: 1; }
    75% { opacity: 0.7; }
    100% { opacity: 0; }
}

.flash:last-child {
    margin-right: 0;
}
.flash span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


/***フッター***/
footer{
	position: relative;
	margin: 0 0 0 0;
	min-width: 1000px;
	background: #101010;
	font-size:20px;
	color:#778699;
	text-align: center;
}

small{
	display:block;
	width: 100%;
	text-align:center;
	padding: 0;
}

.block{
	display: block;
	padding-top: 10px;
	color: #778699;
}

.copy2{
	display:block;
	color: #fff;
	font-size:22px;
	line-height: 1.3;
	padding:5px 0 10px 0;
}

.toku{
	text-align:center;
	color:#778699;
	font-size:20px;
}

.mt0{
	margin-top: 0;
}

.mb0{
	margin-bottom: 0;
}

@media screen and (min-width: 1001px){
#ifr{
	width:640px;
	height:1850px;
}
}

@media screen and (max-width: 1000px) {

#ifr{
	width:640px;
	height:2300px;
}

	/*
#ifr{
	width:100%;
	
-moz-transform: scale(1.5,1.5);
-webkit-transform: scale(1.5,1.5);
-o-transform: scale(1.5,1.5);
-ms-transform: scale(1.5,1.5);
margin-top:650px;	

}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding: calc(1086 / 624 * 100%) 0 0;
}
 
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

}

.count{    
	position:relative;
	top:0px;
	left:0px;
	font-size:59px;
    text-align: center;
    margin: 0 auto;
    color: #412318;
    font-weight:bold;
}

.count_mozi{
	color:white;
}