
body{
    overflow-x: hidden;
}

.clo{
    font-size: 14px;

}

.licolor{
    color: #212529 !important;
    text-decoration: none !important;
}

.songbg{
    background-image: url("../img/hm_kouka_bg_ki-bou.jpg");
    background-position: center center;
    background-size: cover;
}

 .mv {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .mv-wrap {
    position: relative;
    height: 95vh;
      background-image: url("../img/topbg.jpg");
      background-position: center center;
  }

  video {
    display: block;
    width: 100%;
    height: 95vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }


.cv_btn {
  margin: 0 auto;
}
.cv_btn img {
  animation: anime1 1s ease 0s alternate;
  transform-origin:center;
}

.cv_btn img:hover {
    opacity: 0.8;
    cursor: pointer;
}


.h3color{
    color: #074A9B;
}

@keyframes anime1 {
  from {

    transform: scale(0.3,0.3);
  }
  to {
    transform: scale(1,1);
  }
}

.ho:hover{
    opacity: 0.7;
    
}


/*  .mv-bg {
    display: block;
    width: 100%;
    height: 95vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 30, 0, 0.2);
    z-index: 2;
  }*/

  .mv-txt {
/*    color: #fff;
    font-size: 50px;*/
    width: 100%;
/*    height: 50px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
    margin: auto;
    text-align: center;
  }

.fontsg , body { font-family: "Sawarabi Gothic"; }

#pano{
/*    background-image: url("../images/samp.jpg");*/
    background-position: center center;
    background-size: cover;
    height: 95vh;
    position: relative
}

.cont{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: azure;
}

.bg-primary{
    background-color: #074A9B !important;
}


.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
 *zoom: 1;
}
.hocur:hover{
    cursor: pointer;
}
.bghed{
    background-color: #074A9B;
    color: #ffffff;
}

.nav-pills .nav-link{
    color: #ffffff;
}

.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
.page-top a {
    background: #074A9B;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 8px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}
.page-top a:hover {
    text-decoration: none;
    background:#5075A2;
}

.bgsong{
    background-image: url("../images/songbg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-info{
    background-color:rgba(7,74,155,0.71) !important;
    color: #ffffff
}


/* タブエリア用 */
.tab-area {
  /* 背景色 */
  background-color: #fff;
  /* 影 */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  /* 幅 */

  /* マージン */

}

/* ラジオボタンは非表示 */
.tab-radio {
  display: none;
}

/* タブのメニュー部分（label部分） */
.tab-menu {
  display: block;
  float: left;
  width: calc(100%/3);
  text-align: center;
  padding: 1em 0;
  background-color: rgba(0,0,0,.1);
  border-bottom: 3px solid #074A9B;

}


@media (max-width: 767px){
.tab-menu {
  font-size:12px;
    }
}

/* タブメニューにカーソルがある場合 */
.tab-menu:hover {
  opacity: 0.8;
}

/* コンテンツ */
.tab-content-item {
  /* コンテンツは非表示にしておく */
  display: none;
  /* パディング */
  padding: 1em 1em 0 1em;
  /* コンテンツに収まらない場合は非表示 */
  overflow: hidden;
}

/* ラジオボタンがチェックされたら、コンテンツを表示 */
#tab01:checked ~ #tabContent01,
#tab02:checked ~ #tabContent02,
#tab03:checked ~ #tabContent03,
#tab04:checked ~ #tabContent04,
#tab05:checked ~ #tabContent05,
#tab06:checked ~ #tabContent06,
#tab07:checked ~ #tabContent07

{
  display: block;
}

/* ラジオボタンがチェックされたら、タブの色を変える */
#tab01:checked ~ #tabMenu01,
#tab02:checked ~ #tabMenu02,
#tab03:checked ~ #tabMenu03,
#tab04:checked ~ #tabMenu04,
#tab05:checked ~ #tabMenu05,
#tab06:checked ~ #tabMenu06,
#tab07:checked ~ #tabMenu07
{
  background-color: #074A9B;
    color:#ffffff !important;
}

/* コンテンツのPタグ */
.tab-content-item p {
  padding-bottom: 1em;
}

#youtube_wrap {
  width: 100%;
/*  max-width: 500px;*/
  margin: 0 auto;
}
.youtube_modal {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
/*  padding-top: 56.25%;*/
}
.youtube_modal iframe, .yyoutube_modal a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}