@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#mainContents {
    padding-bottom: 5rem;
    background-color: #000;
    font-family: "Arial", "Meiryo", sans-serif;
    color: #000;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    position: relative;
}
.mainTitleWrap .amd {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 6rem;
}
.mainTitleWrap .amd img {
    width: 100%;
    height: auto;
}
.mainTitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding-top: 100%;
}
.mainTitle h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
}
.mainTitle h1 img {
    width: 100%;
    height: auto;
}
/*---- .slider ----*/
.slider {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.slider01, .slider02, .slider03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
.slider01 {
    background-image: url('https://img1.kakaku.k-img.com/images/article/pc/amd/mainimg_01_sp.webp');
    animation: slideAnimation01 20s infinite;
}
.slider02 {
    background-image: url('https://img1.kakaku.k-img.com/images/article/pc/amd/mainimg_02_sp.webp');
    animation: slideAnimation02 20s infinite;
}
.slider03 {
    background-image: url('https://img1.kakaku.k-img.com/images/article/pc/amd/mainimg_03_sp.webp');
    animation: slideAnimation03 20s infinite;
}
@keyframes slideAnimation01 {
      0% {opacity: 1;}
     30% {opacity: 1;}
     40% {opacity: 0;}
     90% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes slideAnimation02 {
      0% {opacity: 0;}
     30% {opacity: 0;}
     40% {opacity: 1;}
     60% {opacity: 1;}
     70% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes slideAnimation03 {
      0% {opacity: 0;}
     60% {opacity: 0;}
     70% {opacity: 1;}
     90% {opacity: 1;}
    100% {opacity: 0;}
}

/*==============================================
 .lead
============================================= */
.lead {
    margin: 4rem 2rem 0;
    line-height: 1.8;
    color: #fff;
    font-size: 1.2rem;
    z-index: 1;
}
/*==============================================
 .modelWrap
============================================= */
.modelWrap {
    margin-top: 4rem;
}
.modelWrap h2 {
    margin: 0 2rem;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}
/*---- .model ----*/
.model {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.model li {
    display: block;
    width: auto;
    margin: 2rem 2rem 0;
}
.model .catch {
    position: relative;
    line-height: 1.6;
    margin: 0 2rem;
    padding: 1rem 1rem 2rem;
    background: url('https://img1.kakaku.k-img.com/images/article/pc/amd/catch.svg') no-repeat center bottom;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    z-index: 1;
}
.model li .card {
    margin-top: -2rem;
    border-radius: 1rem;
    background-color: #eee;
    overflow: hidden;
}
.model li .card .img:hover {
    opacity: .7;
}
.model li .card .img a {
    display: block;
    width: 100%;
    padding: 2rem 0 1rem;
    background-color: #fff;
    text-align: center;
}
.model li .card .img img {
    width: 80%;
    height: auto;
}
.model li .card .txt {
    padding: 2rem 1.5rem;
}
.model li .card .txt .name {
    line-height: 1.4;
    word-break: break-all;
    font-size: 1.2rem;
    font-weight: bold;
}
.model li .card .txt  .name:hover {
    text-decoration: underline;
}
.model li .card .txt .price {
    margin-top: 1rem;
    font-family: "Arial", "Meiryo", sans-serif;
    color: #000 !important;
}
.model li .card .txt .price small {
    font-size: 1rem;
}
.model li .card .txt .price strong {
    margin-left: .5rem;
    color: #c1a968;
    font-size: 1.6rem;
}
.model li .card .txt .review {
    display: flex;
    margin-top: 1rem;
    border: 1px solid #ccc;
    background-color: #fff;
}
.model li .card .txt .review dt,
.model li .card .txt .review dd {
    padding: .8rem;
}
.model li .card .txt .review dt {
    line-height: 1.2rem;
    background-color: #eee;
    font-size: 1rem;
}
.model li .card .txt .review dd {
}
.model li .card .txt .review dd .num {
    font-size: 1.2rem;
    font-weight: bold;
}
.model li .card .txt .review dd .sup {
    margin-left: .5rem;
    font-size: 1rem;
}
.model li .card .txt .review dd .stars {
	display: inline-block;
	height: 1.2rem;
	width: 6.6rem;
    margin-left: .5rem;
    margin-bottom: -.2rem;
	background: url(https://img1.kakaku.k-img.com/images/article/pc/amd/icn_star_all.svg) no-repeat;
	background-size: 6.6rem auto;
}
.model li .card .txt .review dd .stars.s5 {background-position: 0 0rem;}
.model li .card .txt .review dd .stars.s4half {background-position: 0 -1.2rem;}
.model li .card .txt .review dd .stars.s4 {background-position: 0 -2.4rem;}
.model li .card .txt .review dd .stars.s3half {background-position: 0 -3.6rem;}
.model li .card .txt .review dd .stars.s3 {background-position: 0 -4.8rem;}
.model li .card .txt .review dd .stars.s2half {background-position: 0 -6.0rem;}
.model li .card .txt .review dd .stars.s2 {background-position: 0 -7.2rem;}
.model li .card .txt .review dd .stars.s1half {background-position: 0 -8.4rem;}
.model li .card .txt .review dd .stars.s1 {background-position: 0 -9.6rem;}
.model li .card .txt .review dd .stars.s0half {background-position: 0 -10.8rem;}
.model li .card .txt .review dd .stars.s0 {background-position: 0 -12.0rem;}

.model li .card .txt .pickup {
    margin-top: 1.5rem;
}
.model li .card .txt .pickup dt {
    font-size: 1rem;
}
.model li .card .txt .pickup dd {
    margin-top: .8rem;
}
.model li .card .txt .pickup dd a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
    padding: .8rem 1.6rem .8rem .8rem;
    border-radius: 1rem;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/pc/amd/arrow.svg) no-repeat right .8rem center;
    background-size: auto .8rem;
    font-size: 1rem;
    box-sizing: border-box;
}
.model li .card .txt .pickup dd a:hover {
    background-color: #ddd;
}
/*==============================================
.rankingWrap
============================================= */
.rankingWrap {
    margin-top: 3rem;
    padding: 3rem 0;
}
.rankingWrap:nth-of-type(3) {
    background: url(https://img1.kakaku.k-img.com/images/article/pc/amd/ranking_bg_01.webp) no-repeat center center;
    background-size: cover;
}
.rankingWrap:nth-of-type(5) {
    background: url(https://img1.kakaku.k-img.com/images/article/pc/amd/ranking_bg_02.webp) no-repeat center center;
    background-size: cover;
}
.rankingWrap + .rankingWrap {
    margin-top: 0;
}
.rankingWrap h2 {
    margin: 0 2rem;
    width: auto;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}
.rankingWrap .link {
    width: auto;
    margin: 1rem 2rem 0;
    text-align: center;
}
.rankingWrap .link a {
    line-height: 1.4;
    color: #c1a968;
    font-size: 1.1rem;
    font-weight: bold;
}
.rankingWrap .link a:hover {
    text-decoration: underline;
}
.rankingWrap .link a::after {
    content: "";
    display: inline-block;
    position: relative;
    bottom: -.1em;
    width: 1em;
    height: 1em;
    margin-left: .5em;
    background: url(https://img1.kakaku.k-img.com/images/article/pc/amd/arrow.svg) no-repeat center center;
    background-size: contain;
}
/*---- .ranking ----*/
.ranking {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1rem 2rem 0;
}
.ranking li {
    position: relative;
    width: calc(50% - .7rem);
    margin: 1.5rem 0 0;
}
.ranking li::before {
    display: block;
    position: absolute;
    top: -10px;
    left: 10px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: rgba(68,68,68,0.90);
    text-align: center;
    color: #fff;
    z-index: 1;
}
.ranking li:nth-of-type(1)::before, .ranking li:nth-of-type(2)::before, .ranking li:nth-of-type(3)::before {
    top: -15px;
    height: 31px;
    padding-top: 5px;
    border-radius: 0;
    box-sizing: border-box;
}
.ranking li:nth-of-type(1)::before {
    content: "1";
    background: url(https://img1.kakaku.k-img.com/images/article/pc/amd/icn_rank_1.svg) no-repeat center center;
    background-size: 26px 31px;
}
.ranking li:nth-of-type(2)::before {
    content: "2";
    background: url(https://img1.kakaku.k-img.com/images/article/pc/amd/icn_rank_2.svg) no-repeat center center;
    background-size: 26px 31px;
}
.ranking li:nth-of-type(3)::before {
    content: "3";
    background: url(https://img1.kakaku.k-img.com/images/article/pc/amd/icn_rank_3.svg) no-repeat center center;
    background-size: 26px 31px;
}
.ranking li:nth-of-type(4)::before {content: "4";}
.ranking li:nth-of-type(5)::before {content: "5";}
.ranking li:nth-of-type(6)::before {content: "6";}
.ranking li:nth-of-type(7)::before {content: "7";}
.ranking li:nth-of-type(8)::before {content: "8";}
.ranking li:nth-of-type(9)::before {content: "9";}
.ranking li:nth-of-type(10)::before {content: "10";}

.ranking li a {
    display: block;
    border-radius: 1rem;
    background-color: #282828;
    overflow: hidden;
}
.ranking li a .img {
    padding: .5rem 0;
    text-align: center;
    background-color: #fff;
}
.ranking li a .img img {
    width: auto;
    height: 8rem;
}
.ranking li a:hover .img {
    background-color: #fff;
}
.ranking li a:hover {
    background-color: #444;
}
.ranking li a:hover .img img {
    opacity: .7;
}
.ranking li .txt {
    padding: 1.5rem 1rem;
}
.ranking li .txt .name {
    height: 4.2em;
    max-height: 4.2em;
    line-height: 1.4;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    /* 文字数制限 */
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}
.ranking li .txt .price {
    margin-top: 1rem;
    font-family: "Arial", "Meiryo", sans-serif;
    color: #000 !important;
}
.ranking li .txt .price small {
    color: #fff;
    font-size: .8rem;
}
.ranking li .txt .price strong {
    margin-left: .5rem;
    color: #c1a968;
    font-size: 1.4rem;
}
.ranking li .txt .revnum {
    margin-top: .5rem;
    color: #fff;
}
.ranking li .txt .revnum .star {
    position: relative;
    top: -.2rem;
    width: auto;
    height: 1.1rem;
}
.ranking li .txt .revnum .num {
    margin-left: .5rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.ranking li .txt .revnum .sup {
    margin-left: .5rem;
    font-size: 1rem;
}
/*---- .note ----*/
.rankingWrap .note {
    margin: 1rem 2rem 0;
    width: auto;
    line-height: 1.4;
    text-align: right;
    color: #fff;
    font-size: .8rem;
}
/*==============================================
.newsWrap
============================================= */
.newsWrap {
    margin-top: 3rem;
}
.newsWrap h2 {
    margin: 0 auto;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}
/*---- .news ----*/
.news {
    margin: 2rem auto 0;
    border-bottom: 1px solid #282828;
}
.news li {
    border-top: 1px solid #282828;
}
.news li a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 2rem 3rem 2rem 2rem;
    color: #fff;
}
.news li a:hover {
    background-color: #282828;
}
.news li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/pc/amd/arrow.svg) no-repeat center center;
    background-size: contain;
}
.news li .img {
    width: 25%;
}
.news li .img img {
    width: 100%;
    height: auto;
}
.news li .txt {
    width: 75%;
    padding-left: 1rem;
    box-sizing: border-box;
}
.news li .txt h3 {
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
}
.news li .txt p {
    display: none;
    line-height: 1.6;
    margin-top: 10px;
    font-size: 14px;
}
/*==============================================
.makerBanner
============================================= */
.makerBanner {
    margin: 1.5rem 2rem 0;   
}
.makerBanner a {
    display: block;
    width: 100%;
    padding-top: 30.7%;
    background: url(https://img1.kakaku.k-img.com/images/article/pc/amd/bnr_sp.jpg) no-repeat center 0;
    background-size: contain;
    border: 1px solid #454545;
    box-sizing: border-box;
    font-size: 0;
}
.makerBanner a:hover {
    opacity: .7;
}
/*==============================================
.tieupBanner
============================================= */
.tieupBanner {
    margin: 3rem 2rem 0;   
}
.tieupBanner a {
    display: block;
    width: 100%;
    padding-top: 33.6%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/06_ryzen/650x200.jpg) no-repeat center 0;
    background-size: cover;
    border: 1px solid #065059;
    box-sizing: border-box;
    font-size: 0;
}
.tieupBanner a:hover {
    opacity: .7;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    padding: 1rem 2rem 3rem;
    border-bottom: 1px solid #ddd;
    text-align: left;
    color: #222;
    font-size: 0.85rem;
}