@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #f6f6f6;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #000000;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
p a,
p a:visited,
p a:hover {
    color: #024ad8;
    text-decoration: underline;
}
p a:hover {
    text-decoration: none;
}
.sp {
    display: none !important;
}
#mainContents .note {
    display: block;
    line-height: 1.8;
    margin-top: 15px;
    font-size: 11px;
}
#mainContents .note + .note {
    margin-top: 0;
}
/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: #e8edf2 url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_hp15/h1_img.webp) no-repeat top center;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 560px;
    margin: 0 auto;
}
.mainTitle::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100px;
    height: 60px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_hp15/logo_amd.png) no-repeat 0 0;
    background-size: 100%;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 170px;
    left: 0;
    width: 525px;
    height: 100px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_hp15/h1.svg) no-repeat center top;
    font-size: 0;
}
/*---- .lead ----*/
.leadWrap {
    width: 830px;
    margin: 20px auto 0;
}
.leadWrap .note {
    line-height: 1.8;
}
.leadWrap .lead {
    display: block;
    line-height: 1.8;
    margin-top: 50px;
    font-size: 16px;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background-color: #024ad8;
    font-weight: 700;
    transition: .2s;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
a.btn:hover {
    opacity: .7;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
}
/* .mainTitle */
.mainTitle .btn {
    display: block;
    position: relative;
    top: 320px;
    left: 0;
    line-height: 60px;
    width: 405px;
    font-size: 16px;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    width: 1000px;
    margin: 80px auto 0;
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.03);
}
.bnr a {
    display: block;
    position: relative;
    width: 1000px;
    height: 180px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_hp15/bnr.jpg) no-repeat center top;
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: .2s;
}
.bnr a:hover {
    opacity: .7;
}
.bnr .btn {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 85px;
    line-height: 50px;
    width: 405px;
    font-size: 16px;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    width: 100%;
    margin-top: 60px;
}
.lnav ul {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
.lnav ul li {
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.03);
}
.lnav ul li a {
    display: block;
    position: relative;
    width: 241px;
    height: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
    transition: .2s;
    box-sizing: border-box;
}
.lnav ul li a:hover {
    opacity: .7;
}
.lnav ul li a img {
    width: 100%;
    height: auto;
}
.lnav ul li a span {
    display: block;
}
.lnav ul li a .sub {
    margin: 20px auto 0;
    font-size: 12px;
    font-weight: bold;
}
.lnav ul li a .title {
    position: relative;
    line-height: 1.6;
    margin-top: 10px;
    padding: 10px 10px 15px;
    font-size: 15px;
    font-weight: bold;
}
.lnav ul li a .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    background-color: #024ad8;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 80px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    line-height: 40px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    z-index: 1;
}
.paragraph h2 .title {
    display: block;
    position: relative;
    line-height: 1.4;
    margin-top: 10px;
    padding-top: 30px;
    font-size: 40px;
    font-weight: 700;
}
.paragraph h2 .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 4px;
    margin: 0 auto;
    background-color: #024ad8;
}
.paragraph h3 {
    position: relative;
    line-height: 1.2;
    width: 830px;
    margin: 60px auto 0;
    padding-left: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    box-sizing: border-box;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #024ad8;
}
.paragraph p {
    line-height: 1.8;
    margin: 60px auto 0;
    text-align: left;
    font-size: 16px;
}
.paragraph h3 + p,
.paragraph p:not(.note) + p {
    margin-top: 40px;
}
/*==============================================
/* .review
============================================= */
.review {
    display: flex;
    width: 830px;
    margin: 40px auto 0;
}
.review + .review {
    margin-top: 10px;
}
h3 + .review {
    margin-top: 30px;
}
.review dt {
    margin-right: 40px;
}
.review dt .face {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffe824;
}
.review dd {
    position: relative;
    width: 100%;
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.review dd::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ddd transparent transparent;
  translate: -100% -50%;
}

.review dd::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% - 0.2px);
}
.review dd p {
    margin-top: 0;
    font-size: 16px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 60px auto 0;
}
h3 + .imgBox,
h4 + .imgBox {
    margin-top: 40px;
}
.imgBox div {
    width: 320px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox div a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    line-height: 1.8;
    width: 320px;
    margin: 0;
    font-size: 13px;
}
.imgBox .cap p {
    width: auto;
    margin-top: 0;
    font-size: 13px;
}
/* .one */
.imgBox .one,
.imgBox .one > div {
    width: 660px;
}
.imgBox .one.w440 {
    width: 440px;
    height: auto;
    margin: 0 auto;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .two a,
.imgBox .two > div {
    width: 320px;
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*==============================================
 productBox
============================================= */
.productBox {
    margin-top: 100px;
    padding: 100px 0 40px;
    background-color: #e8edf2;
}
.productBox h2 {
    line-height: 1.4;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
}
.productBox h2 .sub {
    display: block;
    font-size: 22px;
}
.productBoxIn {
    width: 830px;
    margin: 0 auto;
}
.productBox a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .2s;
}
.productBox a:hover {
    opacity: .7;
}
.productBox a .img {
    width: 405px;
    text-align: center;
}
.productBox a .txt {
    width: 405px;
}
.productBox a .btn {
    display: block;
    line-height: 60px;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
}
/*==============================================
.spec
============================================= */
.spec {
    width: 100%;
    margin-top: 60px;
}
.spec th,
.spec td {
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
    white-space: normal;
}
.spec tr:first-child th,
.spec tr:first-child td {
    border-top: none;
    vertical-align: top;
}
.spec th {
    background-color: #f6f8fa;
    font-weight: 400;
}
.spec td {
    text-align: center;
}
#mainContents .spec .note {
    margin-top: 1em;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    color: #666;
    font-size: 10px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 1000px;
    margin: 20px auto 0;
    padding: 0 0 20px;
    text-align: right;
    color: #6d6a70;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}