@charset "UTF-8";
/* CSS Document */
.sk-folding-cube-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

a {
  transition: color .3s; }

@keyframes r1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-15px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes anime_move1 {
  0% {
    -webkit-transform: rotateX(0deg) rotate(0deg); }
  100% {
    -webkit-transform: rotateX(0deg) rotate(360deg); } }
@keyframes anime_move1 {
  0% {
    transform: rotateX(0deg) rotate(0deg); }
  100% {
    transform: rotateX(0deg) rotate(360deg); } }
html {
  scroll-behavior: smooth;
  /*カテゴリスクロールを滑らかに*/ }

#wrapper {
  overflow: hidden;
  /*ボックスからはみ出した内容は「表示しません」*/ }

html, body {
  margin: 0;
  /* 余白の削除 */
  padding: 0;
  /* 余白の削除 */
  width: 100%;
  height: 100%; }

/*フェードインJQuery必要*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

/*フェードインはここまで*/
.relativetop {
  position: relative; }

.absolutetop {
  position: absolute;
  bottom: 1px; }

.star {
  display: inline-block;
  font-size: 3em; }

.star1 {
  animation: r1 3s linear infinite; }

.header {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #fff;
  /* 表示領域を白枠で囲う */
  height: 100%;
  /* 縦の表示領域はheader-bkと同じ */
  width: 1000px;
  /* 横の幅970px */
  margin: auto;
  /* 中央揃え */ }

.headerbackground {
  background-color: #00409E;
  opacity: 0.8;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 50px; }

.headerbackgroundb {
  background-color: #00409E;
  /* 背景色(紺) */
  padding: 10px 0 20px;
  /* 上10px、下20pxをあける */
  height: 80px;
  /* 縦の高さ110px */
  width: 100%;
  /* 横の幅を100% */ }

.mu {
  background-color: #ffffff;
  width: 1000px;
  height: 110px;
  margin: auto; }

/*看板*/
.catemoji {
  color: #ffffff;
  font-size: 15px; }

.catemojia {
  color: #ffffff;
  font-size: 5px; }



/*スライドエフェクト*/
* {
  box-sizing: border-box; }

.item {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: #ccc;
  text-align: center;
  color: #FFF;
  font-size: 3em; }

/*ここまでスライドエフェクト*/


.sitemap {
  background-color: #474747;
  color: #ffffff;
  margin: auto; }

.sitemapyohaku {
  background-color: #474747; }

.sitemapmoji {
  width: 1000px;
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }

.sitemaphover {
  position: relative;
  display: inline-block;
  transition: .3s; }

.sitemaphover::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #2ecc71;
  opacity: 0;
  transition: .3s; }

.sitemaphover:hover::after {
  bottom: 0;
  opacity: 1; }

.footeryohaku {
  background-color: #000000;
  height: 3px; }

.footer {
  background-color: #000000;
  height: 60px; }

.footeraline {
  margin: 20px 0px 0px 0px; }


/*BLOG*/

.blogkanban{
  width: 100%;
  height: 0;
  padding-top: calc(480 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url("../img/blogtop.jpg")center center / cover no-repeat;
  margin-bottom: 200px;
}

.blogh1{
	font-size: 30px;
	margin-top: 100px;
	margin-left: 400px;
	width: 200px;
}

.hiduke{
	font-size: 10px;
	color: #676767;
	margin-top: 20px;
	margin-left: 50px;
}

.blogmidashi{
	margin-top: 0px;
	margin-left: 50px;
	margin-bottom: 30px;
	width: 350px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}

.episode{
  width: 100%;
  height: 0;
  padding-top: calc(480 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url("img/episode1top.jpg")center / cover no-repeat;
  margin-bottom: 100px;
}

.honbun {
    text-align: center;
	font-size: 20px;
	line-height: 35px;
}
.honbun p {
    display: inline-block;
    text-align: left;
}

.midashi2{
	margin-top: 100px;
	margin-bottom: 50px;
	margin-left: 50px;
}

.blogtable{
	margin-top: 100px;
	margin-bottom: 100px;
	table-layout: fixed;
	font-size: 20px;
}

.bloglistall{
	text-align: center;
	line-height: 35px;
}

.shutokuhouhou{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	font-size: 20px;
}
.nokorizandaka{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
	margin-bottom: 100px;
}

.episodebannera{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 300px;
	margin-bottom: 100px;
	background-color: #E9E9E9;
}

.gazouspace{
	margin-top: 100px;
	margin-bottom: 100px;
}