@charset "UTF-8";

.im-overlay {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.im-overlay .box-bg-gr {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: auto;
  margin-top: 0;
  padding: 40px;
  background: #f4eee0;
  /* background: #fff; */
  /* border: 3px solid #e6002d; */
  /* border-radius: 10px; */
  color: #E6002D;
}

.im-overlay .box-bg-gr .box-ttl {
  margin-bottom: 0;
  font-size: 2.6rem;
}

.im-overlay .im-1 {
  background: #feefd9;
}

.im-overlay .im-1 img {
  max-width: 930px;
  width: 100%;
}

.fs-24 {
  font-size: 2.4rem;
}
.im-overlay .overlay_mt{
  display: block;
  margin-top: 5px;
}

 .ruby {
  position: relative;
}

.ruby:before {
  position: absolute;
  content: "いのち";
  top: -15px;
  left: 0;
  right: 0;
  font-size: 0.5em;
  text-align: center;
}
.sp-display {
    display: none;
}

@media only screen and (max-width: 767.98px) {
  .im-overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .im-overlay .box-bg-gr {
    position: relative;
    width: fit-content;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-top: -30px;
    padding: 14px;
  }

  .im-overlay .box-bg-gr .box-ttl {
    font-size: 1.6rem;
  }

  .im-overlay .im-1 {
    margin-top: 0;
  }


  .fs-24 {
    font-size: 1.8rem;
  }
  
  .im-overlay .box-bg-gr {
    left: 0;
  }
  .sp-display {
    display: block;
  }
/* 
   .ruby:before {
    top: -13px;
  } */

}