/*  Typo
----------------------------------------------- */

a:link, a:visited
{
    text-underline-offset: 2px;
    color:#ededed;
}
a:active { text-decoration: underline;  }
a:hover { text-decoration:none;}


h1 { font:bold 18px/140% "Zen Kaku Gothic New", "Trebuchet MS", Verdana, sans-serif; }
h2 { font:bold 14px/140% "Zen Kaku Gothic New", "Trebuchet MS", Verdana, sans-serif; }

p {	font: 11px/140% "Zen Maru Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;}

/*  Layout
----------------------------------------------- */

body {
letter-spacing:1;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
　background-color: #48675F;
　width:800px;
　margin-right: auto;
　margin-left : auto;
  animation: fadein 1s forwards;
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}

p.right {text-align: right}

p.left {text-align: left}

.center {
  text-align: center;
}

a.mainwhite{
text-decoration: none;
color : #ededed;
  position: relative;
  transition: 1s;
}

a.mainwhite:link {
  text-decoration-color: rgba(237,237,237,1);
}
a.mainwhite:visited {
text-decoration: none;
color : #ededed;
}
a.mainwhite:active {
  text-decoration-color: rgba(237,237,237,1);
}
a.mainwhite:hover {
  text-decoration-color: rgba(237,237,237,0);
}

/*  header
----------------------------------------------- */

#header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 10px;
    position: fixed;
    top: 0;
    right:0;
    width: 100%;
    z-index: 999;
height:24px;
background:rgba(58,58,58);
 display:block;
}

#header h1,header a {
    padding: 0px 30px;
    margin:0 auto;
    max-width: 100%;
    text-align: left;
    float: none;
font-family: "Inria Sans", sans-serif;
    text-decoration: none;
 font-size: 20px;
    display: block;
    color:#f5f5f5;
}



/*  content
----------------------------------------------- */

#content {
    margin: 0 auto; 
    width:100%;
    padding:18px 0;
}


#content .container {
    width: 800px;
    margin: 0 auto; 
    padding: 32px 0;
}

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

.push {
  height: 100px;/*フッターと同じ高さに指定*/
}

footer{
  margin-top: auto;
    color: #eeeeee;
    text-align: center;
  position: absolute;/*②絶対位置*/
  bottom: 0; /*下に固定*/
margin-bottom: -100px;/*フッターの高さと等しいネガティブマージン*/
}

/*  Navigation
----------------------------------------------- */



#nav {
   display: flex; /* Flexboxを有効化 */
  justify-content: space-between; /* 項目の間に均等なスペースを配置 */
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    right:0;
    width: 100%;
    z-index: 999;
}

#wrap {
        clear: both;
        width: 800px;
        margin-left: 17px;
}

#nav .container {
    width: 400px;
    margin: 0 auto; 
    padding: 10px 0;

}

ul.mainNav1,
ul.mainNav2
{
    margin:0;
    padding: 0;
   margin: 0 auto; 
}


#nav ul.mainNav1 li {
        display: inline;
        float: left;
        padding: 0;
   margin: 0 auto; 
}
#nav ul.mainNav2 { 
        display: none;
}


ul.mainNav1 li a,
ul.mainNav2 li a
{
font-family: "Inria Sans", sans-serif;
    text-decoration: none;
    font-size: 24px;
    display: block;
    color:#f5f5f5;

}


ul.mainNav1 li a { padding:4px 14px 4px 14px; }
ul.mainNav2 li a { padding:4px 4px 4px 24px; }
ul.mainNav3 li a { padding:4px 4px 4px 34px; }


ul.mainNav1 a:hover
{ color:#66cdaa;
}


ul.mainNav1 a.current {
   font-weight:bold;
   color:#66cdaa;
}


#side {
    width: 100px;
    margin: 0 auto; 
}
#side ul.mainNav1 li,
#side ul.mainNav2 li
{
        display: inline;
        margin: 0;      
        padding: 10;
}
#side ul.mainNav1 li .level_1 {
        display: none;
}

.outer{
  display: flex;
  justify-content: center;
  align-items: center;

}

#nav li+ li {
  border-left: 2px solid #808080;
}

/*  sidebar
----------------------------------------------- */

#sidebar{
display:none;
}

#sidebar .container{
    width: 400px;
    margin: 0 auto; 
    padding: 32px 0;
}

/*  button
----------------------------------------------- */
.homebutton {
    vertical-align:middle; 
    padding: 10px 15px;
    text-align: center;
  align-items: center;
  width: 250px;
  display: flex;
  width: 250px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  max-width: 80px;
  color: #1B85FB;
  background-color: #3a3a3a;
  position: relative;
  justify-content: space-around;
  transition: color 0.5s ease;
  line-height: 16px;
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
}

.homebutton:hover {
  color: #fff;
}

.homebutton:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.homebutton::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #66cdaa;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

a.homewhite{
text-decoration: none;
color : #eee;
  position: relative;
}

a.homewhite:link {
text-decoration: none;
color : #eee;
}
a.homewhite:visited {
text-decoration: none;
color : #eee;
}
a.homewhite:active {
text-decoration: none;
color : #eee;
}
a.homewhite:hover {
text-decoration: none;
color : #eee;
}

/*  linkbutton
----------------------------------------------- */
.linkbutton{
  display: flex;
  justify-content: center;
  padding: 2px 0;
  text-align: center;
  width: 100%;
  height:90px;

}

.linkbutton a {
  display:block;
  width:120px;
  text-align: center;
  text-decoration: none;
  padding: 10px 10px;
  border-radius:5px;
  z-index:0;
  position: relative;
  justify-content: space-around;
  margin: 10px;
  background:rgba(58,58,58);
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
}


.linkbutton a:hover {
  opacity: 0.7;
}



a.LT01,a.LT01:link,a.LT01:visited,a.LT01:active{
text-decoration: none;
color : #00bfff;
  font-size:28px;
}

a.LT02,a.LT02:link,a.LT02:visited,a.LT02:active{
text-decoration: none;
color : #98fb98;
  font-size:28px;
}

a.LT03,a.LT03:link,a.LT03:visited,a.LT03:active{
text-decoration: none;
color : #cc6666;
  font-size:28px;
}

a.LT01:hover,a.LT02:hover,a.LT03:hover {
text-decoration: none;
color : #eee;
  font-size:28px;
}


.LT01 span{
  display:block;
  font-size:12px;
  padding: 10px 10px;
}

.LT02 span{
  display:block;
  font-size:12px;
  padding: 10px 10px;
}

.LT03 span{
  display:block;
  font-size:12px;
  padding: 10px 10px;
}

/*  balloon
----------------------------------------------- */


.balloon1 {
  width: 200px;
  height:24px;
  vertical-align:middle; 
  margin: 0 auto; 
  display: flex;
  color: #3a3a3a;
  border: solid 2px #3a3a3a;
  padding: 4px 4px;
  position: relative;
  text-align: center;
  border-radius: 5px;
}
.balloon1::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  bottom: -18px;
  left: 60%;
  border-right: 2px solid #333;
  transform: skew(-30deg);
  z-index: 1;
}

.balloon1 p {
 display:inline-block;
  margin:0 auto;
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
}

.balloon2 {
  width: 200px;
  height:24px;
  vertical-align:middle; 
  margin: 0 auto; 
  display: flex;
  color: #3a3a3a;
  border: solid 2px #3a3a3a;
  padding: 4px 4px;
  position: relative;
  text-align: center;
  border-radius: 5px;
  background:rgba(58,58,58);
}
.balloon2::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  bottom: -18px;
  left: 60%;
  border-right: 2px solid #333;
  transform: skew(-30deg);
  z-index: 1;
}

.balloon2 p {
 display:inline-block;
  margin:0 auto;
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
}


/*  GUIDE highlight
----------------------------------------------- */

.highlight {
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(225, 105, 180, 0.4);
  text-decoration-skip-ink: none;
}

/*  GUIDEborder
----------------------------------------------- */
.GUIDEborder {
   border: 2px dashed #eee;
   border-radius:10px;
   padding: 20px 20px;
}


/*  news-list
----------------------------------------------- */



.news-list ul{
  width: 500px;
}
.news-list li{
  display: flex;
  padding:15px;
  border-bottom:1px solid #eee;
}

.news-list .day{
  color:#eee;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ＭＳ ゴシック",
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
}
.news-list .label-update{
  background-color:#333;
  border-radius:3px;
  color:#eee;
  padding:2px 5px;
  margin:0 20px;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ＭＳ ゴシック",
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
}

.news-list .label-news{
  background-color:#778899;
  border-radius:3px;
  color:#eee;
  padding:2px 5px;
  margin:0 20px;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ＭＳ ゴシック",
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
}

.news-list .label-game{
  background-color:#b8860b;
  border-radius:3px;
  color:#eee;
  padding:2px 5px;
  margin:0 20px;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ＭＳ ゴシック",
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
}

.news-list .text{
  color:#eee;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ＭＳ ゴシック",
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
}

/*  link-jump
----------------------------------------------- */
.link-jump{
  display: flex;
  justify-content: center;
  padding: 2px 0;
  text-align: center;
  width: 100%;
  height:50%;

}

.link-jump-L,.link-jump-R {
  display:block;
  width:120px;
  text-align: center;
  text-decoration: none;
  padding: 10px 10px;
  z-index:0;
  position: relative;
  justify-content: space-between;
  margin: 10px;
  background:rgba(0,0,0,0);
}

.link-jump-R::before {
	position: absolute; /*--positionを追加--*/
	top: 0;
	right: 100%;
	margin: 0 1rem;
	content: "";
	width: 1px; /*--縦線の太さ(幅)--*/
	height: 100%;
	background-color: #999; /*--縦線の色--*/
}


.link-jump-L,.link-jump-L:link, .link-jump-L:visited, .link-jump-L:hover, .link-jump-L:active {
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ＭＳ ゴシック",
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
    font-size: 24px;
  text-decoration: none;
  color : #98fb98;
}

.link-jump-R,.link-jump-R:link, .link-jump-R:visited, .link-jump-R:hover, .link-jump-R:active {
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ＭＳ ゴシック",
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
    font-size: 24px;
  text-decoration: none;
  color : #98fb98;
}