@charset "UTF-8";

/* 読み込んだフォント設定
font-family: 'Kosugi', sans-serif;
font-family: 'Kosugi Maru', sans-serif;
font-family: 'Noto Sans', sans-serif; 

フォントスタイルをgoogleフォントにするときに入れる
font-family: 選択フォント,sans-serif;
*/
/*htmlタグ編集*/
html
{
font-family: Arial, Helvetica, sans-serif;
width: 100vmax;
height: auto;
}

Head
{
  background: #ffffff;
  width: 100%;
  height: 120px;
  position:static;
}

Head h1
{
    font-size: 20px;
    text-align: right;
    color: black;
    position: relative;
}

/*bodyタグ編集*/
body{
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
}
/*ヘッダー編集*/
header
{
  width: 100%;
  height: 300px;
  position:static;
  background-size: cover;
  background-image: url(https://cdn.discordapp.com/attachments/768451196888678441/861973710357397524/main2_ver2.png);
  background-position:right top;
  background-repeat: no-repeat;
}

.wrapper{
  min-height: 100vh;/*①高さの最小値*/
  position: relative;/*②相対位置*/
}

header::before{
  background-color: rgba(0,0,0,0.6);
  position:static;
  background-position:right top;}
header h1
{ 
  width: 98%;
  height: auto;
  font-size: 36px;
  font-style: oblique;
  text-align: right;
  color: rgb(0, 195, 255);
  position: relative;
}
/*youtubeのURL編集*/
a.youtube_button
{
  position      :relative;
  left          : 200px;     /* 位置       */
  display       : inline-block;
  border-radius : 0%;          /* 角丸       */
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 25%;   /* 余白       */
  background    : #309bf3;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 1;           /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid; /* 枠線の太さ */
  border-color  : #309bf3 #309bf3 #309bf3 #309bf3; /* 枠の色 */

}　

a.youtube_button:hover 
{
  opacity       : 0.8;         /* カーソル時透明度 */
}
/*clusterのURL編集*/
a.cluster_button
{
  position      :relative;
  left          : 200px;     /* 位置       */
  display       : inline-block;
  border-radius : 0%;          /* 角丸       */
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 25.5%;   /* 余白       */
  background    : #ffffff;     /* 背景色     */
  color         : #309bf3;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 1;           /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid; /* 枠線の太さ */
  border-color  : #309bf3 #309bf3 #309bf3 #309bf3; /* 枠の色 */
}
a.cluster_button:hover
{
  opacity       : 0.8;         /* カーソル時透明度 */
}
/* gameロゴ＆ジャンプ */
.firstjump {
  max-width: 180px;
  max-height: 180px;
  -ms-interpolation-mode: bicubic;
  position: absolute;
  top:100%;
  left:15%;
}
.secondjump {
  max-width: 180px;
  max-height: 180px;
  -ms-interpolation-mode: bicubic;
  position: absolute;
  top:100%;
  left:43%;
}
.thirdjump {
  max-width: 180px;
  max-height: 180px;
  -ms-interpolation-mode: bicubic;
  position: absolute;
  top:100%;
  left:72%;
}
.fourthjump {
  max-width: 180px;
  max-height: 180px;
  -ms-interpolation-mode: bicubic;
  position: absolute;
  top: 120%;
  left:5%;
}
.fifthjump {
  max-width: 180px;
  max-height: 180px;
  -ms-interpolation-mode: bicubic;
  position: absolute;
  top:115%;
  left:27%;
}
.sixthjump {
  max-width: 180px;
  max-height: 180px;
  -ms-interpolation-mode: bicubic;
  position: absolute;
  top:120%;
  left:55%;
}
.seventhjump {
  max-width: 180px;
  max-height: 180px;
  -ms-interpolation-mode: bicubic;
  position: absolute;
  top:115%;
  left:80%;
}
/* お知らせ欄 */
.NewsBox
{
  background: #fff;
  width: 25%;
  height: 60%;
  border-radius: 0px;
  border: 5px solid #006eff;
  z-index: 3;
  position: absolute;
  top:140%;
  right:70%;
 
}
.NewsBox h2
{
  width: 23vw;
  height: auto;
  font-size: 2vw;
  font-family: 'Kosugi', sans-serif;
  text-align: center;
  padding: 2% 2% 2% 2%;
  margin: 0 1% 0 1% ;
  border-bottom: 3px solid #1A8D1A;
}
.NewsBox iframe
{
  padding: 0vh 2vw 0vh 2vw;
  font-size: 2vw;
  width: 90%;
  height: 50%;
}
/* facebook欄 */
.facebookbox
{
  background: #fff;
  width: 30%;
  height: 80%;;
  border-radius: 0px;
  border: 5px solid #006eff;
  z-index: 3;
  position:absolute;
  top:140%;
  left:35%;
}
.facebookbox h2
{
  width: 25vw;
  height: auto;
  font-size: 2vw;
  font-family: 'Kosugi', sans-serif;
  text-align: center;
  padding: 2% 2% 2% 2%;
  margin: 0 4% 0 4% ;
  border-bottom: 3px solid #1A8D1A;
}

/* twitter欄 */
.TwitterBox
{
  background: #fff;
  width: 27%;
  height: 80%;
  border-radius: 0px;
  border: 5px solid #006eff;
  z-index: 3;
  position:absolute;
  top:140%;
  left:68%;
}
.TwitterBox h2
{
  width: 90%;
  height: auto;
  font-size: 2vw;
  font-family: 'Kosugi', sans-serif;
  text-align: center;
  padding: 2% 2% 2% 2%;
  margin: 0 4% 0 4% ;
  border-bottom: 3px solid #1A8D1A;
}
.twitter-timeline
{
  margin: 1vh 2vw 1vh 2vw;
}

.download_area{
  position: relative;
  left: 35%;
}

.download
{
  position: absolute;
  top:230%;
  width: auto;
}


/* webページリンク */
.gamedownload{
  position      :relative;
  right          : -250px;     /* 位置       */
  display       : inline-block;
  border-radius : 0%;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 15px 13.4%;   /* 余白       */
  background    : #eca60d;    /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 1;           /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid; /* 枠線の太さ */
  border-color  : #eca60d #eca60d #eca60d #eca60d; /* 枠の色 */
}
a.gamedownload:hover
{
  opacity       : 0.8;         /* カーソル時透明度 */
}

/* webpageリンク */
.webpage{
  position      :relative;
  bottom        : 210px;        /* 位置       */
  left          : 450px;     
  display       : inline-block;
  border-radius : 0%;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 13.4%;   /* 余白       */
  background    : #eca60d;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 1;           /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid; /* 枠線の太さ */
  border-color  : #ffffff #ffffff #ffffff #ffffff; /* 枠の色 */
}
a.webpage:hover
{
  opacity       : 0.8;         /* カーソル時透明度 */
}

/* 6班アンケートリンク */
.sixthwebpage{
  position      :relative;
  bottom        : 300px;        /* 位置       */
  left          : 450px;     
  display       : inline-block;
  border-radius : 0%;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 13.4%;   /* 余白       */
  background    : #eca60d;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 1;           /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid; /* 枠線の太さ */
  border-color  : #ffffff #ffffff #ffffff #ffffff; /* 枠の色 */
}
a.sixthwebpage:hover
{
  opacity       : 0.8;         /* カーソル時透明度 */
}

/* ダウンロードリンク */
.seventhdownload{
  position      :relative;
  left         : -450px;     /* 位置       */
  bottom        : 80px;
  display       : inline-block;
  border-radius : 0%;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 15px 13.4%;   /* 余白       */
  background    : #eca60d;    /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 1;           /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid; /* 枠線の太さ */
  border-color  : #ffffff#ffffff #ffffff #ffffff; /* 枠の色 */
}
a.seventhgamedownload:hover
{
  opacity       : 0.8;         /* カーソル時透明度 */
}

/* 7班アンケートリンク */
.seventhwebpage{
  position      :relative;
  bottom        : 80px;        /* 位置       */
  left          : 446px;     
  display       : inline-block;
  border-radius : 0%;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 13.4%;   /* 余白       */
  background    : #eca60d;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 1;           /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid; /* 枠線の太さ */
  border-color  : #ffffff #ffffff #ffffff#ffffff; /* 枠の色 */
}
a.seventhwebpage:hover
{
  opacity       : 0.8;         /* カーソル時透明度 */
}
/* 各班のロゴ画像のリサイズ */
.logo {
  max-width: 225px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: 330px;
  bottom: 25px;
}

/* 各班のSS画像のリサイズ */
.SS {
  max-width: 425px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: 300px;
}

/* 各班のロゴ画像のリサイズ */
.secondlogo {
  max-width: 225px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: 760px;
  bottom: -25px;
}

/* 各班のSS画像のリサイズ */
.secondSS {
  max-width: 425px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: -127px;
  bottom: -140px;
}
/* 各班のロゴ画像のリサイズ */
.thirdlogo {
  max-width: 225px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: 760px;
  bottom: -25px;
}

/* 各班のSS画像のリサイズ */
.thirdSS {
  max-width: 425px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: -127px;
  bottom: -80px;
}
/* 各班のロゴ画像のリサイズ */
.fourthlogo {
  max-width: 225px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: 760px;
  bottom: -25px;
}

/* 各班のSS画像のリサイズ */
.fourthSS {
  max-width: 425px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: -127px;
  bottom: -140px;
}
/* 各班のロゴ画像のリサイズ */
.fifthlogo {
  max-width: 225px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: 760px;
  bottom: -25px;
}

/* 各班のSS画像のリサイズ */
.fifthSS {
  max-width: 425px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: -127px;
  bottom: -180px;
}
/* 各班のロゴ画像のリサイズ */
.sixthlogo {
  max-width: 225px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: 760px;
  bottom: -5px;
}

/* 各班のSS画像のリサイズ */
.sixthSS {
  max-width: 425px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: -127px;
  bottom: -80px;
}
/* 各班のロゴ画像のリサイズ */
.seventhlogo {
  max-width: 225px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: 760px;
  bottom: 65px;
}

/* 各班のSS画像のリサイズ */
.seventhSS {
  max-width: 425px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  left: -127px;
  bottom: -80px;
}
/* 各班キャッチコピー位置調整 */
.firstintro{
  position:relative;
  left: 485px;
}

.secondintro{
  position:relative;
  left: 450px;
}

.thirdintro{
  position:relative;
  left: 480px;
}

.fourthintro{
  position:relative;
  left: 520px;
}

.fifthintro{
  position:relative;
  left: 470px;
}

.sixthintro{
  position:relative;
  left: 480px;
}

.seventhintro{
  position:relative;
  left: 450px;
  bottom: 75px;
}

.contents {
  padding-bottom: 70px;
}

/*フッター設定*/
.footer
{
  background: #406abc;
  width: 100%;
  height: 120px;
  -ms-interpolation-mode: bicubic;
  position: absolute;
  bottom: -730%;
}
/* コミュニケーションマーク */
.cmark {
  max-width: 50px;
  max-height: auto;
  -ms-interpolation-mode: bicubic;
  position: relative;
  top: 35%;
  left: 20px;
}
.footer p
{
 font-family: 'Kosugi Maru', sans-serif;
 font-size: 20px;
 color:rgb(255, 255, 255);
 position: absolute;
 bottom: 20%;
 right: 68%;
}

/* topに戻る */
#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #42aff8;
  opacity: 0.6;
  border-radius: 15px;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}

#page_top a::after{
  content: '↑';
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}