* {
  margin: 0;
  padding: 0;
}

/* .is-hide__pc {
  display: none;
} */

/* @media screen and (max-width: 768px) {
  .is-hide__sp {
    display: none;
  }
  .is-hide__pc {
    display: inherit;
  }
} */

.staticMobile__inner {
  background: url("/contents/newyear/images/common/bgimg-newyear.jpg") no-repeat bottom;
  background-size: cover;
  text-align: center;
  /*opacity: 0.7;*/
  line-height: 2.1;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    sans-serif;
  margin: 0 -20px;
}

/* @media screen and (max-width: 420px) { */
  .newyear {
    /* background: url(/contents/images/common/bgimg-newyear.jpg) no-repeat;
    background-size: cover;
    line-height: 1.8;
    padding: 20px; */
  }
/* } */

.newyear__ttl {
  font-weight: normal;
  padding-top: 130px;
  font-size: 32px;
  /*opacity: 0.8;
    opacity: 1;*/
}

/* @media screen and (max-width: 768px) { */
  .newyear__ttl {
    padding-top: 50px;
    font-size: 30px;
    width: 35%;
    margin: 0 auto;
  }
/* } */

/* @media screen and (max-width: 420px) { */
  .newyear__ttl {
    width: 60%;
  }
/* } */

.newyear__txt_main {
  padding-top: 80px;
  font-size: 20px;
}

/* @media screen and (max-width: 768px) { */
  .newyear__txt_main {
    padding-top: 45px;
    font-size: 14px;
  }
/* } */

.newyear__txt_sub {
  padding-top: 45px;
  font-size: 20px;
}

/* @media screen and (max-width: 768px) { */
  .newyear__txt_sub {
    padding-top: 30px;
    font-size: 14px;
  }
/* } */

.newyear__txt_main,
.newyear__txt_sub {
  /* letter-spacing: 0.1em; */
  letter-spacing: 0.05em;
}

.newyear__txt_end {
  padding: 60px 0 0;
  line-height: 1.4;
}

/* @media screen and (max-width: 768px) { */
  .newyear__txt_end {
    font-size: 14px;
  }
/* } */

.newyear__txt_end_sign {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  margin-top: 10px;
}

/* @media screen and (max-width: 768px) { */
  .newyear__txt_end_sign {
    padding-bottom: 80px;
  }
/* } */
.newyear__txt_end_sign img {
  width: 180px;
  height: auto;
  padding-left: 10px;
}

/* @media screen and (max-width: 768px) { */
  .newyear__txt_end_sign img {
    width: 140px;
    padding-left: 6px;
  }
/* } */

/* 20260101公開　社長サイン */
.newyear2026 .newyear__txt_end_sign .newyear__president_name {
  font-size: 24px;
  margin-left: 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .newyear2026 .newyear__txt_end_sign .newyear__president_name {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}




/* SP特化用（staticMobile） ここから */
.newyear.staticMobile {
}
/* @media screen and (min-width: 769px) { */

.newyear.staticMobile {
  position: relative;
}
.newyear.staticMobile img {
  display: block;
  /* width: 100%; */
}

.newyear.staticMobile .logo__img {
  width: 100%;
}

.newyear.staticMobile .staticMobile__bg {
  background: url("/contents/newyear/images/common/bg-area.png") top / cover no-repeat;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 100vh;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
}

.newyear.staticMobile .staticMobile__bg.is-fixed {
  position: fixed;
}

.newyear.staticMobile .staticMobile__bg.is-end {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 769px) {
}
  .newyear.staticMobile .staticMobile__inner {
    max-width: 410px;
    /* background: #fff; */
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

@media screen and (max-width: 768px) {
  .newyear.staticMobile .staticMobile__inner {
    margin: 0 -20px;
    max-width: -webkit-fill-available;
  }
}
/* @media screen and (min-width: 430px) and (max-width: 768px) {
  .newyear.staticMobile .staticMobile__inner {
    max-width: 768px;
  }
} */
