@charset "UTF-8";

* {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    margin: 0px;
    box-sizing: border-box;
}

  /* ==================
      全ページ共通 
   ================== */
/* 全体 */
   html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* box */
.box {
  padding: 0;
  margin: 10px 100px;
  color: #474747;
  background: rgb(247 , 246 , 251 , 0.8);
  }

  /* フッター */
  .footer {
    padding: 20px;
    margin-top: 30px;
  }

  .footer p {
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
  
  /* ==================
     複数ページ共通 
  ================== */
  /* メニューバー_HOME以外 */
  .cp_navi {
    background-color: #1c305c;
    border: solid #2a4073;
    border-radius: 4px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
    color: #888888;
    display: block;
    margin: 0;
    overflow: hidden;
    width: 100%;
  }
  .cp_navi ul {
    margin: 0;
    padding: 0;
  }
  .cp_navi ul li {
    display: inline-block;
    list-style-type: none;
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
  }
  .cp_navi > ul > li > a > .caret {
    border-top: 4px solid #a0d8ef;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    vertical-align: middle;
    -webkit-transition: color 0.1s linear;
            transition: color 0.1s linear;
  }
  .cp_navi > ul > li > a {
    color: #a0d8ef;
    display: block;
    line-height: 56px;
    padding: 0 10px;
    text-decoration: none;
  }
  .cp_navi > ul > li:hover {
    background-color: rgb(25, 47, 96);
  }
  .cp_navi > ul > li:hover > a {
    color: rgb( 255, 244, 252 );
  }
  .cp_navi > ul > li:hover > a > .caret {
    border-top-color: rgb( 233, 244, 252 );
  }
  .cp_navi > ul > li > div {
    background-color: rgb(25, 47, 96);
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
    display: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 165px;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
           transition: opacity 0.2s;
  }
  .cp_navi > ul > li:hover > div {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .cp_navi > ul > li > div ul > li {
    display: block;
  }
  .cp_navi > ul > li > div ul > li > a {
    color: #ffffff;
    display: block;
    padding: 12px 24px;
    text-decoration: none;
  }
  .cp_navi > ul > li > div ul > li:hover > a {
    background-color: rgba( 255, 255, 255, 0.1);
  }


  /* ==================
      トップページ 
   ================== */
/* 背景 */
#header{
  position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
  height: 100vh;/*高さを全画面にあわせる*/
} 

#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%;
}

/*見出し設定*/
.logo img{
  /*要素の配置*/
  position:absolute;
  /*要素を天地中央寄せ*/
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/* 本文_トップページ */
.contents {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 100px 0 20px 0;
  padding-bottom: 50px;
}

.main {
  color: #fff;
  font-weight: bold;
  background-color: #192f60;
}

/* メニュー画像_トップページ */
.nav ul {
  display: flex;
}
.nav li {
  display: block;
  margin: auto;
}


  /* ==================
      説明ページ共通 
   ================== */
   /* 背景画像 */
   .background {
    background-image: url(../images/bg.jpg);
    }

   /* ヘッダー */
   .header {
    background: url(../images/header.jpg) center/cover;
    position: relative;
    height: 50vh;
  }

 /* 本文 */
 .text {
  padding-top: 40px;
  padding-bottom: 10px;
}

 .index {
  font-size: 26px;
  font-weight: bold;
  color: #24140e;
  margin: 10px 50px 20px 50px;
 }

 .text p {
  font-size: 16px;
  color: #24140e;
  margin: 0 50px 40px 50px;
 }

 /* 次ページへリンク */
 .nextlink img {
   width: 80px;
   display: block;
   margin: auto;
   padding-bottom: 20px;
 }

 .warp img {
   width: 250px;
 }

 .nextlink ul {
   display: flex;
 }

 .nextlink li {
  display: block;
  margin: auto;
 }

/* ==================
     TRPGってなぁに? 
  ================== */
  .aboutimages img {
    width: 150px;
    margin-left: 30px;
    margin-right: 40px;
    float: right;
  }

/* ==================
      TRPGの遊び方 
  ================== */

/* ==================
      TRPG用語集 
  ================== */
  .wordabout {
    font-size: 16px;
    color: #24140e;
    margin: 40px 50px 20px 0;
  }

  .wordabout p {
    padding-left: 50px;
  }

  .index2 {
    font-size: 18px;
    font-weight: bold;
    color: #24140e;
    margin: 10px 50px 20px 50px;
  }

  .supplement {
    color: #606060;
  }

/* ==================
      TRPGの種類 
  ================== */
  .index3 {
    font-size: 20px;
    font-weight: bold;
    color: #063e64;
    margin: 10px 0 20px 50px;
  }

  .baner {
    padding-bottom: 30px;
  }

  .baner img {
    width: 200px;
    margin: auto;
  }

  .baner ul{
    display: flex;
  }

  .baner li {
    display: block;
  }

/* ====================
    TRPG詳細共通ページ 
  ===================== */
  /* 背景 */
  .background2 {
    background: url(../images/bg2.jpg);
    background-repeat: repeat;
  }

  /* ボックス */
  .box2{
    padding: 0;
    margin: 10px 100px;
    color: #474747;
    background: rgb(247 , 246 , 251 , 0.8);
  }

  /* 空白設定 */
  .blank {
    padding-bottom: 50px;
  }

  /* 本文 */
  .trogtext {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  
  .trpgtext p {
    font-size: 16px;
    color: #000;
    margin: 10px 40px 20px 40px;
  }

  .index4 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 20px 50px 0 40px;
  }
  
  .index5 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 0 0;
    padding-left: 40px;
  }
  .index6 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 20px 50px 10px 0;
  }
  
  .index7 {
    font-size: 16px;
    color: #000;
    padding-left: 40px;
  }

  /* 外部リンク */
  .linklist ul {
    padding-top: 10px;
    padding-left: 10px;
    margin: 0;
    display: flex;
  }

  .linklist li {
    width: 80px;
    margin: 0 20px 0 40px;
    list-style-type: none;
  }

  .linklist p {
    padding-bottom: 20px;
  }

  /* その他 */
  .another {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-left: 40px;
  }

  .trpglist img {
    width: 180px;
    margin-top: 20px;
    margin-right: 10px;
  }
  .trpglist ul {
    display: flex;
  }
  .trpglist li {
    display: block;
  }

  .warp2 img {
    width: 200px;
    display: block;
    margin: auto;
    padding-bottom: 20px;
  }

/* =====================
    クトゥルフ神話TRPG 
   ===================== */
   .header_coc {
    background: url(../images/coc_header.jpg) center/cover;
    position: relative;
    height: 55vh;
   }

/* =====================
　　　　ダブルクロス 
   ===================== */
   .header_dx {
    background: url(../images/dx_header.jpg) center/cover;
    position: relative;
    height: 55vh;
   }

/* ==================
    ガーデンオーダー 
   ================== */
/* ヘッダー */
.header_go {
  background: url(../images/go_header.jpg) center/cover;
  position: relative;
  height: 55vh;
}

/* リプレイ */
/* 背景・ボックス */
.background3 {
  background: linear-gradient(#bbdbf3 , #0073a8 , #006eb0);
}
.box3 {
  padding: 0;
  margin: 0 100px;
  background: rgb(255 , 255 , 255 , 0.8);
}

/* ヘッダー */
.flowtion_header {
  background: url(../images/flowtion_header.jpg) center/cover;
  position: relative;
  height: 55vh;
}

/* 本文 */
.flowtion {
  margin: 0 40px 0px 40px;
}
.index8 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
.newline_3 {
  margin-left: 3.2em;
}
.newline_4 {
  margin-left: 4.2em;
}
.newline_5 {
  margin-left: 5.2em;
}
.newline_7 {
  margin-left: 7.2em;
}

/* あらすじ */
.synopsis {
  padding-top: 30px;
  text-align: center;
}
.synopsis p {
  font-size: 16px;
  margin: 10px 0 10px 40px;
}
.key {
  font-size: 22px;
  font-weight: bold;
  color: #ff0000;
}

/* キャラクター説明 */
.character {
  text-align: center;
}
.character p {
  margin: 10px 40px 0px 20px;
}
.character img {
  width: 180px;
  margin: 0 10px 0 10px;
}
.character ul {
  padding-top: 50px;
  display: flex;
}
.character li {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 40px 0 20px;
  list-style-type: none;
}
.character li p {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
/* キャラ色調整 */
.separation {
  text-align: center;
}
.section {
  font-size: 20px;
  font-weight: bold;
  color: #6c9bd2;
}
.system {
  color: #808080;
}
.message {
  color: #606060;
}
.title {
  color: #000;
}
.pl {
  color: #043c78;
}
.chara {
  color: #000;
}
.gm {
  color: #9c27b0;
}
.chalon {
  color: #ea5532;
}
.phill {
  color: #4d5774;
}
/* 閉じるボタン */
.close img {
  width: 250px;
  display: block;
  margin: auto;
  padding: 30px 0 20px 0;
}

/* =====================
    銀剣のステラナイツ 
   ===================== */
   /* ヘッダー */
   .header_sk {
    background: url(../images/sk_header.jpg) center/cover;
    position: relative;
    height: 55vh;
   }

   /* 本文 */
   .bigbig {
     font-size: 22px;
     color: #ff0000;
     font-weight: bold;
   }

   .about_stella {
     padding-top: 20px;
   }

   .about_stella img {
     width: 500px;
     display: block;
     margin: auto;
     padding: 0 20px 0 20px;
   }

   .about_stella p {
     text-align: center;
   }

/* ==============
    マギカロギア 
   ============== */
   /* ヘッダー */
   .header_ml {
    background: url(../images/ml_header.jpg) center/cover;
    position: relative;
    height: 55vh;
   }