@charset 'utf-8';

/* colors
hot pink : #ff0078;
*/

/*-overwrite-*/

/*
#overview, #gallery, #review, #support, #features, #wheretobuy {
    margin-top: 0px;
}
#product_content_area p {
    margin-bottom: inherit;
}
*/
#overview #sectionOverview {
    padding: 0px;
}
body.noscroll{
    overflow: hidden;
}
#hd p{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
    margin-bottom: inherit;
}
#hd ul{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
}

.width-line-gray {
    background: none;
}

/*-overwrite- modularization.stzgcm.com */
.page-content {
    max-width: auto !important;
    margin: 0 !important;
}
.modules-content .container {
    padding-right: 0px;
    padding-left: 0px;
}



/*-----general-----*/

#hd section .text h3{
    color: #00b7ee;
    font-size: 2.5em;
    line-height: 1.3em;
    margin-bottom: 1em;
    font-weight: normal;
}
#hd section .text p{
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 1em;
}
@media screen and (max-width: 1440px) {
#hd section .text h3{
    font-size: 1.6em;
}
}
@media screen and (max-width: 1024px) {
#hd section .text p{
    font-size: 1.2em;
}
}
@media screen and (max-width: 350px) {
#hd section .text h3{
    font-size: 1.2em;
}
#hd section .text p{
    font-size: 0.9em;
}
}


#hd .main-text{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 5vw 40px 0 40px !important;
}
#hd .main-text h3{
    position: relative;
}
#hd .main-text h3:after{
    display: block;
    content: '';
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px);
    width: 50px;
    height: 4px;
    background: #f39800;
}
#hd .main-list{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}
#hd .main-list .entry{
    width: 25%;
    text-align: center;
    padding: 0 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
#hd .main-list .entry{
    width: 50%;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 500px) {
#hd .main-text{
    padding: 8vw 20px 0 20px !important;
}
#hd .main-text h3{
    font-size: 1.3em !important;
}
#hd .main-text p{
    font-size: 0.9em !important;
}
#hd .main-list .entry{
    padding: 0 20px;
}
}




/*-----kv-----*/

#hd #epyc-kv{
    background: url('../img/kv.jpg') center no-repeat;
    overflow: hidden;
    background-size: cover;
    min-height: 34.89vw;
    position: relative;
}
#hd #epyc-kv .text{
    width: 60%;
    margin: 8vw 0 50px 8vw;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd #epyc-kv .text h2{
    color: #fff;
    font-size: 3.5vw;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    font-weight: normal;
}
#hd #epyc-kv .text .list{
}
#hd #epyc-kv .text .list p{
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.8em;
    line-height: 1em;
    font-size: 1.2vw;
}
#hd #epyc-kv .text .list p:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00c9ff;
    position: absolute;
    left: 5px;
    top: 0.4em;
}
#hd #epyc-kv .text{
}
#hd #epyc-kv .text > p{
    font-size: 3.5vw;
    font-weight: normal;
    line-height: 1.2em;
    color: #1adefb;
    margin-bottom: 0;
}
#hd #epyc-kv .asus-logo{
    max-width: 10vw;
    margin-bottom: 5vw;
}
#hd #epyc-kv .asus-logo img{
    display: block;
    width: 100%;
}
#hd #epyc-kv .logo{
    max-width: 10vw;
}
#hd #epyc-kv .logo img{
    display: block;
    width: 100%;
}
#hd #epyc-kv .note{
    width: 52%;
    position: absolute;
    left: 42%;
    top: 91%;
}
#hd #epyc-kv .note p{
    font-size: 12px;
    margin: 0;
    line-height: 1.2em;
    text-shadow: 0 0px 3px rgba(0, 0, 0, 1), 0 0px 5px rgba(0, 0, 0, 1);
}
#hd #epyc-kv .mobile{
    display: none;
}
#hd #epyc-kv .mobile img{
    display: block;
}
/*20211019*/
#hd #epyc-kv .link{
    margin-top: 5vw;
}
#hd #epyc-kv .link a{
    color: #2a6596;
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    background: #fff;
    border-bottom: 5px solid #f39800;
    transition: all 0.3s;
}
#hd #epyc-kv .link a:hover{
    border-color: #00c9ff;
}

@media screen and (max-width: 1400px) {
#hd #epyc-kv .text{
    margin-left: 3vw;
    margin-top: 5vw;
}
#hd #epyc-kv .text h2{
    font-size: 5vw;
}
#hd #epyc-kv .text .list p{
    font-size: 1.6vw;
}
#hd #epyc-kv .text .list p:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00c9ff;
    position: absolute;
    left: 5px;
    top: 0.4em;
}
}
@media screen and (max-width: 1023px) {
#hd #epyc-kv .text .list p{
    font-size: 2vw;
}
}

@media screen and (max-width: 767px) {
#hd #epyc-kv{
    background: #000;
}
#hd #epyc-kv .mobile{
    display: block;
}
#hd #epyc-kv .asus-logo{
    max-width: 15vw;
    margin-bottom: 3vw;
}
#hd #epyc-kv .logo{
    max-width: 15vw;
}
#hd #epyc-kv .text h2{
    font-size: 9vw;
}
#hd #epyc-kv .text .list p{
    font-size: 4vw;
}
#hd #epyc-kv .text p{
    font-size: 7vw;
}
#hd #epyc-kv .text{
    max-width: 100%;
    width: 100%;
    margin: 30px 0 30px 0;
}
#hd #epyc-kv .note{
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    padding: 15px;
    box-sizing: border-box;
}
}




/*-----screenshots-----*/

#hd #epyc-screenshots{
    background: #fff;
    padding-bottom: 5vw;
}
#hd #epyc-screenshots .text h3{
    color: #2a6596;
}
#hd #epyc-screenshots .text p{
    color: #000;
}
#hd #epyc-screenshots .main-list{
    margin-top: 80px;
}
#hd #epyc-screenshots .main-list .entry{
    width: 33.33%;
}
#hd #epyc-screenshots .main-list .entry .image{
    border: 1px solid #aaa;
    position: relative;
    cursor: pointer;
}
#hd #epyc-screenshots .main-list .entry .image:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/look.png') center no-repeat;
    background-size: 50px;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}
#hd #epyc-screenshots .main-list .entry .image:hover:after{
    opacity: 1;
}
#hd #epyc-screenshots .main-list .entry .image img{
    width: 100%;
    display: block;
}
#hd #epyc-screenshots .main-list .entry p{
    color: #2a6596;
}
@media screen and (max-width: 768px) {
#hd .main-list .entry {
    padding: 0 10px;
}
}
@media screen and (max-width: 500px) {
#hd #epyc-screenshots .main-list{
    margin-top: 20px;
}
#hd #epyc-screenshots .main-list .entry{
    width: 100%;
    margin-bottom: 30px;
    padding: 0 30px;
}
}


    /*-----popout-----*/
.popout{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(0,0,0,0.85);
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}
.popout.active{
    opacity: 1;
    z-index: 3;
}
.popout .close{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    background: #ccc;
    border-radius: 100%;
    background: url(../img/close-light.png) center no-repeat;
    background-size: 40px;
    z-index: 5;
    transition: all 0.3s;
}
.popout .close:hover{
    transform: rotate(90deg);
}
.popout .inner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popout .popout-main > div{
    display: none;
}
.popout .popout-main > div.active{
    display: block;
}
.popout .popout-main img{
    max-height: 100vh;
}



/*-----framework-----*/

#hd #epyc-framework{
    background: #eee;
    padding-bottom: 5vw;
}
#hd #epyc-framework .main-text{
    max-width: 900px;
}
#hd #epyc-framework .text h3{
    color: #2a6596;
}
#hd #epyc-framework .text p{
    color: #000;
}
#hd #epyc-framework .graph{
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd #epyc-framework .graph .list{
    width: 25%;
    padding-top: 10px;
}
#hd #epyc-framework .graph .pic{
    width: 75%;
    padding-left: 20px;
    box-sizing: border-box;
}
#hd #epyc-framework .graph .list div{
    margin-bottom: 15px;
}
#hd #epyc-framework .graph .list a{
    border: 1px solid #2a6596;
    padding: 10px 15px 10px 25px;
    color: #2a6596;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    font-weight: bold;
    text-align: center;
}
#hd #epyc-framework .graph .list a:hover{
    background: #2a6596;
    color: #fff;
}


@media screen and (max-width: 650px) {
#hd #epyc-framework .graph{
    margin-top: 0;
}
#hd #epyc-framework .graph .list{
    width: 100%;
    padding-top: 0;
}
#hd #epyc-framework .graph .pic{
    width: 100%;
    padding-left: 0px;
}
}



/*-----remote-----*/

#hd #epyc-remote{
    background: #fff;
    padding-bottom: 5vw;
}
#hd #epyc-remote .text h3{
    color: #2a6596;
}
#hd #epyc-remote .text p{
    color: #000;
}

    /*-------belt-slider-------*/

#hd .belt-slider{
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
#hd .belt-slider-inner{
    margin: 0 auto;
    padding: 0px;
    max-width: 1000px;
    width: 90%;
    box-sizing: border-box;
    position: relative;
    111height: 100vh;
    111height: 400px; /*必須固定？*/
    111height: auto; /*必須固定？*/
}





/*-----update-----*/

#hd #epyc-update{
    background: #fff;
    padding-bottom: 5vw;
}
#hd #epyc-update .main-text{
    max-width: 1150px;
}
#hd #epyc-update .inner{
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px dashed #aaa;
}
#hd #epyc-update .text h3{
    color: #2a6596;
}
#hd #epyc-update .text p{
    color: #000;
}






/*-----security-----*/

#hd #epyc-security{
    background: #fff;
    padding-bottom: 5vw;
}
#hd #epyc-security .inner{
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px dashed #aaa;
}
#hd #epyc-security .text h3{
    color: #2a6596;
}
#hd #epyc-security .text p{
    color: #000;
}
#hd #epyc-security .graph{
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd #epyc-security .graph .list{
    width: 25%;
    padding-top: 10px;
}
#hd #epyc-security .graph .pic{
    width: 75%;
    padding-left: 20px;
    box-sizing: border-box;
}
#hd #epyc-security .graph .list div{
    border-bottom: 1px solid #2a6596;
    margin-bottom: 40px;
}
#hd #epyc-security .graph .list .name{
    color: #2a6596;
    position: relative;
    padding-left: 15px;
    line-height: 1em;
    font-size: 1.4em;
    margin-bottom: 10px;
}
#hd #epyc-security .graph .list .name:before{
    content: '';
    display: block;
    width: 4px;
    height: 1em;
    background: #f39800;
    position: absolute;
    left: 0;
    top: 0;
}
#hd #epyc-security .graph .list .caption{
    color: #000;
    margin-bottom: 10px;
}
#hd #epyc-security .note{
    color: #000;
    text-align: center;
    padding: 0 20px;
    margin-top: 20px;
    font-size: 0.9em;
}


@media screen and (max-width: 768px) {
#hd #epyc-security .graph .list{
    width: 100%;
    padding-top: 0;
}
#hd #epyc-security .graph .pic{
    width: 100%;
    padding-left: 0px;
}
}

@media screen and (max-width: 500px) {
#hd #epyc-security .graph .list .name{
    font-size: 1.2em;
}
#hd #epyc-security .graph .list .caption{
    font-size: 0.9em;
}
#hd #epyc-security .graph .list .note{
    font-size: 0.5em;
}
}




/*-----intro-----*/

#hd #epyc-intro{
    background: #fff;
    padding-bottom: 5vw;
}
#hd #epyc-intro .text h3{
    color: #2a6596;
}
#hd #epyc-intro .text p{
    color: #000;
}
#hd #epyc-intro .main-list{
    margin-top: 30px;
}
#hd #epyc-intro .main-list .entry{
}
#hd #epyc-intro .main-list .entry p{
    color: #2a6596;
}
@media screen and (max-width: 500px) {
#hd #epyc-intro .main-list .entry p{
    line-height: 1.2em;
    font-size: 0.8em;
}
}








/*-----processors-----*/

#hd #epyc-processors{
    background: url('../img/processors-bg.jpg') center no-repeat;
    background-size: cover;
    padding-bottom: 5vw;
}
#hd #epyc-processors .text h3{
    color: #fff;
}
#hd #epyc-processors .text p{
    color: #fff;
}
#hd #epyc-processors .main-list{
    margin-top: 60px;
    padding-left: 30px;
}
#hd #epyc-processors .main-list .entry{
    text-align: left;
    padding: 0 20px 0 0;
}
#hd #epyc-processors .main-list .entry p.title{
    color: #ffa800;
    padding-left: 10px;
    border-left: 3px solid #ffa800;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 20px;
}
#hd #epyc-processors .main-list .entry ul{
    color: #fff;
}
#hd #epyc-processors .main-list .entry ul li{
    list-style-type: disc;
    margin-left: 0.8em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    font-size: 0.9em;
}
#hd #epyc-processors .main-list .entry ul li:marker{
  color: #ffa800;
}
/*
#hd #epyc-processors .main-list .entry ul li::before {
  content: "\2022";
  color: #ffa800;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: -0em;
}
*/
@media screen and (max-width: 768px) {
#hd #epyc-processors .main-list .entry{
    margin-bottom: 40px;
}
}
@media screen and (max-width: 500px) {
#hd #epyc-processors .main-list .entry p{
    line-height: 1.2em;
    font-size: 0.8em;
}
#hd #epyc-processors .main-list .entry{
    width: 100%;
}
}






/*-----record-----*/

#hd #epyc-record{
    background: #fff;
    padding-bottom: 5vw;
}
#hd #epyc-record .text h3{
    color: #2a6596;
}
#hd #epyc-record .text p{
    color: #000;
}
#hd #epyc-record .image{
    max-width: 1000px;
    margin: 50px auto 0 auto;
}
#hd #epyc-record .image img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#hd #epyc-record .text .more{
    margin-top: 30px;
}
#hd #epyc-record .text .more a{
    display: inline-block;
    padding: 12px 25px;
    border-radius: 50px;
    border: 1px solid #2a6596;
    color: #2a6596;
    font-size: 1.2em;
    font-weight: lighter;
    transition: all 0.2s;
}
#hd #epyc-record .text .more a:hover{
    background: #eee;
}
#hd #epyc-record .text .note{
    font-size: 0.9em;
    margin-top: 30px;
}
@media screen and (max-width: 500px) {
#hd #epyc-record .image{
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
}
}




/*-----design-----*/

#hd #epyc-design{
    background: url('../img/design-bg.jpg') center no-repeat;
    background-size: cover;
    padding-bottom: 5vw;
}
#hd #epyc-design .text h3{
    color: #fff;
}
#hd #epyc-design .text p{
    color: #fff;
}
#hd #epyc-design .main-list{
    margin-top: 30px;
    padding-left: 30px;
}
#hd #epyc-design .main-list .entry{
    text-align: left;
    padding: 0 40px 0 0;
}
#hd #epyc-design .main-list .entry p.title{
    color: #ffa800;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 40px;
    text-align: center;
}
#hd #epyc-design .main-list .entry ul{
    color: #fff;
}
#hd #epyc-design .main-list .entry ul li{
    list-style-type: disc;
    margin-left: 1em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    font-size: 0.9em;
}
#hd #epyc-design .main-list .entry ul li:marker{
    color: #ffa800;
}
/*
#hd #epyc-design .main-list .entry ul li::before {
  content: "\2022";
  color: #ffa800;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: -0em;
}
*/
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 500px) {
#hd #epyc-design .main-list .entry p.title{
    margin-bottom: 20px;
}
#hd #epyc-design .main-list .entry{
    width: 100%;
}
}







/*-----performance-----*/

#hd #epyc-performance{
    background: #fff;
    padding-bottom: 5vw;
}
#hd #epyc-performance .text h3{
    color: #2a6596;
}
#hd #epyc-performance .text p{
    color: #000;
}
#hd #epyc-performance .main-list{
    margin-top: 60px;
    max-width: 1000px;
}
#hd #epyc-performance .main-list .entry{
    padding: 0 30px;
    text-align: center;
    width: 33.33%;
}
#hd #epyc-performance .main-list .entry p.title{
    color: #2a6596;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: 20px;
}
#hd #epyc-performance .main-list .entry p.caption{
    color: #000;
    font-size: 0.9em;
}
@media screen and (max-width: 768px) {
#hd #epyc-performance .main-list .entry{
    padding: 0 20px;
}
}
@media screen and (max-width: 500px) {
#hd #epyc-performance .main-list .entry{
    margin-bottom: 20px;
}
#hd #epyc-performance .main-list .entry p.title{
    margin-bottom: 20px;
}
#hd #epyc-performance .main-list .entry{
    width: 100%;
}
}





/*-----speed-----*/

#hd #epyc-speed{
    background: #ededed;
    padding-bottom: 5vw;
}
#hd #epyc-speed .text h3{
    color: #2a6596;
}
#hd #epyc-speed .text p{
    color: #000;
}
#hd #epyc-speed .text .more{
    margin-top: 30px;
}
#hd #epyc-speed .text .more a{
    display: inline-block;
    padding: 12px 25px;
    border-radius: 50px;
    border: 1px solid #2a6596;
    color: #2a6596;
    font-size: 1.2em;
    font-weight: lighter;
    transition: all 0.2s;
}
#hd #epyc-speed .text .more a:hover{
    background: #dedede;
}
#hd #epyc-speed .duo{
    margin: 60px auto 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
#hd #epyc-speed .duo .entry{
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 650px) {
#hd #epyc-speed .duo .entry{
    width: 100%;
    margin-bottom: 20px;
}
}








/*-----solution-----*/

#hd #epyc-solution{
    background: #eee;
    padding-bottom: 5vw;
}
#hd #epyc-solution .text h3{
    color: #2a6596;
}
#hd #epyc-solution .text p{
    color: #000;
}
#hd #epyc-solution .more{
    margin-top: 60px;
    text-align: center;
}
#hd #epyc-solution .more a{
    display: inline-block;
    color: #2a6596;
    font-size: 1.2em;
    font-weight: normal;
    transition: all 0.2s;
    padding-bottom: 3px;
    border-bottom: 1px solid #2a6596;
    cursor: default;
}

#hd #epyc-solution .main-list{
    margin-top: 30px;
}
#hd #epyc-solution .main-list .entry{
    padding: 0 10px;
    text-align: center;
    width: 25%;
}
#hd #epyc-solution .main-list .entry p.title{
    position: relative;
    margin-bottom: 30px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hd #epyc-solution .main-list .entry p.title span{
    color: #fff;
    background: #ffa800;
    border-radius: 20px;
    font-size: 1.1em;
    line-height: 1.2em;
    display: inline-block;
    padding: 8px 35px;
}
#hd #epyc-solution .main-list .entry p.caption{
    color: #2a6596;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 300;
}
#hd #epyc-solution .main-list .entry p.name{
    color: #000;
    margin-bottom: 5px;
}
#hd #epyc-solution .main-list .entry p.doc{
    color: #000;
    font-size: 0.9em;
}

#hd #epyc-solution .main-list .name a{
    color: #2a6596;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: normal;
    transition: all 0.2s;
}
#hd #epyc-solution .main-list .name a:hover{
    color: #000;
}
#hd #epyc-solution .main-list .name a span{
    font-size: 28px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}


#hd #epyc-solution .main-list .doc{
    margin-top: 20px;
}
#hd #epyc-solution .main-list .doc a{
    display: inline-block;
    padding: 8px 28px;
    background: #2a6596;
    color: #fff;
    font-size: 1.2em;
    transition: all 0.2s;
}
#hd #epyc-solution .main-list .doc a:hover{
    background: #3c7fb7;
}

@media screen and (max-width: 767px) {
#hd #epyc-solution .main-list .entry{
    width: 100%;
    margin-bottom: 30px;
}
#hd #epyc-solution .main-list .entry p.title{
    margin-bottom: 0px;
}
#hd #epyc-solution .main-list .entry p.caption{
    min-height: auto;
}
}



/*-----contact-----*/

#hd #epyc-contact{
    background: url('../img/contact-bg.jpg') right center no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}
#hd #epyc-contact .main-text {
    padding-top: 40px !important;
}
#hd #epyc-contact .text h3{
    color: #eee;
    font-size: 1.3em;
}
#hd #epyc-contact .text h3:after{
    display: none;
}
#hd #epyc-contact .text p{
    color: #fff;
}
#hd #epyc-contact .text p a{
    color: #2a6596;
    background: #fff;
    padding: 4px 40px;
    font-size: 0.9em;
    font-weight: normal;
    display: inline-block;
    border-bottom: 5px solid #5299ce;
    transition: all 0.2s;
}
#hd #epyc-contact .text p a:hover{
    background: #ddd;
}
