@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
@media screen and (max-width: 1023px){
}
@media screen and (max-width: 834px){
}
@media screen and (max-width: 480px){
}
.blank-box.bb-tab.bb-download.bb-blue{
  cursor:pointer;
  transition:transform 0.2s, box-shadow 0.2s;
}

.blank-box.bb-tab.bb-download.bb-blue .bb-label{
  color:#fff;
  font-weight:700;
  background:linear-gradient(90deg, #0077ff, #00a8ff, #4ddcff, #00a8ff, #0077ff);
  background-size:200% 100%;
  animation:shine 1.5s linear infinite;
  transition:transform 0.2s ease, box-shadow 0.2s ease;
}

.blank-box.bb-tab.bb-download.bb-blue:hover{
  transform:scale(1.05);
  box-shadow:0 0 20px rgba(0, 168, 255, 0.5), 0 0 40px rgba(0, 168, 255, 0.3);
}

.blank-box.bb-tab.bb-download.bb-blue:hover .bb-label{
  transform:translateY(-2px);
  box-shadow:0 0 12px rgba(77, 220, 255, 0.8), 0 0 24px rgba(0, 168, 255, 0.6);
}

@keyframes shine{
  to{
    background-position:200% 0;
  }
}
@media (prefers-reduced-motion: reduce){
  .blank-box.bb-tab.bb-download.bb-blue,
  .blank-box.bb-tab.bb-download.bb-blue .bb-label{
    animation:none;
    transition:none;
  }
}
pre{
  word-wrap:normal;
  line-height:19px;
  -moz-osx-font-smoothing:auto;
  -webkit-font-smoothing:auto;
  width:100%;
  font-size:14px !important;
  font-family:Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif !important;
}