/* common */
h3 {
	font-weight: 600;
	margin-bottom: 20px;
}
.button-bk {
	cursor: default;
	white-space: normal;
	background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #212529;
    display: inline-block;
    font-size: clamp(.875rem, .786rem + .238vw, 1rem);
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 0;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}
.button-bk a {
	background: linear-gradient(79.54deg, rgba(73, 73, 73, .4) 16.78%, rgba(77, 77, 77, .5) 46.33%, hsla(0, 0%, 40%, .5) 73.76%, hsla(0, 0%, 50%, .5) 94.21%);
    border: 0;
    border-radius: 2px;
    box-shadow: -1px 1px 0 #000, inset -1px 1px 0 hsla(0, 0%, 52%, .62);
    color: #fff;
    font-weight: 600;
    padding: 1rem 2.125rem;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .7);
}
.button-bk a:hover {
	background: linear-gradient(79.54deg, rgba(50, 50, 50, .3) 16.78%, rgba(90, 90, 90, .3) 46.33%, hsla(0, 0%, 64%, .3) 73.76%, hsla(0, 0%, 85%, .3) 94.21%);
    border-color: none;
    box-shadow: -1px 1px 0 #000, inset -1px 1px 0 hsla(0, 0%, 100%, .2);
    color: #fff;
    text-decoration: none;
}
.text-link {
	color: #2899ff;
	position: relative;
	display: inline-block;
	padding-right: 20px;
	font-weight: 600;
	margin-top: 10px;
}
.text-link:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #2899ff;
	border-right: solid 2px #2899ff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.text-link:hover {
	text-decoration: underline;
	color: #2899ff;
}

/* CTA */
.banner-processor {
	color: #fff;
}
.banner-processor .ci-amd-headwrap {
	display: flex;
	align-items: center;
	width: 580px;
}
.banner-processor .ci-amd-headwrap .container-img {
	margin-right: 30px;
}
.banner-processor .ci-amd-headwrap img {
	width: 150px !important;
}
.banner-processor .info-box p.info-txt {
	background: rgba(0, 125, 151, .4);
}
.banner-processor .info-box p.amazon-gift {
	text-align: center;
}
@media screen and (max-width: 750px) {
	.banner-processor {
		padding: 0;
	}
	.banner-processor .ci-py-100 {
		padding: 0;
	}
	.banner-processor .ci-amd-headwrap {
		display: block;
		padding: 60px 20px 50px;
	}
	.banner-processor .ci-amd-headwrap .container-img {
		margin: 0 0 10px;
		text-align: center;
	}
	.banner-processor .date_circle {
		top: 3%;
        left: 4%;
	}
	.banner-processor .info-box {
		margin: 0 auto;
	}
}
.info-box {
	max-width: 350px;
}
.info-box .info-txt {
	font-size: 14px;
    font-weight: 400;
    background: #000000;
    padding: 6px 10px 5px;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
    text-align: left;
}
.info-box .info-txt .txt-orange {
	color: #F26522;
}
.info-box .amazon-gift {
	font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    margin: 10px 0 16px;
    letter-spacing: .04em;
}
.info-box .amazon-gift span.num {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
}
.btn-box a.btn {
	width: 100%;
}
.cta-section .cta-box .cta-text {
	padding-right: 20px;
}
.date_circle {
	top: -8%;
    left: -5%;
	background-size: 108px;
}
.date_circle p{
	display: inline-block;
	padding: 30px 19px;
    line-height: 1.3;
}
@media screen and (max-width: 750px) {
	.date_circle {
		top: -2%;
	}
	.date_circle p{
		padding: 32px 23px;
		font-size: 18px;
	}
}

/* anchorBar */
.anchorBar {
	height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: -.5px;
    z-index: 1020;
}
.anchorBar .visible-xs-block {
    display: none;
}
.anchorBar .menu-container {
	background-image: linear-gradient(90deg, #000, #1a1a1b, #000);
	border-bottom: 1px solid #27282b;
	height: 100%;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .24);
}
.anchorBar .menu-container .navbar {
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
}
.anchorBar .menu-container .container-fluid {
	padding: 0;
}
.anchorBar .menu-container .container-fluid .row {
	margin: 0;
	width: 100%;
}
.anchor-bar-menu,
.anchor-bar-menu.active {
	background-color: transparent;
	box-shadow: none;
	display: flex;
	justify-content: center;
	max-height: none;
	overflow: visible;
}
.anchor-bar-menu ul.navbar-nav,
.anchor-bar-menu.active ul.navbar-nav {
	flex-direction: row;
	justify-content: center;
	padding-bottom: 0;
	padding-top: 0;
}
.anchor-bar-menu ul.navbar-nav>li:not(:last-child),
.anchor-bar-menu.active ul.navbar-nav>li:not(:last-child) {
	padding-right: 2.125rem;
}
.anchor-bar-menu ul.navbar-nav>li>a,
.anchor-bar-menu.active ul.navbar-nav>li>a {
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 1rem;
	text-decoration: none;
}
.anchor-bar-menu ul.navbar-nav>li>a.active,
.anchor-bar-menu ul.navbar-nav>li>a:hover {
    background-color: transparent;
}
.anchor-bar-menu ul.navbar-nav>li>a:after,
.anchor-bar-menu.active ul.navbar-nav>li>a:after {
	border-bottom: 2px solid #fff;
	content: "";
	display: block;
	padding-top: 1rem;
	transform: scaleX(0);
	transition: transform .25s ease-in-out;
}
.anchor-bar-menu ul.navbar-nav>li>a.active:after,
.anchor-bar-menu ul.navbar-nav>li>a:hover:after,
.anchor-bar-menu.active ul.navbar-nav>li>a.active:after,
.anchor-bar-menu.active ul.navbar-nav>li>a:hover:after {
	transform: scaleX(1);
}
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

@media screen and (max-width: 750px) {
	.nav-sp {
		text-align: right;
		color: #fff;
		border-bottom: 1px solid #27282b;
		padding: 15px 0;
		width: 100%;
	}
	.anchorBar .menu-container .navbar {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.navbar-nav li{
		padding: 0 20px;
	}
	.anchor-bar-menu ul.navbar-nav>li>a:after,
	.anchor-bar-menu.active ul.navbar-nav>li>a:after {
		display: none;
	}
}


/* kv */
.kv {
	background-color: #000;
	background-image: url(../img/eypc_fujii_pc.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 100px 0;
    color: white;
}
.kv h1 {
	font-weight: 600;
	margin-bottom: 20px;
}
.kv p {
	font-size: 18px;
}
.kv .ci-amd-headwrap {
	display: flex;
	align-items: center;
	text-align: center;
	padding: 30px 40px;
	margin-top: 40px;
	background: rgb(255 255 255 / .1);
	position: relative;
}
.kv .ci-amd-headwrap .container-img {
	margin-right: 30px;
}
.kv .ci-amd-headwrap img {
	width: 120px !important;
}
.kv h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.kv a.btn {
	color: #fff;
}

@media screen and (max-width: 750px) {
    .kv {
		background-image: url(../img/eypc_fujii_sp.png);
		background-position: center top;
        padding: 220px 20px 20px;
	}
	.kv .ci-amd-headwrap {
		display: block;
		margin-top: 20px;
		padding: 20px;
		width: 100%;
	}
	.kv .ci-amd-headwrap .container-img {
		margin-right: 10px;
	}
}

/* overview */
.overview {
	padding: 120px 0;
	background-image: url(../img/2909511-epyc-9005-wave.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}
.overview .row {
	justify-content: space-around;
	align-items: center;
}
.overview-about {
	padding: 160px 0 0;
}
.overview-about h2 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.overview-about h3 {
	font-size: 18px;
    font-weight: 300;
	text-align: center;
}
.overview-element {
    width: 32%;
    padding: 30px;
}
.overview-element h5 {
	font-weight: 600;
	margin-bottom: 20px;
}
.overview img {
	border-radius: 20px;
    box-shadow: 0 8px 28px 0 rgba(0, 0, 0, .24);
}

@media screen and (max-width: 750px) {
	.overview {
        padding: 60px 10px;
    }
	.overview-element {
		width: 100%;
	}
	.overview img {
		margin-bottom: 20px;
	}
}

/* enterprise */
.enterprise {
	padding:120px 0;
	background-image: url(../img/2909511-enterprise-performance.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.enterprise .button-box {
	margin-top: 30px;
}
.enterprise-about {
    padding: 200px 0 0;
}
.enterprise-element {
    width: 32%;
    padding: 30px;
}
.enterprise-element h5 {
	font-weight: 600;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.enterprise {
        padding: 60px 10px;
    }
	.enterprise-element {
		width: 100%;
	}
}

/* perform */
.perform {
	padding: 80px 0;
	background-image: url(../img/2909511-zen-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.perform .container {
	max-width: 1000px;
}
.perform-about {
	margin-bottom: 30px;
}
.perform h2 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.perform .img-box {
	margin-top: 80px;
}

@media screen and (max-width: 750px) {
	.perform {
		padding: 60px 0;
    }
}

/* ecosystem */
.ecosystem {
	padding: 80px 0;
	background-image: url(../img/2909511-solutions-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.ecosystem-about {
	margin-bottom: 30px;
}
.ecosystem h2 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.ecosystem .img-box {
	margin-top: 80px;
}
.ecosystem-element {
    width: 20%;
    padding: 20px;
}
.ecosystem-element img {
    margin-bottom: 10px;
}
.ecosystem .text-link {
	color: #fff;
}
.ecosystem .text-link:after {
	border-top: solid 2px #ffff;
	border-right: solid 2px #fff;
}

@media screen and (max-width: 750px) {
	.ecosystem-element {
		width: 50%;
		padding: 10px;
	}
}

/* specifications */
.specifications {
	color: #fff;
	padding: 120px 0;
	background: #000;
}
.specifications h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}
.specifications table {
	color: #fff;
	font-size: 14px;
}
.specifications table tbody {
	background: #1a1c1e;
}
.specifications table td {
	padding: .65em;
}
.specifications a {
	color: #2899ff;
}
.specifications a:hover {
	text-decoration: underline;
}
.specifications .datatable th,
.specifications .datatable td {
	border-color: #373b3e;
}
.specifications .datatable-tooltip {
	position: relative;
    display: inline-block;
    background: #2899ff;
    border-radius: 50px;
    margin-left: 4px;
    font-size: 12px;
    color: #fff;
	padding: 0 10px;
}
.specifications .datatable-tooltip .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: black;
	color: white;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -100px;
	font-weight: 300;
  }
  .specifications .datatable-tooltip:hover {
	text-decoration: none;
  }
  
  .specifications .datatable-tooltip:hover .tooltiptext {
	visibility: visible;
  }

@media screen and (max-width: 750px) {
	.specifications .container {
		padding: 80px 0;
	}
	.specifications table {
		color: #fff;
		font-size: 13px;
	}
	.specifications table th {
		white-space: normal;
		vertical-align: top;
		/* writing-mode: vertical-rl; */
	}
	.specifications table th:first-of-type {
		width: 25% !important;
	}
}


/* resources */
.resources {
	color: #fff;
	padding: 80px 0 120px;
	background: #000;
}
.resources h2 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.resources-element {
	width: 30%;
    padding: 30px;
    margin: 10px;
    background: #1b1b1b;
}
.resources-element h5 {
	font-weight: 600;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.resources {
		padding: 80px 20px;
	}
	.resources-element {
		width: 100%;
	}
}


/* CTA_form上 */
.lastcta .ci-amd-headwrap {
	display: flex;
	align-items: center;
	text-align: center;
	border: 1px solid #636363;
	padding: 20px;
	position: relative;
}
.lastcta .ci-amd-headwrap .container-img {
	margin-right: 30px;
}
.lastcta .ci-amd-headwrap img {
	width: 110px !important;
}
.cta-section.lastcta .cta-box .date_circle {
	left: -2%;
    top: -21%;
	right: 0;
	text-align: left;
}
.lastcta h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.lastcta a.btn {
	color: #fff;
}
@media screen and (max-width: 750px) {
	.lastcta .cta-box {
		width: 95%;
	}
	.lastcta .cta-box .cta-text h2 {
		font-size: 20px;
    	text-align: center;
	}
	.lastcta .cta-box .cta-text p {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.lastcta .ci-amd-headwrap {
		display: block;
		padding: 20px 40px;
	}
	.lastcta .ci-amd-headwrap .container-img {
		margin-right: 10px;
	}
	.cta-section.lastcta .cta-box .date_circle {
		left: -4%;
		top: -5%;
	}
	.lastcta h4 {
		font-size: 16px;
	}
	.lastcta .btn {
		font-size: 14px;
	}
}


/* footnote */
.footnote li a {
	color: #2899ff;
}