@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; 
  }
}

/*ドロワー*/
.contents {
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#navTgl:checked ~ .contents {
	transform: translateX(500px);
}

/* :::::: toggle button :::::: */
#navTgl {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
}
.open {
	z-index: 2;
	width: 100px;
	height: 100px;
	background: lightSeaGreen;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid white;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .6s;
}
#navTgl:checked + .open {
	background: indianRed;
	transform: translateX(500px);
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
	pointer-events: auto;
	background: rgba(0,0,0,.3);
}

/* :::::: drawer menu :::::: */
.menu {
	z-index: 1;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 500px;
	height: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,.6);
	transform: translateX(-100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu h2,
.menu a {
	color: white;
}
.menu h2 {
	text-align: center;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu li {
	font-size: 20px;
	line-height: 1.4;
}
.menu li:not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.6);
}
.menu a {
	display: block;
	padding: 1em 2em;
	text-decoration: inherit;
	transition: background .6s;
}
.menu a:hover {
	background: black;
}
#navTgl:checked ~ .menu {
	transform: none;
}

/*ここまでドロワー*/


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); }

/*フェードインはここまで*/

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

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

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



/*スライドエフェクト*/
* {
  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: 750px;
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.smmoji{
	font-size: 30px;
}

.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: 10px 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 h1{
	font-size: 33px;
	margin-top: 100px;
	margin-left: 400px;
}

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

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

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

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

.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;
	margin-right: auto;
	margin-left: auto;
}