@charset "UTF-8";
section.message-head {
  margin-bottom: 140rem;
}
section.message-head .main-ph img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  width: 100%;
  height: 530rem;
}
section.message-head .inner {
  position: relative;
}
section.message-head .inner .box-copy {
  position: absolute;
  top: 50rem;
  left: 40rem;
  width: 60%;
}
section.message-head .inner .name {
  margin-top: 25rem;
  font-weight: bold;
  font-size: 28rem;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 18px rgba(255, 255, 255, 0.9);
}
section.message-head .inner .bottom-en {
  position: absolute;
  bottom: -60rem;
  left: 0;
  font-family: var(--font-en);
  font-size: 130rem;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
  mix-blend-mode: multiply;
  color: rgba(0, 0, 0, 0.1);
}

.hstyle-message {
  margin-bottom: 50rem;
}

section.massage-block {
  width: 90%;
  margin: 100rem auto 0;
}
section.massage-block .wrap-message-ph {
  margin-top: 50rem;
  position: relative;
}
section.massage-block .wrap-message-ph .fire {
  width: 150rem;
  position: absolute;
  bottom: 250rem;
  right: 140rem;
}
section.massage-block .wrap-sign {
  margin-top: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.massage-block .wrap-sign .tx {
  font-size: 29rem;
}
section.massage-block .wrap-sign .sign {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20rem;
}
section.massage-block .box-text {
  display: -ms-grid;
  display: grid;
  gap: 40rem;
}
section.massage-block p span.strong {
  color: var(--color-orange);
  font-weight: bold;
}

.ph-middle {
  margin: 140rem 0;
  position: relative;
  isolation: isolate;
}
.ph-middle img.bg {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  height: 500rem;
  position: relative;
  z-index: 0;
  display: block;
}
.ph-middle .bottom-ticker {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
  margin: -28px 0 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.ph-middle .bottom-ticker li {
  font-family: var(--font-en);
  font-weight: normal;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0;
  font-size: clamp(86.8848484848px, 8.48vw, 140px);
  color: var(--color-orange);
  white-space: nowrap;
  padding: 0 clamp(24.8242424242px, 2.42vw, 40px) 0 0;
  margin: 0;
  -webkit-animation: marquee-left 30s linear infinite;
  animation: marquee-left 30s linear infinite;
}
.ph-middle {
  /* アニメーション */
}
@-webkit-keyframes marquee-left {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee-left {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.bottom-ph {
  margin-top: 120rem;
}
.bottom-ph p {
  text-align: center;
  margin-top: 10rem;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  section.message-head {
    margin-top: clamp(136.5333333333px, 13.33vw, 220px);
    margin-bottom: clamp(86.8848484848px, 8.48vw, 140px);
  }
  section.message-head .main-ph img {
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
    height: auto;
  }
  section.message-head .inner {
    position: relative;
  }
  section.message-head .inner .box-copy {
    position: absolute;
    top: clamp(31.0303030303px, 3.03vw, 50px);
    left: max(127.2242424242px, 12.42vw);
    width: max(453.0424242424px, 44.24vw);
  }
  section.message-head .inner .name {
    margin-top: clamp(27.9272727273px, 2.73vw, 45px);
    margin-left: clamp(43.4424242424px, 4.24vw, 70px);
    font-size: clamp(17.376969697px, 1.7vw, 28px);
  }
  section.message-head .inner .bottom-en {
    position: absolute;
    bottom: clamp(-86.8848484848px, -8.48vw, -140px);
    left: max(62.0606060606px, 6.06vw);
    font-size: clamp(136.5333333333px, 13.33vw, 220px);
    font-weight: bold;
    line-height: 1;
    font-style: italic;
    mix-blend-mode: multiply;
    color: rgba(0, 0, 0, 0.1);
  }
  .hstyle-message {
    margin-bottom: clamp(31.0303030303px, 3.03vw, 50px);
  }
  section.massage-block {
    max-width: 1600px;
    margin: clamp(93.0909090909px, 9.09vw, 150px) auto 0;
  }
  section.massage-block.line-top .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.massage-block.rev .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.massage-block.rev .wrap-message-ph {
    margin-right: 0;
    margin-left: clamp(68.2666666667px, 6.67vw, 110px);
  }
  section.massage-block .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  section.massage-block .wrap-message-content {
    max-width: 580px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.massage-block .wrap-message-content .wide {
    width: clamp(592.6787878788px, 57.88vw, 955px);
    white-space: nowrap;
    overflow: visible;
    position: relative;
    z-index: 1;
  }
  section.massage-block .wrap-message-ph {
    margin-right: clamp(68.2666666667px, 6.67vw, 110px);
    width: clamp(459.2484848485px, 44.85vw, 740px);
    margin-top: 0;
    position: relative;
  }
  section.massage-block .wrap-message-ph.margin-top {
    padding-top: clamp(99.296969697px, 9.7vw, 160px);
  }
  section.massage-block .wrap-message-ph .fire {
    width: clamp(93.0909090909px, 9.09vw, 150px);
    position: absolute;
    bottom: clamp(155.1515151515px, 15.15vw, 250px);
    right: clamp(86.8848484848px, 8.48vw, 140px);
  }
  section.massage-block .wrap-sign {
    margin-top: clamp(18.6181818182px, 1.82vw, 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  section.massage-block .wrap-sign .tx {
    font-size: clamp(12.4121212121px, 1.21vw, 20px);
    margin-top: clamp(18.6181818182px, 1.82vw, 30px);
  }
  section.massage-block .wrap-sign .sign {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: clamp(214.7296969697px, 20.97vw, 346px);
    margin-left: clamp(18.6181818182px, 1.82vw, 30px);
    margin-right: clamp(18.6181818182px, 1.82vw, 30px);
  }
  section.massage-block .box-text {
    display: -ms-grid;
    display: grid;
    gap: clamp(24.8242424242px, 2.42vw, 40px);
  }
  section.massage-block p span.strong {
    color: var(--color-orange);
    font-weight: bold;
  }
  .ph-middle {
    margin: clamp(86.8848484848px, 8.48vw, 140px) 0;
  }
  .ph-middle img.bg {
    -o-object-fit: fill;
    object-fit: fill;
    height: auto;
    max-width: max(701.2848484848px, 68.48vw);
    margin-left: clamp(62.0606060606px, 6.06vw, 100px);
  }
  .ph-middle .bottom-ticker {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-inline: 0;
    margin-inline: 0;
    gap: 0;
    overflow: hidden;
    margin: -28px 0 0;
    z-index: 1;
    mix-blend-mode: multiply;
  }
  .ph-middle .bottom-ticker li {
    font-family: var(--font-en);
    font-weight: normal;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0;
    font-size: max(111.7090909091px, 10.91vw);
    color: var(--color-orange);
    white-space: nowrap;
    padding: 0 clamp(24.8242424242px, 2.42vw, 40px) 0 0;
    margin: 0;
    -webkit-animation: marquee-left 30s linear infinite;
    animation: marquee-left 30s linear infinite;
  }
  .ph-middle {
    /* アニメーション */
  }
  @-webkit-keyframes marquee-left {
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes marquee-left {
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  .bottom-ph {
    max-width: 1130px;
    margin: clamp(74.4727272727px, 7.27vw, 120px) auto 0;
  }
  .bottom-ph p {
    text-align: center;
    font-size: clamp(12.4121212121px, 1.21vw, 20px);
    margin-top: clamp(12.4121212121px, 1.21vw, 20px);
  }
}
/*# sourceMappingURL=message.css.map */