.tfJanusImageBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 65px;
  margin: 80px 0;
}

.tfJanusImageBoxRe {
  flex-direction: row-reverse;
}

.tfJanusImage {
  width: 55%;
}

.tfJanusImage img {
  max-width: 100%;
  position: relative;
  box-shadow: 3px 3px 20px #333;
}

.tfJanusImageText {
  width: 45%;
}

.tfJanusImageText p {
  line-height: 2em;
  font-weight: 600;
  font-size: 18px;
  padding-left: 15px;
}

.tfJanusMachine {
  color: #fff;
  background: #3F725A;
  background: linear-gradient(0deg, rgba(63, 114, 90, 1) 0%, rgba(26, 58, 41, 1) 100%);
}

.tfJanusMachineBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}

.tfJanusMachineImage {
  width: 50%;
  text-align: center;
}

.tfJanusMachineImage img {
  width: 100%;
  max-width: 475px;
}

.tfJanusMachineContent {
  width: 50%;
}

.tfJanusMachineContent h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1em;
  letter-spacing: 2px;
}

.tfJanusMachineContent p {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 1px;
}

.tfJanusDisplayImageList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  border-radius: 25px;
  background-color: #d6dbe5;
}

.tfJanusDisplayImageList li {
  color: #5b8773;
  width: calc(100% / 7);
  text-align: center;
  padding: 7.5px 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.tfJanusDisplayImageList .active {
  background-color: #5b8773;
  color: #d6dbe5;
  border-radius: 25px;
  font-weight: 800;
}

.tfJanusDisplayImage {
  margin: 30px auto;
  max-width: 600px;
}

.tfJanusDisplayImage img {
  max-width: 100%;
}

.tfJanusDisplayImageText {
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  font-weight: 600;
}

.tfJanusStore {
  background-image: url(../../Contents/ImagesPkg/threefirsts/janus/tf_janus_store_pc.png);
  background-size: cover;
  background-position: 70%;
}

.tfJanusStoreBox {
  padding: 80px 0;
  color: #fff;
}

.tfJanusStoreBox h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75em;
  margin-bottom: 20px;
}

.tfJanusStoreText {
  font-size: 16px;
  line-height: 2em;
  font-weight: 600;
  letter-spacing: 1px;
}

.tfJanusStoreLink {
  margin-top: 2em;
}

.tfJanusStoreLink a {
  font-size: 14px;
  line-height: 2em;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 30px;
  border: 1px solid #fff;
  transition: 0.5s;
  color: #fff;
}

.tfJanusStoreLink a:before {
  content: ">>";
  padding-right: 15px;
}

.tfJanusStoreLink a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media all and (max-width: 959px) {
  .tfJanusImageBox {
    flex-wrap: wrap;
    gap: 40px;
  }

  .tfJanusImage {
    width: 90%;
    position: relative;
    left: -15px;
  }

  .tfJanusImageBoxRe .tfJanusImage {
    left: auto;
    right: -15px;
  }

  .tfJanusImageText {
    width: 100%;
  }

  .tfJanusImageText p {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tfJanusMachineBox {
    flex-wrap: wrap;
    gap: 30px;
    padding: 25px 15px;
  }

  .tfJanusMachineImage {
    width: 100%;
  }

  .tfJanusMachineContent {
    width: 100%;
  }

  .tfJanusMachineContent h2 {
    font-size: 20px;
  }

  .tfJanusMachineContent p {
    font-size: 14px;
  }

  .tfJanusDisplayImageList {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .tfJanusDisplayImageList li {
    width: calc(100% / 4);
    font-size: 12px;
  }

  .tfJanusDisplayImageText {
    font-size: 14px;
  }

  .tfJanusStore {
    background-image: url(../../Contents/ImagesPkg/threefirsts/janus/tf_janus_store_sp.png);
    background-position: bottom;
  }

  .tfJanusStoreBox {
    padding: 50px 15px 200px 15px;
  }

  .tfJanusStoreBox h2 {
    font-size: 18px;
  }

  .tfJanusStoreText {
    font-size: 14px;
  }

  .tfJanusStoreLink a {
    font-size: 12px;
    display: block;
    text-align: center;
  }

}