@charset "UTF-8";

#message-blc .inner-flex {
  display: flex;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#message-blc .inner-flex .link-blc {
  width: 35%;
  background-color: var(--main-color);
}

#message-blc .inner-flex .link-blc a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 40px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all ease-in 0.3s;
  opacity: 1;
  overflow: hidden;
  cursor: context-menu;
}

#message-blc .inner-flex .link-blc a .txt {
  color: #ffffff;
  display: block;
  position: relative;
  transition: all ease-in 0.3s;
  font-size: 300%;
  font-weight: bolder;
  text-align: center;
}

#message-blc .inner-flex .img-blc {
  width: 65%;
}

#message-blc .inner-flex .img-blc figure {
  position: relative;
}

#message-blc .inner-flex .img-blc figure>figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 10px;
  box-sizing: border-box;
}

#message-blc .inner-flex .img-blc figure>figcaption * {
  color: #ffffff;
  line-height: 1;
  text-shadow: 1px 1px 5px #000000;
}

#message-blc .inner-flex .img-blc figure>figcaption {
  font-size: 200%;
}

#message-blc .inner-flex .img-blc figure>figcaption>h5 {
  font-size: 200%;
  font-weight: bold;
}

/* #message-txt ----------------------------- */

#message-txt {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}

#message-txt .txt-right {
  max-width: 130px;
  margin-left: auto;
}

#message-txt .txt-right > span {
  display: block;
  text-align: center;
  font-size: 150%;
  font-weight: 600;
}

#message-txt .txt-right > span.span01 {
  font-size: 100%;
  font-weight: normal;
}

@media screen and (max-width:1000px) {
  #message-blc .inner-flex .link-blc a {
    padding: 1rem 1rem;
  }

  #message-blc .inner-flex .link-blc a .txt {
    font-size: 5vw;
  }

  #message-blc .inner-flex .img-blc figure>figcaption {
    font-size: 3vw;
  }
}

@media screen and (max-width:767px) {
  #message-blc .inner-flex {
    flex-wrap: wrap;
  }

  #message-blc .inner-flex .img-blc {
    width: 100%;
  }

  #message-blc .inner-flex .link-blc {
    width: 100%;
  }

  #message-blc .inner-flex .link-blc a {
    padding: 1rem 1rem;
  }

  #message-blc .inner-flex .link-blc a .txt {
    font-size: 5vw;
    display: block;
    width: 100%;
  }

  #message-blc .inner-flex .img-blc figure>figcaption {
    font-size: 4vw;
  }
}

@media screen and (max-width:480px) {
  #message-blc .inner-flex .link-blc a {
    padding: 1rem 1rem;
  }

  #message-blc .inner-flex .link-blc a .txt {
    font-size: 8vw;
  }
}