
*{
text-decoration: none;
}

body{
font-family: "���S�V�b�N��", YuGothic, "���S�V�b�N Medium", "Yu Gothic Medium", "���S�V�b�N", "Yu Gothic", sans-serif;
}
@media screen and (max-width:767px) {
body{
}
}


p{
margin: 0;
}

#wrap{
font-size: 100%;
line-height: 2;

background-color: rgba( 0, 0, 0, 0.6 );
}



.cont_style{
    color:#fff;
    font-size:160%;
    font-weight:600;
    text-align:center;
}

.count-up{
    color:#761cf7;
    font-size:200%;
}


footer{
    background:#000;
    text-align:center;
    padding:15px 0;
    color:#fff;
}



.mb60_sm30{
    margin-bottom:60px;
}
@media screen and (max-width:767px) {
.mb60_sm30{
    margin-bottom:60px;
}
}


.mb0_sm60{
    margin-bottom:0px;
}
@media screen and (max-width:767px) {
.mb60_sm0{
    margin-bottom:60px;
}
}

.mb30_sm0{
    margin-bottom:30px;
}
@media screen and (max-width:767px) {
.mb30_sm0{
    margin-bottom:0;
}
}





.cach{
    background:#8dcadf;
    font-weight:600;
    font-size:200%;
    color:#000;
    padding:15px 0;
    text-align:center;
    width:100%;
    margin-bottom:60px;
}
@media screen and (max-width:767px) {
    .cach{
        font-size:120%;
        margin-bottom:60px;
    }
}



.pc_on{
    display:block;
}
.sm_on{
    display:none;
}
@media screen and (max-width:767px) {
    .pc_on{
        display:none;
    }
    .sm_on{
        display:block;
    }
}




.sub_title1{
    color:#fff;
    background:#761cf7;
    padding: 15px 0;
    text-align: center;
    font-weight: 600;
    font-size: 160%;
    margin-bottom:30px;
}

.sub_title2{
    background:#c91f1f;
    color:#fff;
    padding: 15px 0;
    text-align: center;
    font-weight: 600;
    font-size: 160%;
    margin-bottom:30px;
}

.sub_title3{
    background:#1f50c9;
    color:#fff;
    padding: 15px 0;
    text-align: center;
    font-weight: 600;
    font-size: 160%;
    margin-bottom:30px;
}







.sm_pd_30{
    padding:0;
}
@media screen and (max-width:767px) {
.sm_pd_30{
    padding: 0 30px 0;
}
}












/*start*/

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}






/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
    background-color: rgba( 0, 0, 0, 0.7 );
} 

#video-area{

    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;

}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/*見出し設定*/
/*
h1{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color:#fff;
    text-shadow: 0 0 15px #666;
}
*/


.main_content{
margin:0 auto;
padding:120px 0;
max-width:1000px;
}

h1{
    padding:0 30px;
}
.text1{
    color:#fff;
    font-weight:600;
    font-size:120%;
    text-align:center;
    margin-bottom:30px;
    text-shadow: 0 0 15px #666;
}
.text2{
    color:#fff;
    text-align:center;
    text-shadow: 0 0 15px #666;
}

/*========= レイアウトのためのCSS ===============*/

#container{
  background:#fff;
  padding:300px 0;
  text-align: center;
}



.content_box{
    max-width:1000px;
    margin:0 auto 60px;
}










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











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





@media screen and (max-width:767px) {
.br_none{
display: none;
}
}







.sm_none{
display: block;
}
@media screen and (max-width:767px) {
.sm_none{
display: none;
}
}



.pd_tb60{
padding: 60px 0;
}

.bold{
font-weight: bold;
font-size: 120%;
}

.bold2{
font-weight: bold;
}


.t_center{
text-align: center;
}
.t_right{
text-align: right;
}
.t_left{
text-align: left;
}
.p_lr15{
padding: 0 15px;
}
.ml30{
margin-left: 30px;
}
.m_auto{
margin: 0 auto;
}
.mb10{
margin-bottom: 10px;
}
.mb15{
margin-bottom: 15px;
}
.mb20{
margin-bottom: 20px;
}
.mb30{
margin-bottom: 30px;
}
.mb40{
margin-bottom: 40px;
}
.mb50{
margin-bottom: 50px;
}
.mb60{
margin-bottom: 60px;
}
