@charset "utf-8";

/*ヘッダー*********************/
#top header{
margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    padding-bottom: 70%;
}
@media (min-width:768px){
#top header{
  width:80.63%;
  margin-left:auto;
  margin-bottom:70px;
  position: relative;
  overflow:unset;
 padding-bottom: 0%;
}
}

.catch{
  position: absolute;
  right:0;
  top:20%;
  width:21%;
}
@media (min-width:768px){
.catch{
  right:2%;
  top:12%;
  width:20%;
  max-width: 195px;
  }
}

.housou{
/*
position: absolute;
    top: 12px;
    left: 2%;
    width: 52.5%;
  */
  position: absolute;
  top:5px;
  left:14%;
  width:68.5%;
  max-width: 543px;
  z-index:10000;

}
@media (min-width:768px){
   /*
  .housou{
    top:13px;
    left:18%;
  width:50.5%;
  max-width: 618px;
  }
  */
  .housou{
    top:2px;
    left:18%;
  }

}

.topLogo{
  position: absolute;
  bottom:2%;
  left:25%;
  width:50%;
  max-width:390px;
}

.basoulArea{
  width:100%;
  padding:0 2.66%;
}
@media (min-width:768px){
  .basoulArea{
  position: absolute;
  right:5%;
  bottom:4%;
  width:205px;
  height:86px;
  padding:0;
  }
}

@media (min-width:768px){
  .basoulArea img{
    height:86px;
  }
}

/*メインエリア*/
main{
/*
    width: 100%;
    padding: 0 1.33%;
    height: 100%;
    margin-top: -40%;
*/

  width:100%;
  padding:0 1.33%;
  height:100%;

}
@media (min-width:768px){
  main{
    max-width:1224px;
    margin:0 auto;
    padding: 0;
    display:block;
  }
}

/*動画エリア*********************/
.movieArea{
  position: relative;
}

.movieArea:after{
  content:"";
  display: block;
  width: 63%;
  height:10%;
  position: absolute;
  background:url(../images/top/movie_ttl_sp.png) no-repeat;
  background-size:100%;
  background-position:top center;
  top:-1%;
  left:19%;
}
@media (min-width:768px){
  .movieArea:after{
    width: 40%;
    max-width:434px;
    height:20%;
    position: absolute;
    background:url(../images/top/movie_ttl.png) no-repeat;
    background-size:100%;
    background-position:top center;
    top:-6%;
    left:32%;
}
}

.movieArea article{
  margin:0 0 50px;
}
@media (min-width:768px){
  .movieArea article{
    background:none;
    width:48.5%;
      margin:0px;
  }
}

.movie_ttl{
  text-align: center;
  margin: 0 auto 6px;
}

.movie_ttl img{
  width:40%;
  max-width:183px;
}
@media (min-width:768px){
  .movie_ttl img{
    width:100%;
  }
}

.youtubeBtn{
  width:88%;
  margin:0 auto;
}
@media (min-width:768px){
  .youtubeBtn{
    width:45%;
    max-width:435px;
  }
}

/*ニュースエリア*********************/
.newsArea .contentsInn{
  background:none;
}
@media (min-width:768px){
.newsArea .contentsInn{
    background:url(../images/common/bgframe_loop.png) repeat-y top center;
    background-size:100% auto;}
}

.newsArea .atcOut{
  padding:0;
}
@media (min-width:768px){
  .newsArea .atcOut{
  padding:3.5% 5% 1.5%;
  }
}

.colBox{
  margin-bottom:30px;
}
@media (min-width:768px){
  .colBox{
    width:47%;
  }
}

.newsCol{
  background:url(../images/top/bgframe_news.png) no-repeat;
  background-size:100% auto;
  padding:16% 0 14%;
}

.twitCol{
  background:url(../images/top/bgframe_twitter.png) no-repeat;
  background-size:100% auto;
  padding:16% 0 14%;
}

.newsBlock{
  position: relative;
  padding-top: 63.25%;
  width:100%;
}

.newsBlock div{

}

.newsBlock dl{
  position: absolute;
  top:0;
  left:0;
  right:0;
  width:80%;
  height:100%;
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  margin:0 auto;
  line-height:1.4;
}

.newsBlock dt{
  width:35%;
  padding: 10px 0;
}

.newsBlock dd{
  padding:10px 0 10px 10px;
  color:#fff;
  width: 63%;
}

.newsBtn{
 text-align: right;
 padding-right:10px;
}

.newsBtn img{
  max-width:202px;
}

.twitBtn{
  text-align: right;
  padding-right: 10px;
}

.twitBtn img{
  max-width: 252px;
}

.barsoulBanner{
    /*
	width: 45%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10000;

*/

        width:70%;
    margin: 25% auto;
    position: absolute;
    left: 0px;
    right: 0px;

}

@media (min-width:768px){
.barsoulBanner {
/*
    position: absolute;
    top: 0px;
    padding-top: 0%;
    right: -5% !important;
    width: 33.6%;
    margin-top: 0px;
    left: unset;
*/

	position: absolute;
    top: 0px;
    padding-top: 102%;
    right: 1% !important;
    width: 33.6%;
    margin-top:0px;
        left: unset;

	}
}

/*ツイッター*/
.twitBlock{
  position: relative;
}

.twitBlock iframe{
  position: absolute !important;
  top:0;
  left:0;
  right:0;
  width:80% !important;
  height:100% !important;
  overflow-y: scroll !important;
  margin:0 auto;
}
/*iphone6plus用ツイッターエリアの調整*/
@media screen and (max-width: 414px) {
  .twitBlock iframe{
    height: 250px!important;
    width: 330px!important;
  }
}
/*iphone6用ツイッターエリアの調整*/
@media screen and (max-width: 375px) {
  .twitBlock iframe{
    height: 220px!important;
    width:300px !important;
  }
}

/*iphone5用ツイッターエリアの調整*/
@media screen and (max-width: 320px) {
  .twitBlock iframe{
    height: 160px!important;
    width: 245px!important;
  }
}



#top .broad{display:none;}

.newsBlock div.topics {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    width: 86%;
    overflow-y: scroll;
    margin: 0 auto;
    line-height: 1.4;
    height: 100%;
}
	
div.topics div.list {
	width:100%;

   padding:10px 5px 10px 10px;
}

div.topics div.list p:nth-child(odd){
 width:35%;margin-right:2%;flex: 1;
}
div.topics div.list a{
display: flex;
    flex-wrap: wrap;
}
div.topics div.list a p{text-decoration:underline ;}
div.topics div.list a:hover p{text-decoration:none;}
div.topics div.list a span.day{text-decoration:none !important;}

div.topics div.list img{vertical-align: baseline;border:3px solid #efefef;}

div.topics div.list p:nth-child(even){
	flex: 2;
 width:63%;
 font-size:1.375rem;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
    font-size: 7rem;
}