.fill-img {  background-position: center bottom;  }

/* article .cover .search-box { position: relative; }
article .cover .search-box form { bottom: 80px; }
article .search-box .search-field {  padding: 0 3rem; } */
.campaign-lets-go-osaka {
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 998;
}

.campaign-lets-go-osaka a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #f44985;
    background-color: #fff;
    transform: translate(-50%, -50%) scale(1,1);
    font-weight: 800;
    font-size: 22px;
    text-align: center;
    line-height: 1.1em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    padding: 1rem 0.5rem 0.5rem 1rem;
    transition: 0.2s cubic-bezier(0.925, -0.330, 0.055, 1.420) !important; 
}

.campaign-lets-go-osaka a > img  { width: 100%; }
.campaign-lets-go-osaka a > span {
	position: absolute;
	top: 63%; right: 10px;
	transform: rotate(-16deg);
	transition: 0.2s all;
}

.campaign-lets-go-osaka a:hover{
    transform: translate(-50%, -50%) scale(1.15,1.15); 
}
.campaign-lets-go-osaka a:hover > span {
	transform: rotate(-16deg) scale(0.75);
	top: 56%; right: 25px;
}

/* エマージェンシーCSS ここから  */

.alarm-hover:hover {
    text-decoration: underline;
    opacity: 0.7;
}

@media (max-width: 768px) {

.fullimg-container.fill-img.emergency-img {
    height: calc(100vh / 2) !important;
}

}

/* エマージェンシーCSS ここまで  */


@media (max-width: 960px) {
  .campaign-lets-go-osaka {
    top: -90px;
    left: 50%;
    z-index: -1
  }
}


@media(min-width: 998px) {
article .cover .fullimg-container { height: calc(100vh - 180px) !important; } 

.fill-img  {background-position: center center !important; ;} 
}

 
 @media (max-width: 500px) {
    .deep > .grid-item:first-child > .grid-content > .grid-img {
        background-image: url("https://cdn.osaka-info.jp/page_translation/content/b214a73e-7aac-11e9-9d4c-0af0cba29dd8.png") !important;
    }
}

  /*
 @media (max-width: 320px) {
.search-box form {
 bottom: 100px !important; 
   width: 90% !important;
}
.search-field {
   padding: 0 1rem !important;
}

}
*/