body {
  font-size: 14px;
  line-height: 150%;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  letter-spacing: -0.02em;
}
a {
  text-decoration: unset;
  color: #ffffff;
}
a:hover {
  text-decoration: unset;
  color: #ffffff;
}
hr {
  border-color: rgba(255,255,255, 0.2);
  margin-top: 0;
  margin-bottom: 0;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.nmw {
  max-width: unset !important;
}
.modal-content {
  background: none;
}
.highlighted-features {
  background: #101519;
}

/* Component
--------------------------------- */
/* <> Button <> */
.btn {
  border-radius: 0;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 15px 8px 15px;
  display: inline-block;
}
.btn > span {
  display: inline-block;
  vertical-align: middle;
}
.btn .material-icons-outlined {
  margin-left: 10px;
}
.ci-btn-white {
  background: #fff;
}
.ci-btn-transparent {
  background: transparent;
  border: 2px solid #000000;
  color: #000000;
}
.ci-btn-transparent:hover{
  color: #fff;
  background: #000000;
}
.ci-btn-orange {
  color: #fff !important;
  justify-content: center;
  background: #F26522 !important;
  border:2px solid #F26522 !important;
}
.ci-btn-orange:hover{
  color: #ffffff;
  background: transparent !important;
  border:2px solid #F26522;
}

/* <> Heading label <> */
.ci-sec-label {
  opacity: 0.6;
}

/* <> Heading <> */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02em;
  font-family: 'Klavika', 'Noto Sans', 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;
}
h1 {
  font-size: 34px;
  line-height: 100%;
}
h2 {
  font-size: 28px;
  line-height: 120%;
}
h3 {
  font-size: 24px;
  line-height: 120%;
}
h4 {
  font-size: 22px;
  line-height: 120%;
}

/* <> Shortcut <> */
.scroll-shortcut {
  display: none;

  position: absolute;
  right: -140px;
  bottom: 80px;
  transform: rotate(-90deg);
  transform-origin: center left;
  transition: all .3s;
  width: 200px;
  text-decoration: none;
}
.scroll-shortcut svg {
  margin-right: 15px;
}
.scroll-shortcut:hover {
  color: #8246AF;
  text-decoration: none;
}
.scroll-shortcut svg path,
.scroll-shortcut svg line {
  stroke: #111;
  transition: all .3s;
}
.scroll-shortcut:hover svg path,
.scroll-shortcut:hover svg line {
  stroke: #8246AF;
}


/* Main menu
--------------------------------- */
.ci-menu-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 7;
}
.ci-menu-container .ci-menu-container-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ci-menu-container .ci-menu-container-inner .ci-menu-logo {
  flex-grow: 0;
}
.ci-menu-container .ci-menu-container-inner .ci-menu-outer {
  flex-grow: 1;
  display: none;
  align-items: center;
  align-items: flex-start;
}
.ci-menu-inner {
  margin: auto 0;
}
.ci-menu-container .ci-menu-inner li a {
  font-family: 'Klavika', 'Noto Sans', 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-right: 15px;
  padding: 4px 10px;
  transition: all .3s;
}
.ci-menu-container .ci-menu-inner li a:hover {
  background: #fff;
  color: #000;
}

/* <> Logo AMD <> */
.ci-menu-container .logo-amd img {
  max-width: 170px;
  height: auto;
  display: block;
}

/* <> Mobile menu <> */
.ci-menu-outer.open {
  position: fixed;
  z-index: 2;
  background: #000;
  max-width: 300px;
  top: 0;
  right: 0;
  height: 100%;
  padding: 15px;
  display: block !important;
}
.ci-menu-outer.open .ci-menu-inner li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.ci-menu-outer.open .ci-menu-inner li a {
  font-family: 'Klavika', 'Noto Sans', 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 4px 0;
  transition: all .3s;
}
.ci-menu-outer.open .ci-menu-inner li a:hover {
  text-indent: 15px;
}
.ci-menu-outer.open .ci-menu-inner li a:hover {
  background: #fff;
  color: #000;
}

/* <> Trigger <> */
.ci-trigger-close {
  position: absolute;
  display: flex;
  top: 16px;
  left: -30px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  color: #000;
  align-items: center;
  justify-content: center;
}


/* Masthead
--------------------------------- */
.ci-header-outer {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 15px;
}
.ci-header-outer .ci-amd-headwrap {
  position: relative;
  max-width: 560px;
}
.ci-header-outer .ci-amd-headwrap::after {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 40px;
  height: 40px;
  background: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220419-MilanX-HeadwrapIcon.svg) no-repeat center center;
  background-size: 40px 40px;
}
.ci-header-outer .ci-logo-ryzen {
  border-right: 1px solid rgba(255,255,255, 0.5);
}
.ci-header-outer .ci-header-details .ci-logo-ryzen img {
  max-width: 90px;
  display: block;
}
.ci-header-outer .ci-header-details .ci-logo-windows img {
  max-width: 160px;
  display: block;
}
.iframe-854 {
  display: block;
}
.iframe-570 {
  display: none;
}
.iframe-height-200 {
  display: none;
}
.masthead-txt {
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
  width: 857px;
  text-align: center;
}
.d-flex {
  flex-wrap: wrap;
}

/* Intro
--------------------------------- */
.ci-intro-outer {
  position: relative;
  overflow-x: hidden;
}
.ci-intro-outer .ci-intro-kv {
  position: relative;
  width: 120%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.ci-intro-outer .ci-intro-kv figure {
  width: 100%;
}
.ci-intro-outer .ci-intro-kv img {
  width: 100%;
  height: 100%;
}
  .ci-intro-outer .ci-intro-kv::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  }
  .ci-intro-outer .ci-intro-kv::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
  }
.ci-intro-outer .ci-intro-kv figcaption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 460px;
  text-align: center;
  opacity: 0.8;
}
.ci-intro-outer .ci-intro-kv h2 {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 70%;
  height: 60%;
  justify-content: center;
}
.ci-intro-outer .ci-intro-kv h2::before {
  display: inline-block;
  content: '';
  width: 50px;
  height: 35px;
  margin-right: 10px;
  background: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220419-MilanX-IconYouTube.svg) no-repeat center center;
  background-size: cover;
}
.ci-intro-outer .ci-intro-body {
  position: relative;
  z-index: 2;
}
#getIntro {
  display: none;
}


/* Zen 4
--------------------------------- */
#zen4 {
  background-image: url(https://www.amd.com/system/files/2022-10/1612150-delidded-die-1920x1080.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 200px 80px;
}
.zen4-txt {
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
  width: 33%;
}
#zen4 h2 {
  font-family: "Klavika Condensed", projp, meiryo, osaka, hiragino, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 5px;
}
#zen4 p {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 3px 0 30px;
}
#zen4 a {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  min-width: 200px;
  max-width: 100%;
}
#zen4 a:hover {
  background-color: rgba(255,255,255,0.25);
  border: rgba(255,255,255,0) 2px solid;
}
.zen4-btn {
  display: inline;
  padding: 10px 65px;
  border: #ffffff 2px solid;
}


/*
getCuttingEdge
--------------------------------- */
.getCuttingEdge-btn {
  display: inline-block;
  margin-top: 30px;
}


/*
performance
--------------------------------- */
#performance {
  background-image: url(https://www.amd.com/system/files/2022-09/1612150-black-blue-dot-blur-texture-1920x800.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding: 100px;
}
#performance h2 {
  font-family: "Klavika Condensed", projp, meiryo, osaka, hiragino, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}
#performance h3 {
  font-family: "Klavika Condensed", projp, meiryo, osaka, hiragino, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 65px;
}
#performance p {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.bar-label {
  margin-top: 10px;
}
.bar p {
  line-height: 36px !important;
  text-align: right;
  padding-right: 5px;
}
#performance a {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  min-width: 200px;
  max-width: 100%; 
}
#performance a:hover {
  background-color: rgba(255,255,255,0.25);
  border: rgba(255,255,255,0) 2px solid;
}
.performance-btn {
  display: inline;
  padding: 10px 65px;
  border: #ffffff 2px solid;
}
.performance-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 60px;
  text-align: left;
}
.performance-element {
  width: 32%;
  padding: 10px;
}
.performance-element h2 {
  margin-bottom: 5px;
}
.bar-top {
  background-color: #007c97;
  width: 92%;
}
.bar-middle {
  background-color: #003d4c;
  width: 50%;
}
.bar-bottom {
  background-color: #333333;
  width: 25%;
  color: #333333;
}


/* investment
--------------------------------- */
#investment {
  background-image: url(https://www.amd.com/system/files/2022-09/1612150-black-blue-dot-blur-texture-1920x800.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding: 100px;
}
#investment h2 {
  font-family: "Klavika Condensed", projp, meiryo, osaka, hiragino, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
}
#investment p {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.investment-btn {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  min-width: 200px;
  max-width: 100%; 
  margin-top: 30px;
}
.investment-btn:hover {
  background-color: rgba(255,255,255,0.25);
  border: rgba(255,255,255,0) 2px solid;
}
.investment-btn {
  display: inline-block;
  padding: 10px 65px;
  border: #ffffff 2px solid;
}
.investment-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
  text-align: center;
}
.investment-flex li {
  width: 19%;
  min-width: 185px;
  padding: 8px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  border: #ffffff 1px solid;
}
.investment-flex li:hover {
  background-color: #666666;
  cursor: pointer;
}
.investment-flex .display {
  background-color: #666666;
}


.investment-250,
.investment-500,
.investment-1500,
.investment-3000,
.investment-6000 {
  display: none;
}
.inactive {
  display: none;
}
.active {
  display: block;
}


/*
strength
--------------------------------- */
#strength {
  background-image: url(https://www.amd.com/system/files/2022-09/1612150-digital-texture-black-1920x800.png); 
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: cover;
  text-align: center;  
  padding: 100px;
  color: #ffffff;
}
#strength h2 {
  font-family: "Klavika Condensed", projp, meiryo, osaka, hiragino, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 50px;
}
.strength-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.strength-flex li {
  width: 31%;
  padding: 10px 20px;
  background-color:#000000;
  border: #ffffff 0.1px solid;
  transition: all 0.7s;
}
.strength-flex li:hover {
  padding: 6px 15px;
  transition: all 0.7s;
  text-align: center;
  border: #000000 0.1px solid;
  cursor: pointer;
}
.strength-btn:hover {
  background-color: rgba(255,255,255,0.25);
  border: rgba(255,255,255,0) 2px solid;
}
.strength-btn {
  display: inline-block;
  padding: 10px 65px;
  border: #ffffff 2px solid;
}
.modal-strength-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100; 
  display: none;
}
.modal-strength {
  width: min(1300px,90vw);
  background-color: #ffffff;
  position: absolute;
  margin: 30px auto;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 6px;
}
.modal-strength-header {
  text-align: right;
  padding: 10px;
  border-bottom: #e5e5e5 1px solid;
}
.modal-strength-header p {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #cccccc !important;
}
.modal-strength-body {
  padding: 10px;
}
.modal-strength h2 {
  margin: 22px 0px 5px 10px;
  margin-bottom: 5px !important;
  color: #000000;
  text-align: left;
}
.modal-strength p {
  color: #000000;
  font-size: 14px;
}
.modal-strength a {
  color: #000000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  min-width: 200px;
  max-width: 100%; 
}
.modal-strength-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-strength-flex iframe {
  padding: 10px;
  width: 68%;
  min-height: 380px;
}
.modal-strength-flex div {
  padding: 10px;
  text-align: left;
  width: 30%;
}
.modal-strength-btn:hover {
  background-color: #000000;
  border: #000000 2px solid;
  color: #ffffff;
}
.modal-strength-btn {
  display: inline-block;
  color: #000000;
  border: #000000 2px solid;
  padding: 15px 45px;
  text-align: left;
  margin-top: 45px;
}
.modal-strength {

}
.close-strength {
  cursor: pointer;
  display: inline-block;
  font-size: 24px !important;
  position: relative;
  right: 8px;
}

.open-energy-efficiency {
  margin-right: 16px;
}
.open-enterprise {
  margin-right: 16px;
}

.ecosystem-partner h3 {
  font-size: 20px !important;
}

.ecosystem-partner p {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}



/* Backed Industry Leader
--------------------------------- */
#getStrongPartnerships {
  display: none;
}
.ci-backed-industry {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220419-MilanX-BgBacked.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}


/* Software Partner
--------------------------------- */
#getSoftPartner {
  display: none;
}
.ci-soft-partner {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220419-MilanX-BgSoftPartner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


/* Partners
--------------------------------- */
#partners {
  background-image: url(https://www.amd.com/system/files/2022-10/1612150-server-room-1920x1080_0.jpg);
  background-position: top center; 
  background-repeat: no-repeat; 
  background-size: cover;
  padding: 50px;
  text-align: center;
}
#partners h3 {
  font-family: "Klavika Condensed", projp, meiryo, osaka, hiragino, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
}
#partners ul {
  margin: 0 auto;
  width: 100%;
  padding: 50px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#partners li {
  padding: 0 10px;
  width: 20%;
}
#partners img {
  width: 100% !important;
}
.partners-btn:hover {
  background-color: rgba(255,255,255,0.25);
  border: rgba(255,255,255,0) 2px solid;
}
.partners-btn {
  display: inline;
  padding: 10px 35px;
  border: #ffffff 2px solid;
}
.partners-btn a {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  min-width: 200px;
  max-width: 100%; 
}


/* Form
--------------------------------- */
#mktoContainer .mktoForm .mktoFormRow input,
#mktoContainer .mktoForm .mktoFormRow select,
#mktoContainer .mktoForm .mktoFormRow textarea {
  border-radius: 0;
}
#mktoContainer .mktoForm button.mktoButton {
  background-color: #FF6A00;
  border-color: #FF6A00;
  border-radius: 0;
}
#mktoContainer .mktoForm .mktoRequiredField label.mktoLabel,
#mktoContainer .mktoForm label.mktoLabel {
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
}
#mktoContainer .mktoForm .mktoFormRow.ctxEmail {
  width: 100%;
}
#mktoContainer .mktoForm .mktoFormRow.ctxsubscribe, #mktoContainer .mktoForm .mktoFormRow.ctxmkto_optin {
  margin-bottom: 10px;
}
#mktoContainer .mktoForm .mktoFormRow.ctxsubscribe .mktoFieldWrap label, #mktoContainer .mktoForm .mktoFormRow.ctxmkto_optin .mktoFieldWrap label {
  display: block;
  font-weight: normal;
}
#mktoContainer .mktoForm .mktoFormRow.ctxsubscribe .mktoFieldWrap label a, #mktoContainer .mktoForm .mktoFormRow.ctxmkto_optin .mktoFieldWrap label a {
  color: #111;
  padding: 0;
}
.cta-article {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  display: block;
  font-weight: 500;
  line-height: 32px;
  color: rgb(0, 124, 151);  
  margin-bottom: 30px;
}

.inquiry-form {
  width: 70%;
  margin: 3rem auto;
}
.inquiry-form h2 {
  margin: 1rem;
  text-align: center;
}
.inquiry-form p {
  margin-bottom: 1.875rem;
}
.inquiry-form a {
  color: #42B5D1;
}


/* Footer
--------------------------------- */
.hidden-230129 {
  display: none;
}
.ci-sec-footer {
  color: #CCCCCC;
}
.ci-follow {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Klavika', 'Noto Sans', 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;
}
.ci-details {
  font-family: 'Klavika', 'Noto Sans', 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;
  color: #CCCCCC;
}
.ci-colophon {
  align-items: center;
  justify-content: flex-end;
}
.ci-colophon .ci-socials {
  margin-bottom: 15px;
}
.ci-colophon .ci-socials li {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 15px;
}
.ci-colophon .ci-socials li a {
  display: block;
  width: 16px;
  height: 14px;
  overflow: hidden;
  text-indent: 200px;
  background: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/20220204-ml200-fb.png) no-repeat center center;
  background-size: cover;
}
.ci-colophon .ci-socials li.icon-twitter a {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/20220204-ml200-tw.png);
}
.ci-colophon .ci-socials li.icon-instagram a {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/20220204-ml200-ig.png);
}
.ci-colophon .ci-socials li.icon-youtube a {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/20220204-ml200-yt.png);
}
.ci-colophon .ci-socials li.icon-linkedin a {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/20220204-ml200-li.png);
}
.ci-colophon .ci-socials li.icon-twitch a {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/20220204-ml200-twitch.png);
}
.backtoptop img{
  max-width: 40px;
}

#backtotop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  cursor: pointer; /* Add a mouse pointer on hover */
}

#sharebutton {
  position: fixed; /* Fixed/sticky position */
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 99;
  background: #eee;
  padding: 8px;
  border: 1px solid rgba(0,0,0, 0.1);
  box-shadow: 2px 2px 7px rgb(0 0 0 / 5%);
}

#sharebutton .share-text{
  font-size: 12px;
  font-weight: bold;
  color: #111;
}

.ci-share-button li {
  display: block;
  text-align: center;
  /*width: 16px;
  height: 14px;*/
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.ci-share-button li a {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  width: 18px;
  height: 16px;
  overflow: hidden;
  text-indent: 200px;
  background: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220419-MilanX-IconShareFacebook.svg) no-repeat center center;
  background-size: cover;
}
.ci-share-button li:last-child a {
  margin-bottom: 0;
}
.ci-share-button li.icon-twitter-share a {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220419-MilanX-IconShareTwitter.svg);
}
.ci-share-button li.icon-email-share a {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220419-MilanX-IconShareEmail.svg);
}
.ci-share-button li.icon-linkedin-share a {
  background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220419-MilanX-IconShareLinkedIn.svg);
}
.ci-share-button li:last-child  {
    margin-bottom: 0;
    border-bottom: 0;
  }


.backtoptop img:hover{
  opacity: 0.7;
}


@media (max-width: 1440px) {
  /*
  .ci-menu-container .ci-menu-inner li a {
    font-size: 10px;
  }
  */
  .ci-menu-container .btn {
    font-size: 15px;
  }
}


/**
 epyc
*/

.lead{
  color: #505050;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width:750px){
  html,body{min-width: 100%;}
  .lead{font-size: 1.4rem;}
}


.btn-sq>* {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #FFF;
    /* min-width: 280px; */
    text-align: center;
    padding: 0.5em 1.2em;
}

.ci-amd-headwrap img {
  width: auto !important;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width:750px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .youtuber h2 {
    font-size: 20px !important;
  }
  .youtuber p {
    font-size: 14px !important;
  }
  .epyc-processer h2 {
    font-size: 26px !important;
  }
  .epyc-processer .lead {
    font-size: 14px !important;
  }
  .epyc-voice .title-h2 {
    font-size: 26px !important;
  }
  .epyc-voice .wf-a {
    font-size: 16px !important;
  }
}

.youtuber h2 {
  font-weight: bolder;
}

.youtuber p {
  font-size: 16px;
  margin-bottom: unset;
}

.youtuber a {
  font-size: 16px;
}

.youtuber .btn-sq {
  display: inline-block;
}

.epyc-processer h2 {
  font-size: 35px;
  font-weight: bolder;
}

.epyc-processer .lead {
  font-size: 16px;
}

.epyc-processer .wf-a {
  margin-bottom: 0;
}

.epyc-voice .title-h2 {
  font-weight: bolder;
}

.epyc-voice .wf-a {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 0;
}

.epyc-voice .btn-wrap a {
  color: #000000;
  font-size: 14px;
}

/** Amazon */
.ci-header-inner .btn-wrap {
  margin: 0 auto 0 0;
}

.amazon-box-inner-center {
  max-width: 640px;
  margin: auto auto auto 680px;
  padding-top: 200px;
}

.genoa-amazon {
  background-image: url("../img/221694014_AMDEPYC_Genoa_BeautyShot_02.png");
  height: 800px;
  background-position: center;
  background-size: cover;
}

.genoa-amazon p {
  color: #ffffff;
}

.genoa-amazon .epyc-amazon-cta-title {
  font-size: 32px;
  right: 200px;
  top: 130px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.genoa-amazon .check-function {
  font-size: 20px;
}

.genoa-amazon .check-function:before {
  content: "✔";
  padding-right: 6px;
  color:rgb(0, 124, 151);
}

.genoa-amazon .amazon-box-inner-center .btn-wrap {
  width: 105%;
  font-size: 20px;
  margin-top: 50px;
}

.genoa-amazon .amazon-box-inner-center .btn-wrap.pc {
  display: flex;
  align-items: center;
}

.btn-detail {
  padding: 20px 35px;
  font-size: 16px;
  background: #fff;
  color: #000;
  text-align: center;
}

.btn-detail:hover {
  color: #000;
}

.btn-wrap.pc .btn-detail {
  margin-left: 20px;
}

.btn-wrap.sp .btn-detail {
  width: 50%;
  padding: 15px 35px;
  margin: 0 auto;
}

.amazon-cta img {
  height: 24px;
}
.amazon-box {
  display: flex;
  color: #fff;
}
.amazon-box p {
  margin: 0 !important;
  font-size: 14px;
}
.amazon-box-inner-left {
  display: inline-grid;
  text-align: center;
  padding: 20px 25px 20px 25px;
  max-width: 130px;
}
.amazon-box-inner-left-sp {
  display: inline-grid;
  text-align: center;
  padding: 20px;
  max-width: 130px;
}
.amazon-box-inner-right {
  line-height: 20px;
  padding: 10px 40px 10px 10px;
  text-transform: capitalize;
}
.amazon-box-inner-right-sp {
  line-height: 20px;
  padding: 10px 20px 10px 20px;
  text-transform: capitalize;
}

.amazon-border {
  border-bottom: 1px solid white;
}

.amazon-ebook-sentence {
  line-height: 1.4;
  padding-top: 8px;
}
.amazon-color {
  background-color: #f26522;
}

.amazon-color-red {
  background-color: #ed1c24;
}

.amazon-color-default {
  background-color: rgb(0, 124, 151);
}

.amazon-img-div {
  position: relative;
}
.amazon-img-div .btn-wrap {
  position: absolute;
  top: 170px;
  left: 7%;
}
.amazon-img-div .btn-wrap .amazon-cta {
  width: 410px;
  padding: unset;
}
.amazon-img-div .btn-wrap .amazon-cta img {
  height: 24px;
}
.amazon-img-div .btn-wrap .amazon-cta .amazon-box {
  width: 100%;
}
.amazon-img-div .btn-wrap .amazon-box-inner-left {
  font-size: 14px;
  padding: 6px;
  width: 46%;
}
.amazon-img-div .btn-wrap .amazon-box-inner-right {
  font-size: 14px;
  padding: 6px;
  width: 100%;
}

.l-block-form .btn-wrap {
  display: table;
  margin: auto;
}

.l-block-form .img-fluid {
  max-height: 300px;
  width: auto;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}

.kv-cta {
  position: absolute;
  left: 38%;
  bottom: 19%;
}

.ci-header-inner .text {
  font-size: 18px;
  line-height: 1.8;
  position: absolute;
  left: 35%;
  bottom: 3%;
}

/*
review
--------------------------------- */
#review {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 100px;
}
#review h2 {
  font-family: Meiryo, メイリオ;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0px 0px 20px;
}
#review p {
  font-size: 16px;
  line-height: 20px;
}
#review a {
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  min-width: 200px;
  max-width: 100%; 
}
#review a:hover {
  background-color: rgba(255,255,255,0.25);
  border: rgba(255,255,255,0) 2px solid;
}
.top-review {
  padding-top: 20px;
}
.itreview-logo {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  max-width: 560px;
}
.itreview-logo img {
  width: 220px;
}
.review-description {
  padding-bottom: 10px;
  text-align: center;
  font-size: 26px !important;
  line-height: 46px !important;
}
.review-btn {
  display: inline;
  padding: 10px 40px;
  border: #ffffff 2px solid;
  margin-right: 40px;
}
.review-campaign-btn {
  display: inline;
  padding: 10px 50px;
  background-color: #E16E38;
}
.review-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 60px;
  text-align: left;
}
.review-element {
  border: #ffffff 1px solid;
  width: 32%;
  height: 310px;
  padding: 30px;
  position: relative;
}
.review-element img {
  width: 100px;
  margin-bottom: 10px;
}
.review-userjob {
  position: absolute;
  bottom: 30px;
  margin-top: 30px;
}
.review-userjob p {
  font-weight: 700;
}
.top-review-btn {
  display: inline;
  padding: 10px 73px;
  margin-right: 40px;
  background-image: url(../img/top-review-back.png);
  background-size: contain;
  background-position: center;
}