@charset "UTF-8";
/*----------------------------------------------------------------------------
******************************************************************************
** RyzenType-T90 LP専用
******************************************************************************
----------------------------------------------------------------------------*/
:root {
  --accent-orange:#ff6600;
  --bg-dark:#ffffff;
  --text-light:#0f1724;
  --bg-section:#f0f0f0;
  --bg:#ffffff;
  --card:#0b1220;
  --accent-start:#7c3aed;
  --accent-end:#06b6d4;
  --muted:#94a3b8;
  --max-height:220px;
}

* {
  box-sizing: border-box;
}

.ryzentype-t90 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Helvetica Neue", Arial;
  color: #e6eef8;
  background: transparent;
  padding: 0;
  /* ===== ヒーロー ===== */
  /* ===== 納期告知 ===== */
  /* ===== セクション共通 ===== */
  /* ===== 背景交互 ===== */
  /* ===== 製品特徴 ===== */
  /* ===== スペック表 ===== */
  /* ===== アプライドのHPCが大学・研究室の用途に選ばれる理由 ===== */
  /* ===== お問い合わせ ===== */
  /* ===== フッター ===== */
  /* ===== 追加したセクションのスタイル ===== */
  /* CPU別の色 */
  /* レスポンシブ対応 */
  /* ===== レスポンシブ ===== */
}
.ryzentype-t90 .main_wide {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--text-light);
  line-height: 1.7;
  margin: 0;
  background: var(--bg-dark);
}
.ryzentype-t90 .container {
  max-width: 1200px;
  margin: 0 auto;
}
.ryzentype-t90 .container2 {
  max-width: 90vw;
  margin: 0 auto;
}
.ryzentype-t90 .container2 .box {
  text-align: left !important;
}
.ryzentype-t90 p {
  margin-bottom: 1.2em;
}
.ryzentype-t90 .hero-header {
  position: relative;
  text-align: center;
  padding: 0px 5px;
}
.ryzentype-t90 .hero-header .top {
  max-width: 1200px;
  margin: 0 auto;
}
.ryzentype-t90 .hero-header-tp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin-top: 5vh;
  margin-bottom: 0.5rem;
}
.ryzentype-t90 .hero-stock span {
  color: var(--accent-orange);
}
.ryzentype-t90 .cpu-show {
  border-top: 1px solid;
  border-color: var(--accent-orange);
}
.ryzentype-t90 .cpu-show p {
  margin: 0.2rem;
  font-size: large;
  font-weight: 500;
}
.ryzentype-t90 .hero-title {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 0.4em;
}
.ryzentype-t90 .hero-cpu-title {
  font-size: 1.5rem;
}
.ryzentype-t90 .hero-cpu-title span {
  font-size: xx-large;
  color: var(--accent-orange);
}
.ryzentype-t90 .hero-subtitle {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.ryzentype-t90 .hero-img {
  width: 30%;
  filter: drop-shadow(2px 4px 43px #fff);
}
.ryzentype-t90 .hero-info {
  display: flex;
  justify-content: center;
  /* 横中央揃え */
  gap: 30px;
  /* アイテム間のスペース */
  margin: 20px 0 30px;
  /* 上下の余白 */
  flex-wrap: wrap;
  /* 画面幅が狭い場合は折り返す */
}
.ryzentype-t90 .hero-info span {
  font-size: 1.8em;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 5px;
}
.ryzentype-t90 .hero-stock {
  color: #000;
  font-size: 4rem;
  font-weight: 900;
}
.ryzentype-t90 .hero-stock2 {
  font-size: 65px;
  background-image: linear-gradient(90deg, #000 0%, #000 48%, #ff6600 52%, #ff6600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ryzentype-t90 .hero-gj {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ryzentype-t90 span.gj-1 {
  font-size: medium;
  line-height: 0rem;
}
.ryzentype-t90 span.gj-3 {
  font-size: medium;
  line-height: 0;
}
.ryzentype-t90 .hero-limited {
  background-color: #005795;
  color: #fff;
}
.ryzentype-t90 .hero-price {
  background-color: #fff;
  color: #ff0000;
}
.ryzentype-t90 .btn-primary {
  background-color: var(--accent-orange);
  color: #fff;
  padding: 14px 32px;
  font-size: 1.1em;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
  display: inline-block;
}
.ryzentype-t90 .btn-primary:hover {
  background-color: #e05200;
}
.ryzentype-t90 .box {
  justify-content: center;
}
.ryzentype-t90 .box .btn-primary {
  margin: 10px;
}
.ryzentype-t90 .box .bk_black {
  background-color: #000;
}
.ryzentype-t90 .leadtime {
  background-color: var(--accent-orange);
  color: #000;
  text-align: center;
  padding: 20px 0;
  margin-top: 2rem;
}
.ryzentype-t90 .leadtime-text {
  font-size: 2.7em;
  font-weight: 700;
  margin: 1rem 0;
  color: #fff;
}
.ryzentype-t90 section {
  padding: 30px 0;
}
.ryzentype-t90 .section-title {
  font-size: 2em !important;
  font-weight: 700;
  color: #fff;
  background: var(--accent-orange);
  text-align: center;
  border-bottom: 1px solid #fff;
  border-radius: 10px;
}
.ryzentype-t90 section:nth-of-type(even) {
  background: var(--bg-section);
}
.ryzentype-t90 .feature-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}
.ryzentype-t90 .feature-list li {
  list-style-type: none !important;
  margin-bottom: 20px;
  padding-left: 2.2em;
  position: relative;
  font-size: 1.1em;
}
.ryzentype-t90 .feature-list li:before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--accent-orange);
  font-size: 1.2em;
  top: 0.1em;
}
.ryzentype-t90 .specs table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  max-width: 900px;
  margin: 0 auto;
  background: #111;
  border: 1px solid #333;
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
}
.ryzentype-t90 .specs th, .ryzentype-t90 .specs td {
  padding: 14px 11px;
  border-bottom: 1px solid #333;
}
.ryzentype-t90 .specs th {
  background-color: var(--accent-orange);
  color: #fff;
  font-weight: 700;
}
.ryzentype-t90 .specs tr:nth-child(even) td {
  background-color: #1a1a1a;
}
.ryzentype-t90 .benefit-item {
  text-align: center;
  margin: 0 auto 50px;
}
.ryzentype-t90 .benefit-item h3 {
  font-size: 1.6em;
  color: var(--accent-orange);
  font-weight: 700;
  margin-bottom: 12px;
}
.ryzentype-t90 .benefit-item p {
  font-size: 1.1em;
}
.ryzentype-t90 .contact {
  text-align: center;
}
.ryzentype-t90 .lp-footer {
  background: #111;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  color: #aaa;
}
.ryzentype-t90 .benefit-boxes .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.ryzentype-t90 .benefit-boxes .boxes2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ryzentype-t90 .benefit-boxes .box {
  width: calc(50% - 30px);
  margin: 0 auto;
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  /* ユースティリティ .box用の記述 */
  flex-wrap: wrap;
  justify-content: center;
}
.ryzentype-t90 .boxes2 .box {
  width: calc(50% - 30px);
  margin: 0 10px;
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  /* ユースティリティ .box用の記述 */
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ryzentype-t90 .box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: -webkit-fill-available;
}
.ryzentype-t90 .box-img {
  max-width: 500px !important;
  height: 400px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px;
}
.ryzentype-t90 .benefit-boxes .box h3 {
  color: var(--accent-orange);
  font-size: 1.8em;
  margin-bottom: 10px;
}
.ryzentype-t90 .boxes2 .box h3 {
  color: var(--accent-orange);
  font-size: 1.8em;
  margin-top: 0;
}
.ryzentype-t90 .benefit-boxes .box p {
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
}
.ryzentype-t90 .boxes2 .box p {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5;
  margin: 0;
}
.ryzentype-t90 .component-features .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.ryzentype-t90 .component-features .box-icon {
  width: 64px;
  height: 64px;
  color: var(--accent-orange);
}
.ryzentype-t90 .component-features .box h3 {
  margin-top: 0;
}
.ryzentype-t90 .card {
  display: flex;
  gap: 2rem;
  justify-content: center;
  border: 1px solid;
  border-radius: 15px;
  padding: 1rem 0 2rem 0;
}
.ryzentype-t90 .card h1 {
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
  color: #fff;
  background: var(--accent-orange);
  border-radius: 15px;
}
.ryzentype-t90 .chart {
  width: 600px;
  border: 2px solid var(--accent-orange);
  padding: 1rem;
  border-radius: 15px;
}
.ryzentype-t90 .bar-group {
  margin-bottom: 20px;
}
.ryzentype-t90 .label {
  margin-bottom: 5px;
  font-size: 14px;
}
.ryzentype-t90 .bar {
  height: 24px;
  margin: 4px 0;
  border-radius: 4px;
  text-align: right;
  padding-right: 5px;
  color: #000;
  font-size: 12px;
  line-height: 24px;
}
.ryzentype-t90 .cpu-name {
  display: flex;
  gap: 3rem;
  border: 1px solid;
  justify-items: start;
  justify-content: center;
  background: var(--bg-section);
  padding: 0.3rem 0 1rem 0;
  transform: translateY(-20px);
  border-radius: 15px;
}
.ryzentype-t90 .cpu-name span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ryzentype-t90 .ryzen-9950x3d {
  background: #ff6600;
}
.ryzentype-t90 .ryzen-9950x {
  background: #ffcc66;
}
.ryzentype-t90 .ryzen-9800x3d {
  background: #66cc66;
}
.ryzentype-t90 .intel-9255k {
  background: #66aaff;
}
.ryzentype-t90 .up-var-wrap {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
.ryzentype-t90 .up-var-detail .feature-list {
  text-align: left;
}
@media (max-width: 768px) {
  .ryzentype-t90 .benefit-boxes .boxes, .ryzentype-t90 .benefit-boxes .boxes2 {
    grid-template-columns: 1fr 1fr;
    /* 2列に変更 */
    gap: 15px;
  }
  .ryzentype-t90 .boxes .box {
    width: 100%;
  }
  .ryzentype-t90 .boxes .box h3 {
    font-size: 1.1em;
  }
  .ryzentype-t90 .boxes .box p {
    font-size: 0.95em;
  }
  .ryzentype-t90 .boxes2 .box {
    width: 100%;
  }
  .ryzentype-t90 .boxes2 .box h3 {
    font-size: 1.4em;
  }
  .ryzentype-t90 .boxes2 .box p {
    font-size: 0.95em;
  }
  .ryzentype-t90 .box-img {
    max-width: 500px !important;
    height: auto;
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .ryzentype-t90 {
    /* 1列に変更 */
  }
  .ryzentype-t90 .benefit-boxes .boxes, .ryzentype-t90 .benefit-boxes .boxes2 {
    grid-template-columns: 1fr;
  }
}
.ryzentype-t90 .container .title_gef {
  color: #fff;
  background: #005795;
}
.ryzentype-t90 .container .title_rtx {
  color: #fff;
  background: #00253f;
}
.ryzentype-t90 .container .sec1 {
  display: flex;
  flex-wrap: wrap;
}
.ryzentype-t90 .container .sec1 .upgpu_box {
  width: calc(50% - 20px);
  margin: 10px;
  padding: 10px;
  border: 1px solid;
  border-radius: 10px;
}
.ryzentype-t90 .container .sec1 .upgpu_box .t_item {
  width: calc(100% - 20px);
  margin: 10px;
}
.ryzentype-t90 .container .sec1 .upgpu_box .t_item h3 {
  font-size: 2.5rem;
  margin: 0.5em auto 1.2em;
}
.ryzentype-t90 .container .sec1 .upgpu_box .i_item {
  position: relative;
  width: calc(100% - 20px);
  margin: 10px;
}
.ryzentype-t90 .container .sec1 .upgpu_box .i_item img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.ryzentype-t90 .container .sec1 .upgpu_box .i_item .price {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ff0000;
}
@media (max-width: 768px) {
  .ryzentype-t90 .hero-title {
    font-size: 2em;
    margin: 2rem 0;
  }
  .ryzentype-t90 .hero-header-tp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 2vh;
    margin-bottom: 1.5rem;
    flex-direction: column;
  }
  .ryzentype-t90 .hero-stock1 {
    transform: translateY(25px);
  }
  .ryzentype-t90 .hero-stock {
    color: #000;
    font-size: 3rem;
    font-weight: 900;
  }
  .ryzentype-t90 .hero-stock2 {
    font-size: 65px;
    background-image: linear-gradient(180deg, #000 0%, #000 48%, #ff6600 52%, #ff6600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ryzentype-t90 span.gj-1 {
    font-size: medium;
    line-height: 0.3rem;
  }
  .ryzentype-t90 span.gj-3 {
    font-size: medium;
    line-height: 0;
  }
  .ryzentype-t90 .card {
    display: flex;
    gap: 2rem;
    justify-content: center;
    border: 1px solid;
    border-radius: 15px;
    padding: 1rem 0.5rem 2rem 0.5rem;
    flex-direction: column;
  }
  .ryzentype-t90 .chart {
    width: 100%;
    border: 2px solid var(--accent-orange);
    padding: 1rem;
    border-radius: 15px;
  }
  .ryzentype-t90 .cpu-name {
    display: flex;
    gap: 0rem;
    justify-items: start;
    justify-content: center;
    background: var(--bg-section);
    padding: 0.3rem 1rem 1rem 1rem;
    transform: translateY(-20px);
    border-radius: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .ryzentype-t90 .up-var-wrap {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    flex-direction: column;
  }
  .ryzentype-t90 .hero-subtitle {
    font-size: 1.2em;
  }
  .ryzentype-t90 .btn-primary {
    padding: 12px 28px;
    font-size: 1em;
  }
  .ryzentype-t90 .section-title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
  .ryzentype-t90 .benefit-item h3 {
    font-size: 1.3em;
  }
  .ryzentype-t90 .feature-list li {
    font-size: 1em;
    padding-left: 1.5em;
  }
  .ryzentype-t90 .specs table, .ryzentype-t90 .specs th, .ryzentype-t90 .specs td {
    font-size: 0.9em;
  }
  .ryzentype-t90 .specs table {
    display: block;
    overflow-x: auto;
  }
  .ryzentype-t90 .card {
    display: flex;
    gap: 2rem;
    justify-content: center;
    border: 1px solid;
    border-radius: 15px;
    padding: 2rem 1rem;
  }
  .ryzentype-t90 .container .title_gef {
    font-size: 1.5rem;
  }
  .ryzentype-t90 .container .title_rtx {
    font-size: 1.5rem;
  }
  .ryzentype-t90 .container .sec1 {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .ryzentype-t90 .container .sec1 .upgpu_box {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 20px);
  }
  .ryzentype-t90 .container .sec1 .upgpu_box .t_item {
    width: 100%;
    border-right: none;
  }
  .ryzentype-t90 .container .sec1 .upgpu_box .t_item h3 {
    margin: 0.5em auto 0.5em;
  }
  .ryzentype-t90 .container .sec1 .upgpu_box .t_item .spec {
    flex-wrap: wrap;
  }
  .ryzentype-t90 .container .sec1 .upgpu_box .t_item .spec .spec_item {
    width: 100%;
  }
  .ryzentype-t90 .container .sec1 .upgpu_box .t_item .spec > p {
    width: 100%;
  }
  .ryzentype-t90 .container .sec1 .upgpu_box .i_item {
    width: 100%;
  }
  .ryzentype-t90 .container .sec1 .upgpu_box .i_item img {
    padding: 20px;
    transform: translateY(-13%);
  }
  .ryzentype-t90 .container .sec1 .upgpu_box .i_item .price {
    top: 95%;
    font-size: 6.5vw;
  }
}/*# sourceMappingURL=ryzentype-t90.css.map */