@charset "utf-8";
/* ティザートップページ */

body{
  background-color: rgba(48,113,185,1.00);
}



div#loader{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0,0,0,1.00);
  text-align: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
}
div#loader div{
  width: 200px;
  margin-left: -100px;
  margin-top: -100px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}



#loader-bar {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 10px solid #C8FF05;
  border-right-color: transparent;
  -webkit-animation: loader 1s infinite linear;
  -moz-animation: loader 1s infinite linear;
  -ms-animation: loader 1s infinite linear;
  animation: loader 1s infinite linear
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 1
  }
  
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1
  }
  
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1
  }
}

@-moz-keyframes loader {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 1
  }
  
  50% {
    -moz-transform: rotate(180deg);
    opacity: 1
  }
  
  100% {
    -moz-transform: rotate(360deg);
    opacity: 1
  }
}

@-ms-keyframes loader {
  0% {
    -ms-transform: rotate(0deg);
    opacity: 1
  }
  
  50% {
    -ms-transform: rotate(180deg);
    opacity: 1
  }
  
  100% {
    -ms-transform: rotate(360deg);
    opacity: 1
  }
}

@-ms-keyframes loader {
  0% {
    transform: rotate(0deg);
    opacity: 1
  }
  
  50% {
    transform: rotate(180deg);
    opacity: 1
  }
  
  100% {
    transform: rotate(360deg);
    opacity: 1
  }
}






.op_wrap{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,1.00);
	z-index: 6;
}


.op_wrap .logo{
	width: 30%;
	margin: auto;
	margin-top: 40vh;
}



.c_bg{
	background-color: rgba(255,255,255,1.00);
	/*background-image: url("../images/top/ver02/bg_003.jpg");*/
	background-repeat: repeat-y;
	background-size: 10px auto;
}


#contents{
  position: relative;
  overflow: hidden;
}



#main{
  position: relative;
  overflow: hidden;
  width: 65%;
  float: right;
}




.fixed {
    position: fixed;
    top: 0;
}
  




.wrapper{
	position: relative;
	overflow: hidden;
  width: 100%;
}

.upper_wrap{
  position:relative;
  width: 100%;
}

.visual{
  position: relative;
  width: 100%;
  margin: auto;
}





.side_wrap{
  position:fixed;
  width: 35%;
	min-width: 385px;
  top: 0;
  left: 0;
  float: left;
	z-index: 4;
}

.ch_onair{
	position: relative;
	overflow: hidden;
	width: 85%;
	margin: auto;
}

.ch_onair .txt01{
	width: 100%;
	margin: 0 auto 1% auto;
}



.top_txt_wrap{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	min-width: 1100px;
	height: 100%;
	background-image: url("../images/top/ver02/bg_004.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size:35% 100%;
	z-index: 3;
}


.test01{
	position: absolute;
	width: 300px;
	left: 0;
	bottom: 0;
}

.test01 img{
  width: 100%;
  height: auto;
}



.v_u_t02_menu_upper{
	position: absolute;
	width: 65%;
	height: 5%;
	background-color: rgba(255,255,255,0.60);
	right: 0;
	top: 0%;
	display: none;
}


.v_u_t02_upper{
	position: absolute;
	width: 87%;
	right: 0;
	top: 3%;
	display: none;
}

.v_u_t02_upper img{
  width: 100%;
  height: auto;
}

.v_u_t02_upper_ch01{
	position: absolute;
	width: 45%;
	right: 0%;
	top: 10%;
	display: none;
}


.v_u_t02_down{
	position: absolute;
	width: 80%;
	right: 0%;
	bottom: 5%;
	display: none;
}

.v_u_t02_down img{
  width: 100%;
  height: auto;
}


.top_menu_wrap{
	width: 85%;
	margin: 3% auto 2% auto;
	box-sizing: content-box;
}

.top_menu_wrap ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_menu_wrap li{
	width: 48%;
	margin-bottom: 3%;
}

.top_menu_wrap li a{
	border-bottom: rgba(126,206,244,1.00) 1px solid
}

.top_menu_wrap li a:hover{
	border-bottom: rgba(224,130,221,1.00) 1px solid
}



.top_bn_area{
	width: 78%;
	margin: 1% auto 0 auto;
	box-sizing: content-box;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}

.top_bn_area .box01{
	width: 47%;
}

.top_bn_area .box02{
	width: 100%;
    margin-bottom: 1.5%;
}

.top_bn_area .box02 img{
    border:rgba(155,155,155,1.00) 1px solid;
}



.top_logo{
	width: 95%;
	margin: auto;
	margin-top: 2%;
}




.down_wrap{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
}

.wrapper2{
	position: relative;
	overflow: hidden;
  width: 100%;
	background-color: rgba(255,255,255,1.00);
	background-image:url("../images/top/ver02/bg_006.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
}

.wrapper2 .pic01{
	width: 40%;
	margin: 5% auto;
}


.top_pv_wrap{
	position: relative;
	overflow: hidden;
	background-color: rgba(211,241,253,0.60);
}

.top_pv{
	width: 60%;
	margin: 3% auto 3% auto;
}




/* ---------------------------------------------------------------------------
   中面動画
   ---------------------------------------------------------------------------*/

.pv_wrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin: 0px auto 5% auto;
}


.pv_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: url(../images/top/bg_003.png);
}

.mainvisual__video{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

#iframe_js-mainvisualVideo{
	top: calc(100vh * -0.04 ) !important;
}


/* ---------------------------------------------------------------------------
   インフォ枠
   ---------------------------------------------------------------------------*/

.info_wrap{
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding-top: 3%;
	background-color: rgba(255,255,255,1.00);
	padding-bottom: 3%;
	z-index: 5;
}

.info_wrap .news_wrap{
	width: 47%;
	background-color:rgba(103,162,214,1.00);
}

.info_wrap .twitter_wrap{
	width: 47%;
	background-color:rgba(95,191,237,1.00);
}

.i_wrap{
	position: relative;
	overflow: hidden;
}

.i_wrap .title{
	width: 40%;
}

.i_wrap .b_more{
	position: absolute;
	width: 25%;
	top: 35%;
	right: 3%;
}




.news_inner{
	position: relative;
	overflow: auto;
	width: 95%;
	box-sizing: border-box;
	margin: 10px auto 10px auto;
	height: 70%;
	color: rgba(255,255,255,1.00);
}

.news_sys .day{
	color: rgba(225,240,255,1.00);
	font-size: 75%;
}

.news_sys .title{
	line-height: 1.4;
	font-size: 90%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: rgba(0,136,255,1.00) 1px dashed;
}

.news_sys .title a{
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-weight: 400;
}





.footer{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 300px;
}


/* -----------------------------------------
   シェアボタン
   -----------------------------------------*/


.share_wrap{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:auto;
	font-size:200%;
  padding: 3px 0;
}

.share_bg{
  position: absolute;
  top: 54px;
  left: 0;
  width: 45%;
  height: 44.5px;
  background-color: rgba(255,255,255,1.00);
  z-index: 10;
}

.sns_bottom_wrap{
  position: relative;
  width: 30%;
  margin: auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

  .sns_bottoms_wrap .b_sns{
    width: 40%;
  }

  .b_sns img{
    width: 100%;
    height: auto;
  }


#share{
  position: relative;
  z-index: 20;
}


/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   スマホ版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 480px) {

body{
  font-size: 90%;
}


/* -----------------------------------------
   メニュー（グローバル）
   -----------------------------------------*/

.gmenu_wrap_m{
	margin-top: 50px;
}

.gmenu_wrap_m li{
	color: rgba(48,113,185,1.00);
	text-align: center;
	font-size: 180%;
	padding: 10px 0;
	width: 350px;
	margin: auto;
	margin-bottom: 20px;
	background-image: url("../images/tmp/bg_title01.jpg");
	background-size: 100% auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 200;
}

.gmenu_wrap_m li a{
	color: rgba(255,255,255,1.00);
	display: block;
	text-decoration: none;
}

.gmenu_logo{
	position: relative;
	width: 70%;
	margin: auto;
	margin-bottom: 20px;
}




/* -----------------------------------------
   上段
   -----------------------------------------*/

#contents{
  position: relative;
  overflow: hidden;
}



#main{
	display: none;
}

.wrapper{
  display: none;
}


.side_wrap{
  display: none;
}

.visual_m{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.visual_m img{
	width: 100%;
	height: auto;
}

.oa_m_wrap{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	padding: 0 0 20px 0;
}


.down_wrap{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
}


/* ---------------------------------------------------------------------------
   インフォ枠
   ---------------------------------------------------------------------------*/

.info_wrap{
	position: relative;
	overflow: hidden;
	width: 95%;
	margin: auto;
	display: block;
	padding-top: 0;
	background-color: rgba(255,255,255,1.00);
	padding-bottom: 0;
}

.info_wrap .news_wrap{
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	background-color:rgba(103,162,214,1.00);
}

.info_wrap .twitter_wrap{
	width: 100%;
	height: 250px;
	background-color:rgba(126,206,244,1.00);
	margin-bottom: 20px;
	overflow: auto;
	 -webkit-overflow-scrolling: touch;
}

.top_bn_area_wrap{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
}

.top_bn_area{
	width: 90%;
	margin: 2% auto 0 auto;
	box-sizing: content-box;
	display: block;
	justify-content: center;
	margin-bottom: 20px;
}

.top_bn_area .box01{
	width: 60%;
	margin: auto;
	margin-bottom: 10px;
}

.bg_white_m{
	position: relative;
	background-color: rgba(255,255,255,1.00);
	padding-bottom: 10px;
}

.top_pv{
	width: 80%;
	margin: 10px auto 0 auto;
}


/* ==========================================================================
   フッダ
   ========================================================================== */

.footer_wrap{
	position: relative;
	overflow:hidden;
	width: 100%;
	height: 200px;
}

 .copy{
   width: 100%;
   margin: auto;
	 font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
   font-weight: 600;
   font-size: 80%;
	 padding-bottom: 50px;
   color: rgba(255,255,255,1.00);
   text-align: center;
 }


/* -----------------------------------------
   シェアボタン
   -----------------------------------------*/


.share_wrap{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:auto;
	font-size:190%;
  padding: 3px 0;
}

.sns_bottom_wrap{
  position: relative;
  width: 20%;
  margin: auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

  .sns_bottoms_wrap .b_sns{
    width: 30%;
  }

  .b_sns img{
    width: 100%;
    height: auto;
  }


#share{
  position: relative;
  z-index: 20;
}

#share{
width: 30%;
	margin:50px auto 30px auto;
}




 
}