@charset "UTF-8";

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#DP_first {
  max-width: 1220px;
  margin: 10px auto;
}

#DP_first_header {
  text-align: center;
  font-size: 15px;
}

#DP_first_header img {
  width: 800px;
}

.DP_first_header_keyword {
  font-size: 20px;
}

#DP_first_header p {
  margin-top: 20px;
}

#DP_first_contents {
  margin-top: 80px;
}

#DP_first_coupon h1 {
  text-align: center;
  font-size: 30px;
}

#DP_first_coupon p {
  text-align: center;
}

#DP_first_coupon_area {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

#DP_first_coupon img {
  width: 300px;
}

.DP_first_coupon {
  position: relative;
}

.DP_first_couponcode {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
}

.DP_first_couponcode p {
  font-size: 20px;
}

.DP_first_couponcode h3 {
  font-size: 30px;
}

#DP_first_safety_shopping {
  margin: 80px auto 30px;
}

#DP_first_safety_shopping h1 {
  text-align: center;
  font-size: 30px;
}

#DP_first_safety_shopping_area {
  display: flex;
  margin: 30px 100px;
}

#DP_first_safety_shopping_area>div {
  flex: 0 0 45%;
}

#DP_first_security,
#DP_first_contact {
  margin: 0 auto;
  height: 300px;
}

#DP_first_safety_shopping_area h2 {
  text-align: center;
  border-bottom: 1px solid #000000;
}

#DP_first_safety_shopping_area p {
  font-size: 15px;
  margin-top: 15px;
}


.DP_first_safety_shopping_button {
  text-align: center;
  margin-top: 50px;
}

.DP_first_safety_shopping_button a {
  padding: 10px 20px;
  text-decoration: none;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
}

.DP_first_safety_shopping_button a:hover {
  background-color: #ebebeb;
}

#DP_first_footer_img {
  text-align: center;
  margin-top: 80px;
}

#DP_first_footer_img img {
  width: 800px;
}

#DP_first_footer_img a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 480px) {

  *,
  ::after,
  ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  #DP_first {
    margin: 10px 5px;

  }

  #DP_first_header img {
    width: 100%;
  }

  #DP_first_header p {
    width: 80%;
    margin: 20px auto 0;
  }

  .DP_first_header_keyword {
    font-size: 16px;
  }

  #DP_first_coupon {
    margin: auto 30px;
  }

  #DP_first_coupon h1 {
    margin: 0 40px;
    font-size: 25px;
  }

  #DP_first_coupon p {
    font-size: 15px;
  }

  #DP_first_coupon_area {
    display: block;
    text-align: center;
  }

  #DP_first_100off {
    margin-bottom: 40px;
  }

  #DP_first_500off {
    margin-bottom: 40px;
  }

  #DP_first_1000off {
    margin-bottom: 40px;
  }

  #DP_first_safety_shopping {
    margin: 50px 20px;
  }

  #DP_first_safety_shopping h1 {
    margin: 0 40px;
    font-size: 25px;
  }

  #DP_first_safety_shopping_area {
    display: block;
    margin: 30px 0;
  }

  #DP_first_security,
  #DP_first_contact {
    height: 230px;
  }

  #DP_first_safety_shopping_area h2 {
    font-size: 20px;
  }

  .DP_first_safety_shopping_button {
    margin-top: 25px;
  }

  .DP_first_safety_shopping_button a {
    font-size: 16px;
  }

  #DP_first_footer_img {
    margin-top: 50px;
  }

  #DP_first_footer_img img {
    width: 100%;
  }
}