/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
.mv {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.mv_copy {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .mv_copy {
    justify-content: flex-end;
  }
}
.mv_copy .title {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  padding-left: 50vw;
}
@media screen and (max-width: 767px) {
  .mv_copy .title {
    padding-left: 2rem;
    margin-top: 3rem;
  }
}
.mv_copy .title > h2 {
  position: absolute;
  font-size: 1.8rem;
  font-weight: 600;
  z-index: 2;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .mv_copy .title > h2 {
    font-size: 1.4rem;
  }
}
.mv_copy .title > p.en {
  font-size: 6rem;
  font-weight: 100;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .mv_copy .title > p.en {
    font-size: 4rem;
  }
}
.mv_copy > p.main {
  margin-top: 1rem;
  padding-left: 50vw;
}
@media screen and (max-width: 767px) {
  .mv_copy > p.main {
    padding-left: 2rem;
  }
}
.mv_copy > p.main > span {
  display: block;
  line-height: 1.5;
  font-size: 4.8rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv_copy > p.main > span {
    font-size: 2.6rem;
    font-weight: 700;
  }
}
.mv_image {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv_image {
    width: 200%;
    translate: -5% 0;
    overflow: hidden;
  }
}
.mv_image img {
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  opacity: 0.7;
}

/*------------------------------*/
.profile {
  translate: 0 -50%;
  margin-bottom: -12rem;
}
@media screen and (max-width: 767px) {
  .profile {
    translate: 0 0;
    margin-bottom: 0;
    margin-top: 2rem;
  }
}
.profile_wrap {
  background-color: var(--bg-main);
  padding: 5rem 6rem 4.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .profile_wrap {
    padding: 3rem 2rem;
  }
}
.profile_wrap > p.title {
  font-size: 1.4rem;
}
.profile_wrap .name {
  display: flex;
  align-items: flex-end;
  margin-top: 0.7em;
}
@media screen and (max-width: 767px) {
  .profile_wrap .name {
    margin-top: 1em;
  }
}
.profile_wrap .name > p.ja {
  font-size: 3.2rem;
  font-weight: 500;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .profile_wrap .name > p.ja {
    font-size: 2.4rem;
  }
}
.profile_wrap .name > span.en {
  font-size: 1.8rem;
  font-weight: 500;
}
.profile_wrap .name > span.en:nth-child(2) {
  margin-right: 0.5em;
}
.profile_wrap .name > span.en::first-letter {
  color: var(--color-home);
}
.profile_wrap p.readText {
  margin-top: 2rem;
}

/*------------------------------*/
.message {
  overflow: hidden;
}
.message .messageWrap01 {
  position: relative;
  z-index: 2;
}
.message .messageWrap02 {
  padding-top: 194.4444444444px;
  margin-top: -194.4444444444px;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message .messageWrap02 {
    padding-top: 27.7777777778%;
    margin-top: -27.7777777778%;
    padding-bottom: 4rem;
  }
}
.message .messageWrap02 .inner {
  position: relative;
  z-index: 1;
}
.message .messageWrap02 .message_sign {
  margin-inline: auto 0;
  padding-top: 3rem;
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .message .messageWrap02 .message_sign {
    padding-top: 2rem;
    width: 20rem;
  }
}
.message .messageWrap02 .message_image {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .message .messageWrap02 .message_image {
    margin-top: 3rem;
  }
}
.message .messageWrap02 .message_bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}
.message .messageWrap02 .message_bg .bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.message .messageWrap02 .message_bg .effect {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
  mix-blend-mode: hard-light;
  transform-origin: center bottom;
  filter: blur(3px);
  -webkit-animation: bgEffectTop 3s linear infinite;
          animation: bgEffectTop 3s linear infinite;
}
.message .messageWrap02 .message_bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.message .messageWrap02 p.title, .message .messageWrap02 p.readText {
  color: #fff;
}
.message .messageWrap02 p.number {
  opacity: 0.2;
}
.message .messageWrap03 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .message .messageWrap03 {
    padding-bottom: 6rem;
  }
}
.message_hd {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .message_hd {
    margin-top: 10rem;
  }
}
.message_hd > p.number {
  position: absolute;
  left: -0.25em;
  top: calc(50% - 0.6em);
  font-size: 20rem;
  font-weight: 300;
  color: #d8f0ff;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .message_hd > p.number {
    font-size: 12rem;
    left: calc(50% - 0.6em);
  }
}
.message_hd > p.title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.message_hd > p.title > span {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .message_hd > p.title > span {
    font-size: 2.4rem;
  }
}
.message_hd > p.title > span > span {
  display: inline-block;
  background: linear-gradient(to left bottom, #43f8ff 0%, #1d7df5 50%, #43f8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.message p.readText {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .message p.readText {
    margin-top: 3rem;
  }
}
.message_image {
  overflow: hidden;
  max-width: 700px;
  margin-inline: auto;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .message_image {
    margin-top: 3rem;
    max-width: none;
  }
}
.message_image.wide {
  max-width: none;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .message_image.wide {
    width: 120%;
    margin-left: -10%;
  }
}

/*------------------------------*/
.mvv {
  padding-block: 6rem 8rem;
  background: url("../../images/message/message_mvv_bg.jpg") no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  .mvv {
    padding-block: 4rem 4rem;
  }
}
.mvv_hd {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mvv_hd > h2 {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mvv_hd > h2 {
    font-size: 2rem;
  }
}
.mvv_hd > p.en {
  font-size: 16rem;
  font-weight: 100;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .mvv_hd > p.en {
    font-size: 12rem;
  }
}
.mvv_container {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .mvv_container {
    margin-top: 4rem;
  }
}
.mvv_item {
  display: flex;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .mvv_item {
    display: block;
    padding-bottom: 4rem;
  }
}
.mvv_item + .mvv_item {
  border-top: 1px solid #5e7c8e;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .mvv_item + .mvv_item {
    padding-top: 4rem;
  }
}
.mvv_item-hd {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .mvv_item-hd {
    width: 100%;
  }
}
.mvv_item-hd > p.en {
  color: #5e7c8e;
  font-size: 8.4rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .mvv_item-hd > p.en {
    font-size: 6rem;
  }
}
.mvv_item-hd > p.ja {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mvv_item-hd > p.ja {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mvv_item-text {
    margin-top: 3rem;
  }
}
.mvv_item-text .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mvv_item-text .title > p {
  background-color: #fff;
  padding: 1.2rem 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mvv_item-text .title > p {
    padding: 0.8rem 1rem;
  }
}
.mvv_item-text .title > p > span {
  font-size: 3.2rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  background: linear-gradient(to left bottom, #43f8ff 0%, #1d7df5 50%, #43f8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .mvv_item-text .title > p > span {
    font-size: 1.6rem;
  }
}
.mvv_item-text > p.readText {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .mvv_item-text > p.readText {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */