@charset "UTF-8";
@font-face {
  font-family: "tsunagi";
  src: url("../font/TsunagiGothic.woff") format("woff"); }
/*****************************************/
.message_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

/*****************************************/
.message_txt {
  width: 660px; }
  .message_txt p {
    color: #79503A;
    font: 1.6rem/2.4em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 30px; }
  .message_txt .top {
    color: #79503A;
    letter-spacing: 0.06em;
    font: 5.1rem/1.5em "tsunagi", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    margin-bottom: 50px; }

.message_pic {
  width: calc(100% - 690px);
  max-width: 500px;
  position: relative;
  /* OK */
  height: auto;
  /* ← 高さ100%を外す */ }

.message_pic img {
  position: sticky;
  top: 120px;
  width: 100%;
  max-width: 499px; }

@media (max-width: 1280px) {
  .message_txt {
    width: calc(100% - 340px); }
    .message_txt p {
      color: #79503A;
      font: 1.6rem/2.4em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.02em;
      margin-bottom: 30px; }
    .message_txt .top {
      color: #79503A;
      letter-spacing: 0.06em;
      font: 3.5vw/1.5em "tsunagi", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      margin-bottom: 50px; }

  .message_pic {
    width: 305px;
    max-width: 500px;
    position: relative;
    /* OK */
    height: auto;
    /* ← 高さ100%を外す */ }

  .message_pic img {
    position: sticky;
    top: 120px;
    width: 100%;
    max-width: 499px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .message_txt {
    width: 100%; }
    .message_txt p {
      color: #79503A;
      font: 1.6rem/2.4em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.02em;
      margin-bottom: 30px; }
    .message_txt .top {
      color: #79503A;
      letter-spacing: 0.06em;
      font: 4rem/1.5em "tsunagi", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      margin-bottom: 50px; }

  .message_pic {
    width: 100%;
    max-width: 480px;
    position: relative;
    height: auto;
    margin: 0 auto; }

  .message_pic img {
    position: relative;
    top: auto;
    width: auto;
    max-width: 499px; } }
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
