@charset "UTF-8";

/* common */
.amazon-box .container-text {
  color: #fff;
  padding-left: 15px;
  text-align: center;
}
.amazon-box .container-text .mail-magazine {
  font-size: 14px;
  font-weight: 400;
  background: #000000;
  padding: 6px 10px 5px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  text-align: left;
}
.amazon-box .container-text .mail-magazine .txt-orange {
  color: #F26522;
}
.amazon-box .container-text .mail-magazine span.num {
  font-size: 25px;
  line-height: 1;
  font-weight: 300;
}
.amazon-box .container-text .amazon-gift {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0 !important;
  letter-spacing: .04em;
}
.amazon-box .container-text .amazon-gift span.num {
  font-size: 28px;
  font-weight: 500;
}
.amazon-box .btn {
  color: #fff;
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
}
.amazon-box .btn:hover {
  opacity: .7;
}
.date_circle {
  position: absolute;
  background-image: url(../img/date_circle.png);
  background-position: 0 0px;
  background-repeat: no-repeat;
  background-size: 100px;
  z-index: 1;
}
.date_circle p {
  position: relative;
  color: #fff;
  padding: 28px 25px;
  font-size: 16px;
  text-align: center;
}
.date_circle span.num {
  font-size: 22px;
  font-weight: 400;
}
.present-box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.playstation {
  position: absolute;
  right: -6%;
  bottom: 0;
}
.playstation img {
  width: 100px !important;
}

@media screen and (max-width: 992px) {
  .amazon-box .container-text .amazon-gift {
    font-size: 16px;
  }
  .amazon-box .container-text .amazon-gift span.num {
    font-size: 24px;
  }
  .playstation img {
    width: 70px !important;
  }
}

@media screen and (max-width: 750px) {
  .amazon-box .container-text {
    padding-left: 0;
  }
  .amazon-box .container-text .mail-magazine {
    display: inline-block;
    padding: 10px 10px 6px;
  }
  .date_circle {
    background-size: 72px;
  }
  .date_circle p {
    font-size: 14px;
    padding: 19px;
    line-height: 1.1;
  }
  .date_circle span.num {
    font-size: 16px;
  }
  .playstation {
    right: 2%;
  }
}

@media screen and (max-width: 375px) {
  .amazon-box .container-text .mail-magazine {
    font-size: 12px;
    padding: 8px 24px 4px;
  }
  .amazon-box .container-text .mail-magazine span.num {
    font-size: 22px;
  }
}

/* mv */
.amazon-box-inner-right {
  width: 360px;
}
.kv-cta-block {
  padding-bottom: 60px;
}
.kv-cta-block {
  justify-content: center;
}
.kv-cta-block .ci-py-30 {
  padding-bottom: 0;
}
.kv-cta-block .amazon-box {
  display: flex;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
  padding: 20px 30px 10px 20px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: -16%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 550px;
}
.kv-cta-block .amazon-box .container-img img {
    background-color: unset;
    width: 130px;
    padding: 0;
    margin-bottom: 0;
}
.kv-cta-block .date_circle {
  top: -5%;
  left: -8%;
}

@media screen and (max-width: 1600px) {
  .kv-cta-block .amazon-box {
    bottom: -26%;
    left: 8%;
  }
}

@media screen and (max-width: 1400px) {
  .kv-cta-block .amazon-box {
    bottom: -27%;
    left:10%;
  }
}

@media screen and (max-width: 1200px) {
  .kv-cta-block .amazon-box {
    position: relative;
    left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .kv-cta-block .amazon-box {
    flex-direction: column;
    align-items: center;
  }
  .kv-cta-block .amazon-box .container-text {
    width: 100%;
  }
  .kv-cta-block .amazon-box .container-text .btn {
    display: block;
  }
  .kv-cta-block .date_circle {
    top: 4%;
    left: 4%;
  }
  .kv-cta-block .amazon-box .container-img img {
    width: 160px;
  }
}

/* cta-section */
.cta-section {
  background: #292929;
  color: #fff;
}
.cta-section .cta-box {
  display: flex;
  justify-content: center;
  padding: 40px 10px 30px;
  position: relative;
  max-width: 1000px;
  width: 85%;
  margin: 0 auto;
}
.cta-section .cta-box .cta-text {
  max-width: 470px;
}
.cta-section .cta-box .cta-text h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.cta-section .cta-box .cta-text p {
  font-size: 18px;
  margin-bottom: 6px;
}
.cta-section .cta-box .date_circle {
  top: -8%;
  right: -7%;
}
.cta-section .cta-box .amazon-box .container-text {
  padding-left: 50px;
}
.cta-section .playstation {
  right: -2%;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .cta-section .cta-box .amazon-box .container-text {
    padding-left: 10px;
  }
  .cta-section .cta-box .date_circle {
    top: -8%;
    right: -7%;
  }
  .cta-section .playstation {
    right: -2%;
    bottom: 8%;
  }
}
@media screen and (max-width: 992px) {
  .cta-section .cta-box .cta-text {
    max-width: 350px;
  }
}
@media screen and (max-width: 750px) {
  .cta-section .cta-box {
    flex-direction: column;
    align-items: center;
  }
  .cta-section .cta-box .amazon-box {
    margin-top: 20px;
    width: 100%;
    display: block;
  }
  .cta-section .cta-box .amazon-box .container-text {
    padding-left: 0;
  }
  .cta-section .cta-box .amazon-box .container-text .mail-magazine {
    padding: 10px;
  }
  .cta-section .cta-box .date_circle {
    top: 82%;
    right: 83%;
  }
  .cta-section .playstation {
    right: -4%;
    bottom: 0%;
  }
}

/* banner-processor */
.ci-intro-outer {
  background-image: url(../img/221694014_AMDEPYC_Genoa_BeautyShot_02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-processor .date_circle {
  top: -10%;
  right: -10%;
}
.banner-processor .amazon-box {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 10px;
  position: relative;
}
.banner-processor .info-box h4 {
  margin-bottom: 10px;
  text-align: center;
}
.banner-processor .info-box p {
  text-align: left;
  margin-bottom: 10px;
}
.banner-processor .ci-amd-headwrap {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 20px 10px;
  position: relative;
  width: 560px;
}

.banner-processor .info-box p.mail-magazine {
  background: rgba(0, 125, 151, .4);
  padding: 10px 15px 5px;
}
.banner-processor .info-box p.mail-magazine .num {
  font-size: 20px;
}
.banner-processor .amazon-box .container-text {
  padding-left: 0;
}
.banner-processor .amazon-box .container-text .amazon-gift {
  text-align: left;
  line-height: 1.3;
}
.banner-processor .amazon-box .container-btn p {
  margin-bottom: 0;
}
.banner-processor .present-box p {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .04em;
}
.banner-processor .present-box p .num {
  font-size: 28px;
}
.banner-processor .btn {
  color: #fff;
  width: 100%;
  margin: 10px 0;
}
@media screen and (max-width: 1200px) {
  .banner-processor .date_circle {
    top: -10%;
    right: -6%;
  }
}
@media screen and (max-width: 992px) {
  .banner-processor {
    background-position: top left;
    background-size: cover;
    padding: 50px 0px;
  }
  .banner-processor .date_circle {
    top: -8%;
    right: -4%;
  }
  .banner-processor .info-box {
    font-size: 16px;
    padding: 0;
  }
  .banner-processor .info-box p small {
    font-size: 14px;
  }
  .banner-processor .info-box p.mail-magazine {
    padding: 8px 15px;
  }
  .banner-processor .present-box p {
    font-size: 16px;
  }
  .banner-processor .playstation {
    right: 2%;
    bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .banner-processor .date_circle {
    top: -17%;
    right: 3%;
  }
  .banner-processor .amazon-box {
    flex-direction: column;
    align-items: center;
  }
  .banner-processor .amazon-box .container-text .amazon-gift {
    text-align: center;
  }
  .banner-processor .amazon-box .container-btn {
    width: 100%;
  }
  .banner-processor .amazon-box .ci-btn-orange {
    display: block;
  }
  .banner-processor .info-box h2 {
    font-size: 22px;
  }
}

/* form-inquiry */
.l-block-form {
  position: relative;
}
.l-block-form .img-fluid {
  max-height: 420px;
}
.l-block-form .date_circle {
  top: -2.5%;
  right: 26%;
}
.l-block-form .date_circle p {
  margin: 0;
}
.l-block-form .amazon-box .container-text .mail-magazine {
  font-size: 16px;
  display: inline-block;
  margin: 0;
}
.l-block-form .amazon-box .container-text h2 {
  color: #212529;
  font-weight: 600;
  margin: 20px 0;
  line-height: 1.6;
}
.l-block-form .amazon-box span.num {
  font-size: 46px;
  font-weight: 500;
}
.l-block-form .info-box {
  padding: 30px;
  margin: 0 auto;
  max-width: 520px;
  background-color: #F2F3F4;
}
.l-block-form .info-box h4 {
  margin-bottom: 10px;
}
.l-block-form .info-box p {
  margin-left: 0;
}

@media screen and (max-width: 992px) {
  .l-block-form .date_circle {
    top: -2%;
    right: 18%;
  }
}

@media screen and (max-width: 750px) {
  .l-block-form .date_circle {
    top: -0.5%;
    right: -4%;
  }
  .l-block-form .amazon-box .container-text .mail-magazine {
    font-size: 14px;
  }
  .l-block-form .amazon-box .container-text h2 {
    margin: 10px 0;
  }
}

