.pageTitle { background:url(img/title_bg.jpg) repeat-x center; }
.kome { line-height:1.5; color:#888; }
.img-box-wrap {
  figcaption { font-size:.85em; text-align:center; }
}

.g-box { 
  margin-bottom:min(7%,40px); 
  li{
    a{
      transition: opacity 0.3s ease;
      &:hover{
        opacity: 0.6;
      }
    }
  }
}

/* ================================================================
  PC/タブレット
=================================================================== */
@media screen and (min-width: 600px){

  .inner-narrow { grid-template-columns:60% 1fr; }
}