.txtEx {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
.PC {
  display: inherit;
}
.SP {
  display: none;
}

:root {
  --font-default: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic,
    "Yu Gothic Medium", "Yu Gothic", "メイリオ", Meiryo, Osaka, "sans-serif";
  --font-Mincho: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

:where(html) {
  overflow: overlay;
  font-size: 62.5%; /*1rem = 10px*/
  font-size: 1.33vw; /*defaultFontsize / maxWidth * 100*/
  /*max-width: 750px;*/ /*maxWidth*/
  margin: 0 auto;
  /*	scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  /*	-ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
:where(html)::-webkit-scrollbar {
  width: 1.6rem;
  /*  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
:where(html)::-webkit-scrollbar-track {
  background: transparent;
}
:where(html)::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid ccc;
  border-right: none;
}
/*deviceWidth 750px 以上の時 全体のフォントサイズ 10px に固定*/
@media screen and (min-width: 750px) {
  :where(html) {
    font-size: 10px; /*defaultFontsize*/
  }
}
:where(body) {
  font-family: var(--font-default);
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
:where(img) {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
:where(picture) {
  display: inline-block;
  vertical-align: bottom;
}

a:where([class]) {
  display: inline-block;
  transition: opacity 0.12s;
}
a:where([class]):hover {
  opacity: 0.8;
}

/*--------------------
No1*/

/*--No2*/

/*No3*/

[class^="lpimg"] {
  display: flex;
  justify-content: center;
}
[class^="lpimg"] .bg {
  width: 200rem;
  max-width: none;
}
.btnarea {
  position: relative;
}
.btnarea > .btn {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  display: block;
  width: 60rem;
}
.btnarea .btn02 {
  bottom: 9.4rem;
  width: 63rem;
}
.btnarea .btn03 {
  bottom: 22.6rem;
  width: 58rem;
}
.cvarea {
  background: url(../images/cv_bg.jpg) no-repeat center top;
  background-size: 200rem;
}

/*--------------------
header*/
.box_lpimg01 {
  background: #333;
}
.box_lpimg01 .links {
  display: flex;
  justify-content: space-between;
  width: 75rem;
  margin: 0 auto;
}
.box_lpimg01 .btn01 {
  width: 39.7rem;
}
.box_lpimg01 .btn02 {
  width: 17.6rem;
}
.box_lpimg01 .btn03 {
  width: 17.7rem;
}

.fixarea {
}
.fixarea .btn {
  pointer-events: none;
  position: fixed;
  z-index: 10;
  bottom: 0;
  will-change: transform;
  transition: opacity 0.15s;
  opacity: 0;
}
.fixarea .btn.is-active {
  pointer-events: auto;
  opacity: 1;
}

.flash_effect {
  /*	position: relative;*/
  overflow: hidden;
  border-radius: 1rem;
}
.flash_effect:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: -30%;
  top: -50%;
  display: block;
  width: 100px;
  height: 200%;
  background-image: linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    white 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(30deg);
  animation: shiny 2s infinite linear normal;
  opacity: 0.7;
}
@keyframes shiny {
  0% {
    left: -30%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.countdownarea {
  position: relative;
}
.countdown {
  z-index: 10;
  bottom: 2.1rem;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.countdown .time mark {
  color: #bf9658;
  background: none;
}
.countdown .numberDisplay {
  font-size: 4rem;
}

.detail {
}

.footer {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.footer .icons {
  display: flex;
  justify-content: space-between;
  width: 46.6rem;
  margin: 0 auto;
}
.footer .icons .icon {
  width: 11.3rem;
}
.footer .links {
  display: flex;
  justify-content: center;
  padding: 3.5rem 0;
}
.footer .links .link {
  color: #000;
  font-size: 2.6rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
}
.footer .links .link:not(:last-child) {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #000;
}

/* カウントダウンタイマー  */
#countdownArea,
#countdownArea_2,
#countdownArea_3 {
  text-align: center;
}
#countdown-day,
#countdown-day_2,
#countdown-day_3,
#countdown-sec,
#countdown-sec_2,
#countdown-sec_3,
#countdown-hour,
#countdown-hour_2,
#countdown-hour_3,
#countdown-min,
#countdown-min_2,
#countdown-min_3 {
  margin: 0.5rem 0.2rem 1rem 0.2rem;
  padding: 0.2rem;
  font-size: 4rem;
}
/* コピー完了メッセージの非表示　*/
.copy_alert,
.copy_alert_2,
.copy_alert_3 {
  display: none;
  color: black;
  font-size: 3rem;
  text-align: center;
}

/* ===================================================================================
    以下、追加CSS
 =================================================================================== */

.copy-font {
  font-size: 4rem;
  text-align: center;
  color: #191919;
  margin: 0.5rem;
}

.image-item {
  background-color: white; /* PC表示でも白背景で綺麗に見せる */
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-item img {
  width: 100%;
  max-width: 550px; /* PCでも画像が大きくなりすぎないように調整 */
  height: auto;
  display: block;
}
