body {
  color: #ddf;
}

a {
  color: #ffc107;
}

.article-header,
entry-header {
  background:none;
}

h1.entry-title {
  position: relative;
  padding: 0.35em 0.5em;
  background: #0977a6;
  color: #fff;
  width:100%;
}
h1.entry-title:before {
  content: " ";
  position: absolute;
  top: -48px;
  left: 0;
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  height: 0;
  border: solid 24px transparent;
  border-bottom-color: #4b9fc3;
}

#main-logo {
  width:80%;
  margin:70px auto 140px auto;
}

header,
#footer {
	color:#ddf;
	background:#000;
}

#footer ul li a {
	color:#ddf;
}

.home .entry-title {
	display:none;
}

.home .logo {
	text-align:left;
}

.footer-bottom-logo .logo {
	text-align:right;
}

h1.entry-title {
	color:#fff;
	padding:10px;
	font-size:180%;
	text-align:center;
}

#header {
	padding:20px;
}

.index-btn-col2 {
	width:65%;
	margin-left:auto;
	margin-right:auto;
}

.index-col3 h2 {
	background:none;
	margin-bottom:0;
}

.index-col3 div {
	text-align:center;
	border-radius:10px;
	padding:15px;
	color:#fff;
}

.index-cols-1 {
	background-color:#812c9a;
}


.index-cols-2 {
	background-color:#0078D9;
}


.index-cols-3 {
	background-color:#00B4A8;
}

.index-cols-4 {
	background-color:#E288FA;
}

.index-cols-5 {
	background-color:#D86229;
}

.index-cols-6 {
	background-color:#537CAC;
}

/* フッターの記事一覧 */
@media screen and (min-width: 480px){
	.pc-col {
		display:flex;
	}
	
	#footer-blog .post-item {
		width:30%;
		height:180px;
	}
}

@media screen and (max-width: 480px){
	#footer-blog .post-item {
		width:320px;
		height:200px;
	}
}

#footer-blog {
	padding:15px;
}

#footer-blog .post-item {
	margin:10px auto;
	position:relative;
}

#footer-blog .post-item h3 {
	width:100%;
	font-size:1em;
	font-weight:bold;
	position:absolute;
	bottom:0;
 background:#000;
	line-height:1.2em;
	padding:5px;
}

#footer-blog .post-item a { 
color:#fff;
}

#footer-blog h2,
.article h2 {
  font-size: 26px;
  padding:0; /* reset */
  padding: 0.5rem 0.25rem;
  text-align: center;
  margin-top:2.5rem;
  margin-bottom: 2.5rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}

.article h3 {
    font-size:26px;
    position: relative;
    padding: 1rem .5rem;
    border:0;
    text-align: center;
  }
  
  .article h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
  }

  .article h3 {
    margin-top:20px;
  }

  .article h4 {
    margin-top:4.5em;
    text-align: center;
  }

.main {
  background-color: rgba(0, 0, 0, 0);
}


#container {
  z-index: 10;
  min-height: 200vh; 
  position: relative;
}

.custom-page-content,
.entry-content {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding-left:35px;
  padding-right: 35px;
  padding-top: 70px;
  padding-bottom: 140px;
}

.video-container {
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    top:-30px;
    left:0;
    object-fit: cover;
    max-width: 100%;
  }

#main-video  video {
  margin: auto;
  width: 100%;
  height: auto;
  display: block;
}

  
  
  .noise-overlay {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    overflow: hidden;
    pointer-events: none; /* クリックを妨げない */
    background-image: url("../images/noise.png");
    background-repeat: repeat;
    opacity: 0.6; /* ノイズの濃さ調整 */
    animation: noiseMove 1.5s steps(4) infinite;
    /* mix-blend-mode: overlay; /* 動画に自然に馴染ませる */ */
  }

  @keyframes noiseMove {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-10px, 5px); }
    50% { transform: translate(5px, -10px); }
    75% { transform: translate(-5px, 10px); }
    100% { transform: translate(0, 0); }
  }

  #footer-blog {
    background-color: rgba(0, 0, 0, 0.7);
    margin-top:70px;
    margin-bottom:140px;
    width:100%;
    position: relative;
  }

  #footer-blog-in {
    width:1200px;
    margin:0 auto;
    padding-left:35px;
    padding-right: 35px;
    padding-top: 70px;
    padding-bottom: 140px;
  }

  @media screen and (max-width: 1023px) {
    #footer-blog-in {
      width:100%;
      padding-left:10px;
      padding-right:10px;
    }
  }

  #footer-blog .post-item {
    height:auto;
  }

  #footer-blog .post-item h3 {
  background-color: #15588c;
  }

  #side-contacts {
    position: fixed;
    width:80px;
    right:0;
    bottom:180px;
    padding:10px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    z-index: 99;
  }

  #side-contacts-label {
    font-size:12px;
    text-align:center;
  }

  #side-contacts .contacts-icon {
    width:60px;
    margin-top: 15px;
  }

  .breadcrumb,
  .breadcrumb a {
    color:#fff;
  }

  .footer-bottom {
    padding-bottom:70px;
  }

  .footer-bottom-logo {
    position: relative;
    bottom:auto;
  }

  .footer-bottom-logo img {
    height:100px;
  }

  .members-block {
    width:1080px;
    margin-left:auto;
    margin-right:auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .member-img {
    display: inline-block;
    width: 320px;
    height: 360px;
    overflow: hidden;
    border-radius: 12px;
    transform: translateZ(0);
  }
    .member {
    width:320px;
    position: relative;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:40px;
  }


  .member-skill {
    position: absolute;
    top:15px;
    left:-20px;
    z-index: 2;
  }

  .member-skill-elm {
    rotate: -25deg;
    margin-bottom:5px;
  }

  .member-skill-elm img {
    width:100px;
  }

  .member-img img {
    display: block;
    width: 85%;
    object-fit: cover;
    transition: transform .56s cubic-bezier(.22,.9,.32,1), filter .35s;
    transform-origin: 50% 20%;
    will-change: transform;
    position: absolute;
    bottom:-40px;
    right:0;
  }
  
.member-img img:hover {
    transform: scale(1.5) rotate(-0.6deg);
  }

.member-name {
  font-weight: bold;
  position: absolute;
  bottom:40px;
  left:-20px;
  rotate: -15deg;
  font-size:24px;
  font-weight: bold;
  text-align: center;
  color:#fff;

  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  width:120%;
  text-align: center;

  pointer-events: none;
}

.member-name-koneko {
  background-color: #209cff;
}

.member-back-blue {
  background: url(../images/member-back-blue.png) #fff no-repeat;
  background-size: cover;
}

.member-name-rurihoshi {
  background-color: #022541;
}

.member-rurihoshi img {
  transform-origin: 70% 10%;
  bottom:-40px;
  right:40px;
}

.member-back-navy {
  background: url(../images/member-back-navy.png) #fff no-repeat;
  background-size: cover;
}

.member-name-mimido {
  background-color: #02410b;
}

.member-mimido img {
  transform-origin: 100% 30%;
  bottom:0px;
  right:0px;
}

.member-back-green {
  background: url(../images/member-back-green.png) #fff no-repeat;
  background-size: cover;
}

.member-name-koike {
  background-color: #904300;
}

.member-koike img {
  transform-origin: 100% 30%;
  bottom:0px;
  right:0px;
}

.member-back-orange {
  background: url(../images/member-back-orange.png) #fff no-repeat;
  background-size: cover;
}

.member-name-sorajou {
  background-color: #590090;
}

.member-sorajou img {
  transform-origin: 100% 40%;
  bottom:0px;
  right:0px;
}

.member-back-purple {
  background: url(../images/member-back-purple.png) #fff no-repeat;
  background-size: cover;
}

.member-name-utsugi {
  background-color: #410202;
}

.member-utsugi img {
  transform-origin: 100% 45%;
  bottom:-40px;
  right:0px;
}

.member-back-red {
  background: url(../images/member-back-red.png) #fff no-repeat;
  background-size: cover;
}

.member-text {
  position: relative;
  z-index: 2;
  color:#fff;
  background-color: #15588c;
  padding:12px;
  margin-top:-25px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.prof-link {
  text-align: right;
}

/* お問い合わせ */
.wpcf7-form {
  width:800px;
  margin-left:auto;
  margin-right:auto;
}

.wpcf7-submit {
  display: block;
  width:280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-top:15px;
  padding-bottom:15px;
  font-size:32px;
  font-weight: bold;
}

.sp {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sp {
    display: block;
  }

  .entry-content {
    padding-top:35px;
  }

  .members-block {
    width:100%;
  }

  .member {
    margin-left:auto;
    margin-right:auto;
    margin-bottom:45px;
  }

  .mobile-footer-menu-buttons {
    z-index: 98;
    position: fixed;
    bottom:0;
  }

  .mobile-footer-menu-buttons {
    background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
    background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
    background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);  
  }

  .mobile-footer-menu-buttons .menu-button-in {
    color: #fff!important;;
  }

  #navi-menu-content {
    z-index: 99;
  }

  #side-contacts {
    zoom:0.8;
  }

  .menu-close-button {
    position: absolute;
    bottom:10px;
    left:45px;
  }

  .menu-drawer {
    padding-top:45px!important;
  }

  .wpcf7-form {
    width:300px;
  }
}

@media screen and (max-width: 390px) {
  .member {
    margin-left:-17px;
    margin-bottom:45px;
  }
}