﻿@charset "UTF-8";

body {margin: 0;
      font-family:'メイリオ',
                   'Hiragino kaku Gothic Pro', sans-serif;
      overflow:hidden;
      background-color: #232323
      }

/* サイト名　*/
.site h1 a {color: #000000;
            text-decoration: none}

.site h1   {margin: 0;
            font-size: 30px}


hr{       margin:5% 5% ;
         border:none;
        border-top:dashed ;1px#000000;

}


.size_test {
    font-size: 80%;    /* 文字サイズ指定 */
}









/* 全体を囲うコンテナー */

.container {
  width: 100%;
  height: 100vh;
  background-color: #15151e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 時計の共通スタイル */
.clock {
  font-family: 'Share Tech Mono', monospace;
  color: #606060;
  text-shadow: 0 0 00px #000000;
  line-height: 1.2;
  text-align: right;
  position: absolute;
        z-index: 2;
      right:0 ;
      bottom: 0;
       margin-right:20px;
       margin-bottom:0px;}

/* 日付のスタイル */
.clock-date {
  color: #f5f5f5;
  font-size: 15px;
           }

/* 時間のスタイル */
.clock-time {
  font-size: 40px;
   }

/* 文字サイズ調整 */
@media screen and (max-width: 100x) {
  .clock-date {
    font-size: 5vw;
  }
  .clock-time {
    font-size: 15vw;
  }
}































/* ヘッダー画像　*/




.topimg    {max-width: 100%;
            height: auto;
            vertical-align: bottom
          }


/* タイトル */
.catch {margin: 0;
        padding 20px;
        background-color: rgba(255,255,255,0.1);
        font-size: 40px}

/*ヘッダー画像にキャッチコピーを重ねる　*/
.top   {position: relative}

.catch {position: absolute;
        z-index: 1;
        top: 100px;
        left: 10%}


table {margin-left:5%;
         margin-bottom:5%;}
td    {white-space: nowrap;
       padding: 5px}



.gear   {margin-left:5%;
         margin-bottom:5%;}


.gear li   {margin-top:5px;
           margin-bottom:5px;
           margin-left:1%;
           list-style-type:none;
           float: left;
           width: auto}  

.gear img {border-radius: 20px;}

.twitter img {width: 50%;
           border-radius: 10px;}


@media (max-width: 767px){
.gear img {max-width: 69px;
           height: auto;
           padding: 1%;
           border-radius: 10px;}
}



.music   {margin-left:5%;
         margin-bottom:5%;}


.music li   {margin-top:5px;
           margin-bottom:5px;
           margin-left:1%;
           list-style-type:none;
           float: left;
           width: auto}  

.music img {border-radius: 20px;}



@media (max-width: 767px){
.music img {max-width: 69px;
           height: auto;
           padding: 1%;
           border-radius: 10px;}
}







.img   {float: left;
        margin-top:     1%;
        margin-bottom:  5px;
        margin-right:   5px;
        margin-left:    1%;
       max-width: auto;
       height: 600px;
        border-radius: 20px;

       vertical-align: bottom
      }

@media (max-width: 699px){
.img   {max-width: 95%;
        margin-top:     5px;
        margin-left:    5px;
        height: auto;
        padding: 1%;
        border-radius: 20px;
        
         }
 }



.float_none {margin-left:3%;
         margin-bottom:1%;
	clear: both;
}


.audio {audiopause;}


.text{padding: 5%;
      font-size: 80%;
    }




.memo {padding-left: 5%;
       padding-right: 5%;
       font-size: 75%;
      overflow-wrap: break-word;
    }



figure {max-width: 50px;
                   height: auto;
                   margin-left: 30px;
}



/* 映像配置　*/

.movie {mav-width: auto;
        height: 600px;
        border-radius: 20px;}

@media (max-width: 999px){
.movie   {max-width: 100%;
        height: auto;
        padding: 1%;
        border-radius: 20px;
        
        }


}









/* 画像配置　*/

.pict   {margin-left:5%;
         margin-bottom:5%;}


.pict li   {margin-top:5px;
           margin-bottom:5px;
           margin-left:1%;
           list-style-type:none;
           float: left;
           width: auto}  

.pict img {border-radius: 20px;}



@media (max-width: 767px){
.pict img {max-width: 69px;
           height: auto;
           padding: 1%;
           border-radius: 10px;}
}


.plf  {float: left;
        margin-top:     5px;
        margin-bottom:  5px;
        margin-left:   5px;
        margin-right:  10px;
       max-width: auto;
       height: 50％;
        border-radius: 20px;

       vertical-align: bottom
      }


.fleur {float: left;
        margin-top:     5px;
        margin-bottom:  5px;
        margin-left:   5px;
        margin-right:  10px;
       max-width: auto;
       height: 50%;
        border-radius: 20px;

       vertical-align: bottom
      }




 
.video img{border-radius: 20px;}

/* コピーライト */
.copyright p  {
               color: #ffffff;
               font-size: 12px}　


/* 359px以下　*/
@media (max-width: 359px) {


}


/*メニュー*/
header {
  background-color : transparent;
  padding:10px;
  position: absolute;
        z-index: 3;  }

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    z-index: 2;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .30s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 150px;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background-color : transparent;
    transition: .30s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}



/* ナビゲーション　*/
#menu {display: block !important}


.menu ul {margin: 0;
          padding: 0;
          list-style: none}

.menu li a {display: block;
            padding: 10px 15px;
            color: #ffffff;
            font-size: 25px;
            text-decoration: none}

.menu li a:hover {background-color: #a3a3a2}


}












/* 767px以下　*/
@media (max-width: 767px){


/* タイトル */
.catch {margin: 0;
        padding 20px;
        background-color: rgba(255,255,255,0.1);
        font-size: 40px}

}


/* 768px以上　*/
@media (min-width: 768px){



/*メニュー*/
header {
  padding:10px;}

#nav-drawer {
  
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}


/*アイコンのスペース*/
#nav-open {display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;

    }

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    z-index: 2;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 100%;/*右側に隙間を作る*/
    max-width: 100%;/*最大幅*/
    height: 70px;
    background-color : transparent;
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}



/* ナビゲーション　*/

#menu {display: block !important}

.menu ul {margin: 0;
          padding: 0;
          list-style: none}

.menu li a {display: block;
            padding: 10px 15px;
            color: #ffffff;
            font-size: 30px;
            text-decoration: none}

.menu li a:hover {background-color: #a3a3a2}

.menu ul:after   {content: "";
                  display: block;
                  clear: both}

.menu li         {float: left;
                  width: auto}

}


/* ウインドウ　*/


.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%,0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right:0;
bottom: 0;
z-index: 3;
opacity: 0;
line-height: 1.3;
display: none\9;

}
.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block\9;
}
.modal-window:target {
display: block\9;
}
.modal-window .modal-inner {
position: absolute;
top: 50px;
left: 0%;
right: 0%;
z-index: 30;
margin-left: 5%;
margin-right: 5%;
width: 90%;
overflow-x: hidden;
border-radius: 2px;
background: rgba(255,255,255,0.9);
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
border-radius: 20px
}
.modal-window .modal-inner p {
padding: 0 20px;
}
.modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: url("data:image/png;base64,iVBORw0KG
goAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR4
2gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}
.modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 25px;
left: 50%;
z-index: 30;
margin-left: 5px;
background: #fff;
border-radius: 2px;
padding: 2px 8px;
font-size: 1.2em;
text-decoration: none;
text-indent: 0;
}
.modal-window {
-webkit-transition: opacity 4s;
-o-transition: opacity 4s;
transition: opacity 4s;
}
