@charset "UTF-8";

/* common */
.amazon-box .container-text {
  color: #fff;
  padding-left: 30px;
  text-align: center;
}
.amazon-box .container-text .mail-magazine {
  font-size: 14px;
  font-weight: 400;
  background: #000000;
  padding: 6px 10px 2px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.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: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.amazon-box .container-text .amazon-gift span.num {
  font-size: 35px;
  font-weight: 500;
}
.amazon-box .btn {
  color: #fff;
  font-size: 18px;
  width: 100%;
  margin-bottom: 20px;
}
.amazon-box .btn:hover {
  opacity: .7;
}
.date_circle {
  position: absolute;
  background-image: url(../img/7000/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: 26px;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .amazon-box .container-text {
    padding-left: 0;
  }
  .amazon-box .container-text .mail-magazine {
    display: inline-block;
    padding: 8px 30px 4px;
  }
  .date_circle {
    background-size: 72px;
  }
  .date_circle p {
    font-size: 14px;
    padding: 19px;
    line-height: 1.1;
  }
  .date_circle span.num {
    font-size: 18px;
  }
}

@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 */
@media (min-width: 768px) {
  .ci-header-outer {
      aspect-ratio: 8/6;
  }
}
@media (min-width: 992px) {
  .ci-header-outer {
      aspect-ratio: 11/6;
  }
}
@media (min-width: 1200px) {
    .ci-header-outer {
        aspect-ratio: 13/6;
    }
}
@media (min-width: 1600px) {
  .ci-header-outer {
      aspect-ratio: 17/6;
  }
}

.ci-header-outer .ci-py-30 {
  padding-bottom: 0;
}
.ci-header-outer .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 0;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.ci-header-outer .amazon-box .container-img img {
    background-color: unset;
    max-height: 200px !important;
    padding: 0;
    margin-bottom: 0;
}
.ci-header-outer .date_circle {
  top: -5%;
  left: -8%;
}

@media screen and (max-width: 992px) {
  .ci-header-outer .amazon-box .container-text .amazon-gift {
    font-size: 20px;
  }
}

@media screen and (max-width: 750px) {
  .ci-header-outer .amazon-box {
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
  }
  .ci-header-outer .amazon-box .container-text {
    width: 100%;
  }
  .ci-header-outer .amazon-box .container-text .btn {
    display: block;
  }
  .ci-header-outer .date_circle {
    top: 4%;
    left: 4%;
  }
}

/* cta-section */
.cta-section {
  background: #292929;
  color: #fff;
}
.cta-section .cta-box {
  display: flex;
  justify-content: center;
  padding: 40px 20px 16px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.cta-section .cta-box h2 {
  margin-bottom: 20px;
}
.cta-section .cta-box p {
  margin-bottom: 6px;
}
.cta-section .cta-box .date_circle {
  top: -17%;
  right: 2%;
}
.cta-section .cta-box .amazon-box .container-text {
  padding-left: 50px;
}
@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%;
  }
  .cta-section .cta-box .amazon-box .container-text {
    padding-left: 0;
  }
  .cta-section .cta-box .amazon-box .container-text .mail-magazine {
    padding: 8px 10px 4px;
  }
  .cta-section .cta-box .date_circle {
    top: 56%;
    right: 4%;
  }
}

/* banner-processor */
.banner-processor .date_circle {
  top: -60%;
  right: -10%;
}
.banner-processor .amazon-box {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 10px;
  position: relative;
}
.banner-processor .amazon-box .container-text .mail-magazine {
  background: rgba(0, 125, 151, .4);
}
.banner-processor .amazon-box .container-text .amazon-gift {
  text-align: left;
}
.banner-processor .amazon-box .container-btn p {
  margin-bottom: 0;
}
.banner-processor .info-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
}
.banner-processor .info-box h4 {
  margin-bottom: 10px;
}
.banner-processor .info-box p {
  margin-bottom: 6px;
}

@media screen and (max-width: 1200px) {
  .banner-processor .date_circle {
    top: -30%;
    right: -3%;
  }
}
@media screen and (max-width: 992px) {
  .banner-processor {
    background-position: top left;
    background-size: 75% auto;
  }
  .banner-processor .date_circle {
    top: -15%;
    right: -4%;
  }
  .banner-processor .amazon-box .container-text .mail-magazine {
    padding: 8px 15px 4px;
  }
}
@media screen and (max-width: 750px) {
  .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 .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;
  }
}

