body, html {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.en-main-copy {
  line-height: 80px;
  margin-bottom: 20px;
}

.en-sub-copy {
  font-size: 28px;
  font-weight: bold;
  margin: 0px;
  color: #454242;
  margin-top: 0px;
  letter-spacing: 2px;
}
.product-en-name {
  letter-spacing: 3px;
  line-height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.en-line {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 37px;
}
.en-line1 {
  font-weight: 500;
  font-size: 37px;
}

.en-text {
  font-size: 23px;
    line-height: 1.5;
    text-align: left;
    width: 410px;
    font-weight: 500;
}
.en-container {
  gap: 178px;
}

.en-step-text {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  color: #4F4F4F;
  letter-spacing: 1.5px;
  padding: 0px 12px;
}
.enstep-flex {
  align-items: center;
}
.enstep-flex img {
  width: 43%;
  padding-right: 5px;
  height: auto;
}
.enred-text {
  font-size: 13px;
}



.encase-box p {
  font-size: 22px;
  line-height: 1.7;
  text-align: left;
  color: #4F4F4F;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (min-width: 960px) {
  .enred-text2 {
    margin-top: 0px;
  }
  .encase-box1 h3 {
    font-size: 24px;
    font-weight: bold;
    color: #e60012;
    margin-bottom: 40px;
    letter-spacing: 2px;
    margin-top: 40px;
  }
}

@media (max-width: 960px) {
  .enposition-img img {
    position: absolute;
    width: 85px;
    height: auto;
    left: 17px;
    bottom: 0;
    margin-bottom: 128px;
}
  .en-main-copy {
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 29px;
    letter-spacing: 1px;
}
.en-copy {
  font-size: 20px;
}
.en-sub-copy {
  font-size: 18px;
  letter-spacing: 1px;
}
.product-en-name {
  letter-spacing: 2px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px!important;
}
  .en-line {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 19px;
    letter-spacing: 1px;
  }
  .en-line1 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .en-container {
    gap: 50px;
  }
  .en-step-text {
    font-size: 12px;
    line-height: 1.6;
    font-weight: 500;
    color: #4F4F4F;
    letter-spacing: 1.5px;
    padding: 0px 0px;
}
.enred-text {
  font-size: 11px;
}
.encase-box p {
  font-size: 14px;
  line-height: 1.6;
}
}

.hidden-text {
  opacity: 0;
  transform: translateX(-100px); /* 左に少し逃がす */
  transition: all 1s ease;
}
.visible-text {
  opacity: 1;
  transform: translateX(0);
}