/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
--------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body { line-height: 1; }
ol,
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sup {
  position: relative;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.4em;
}
strong, b {
  font-weight: bold;
}
em {
  font-style: italic;
}
figure {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1.875rem;
}

/*  Basic
--------------------------------- */
.ci-clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.ci-img-full {
  max-width: 100%;
  height: auto;
}
.ci-text-uppercase {
  text-transform: uppercase;
}
.ci-text-center {
  text-align: center;
}
.ci-text-right {
  text-align: right;
}
.ci-text-left {
  text-align: left;
}
.ci-float-right {
  float: right;
}
@media (max-width: 768px) {
  .ci-text-left-sp {
    text-align: left!important;
  }
  .ci-text-center-sp {
    text-align: center!important;
  }
}

/*  Font-sizes ~22px | ~18px | ~14px | ~12px
--------------------------------- */
.ci-font-2xl {
  font-size: 2.5em;
  line-height: 150%;
}
.ci-font-xl {
  font-size: 1.5em;
  line-height: 150%;
}
.ci-font-l {
  font-size: 1.375em;
  line-height: 140%;
}
.ci-font-m {
  font-size: 1.125em;
  line-height: 150%;
}
.ci-font-s {
  font-size: 0.875em;
  line-height: 140%;
}
.ci-font-xs {
  font-size: 0.75em;
  line-height: 140%;
}
.ci-font-900 {
  font-weight: 900;
}
.ci-font-300 {
  font-weight: 300;
}
.ci-font-400 {
  font-weight: 400;
}
.ci-font-500 {
  font-weight: 500;
}

@media (max-width: 768px) {
  .ci-font-xl-sp {
    font-size: 1.5em;
    line-height: 150%;
  }
  .ci-font-l-sp {
    font-size: 1.375em;
    line-height: 140%;
  }
  .ci-font-m-sp {
    font-size: 1.125em;
    line-height: 150%;
  }
  .ci-font-s-sp {
    font-size: 0.875em;
    line-height: 140%;
  }
  .ci-font-s-sp-unset {
    font-size: unset;
  }
}

/*  Icons
--------------------------------- */
.ci-icon-80 img,
.ci-icon-100 img,
.ci-icon-120 img {
  max-width: 80px;
  height: auto;
  display: inline-block;
}
.ci-icon-100 img { max-width: 100px; }
.ci-icon-120 img { max-width: 120px; }

/*  Spacing ~100px | ~80px | ~60px | ~30px | ~15px
--------------------------------- */
.ci-my-100, .ci-my-80, .ci-my-60, .ci-my-30 { margin-top: 1.875rem; margin-bottom: 1.875rem }
.ci-mx-100, .ci-mx-80, .ci-mx-60, .ci-mx-30 { margin-left: 1.875rem; margin-right: 1.875rem }
.ci-mt-100, .ci-mt-80, .ci-mt-60, .ci-mt-30 { margin-top: 1.875rem }
.ci-mb-100, .ci-mb-80, .ci-mb-60, .ci-mb-30 { margin-bottom: 1.875rem }
.ci-ml-100, .ci-ml-80, .ci-ml-60, .ci-ml-30 { margin-left: 1.875rem }
.ci-mr-100, .ci-mr-80, .ci-mr-60, .ci-mr-30 { margin-right: 1.875rem }
.ci-my-15 { margin-top: 0.938rem; margin-bottom: 0.938rem }
.ci-mx-15 { margin-left: 0.938rem; margin-right: 0.938rem }
.ci-mt-15 { margin-top: 0.938rem }
.ci-mb-15 { margin-bottom: 0.938rem }
.ci-ml-15 { margin-left: 0.938rem }
.ci-mr-15 { margin-right: 0.938rem }

.ci-py-100, .ci-py-80, .ci-py-60, .ci-py-30 { padding-top: 1.875rem; padding-bottom: 1.875rem }
.ci-px-100, .ci-px-80, .ci-px-60, .ci-px-30 { padding-left: 1.875rem; padding-right: 1.875rem }
.ci-pt-100, .ci-pt-80, .ci-pt-60, .ci-pt-30 { padding-top: 1.875rem }
.ci-pb-100, .ci-pb-80, .ci-pb-60, .ci-pb-30 { padding-bottom: 1.875rem }
.ci-pl-100, .ci-pl-80, .ci-pl-60, .ci-pl-30 { padding-left: 1.875rem }
.ci-pr-100, .ci-pr-80, .ci-pr-60, .ci-pr-30 { padding-right: 1.875rem }
.ci-py-15 { padding-top: 0.938rem; padding-bottom: 0.938rem }
.ci-px-15 { padding-left: 0.938rem; padding-right: 0.938rem }
.ci-pt-15 { padding-top: 0.938rem }
.ci-pb-15 { padding-bottom: 0.938rem }
.ci-pl-15 { padding-left: 0.938rem }
.ci-pr-15 { padding-right: 0.938rem }
.ci-pb-200 {padding-bottom: 11.5rem}

@media (min-width: 992px) {
  .ci-my-100, .ci-my-80 { margin-top: 3.750rem; margin-bottom: 3.750rem }
  .ci-mx-100, .ci-mx-80 { margin-left: 3.750rem; margin-right: 3.750rem }
  .ci-mt-100, .ci-mt-80 { margin-top: 3.750rem }
  .ci-mb-100, .ci-mb-80 { margin-bottom: 3.750rem }
  .ci-ml-100, .ci-ml-80 { margin-left: 3.750rem }
  .ci-mr-100, .ci-mr-80 { margin-right: 3.750rem }
  .ci-my-60 { margin-top: 1.875rem; margin-bottom: 1.875rem }
  .ci-mx-60 { margin-left: 1.875rem; margin-right: 1.875rem }
  .ci-mt-60 { margin-top: 1.875rem }
  .ci-mb-60 { margin-bottom: 1.875rem }
  .ci-ml-60 { margin-left: 1.875rem }
  .ci-mr-60 { margin-right: 1.875rem }
  .ci-mb-200 {margin-bottom: 12.5rem}

  .ci-py-100, .ci-py-80 { padding-top: 3.750rem; padding-bottom: 3.750rem }
  .ci-px-100, .ci-px-80 { padding-left: 3.750rem; padding-right: 3.750rem }
  .ci-pt-100, .ci-pt-80 { padding-top: 3.750rem }
  .ci-pb-100, .ci-pb-80 { padding-bottom: 3.750rem }
  .ci-pl-100, .ci-pl-80 { padding-left: 3.750rem }
  .ci-pr-100, .ci-pr-80 { padding-right: 3.750rem }
  .ci-py-60 { padding-top: 1.875rem; padding-bottom: 1.875rem }
  .ci-px-60 { padding-left: 1.875rem; padding-right: 1.875rem }
  .ci-pt-60 { padding-top: 1.875rem }
  .ci-pb-60 { padding-bottom: 1.875rem }
  .ci-pl-60 { padding-left: 1.875rem }
  .ci-pr-60 { padding-right: 1.875rem }
  .ci-pb-200 {padding-bottom: 12.5rem}
}

@media (min-width: 1200px) {
  .ci-my-100 { margin-top: 6.250rem; margin-bottom: 6.250rem }
  .ci-mx-100 { margin-left: 6.250rem; margin-right: 6.250rem }
  .ci-mt-100 { margin-top: 6.250rem }
  .ci-mb-100 { margin-bottom: 6.250rem }
  .ci-ml-100 { margin-left: 6.250rem }
  .ci-mr-100 { margin-right: 6.250rem }
  .ci-my-80 { margin-top: 5rem; margin-bottom: 5rem }
  .ci-mx-80 { margin-left: 5rem; margin-right: 5rem }
  .ci-mt-80 { margin-top: 5rem }
  .ci-mb-80 { margin-bottom: 5rem }
  .ci-ml-80 { margin-left: 5rem }
  .ci-mr-80 { margin-right: 5rem }
  .ci-my-60 { margin-top: 3.750rem; margin-bottom: 3.750rem }
  .ci-mx-60 { margin-left: 3.750rem; margin-right: 3.750rem }
  .ci-mt-60 { margin-top: 3.750rem }
  .ci-mb-60 { margin-bottom: 3.750rem }
  .ci-ml-60 { margin-left: 3.750rem }
  .ci-mr-60 { margin-right: 3.750rem }

  .ci-py-100 { padding-top: 6.250rem; padding-bottom: 6.250rem }
  .ci-px-100 { padding-left: 6.250rem; padding-right: 6.250rem }
  .ci-pt-100 { padding-top: 6.250rem }
  .ci-pb-100 { padding-bottom: 6.250rem }
  .ci-pl-100 { padding-left: 6.250rem }
  .ci-pr-100 { padding-right: 6.250rem }
  .ci-py-80 { padding-top: 5rem; padding-bottom: 5rem }
  .ci-px-80 { padding-left: 5rem; padding-right: 5rem }
  .ci-pt-80 { padding-top: 5rem }
  .ci-pb-80 { padding-bottom: 5rem }
  .ci-pl-80 { padding-left: 5rem }
  .ci-pr-80 { padding-right: 5rem }
  .ci-py-60 { padding-top: 3.750rem; padding-bottom: 3.750rem }
  .ci-px-60 { padding-left: 3.750rem; padding-right: 3.750rem }
  .ci-pt-60 { padding-top: 3.750rem }
  .ci-pb-60 { padding-bottom: 3.750rem }
  .ci-pl-60 { padding-left: 3.750rem }
  .ci-pr-60 { padding-right: 3.750rem }
}

/* Display
--------------------------------- */
.ci-d-block {
  display: block;
}
.ci-d-inline-block {
  display: inline-block;
}
.ci-d-flex {
  display: flex;
}
.ci-d-all-flex {
  display: flex;
}
.ci-d-flex-wrap{
  flex-wrap: wrap; 
}
.ci-d-none {
  display: none;
}
@media (max-width: 768px) {
  .ci-d-mhide {
    display: none;
  }
}

/* Flex item
--------------------------------- */
.ci-d-flex.ci-flex-align-end {
  align-items: flex-end;
}
.ci-d-flex.ci-flex-align-start {
  align-items: flex-start;
}
.ci-d-flex.ci-flex-align-center {
  align-items: center;
}
.ci-d-flex.ci-flex-justify-between {
  justify-content: space-between;
}
.ci-d-flex.flex-justify-around {
  justify-content: space-around;
}
.ci-d-flex.flex-justify-center {
  justify-content: center;
}
.ci-d-flex.flex-justify-end {
  justify-content: flex-end;
}
.ci-d-flex .ci-order-1 {
  order: 1;
}
.ci-d-flex .ci-order-2 {
  order: 2;
}
@media (max-width: 768px) {
  .ci-d-flex {
    display: block;
  }
}

/* Flex item
--------------------------------- */
.ci-col-grid {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.ci-col-grid.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.ci-col-grid > .ci-col-grid-item {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.ci-col-grid.no-gutters > .ci-col-grid-item {
  margin-left: 0;
  margin-right: 0;
}
.ci-col-grid-onehalf > .col-grid-item {
  max-width: 50%;
}
.ci-col-grid-onethird > .col-grid-item {
  max-width: 33.3%;
}
.ci-col-grid-oneforth > .col-grid-item {
  max-width: 25%;
}
.ci-col-grid-onefifth > .col-grid-item {
  max-width: 20%;
}
.ci-col-grid-onesixth > .col-grid-item {
  max-width: 16.6%;
}

@media (max-width: 768px) {
  .ci-col-grid-onehalf > .col-grid-item ,
  .ci-col-grid-onethird > .col-grid-item {
    max-width: 100%;
  }
}

/* Custom check
--------------------------------- */
.ci-custom-check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  line-height: 140%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ci-custom-check input {
  /* Hide the browser's default checkbox */
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ci-custom-check .checkmark {
  /* Create a custom checkbox */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border-radius: 2px;
  background-color: #fff;
}
.ci-custom-check:hover input~.checkmark {
  /* On mouse-over, add a grey background color */
  background-color: #fff;
}
.ci-custom-check input:checked~.checkmark {
  /* When the checkbox is checked, add a green background */
  background-color: #6AC346;
}
.ci-custom-check .checkmark:after {
  /* Create the checkmark/indicator (hidden when not checked) */
  content: "";
  position: absolute;
  display: none;
}
.ci-custom-check input:checked~.checkmark:after {
  /* Show the checkmark when checked */
  display: block;
}
.ci-custom-check .checkmark:after {
  /* Style the checkmark/indicator */
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  box-sizing: content-box;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Responsive Video
--------------------------------- */
.ci-videoWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  height: 0;
}
.ci-videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Container wrapper
--------------------------------- */
.ci-wrap-mid {
  margin-left: auto;
  margin-right: auto;
}
.ci-wrap-xl {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto
}
.ci-wrap-l {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto
}
.ci-wrap-m {
  width: 90%;
  max-width: 720px;
}
.ci-wrap-s {
  width: 90%;
  max-width: 580px;
}
.ci-wrap-xs {
  width: 90%;
  max-width: 440px;
}

/* Background color
--------------------------------- */
.ci-bg-white {
  background-color: #ffffff;
  color: #000;
}
.ci-bg-white-grade {
/*  background: linear-gradient(to right, #ffffff, #ffffff, #ffffffb8);*/
  background: linear-gradient(95.46deg, #FFFFFF 13.12%, rgba(255, 255, 255, 0.8) 101.85%);
  color: #212529;
}
.ci-bg-black {
  background-color: #000000;
  color: #fff;
}
.ci-bg-grey {
  background-color: #F2F3F4;
}
.ci-bg-darkgrey {
  background-color: #636466;
  color: #fff;
}
.ci-bg-blue {
  background-color: #007C97;
  color: #fff
}
.ci-bg-red {
  background-color: #ED1C24;
  color: #fff;
}
.ci-bg-orange {
  background-color: #F26522;
  color: #fff
}
.ci-bg-biyangrey {
  background-color: #f2f3f4;
  color: #333;
}

/* Text Color
--------------------------------- */
.ci-text-black {
  color: #212529;
}
.ci-text-white {
  color: #ffffff;
}
.ci-text-red {
  color: #ED1C24;
}
.ci-text-blue {
  color: #007C97;
}
.ci-text-whiteblue {
  color: #79A1B2;
}
.ci-text-orange {
  color: #F26522;
}
.ci-text-pb {
  color: #B2D7E0;
}
.ci-text-footnote {
  color: #A6A6A6;
}

/* Text decoratio
--------------------------------- */
.ci-text-underline {
  text-decoration: underline;
}

/* List group
--------------------------------- */
ul.ci-list-empty {
  list-style-type: none;
}
ul.ci-list-square {
  list-style-type: square;
  margin-left: 1.2rem;
}
ul.ci-list-disc {
  list-style-type: disc;
  margin-left: 1.2rem;
}
ul.ci-list-decimal {
  list-style-type: decimal;
  margin-left: 1.2rem;
}

/* Hover effect
--------------------------------- */
.ci-hover-lift {
  transition: all 0.2s ease-out;
}
.ci-hover-lift:hover {
  transform: translateY(-10px);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}


/* Animate content show on scroll
   Based on slidein.js
--------------------------------- */
.come-in {
  transform: translateX(-80px);
  animation: come-in 1.5s ease forwards;
  opacity: 0;
}

@keyframes come-in {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* <> Parallax <> */
.ci-parallax-bg {
  background-position: center center;
  background-size: cover;
}
@media (min-width: 728px) {
  .ci-parallax-bg {
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
}


/* Width
--------------------------------- */
.ci-col-width-ninety{
  max-width: 90%;
}
.ci-col-width-eighty{
  max-width: 80%;
}
.ci-col-width-onehalf{
  max-width: 50%;
}
.ci-col-width-onethird{
  max-width: 33.3%;
}
.ci-col-width-oneforth{
  max-width: 25%;
}
.ci-col-width-onefifth{
  max-width: 20%;
}
.ci-col-width-onesixth{
  max-width: 16.6%;
}

@media (max-width: 768px) {
  .ci-col-width-ninety {
    max-width: 100%;
  }
}

.margin-x-auto {
  margin: 0 auto;
}

.border-blue {
  border: 1px solid #007C97;
}

.ci-line-height-130 {
  line-height: 130%;
}
.ci-line-height-10 {
  line-height: 10%;
}


.product-cta {
  background-color: #007C97;
  padding: 14px 68px;
  color: #FFF !important;
}

.example {
  background-image: url(../img/7000/banner-pc.png);
  background-size: cover;
  height: 400px;
}

.black-box-out {
  padding: 64px 0;
}

.black-box {
  max-width: 1048px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}

.banner-title {
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
}

.banner-description {
  font-size: 16px;
}

.example-image {
  padding: 32px 72px 32px 108px;
}

.example-image img {
  max-width: 365px;
}

.example-description {
  color: #FFF;
  margin: auto 0;
  font-weight: bold;
  padding-right: 60px;
}

.example-title {
  font-size: 22px;
  margin-bottom: 1rem;
}

.example-sub-title {
  margin-bottom: 0;
}

.example-cta {
  color: #FFF;
  font-size: 20px;
  position: relative;
}

.example-cta a {
  border: solid 2px #FFF;
  padding: 14px 74px;
  position: absolute;
  bottom: 20px;
  min-width: 254px;
}

.example-cta:hover a {
  background-color: #fff;
  color: #000;
  font-weight: 900;
}

.h130 img {
  height: 130px;
}

.ci-header-outer .ci-btn-white {
  align-items: center;
}

.ci-header-outer .amazon-box {
  padding-left: 0;
}

.ci-header-outer .ci-font-l {
 padding-left: 0;
 padding-right: 0;
}

.ci-header-outer .amazon-mail-magazine {
  color: #F26522;
  font-weight: 700;
  font-size: 25px;
  line-height: 130%;
}

.ci-header-outer img {
  max-height: 72px !important;
  padding: 10px;
  background-color: #FFFFFF;
}

.amazon-box img {
  max-height: 52px;
}
.amazon-box span {
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.amazon-box .btn-apply {
  padding: 16px 22px 13px 22px;
  margin: 10px 0 0 45%;
  font-size: 18px;
  color: #000000;
  background-color: #FFFFFF;
}
.ci-intro-outer .amazon-box .btn-apply {
  margin: 15px 0 0 25%;
}
.cta .amazon-box .btn-apply {
  display: inline-block;
  width: 165px !important;
  margin: 15px 0 0 26%;
}
.amazon-mail-magazine {
  margin-left: 20px;
  text-transform: capitalize;
}

.ci-header-outer p {
  margin: unset;
}

.pc-center {
  margin: 0 auto;
}

@media screen and (max-width:750px) {
  .amazon-box .ci-btn-white {
    display: flex;
    padding: 14px 3px 8px 25px;
  }
  .ci-header-outer .amazon-box {
    padding-left: unset;
  }

  .ci-header-outer .amazon-mail-magazine {
    font-size: 16px;
    line-height: 140%;
  }

  .ci-header-outer img {
    margin-bottom: 10px;
  }

  .ci-amd-headwrap .row {
    margin-right: unset;
  }
  .ci-header-outer .amazon-box .ci-btn-orange {
    display: flex;
    padding: 14px 15px 8px 15px;
  }
  .banner-processor .amazon-box .ci-btn-orange {
    display: flex;
    padding: 14px 15px 8px 15px;
  }
  .amazon-mail-magazine {
    margin-top: unset;
  }
  .amazon-box .btn-apply {
    margin: 0 auto;
  }
  .ci-intro-outer .amazon-box .btn-apply {
    margin: 15px auto 0 auto;
  }
  .cta .amazon-box .btn-apply {
    margin: 15px auto 0 auto;
  }
  .performance7000-detail {
    flex-flow: column;
  }
  .product-7040-series p {
    font-size: 15px !important;
  }
  .ci-intro-outer h3 {
    font-size: 24px !important;
    line-height: 36px;
  }
  .ryzenpro7040_series_1 {
    width: 100% !important;
  }
  .banner-processor {
    background-image: url(../img/7000/2023_ryzenpro7000-sp.png) !important;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .banner-processor h2 {
    font-size: 16px;
  }
  .sp-ml {
    margin-left: 140px;
  }
  .performance-detail h3 {
    margin-bottom: 20px !important;
  }
  .performance7000 img {
    width: 100% !important;
  }
  .performance-detail .secondary-text {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .performance7000-inner-detail {
    margin-bottom: 20px;
  }
  .performance7000-inner-detail p:first-child {
    font-size: 15px;
  }
  .spec-section p {
    font-size: 15px !important;
    margin-bottom: 20px;
  }
  .banner-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px !important;
  }
  .banner-description {
    font-style: 14px;
    margin-bottom: 20px !important;
  }
  .example-image a {
    width: 60% !important;
  }
  .inner-block-form h3 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .form-inquiry .row {
    flex-flow: inherit;
  }
  .form-inquiry .btn {
    padding: 10px 5px !important;
  }
  .ci-trigger-open, .ci-trigger-close {
    right: 0;
    position: absolute;
  }
  .inner-block-form {
    margin-bottom: 20px;
  }
}
/*
 * 魅力
 */
.product-7040-series {
  margin-top: 56px;
}

.product-7040-series p {
  margin-bottom: 0.5rem;
}

.ci-intro-outer h3 {
  font-size: 40px;
}

.ryzenpro7040_series_1 {
  margin-top: 40px;
  width: 770px;
  height: auto;
}

.ryzenpro7040_series_1-detail {
  margin-top: 40px;
  width: 760px;
  height: auto;
}

.product-catch-copy {
  margin-top: 40px;
  font-size: 32px;
  text-align: center;
}
.product-footnote {
  text-align: right;
}
.cta {
  width: 716px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.cta img {
  width: auto;
}
.cta a {
  display: flex;
}
.cta p {
  margin-bottom: 0;
  text-align: left;
}
.cta p:first-child {
  font-size: 22px !important;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}
.cta p:last-child {
  font-size: 12px !important;
}
.cta a:last-child {
  width: 365px;
}
.cta .amazon-box {
  width: 386px;
}
.cta .btn {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width:750px) {
  .cta {
    width: 100%;
    gap: 20px;
    flex-direction: column;
    margin-top: 40px;
  }
  .cta a {
    width: calc(100vw - 40px) !important;
    display: block;
  }
  .cta .amazon-box, .cta p {
    margin: 0 auto;
  }
}

/*
 * AIエンジン搭載
 */
.ai-engine-sentence {
  max-width: 1100px;
}
.movie-section {
  padding-bottom: 80px;
}
.movie-block {
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto;
    max-width: 850px;
}

/*.movie-block iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}*/

/*
 * バナー
 */
.banner-processor {
  background-image: url(../img/7000/2023_ryzenpro7000-pc.png);
}
.banner-processor .ci-amd-headwrap {
  width: 500px;
}
.ci-amd-headwrap .row {
  margin-left: unset;
}
.banner-processor h2 {
  margin-bottom: 10px !important;
}

/*
 * パフォーマンス
 */

.performance7000 img {
  width: 650px;
}

.performance-detail h3 {
  margin-bottom: 40px;
}
.performance-detail .secondary-text {
  font-size: 32px;
}
.performance7000-detail {
  display: flex;
}

.performance7000-inner-detail {
  margin-right: 32px;
  text-align: left;
}
.performance7000-inner-detail p:first-child {
  margin-bottom: 20px;
}

.performance7000-inner-detail p {
  margin-bottom: 4px;
}

/*
 * 申込
 */
.form-inquiry h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.form-inquiry p {
  margin-top: 5px;
  margin-bottom: unset;
  margin-left: 20px;
}
.form-inquiry .row {
  justify-content: center;
}
.inner-block-form {
  margin-bottom: 60px;
}
.check-orange {
  color: #f26522;
}
.check-blue {
  color: #007C97;
  margin-right: 4px;
}