@charset "UTF-8";

#halfsizeprint_cp .mv_area {
  text-align: center;
  background-color: #fff;
}
#halfsizeprint_cp .mv_area img {
  margin: 0 auto;
}


h2.cp_ttl {
    padding: 20px 0 40px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
    @media only screen and (max-width: 767px) {
      h2.cp_ttl {
          font-size: 24px;
      }
    }
h2.cp_ttl span{
    background:linear-gradient(transparent 60%, #FFFF74 60%);
}
h4.cp_ttl {
    padding-top: 100px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.2rem;
}

.cp_ttl_coupon {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2rem;
}
.cp_free_banner{
    display: flex;
    justify-content: center;
}
.cp_free_banner div{
    width: 37%;
    margin: 40px 20px 0;
}
.cp_free_banner div img{
    width:100%;
}
@media only screen and (max-width: 767px) {
    .cp_free_banner{
        display: block;
      }
      .cp_free_banner div{
        width: 90%;
        margin: 20px auto 0;
      }
      .cp_free_banner div img{
        width:100%;
      }
}
.line_u {
  width: 50%;
  color: #cdc5bb;
  margin: 50px auto;
}
.deco_a a {
  color: #E57D7F;
  text-decoration: underline;
}
.cp_read .deco_a a {
    color: #333;
    text-decoration: underline;
}
.note {
  font-size: 14px!important;
  font-weight: normal!important;
}

.cp_read {
  width: 88%;
  max-width: 950px;
  margin: 60px auto 90px;
  text-align: center;
}
    @media only screen and (max-width: 767px) {
      .cp_read {
        text-align: left;
      }
    }

.cp_read p {
  font-size: 18px;
  line-height: 1.5;
}
.cp_read p.txt-f16{
    font-size: 16px;
}

.cp_read .cp_read_main {
  margin: 30px 0;
  font-weight: bold;
  text-align: center;
}

.cp_read .cp_read_main p {
  font-size: 20px;
}

.cp_read .cp_read_main p span {
  color: #E57D7F;
  font-size: 120%;
}
.cp_read .cp_read_main p span.txt-f16 {
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
@media only screen and (max-width: 767px) {
      .cp_read .cp_read_main p span.note {
        font-size: 18px;
      }
}
.cp_attention {
  border: 1px solid #cdc5bb;
  padding: 70px 10px 50px;
  width: 90%;
  max-width: 950px;
  margin: 60px auto 90px;
  position: relative;
}
.cp_attention .cp_ttl_coupon::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 68px;
    background: url(../img/campaign/cp_attention.png?$staticlink$) no-repeat center;
    top: -34px;
    left: 0;
}
.cp_attention dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
  padding: 30px 100px;
}
.cp_attention dl dt {
  width: 10%;
  margin: 0 0 20px 8%;
  color: #c78d82;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
.cp_attention dl dd {
  width: 72%;
  margin: 0 10px 20px 25px;
  font-size: 18px;
}
    @media only screen and (max-width: 767px) {
      .cp_attention dl {
        padding: 30px 0;
      }
      .cp_attention dl dt {
        width: 15%;
        margin: 0 20px 20px 0;
        font-size: 20px;
      }
      .cp_attention dl dd {
        width: 73%;
        margin: 0 0 20px 0;
      }
    }

.cp_attention .btn_area {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.btn_area .btn1 {
    width: 75%;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 33px;
    background: #756862;
    text-align: center;
}
.btn_area .btn1 a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  padding: 15px 60px;
  position: relative;
}
    @media only screen and (max-width: 767px) {
      .btn_area .btn1 a {
        padding: 15px 25px;
      }
    }
.btn_area .btn1 a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: solid 4px transparent;
  border-right: solid 6px transparent;
  border-bottom: solid 4px transparent;
  border-left: solid 6px #fff;
  position: absolute;
  right: 18%;
  top: calc(50% - 5px);
}
    @media only screen and (max-width: 767px) {
      .btn_area .btn1 a::after {
        right: 13%;
      }
    }

.coupon_area {
  margin-bottom: 140px;
}
.coupon_area p.kigen {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.coupon_area .coupon_code_area {
  width: 90%;
  max-width: 950px;
  margin: 30px auto 10px;
  background-color: #d4ad9c;
  text-align: center;
  padding: 30px 10px;
}

.coupon_area .coupon_code_area p {
  color: #fff;
  font-size: 22px;
}

.coupon_area .coupon_code_area .coupon_code {
  background-color: #fff;
  padding: 20px 10px;
  font-size: 26px;
  color: #000;
  font-weight: bold;
  margin: 10px auto;
  width: 90%;
  max-width: 550px;
}

.coupon_area .coupon_code_area .coupon_code_kana {
  font-size: 14px;
  font-weight: bold;
}
.coupon_area .coupon_code_area #couponcopy{
    display: block;
    width: 55%;
    background-color: #756862;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    padding: 16px 0;
    margin: 30px auto 10px;
}
.coupon_area .coupon_code_area .couponcopy_txt{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
input.code {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  box-shadow: none;
  cursor: default;
}
@media only screen and (max-width: 767px) {
    .coupon_area .coupon_code_area #couponcopy{
      width: 80%;
      font-size: 18px;
     }
.coupon_area .coupon_code_area .couponcopy_txt{
    font-size: 16px;
     }
}
.coupon_area ul {
  width: 90%;
  max-width: 950px;
  margin: 0 auto 30px;
  font-size: 14px;
}

.coupon_area ul li {
  padding-left: 14px;
  text-indent: -14px;
  color: #E57D7F;
}

.cart_btn_area {
  width: 90%;
  max-width: 950px;
  margin: 20px auto;
}
.cart_btn_area.mt40{
  margin: 40px auto 20px;
}
.cart_btn_area.mb50{
  margin: 20px auto 50px;
}

.cart_btn_area .btn1 {
  border-radius: 50px;
  background: #E57D7F;
  text-align: center;
  width: 80%;
  max-width: 340px;
  margin: 0 auto 20px;
}
.cart_btn_area .btn1 a {
  display: block;
  font-size: 26px;
  color: #fff;
  letter-spacing: 3px;
  /* font-weight: bold; */
  padding: 15px 60px 15px 90px;
  position: relative;
}
.cart_btn_area .btn1 a::before {
  content: "";
  display: inline-block;
  background: url(../img/campaign/icon_cart.png?$staticlink$) no-repeat center;
  position: absolute;
  top: 10px;
  left: 38px;
  width: 42px;
  height: 48px;
}

.cart_btn_area .btn2 {
  width: 70%;
  max-width: 280px;
  margin: 0 auto 20px;
  border-radius: 33px;
  border: 1px solid #333;
  text-align: center;
}
.cart_btn_area .btn2 a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  padding: 15px 60px;
  position: relative;
}
.cart_btn_area .btn2 a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: solid 4px transparent;
  border-right: solid 6px transparent;
  border-bottom: solid 4px transparent;
  border-left: solid 6px #333;
  position: absolute;
  right: 18%;
  top: calc(50% - 4px);
}
.cart_btn_area .btn2 a.arrowbottom::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 6px #333;
    border-right: solid 4px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 4px transparent;
    position: absolute;
    right: 18%;
    top: calc(50% - 4px);
}

.insta_more {
  width: 100%;
  max-width: 950px;
  margin: 30px auto 80px;
  padding: 0px 20px 50px;
}

.insta_more::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100px;
    background: url(../img/campaign/insta_more_1.png?$staticlink$) no-repeat center, url(../img/campaign/insta_more_2.png?$staticlink$) no-repeat 80%;
    top: -52px;
    left: 0;
}
    @media only screen and (max-width: 767px) {
      .insta_more::before{
          background: url(../img/campaign/insta_more_1.png?$staticlink$) no-repeat center, url(../img/campaign/insta_more_2.png?$staticlink$) no-repeat 95%;
      }
    }
.insta_more .more_p {
  position: absolute;
  top: -80px;
  left: calc(50% - 55px);
  font-weight: bold;
  font-size: 20px;
}

.insta_more h3 {
  margin: 0 0 20px 0;
  padding-top: 70px;
}

.insta_more p {
  text-align: center;
  font-size: 18px;
}

.coupon_sample {
  width: 90%;
  max-width: 950px;
  margin: 20px auto 60px;
  text-align: center;
}

.coupon_sample h4 {
  margin-bottom: 30px;
}

.coupon_sample .sp_only img {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.coupon_sample .pc_only img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #999;
}
