@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
html { height: auto; }
#sp_wrap {
  background: #ffffff !important;
  line-height: 1.7 !important;
}
.top_bg {
  /*background-image: url(images/01/bg_main.png);*/
  background-repeat: repeat-x;
  -webkit-background-size: auto;
  background-size: auto;/*border-bottom: 4px solid #d7b622;*/
}
.top_bg.bg_02 {
  background-image: url(images/02/bg_main.png);
  background-repeat: repeat-x;
  -webkit-background-size: auto;
  background-size: auto;
}
.lead {
  margin-top: 0;
  line-height: 1.7;
}
.lead_02 {
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  font-size:16px;
}
.lead_02 .big {
  color: #8fc31f;
  font-size: 40px;
  font-weight: 800;
  font-family: "Rounded Mplus 1c";
  margin: 0 5px;
}
.caution{font-weight: normal; font-size: 14px;}
.balloon_02 {
  top: 0 !important;
  left: -42px !important;
}
.pattern {
    background: #fff;
    background-image: radial-gradient(#fff3e1 20%, transparent 0), radial-gradient(#fff7d6 20%, transparent 0);
    background-position: 129px 112px, 46px 190px;
    background-size: 160px 160px;
    border-radius: 4px;
}
.main { padding-top: 30px; }
.beauty_woman {
  color: #ff2c68;
  font-size: 30px;
  font-weight: 800;
  font-family: "Rounded Mplus 1c"
}
.work_man {
  color: #0034a7;
  font-size: 30px;
  font-weight: 800;
  font-family: "Rounded Mplus 1c"
}
.mama_woman {
  color: #EF4C95;
  font-size: 30px;
  font-weight: 800;
  font-family: "Rounded Mplus 1c"
}
.beauty_woman span, .work_man span, .mama_woman span {
  color: #001d5e;
  font-size: 22px;
  margin-left: 5px;
}
.point-howuse {
  font-family: "Rounded Mplus 1c";
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 10px 45px 0;
  width: auto;
  margin-top:20px;
}
.point-howuse:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -moz-transform: rotate(-120deg);
  -webkit-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.point-howuse:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.point-howuse:before { left: 0; }
.point-howuse:after { right: 0; }
.btn-main {
  background: #fd8506;
  border: 2px solid #e07300;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  width: 40%;
  font-family: "Rounded Mplus 1c";
  font-size: 22px;
}
a.btn:hover, a.btn:active, a.btn:focus, button.btn:hover, button.btn:active, button.btn:focus, input.btn:hover, input.btn:active, input.btn:focus {
  opacity: 0.8;
  color: #fff;
}
.coupon_price_badge {
  font-family: "Rounded Mplus 1c";
  vertical-align: top;
  font-size: 22px;
  font-weight: bold;
  margin-left: -25px;
  position: relative;
  display: inline-block;
  left: 0;
  color: #8fc31f;
  border: solid 3px;
  padding: 1px 5px;
  background: #fff;
  top: -35px;
}
.point-title { margin-bottom: 10px; }
/*.point-panel { border: 3px solid #ccc !important; }*/

.beauty_woman_wrap .point-panel {
  border: none;
  border: 4px solid #ffa9c1;
  border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
}
.work_man_wrap .point-panel {
  border: none;
  /*background: #ebf7ff;*/
  border: 4px solid #6085d6;
  border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
}
.mama_woman_wrap .point-panel {
  /*border: 3px solid #ff96bc;*/
  border: 4px solid #ffacd5;
  border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
}
.point-panel h3 {
  display: inline;
  font-family: "Rounded Mplus 1c";
  font-size: 24px;
}
.point-panel h3 span {
  color: #ff496c;
  font-size: 150%;
  font-family: "Rounded Mplus 1c";
}
.point-panel a:hover { text-decoration: none; }
.anchor_list a { display: block; }
.anchor_list a:hover { opacity: 0.8; }
.btn-yellow {
  display: inline-block;
  position: relative;
  background: #f7df00;
  border: solid #1b1464;
  border-width: 2px 2px 4px;
  font-weight: bold;
  margin: 0 auto 2em;
  line-height: 1;
  border-radius: 2em;
  font-size: 2rem;
  color: #1b1464;
  letter-spacing: 1px;
  padding: .5em 6em;
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
  color: #fff;
  top: 2px;
  background: #1b1464;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.1);
}
.btn-pink {
  display: inline-block;
  position: relative;
  background: #eb67a2;
  border: solid #d80061;
  border-width: 2px 2px 4px;
  font-weight: bold;
  margin: 0 auto 2em;
  line-height: 1;
  border-radius: 2em;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 1px;
  padding: .5em 6em;
}
.btn-pink:hover, .btn-pink:active, .btn-pink:focus {
  color: #fff;
  top: 2px;
  background: #d80061;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.1);
}
.btn-blue {
  display: inline-block;
  position: relative;
  background: #c3e681;
  border: solid #1b1464;
  border-width: 2px 2px 4px;
  font-weight: bold;
  margin: 0 auto 2em;
  line-height: 1;
  border-radius: 2em;
  font-size: 2rem;
  color: #1b1464;
  letter-spacing: 1px;
  padding: .5em 6em;
}
.col-xs-4 a, .point_use a { display: block; }
.col-xs-4 a:hover, .point_use a:hover { opacity: 0.6; }
#sp_wrap .col-xs-4 { padding: 0; }
.cp-btn a {
  margin: 10px;
  padding: 10px 70px !important;
}
.balloon {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  background: #fff;
  border: 3px solid #8fc31f;
  border-radius: 6px;
}
.balloon::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 40px;
  width: 0;
  height: 0;
  border-top: 20px solid #8fc31f;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}
.balloon::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 46px;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}
.point-panel {
  position: relative;
  top: 30px;
  margin-bottom: 40px;
}
/*ステップ*/

.row-steps {
  margin: 0 auto;
  text-align: left;
}
.row-steps .col-md-4 {
  background-color: #fff;
  border: 2px solid #fff;
  margin: 1em;
  padding: .8em;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(0,0,0,.3);
}
@media (min-width: 992px){
.container {
    width: 1062px;
}
}

@media (min-width: 768px) {
.row-steps { display: flex; }
.row-steps .col-md-4:before {
  content: "";
  position: absolute;
  border-width: .8em 0 .8em .8em;
  border-color: transparent #f7df00;
  border-style: solid;
  top: 50%;
  right: -1.25em;
  margin-top: -.8em;
}
}
.row-steps .col-md-4.last:before, .row-steps .col-md-4.last:after { border: none; }
.tilt { text-align: center; }
.tilt a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}
.tilt a:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.reraku_banner{
  background:#fff7d6;
  padding-top:15px;
}
.reraku_banner img{width:70%; margin-bottom:10px;}
.reraku_banner a:hover { opacity: 0.8; }

footer { margin-top: 0; padding-top:0;}

@media (max-width: 767px) {

.point-title h3 { padding: 0 10px; }
/*.container {
  padding-left: 10px;
  padding-right: 10px;
}*/
p.lead {
  margin-top: 10px;
  font-size: 12px;
  padding: 0;
}
.point-howuse { font-size: 13px; }
.coupon_price_badge {
  top: -10px;
  margin-left: -10px;
  font-size: 18px;
}
.row-steps .col-md-4:after {
  content: "";
  top: auto;
  right: 0;
  border-width: 1em 1em 0 1em;
  border-color: #f7df00 transparent;
  position: relative;
  border-style: solid;
  bottom: -39px;
  left: 40%;
}
.row-steps .col-md-4 {
  background-color: #fff;
  border: 2px solid #fff;
  margin: 1em;
  padding: .6em;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(0,0,0,.3);
}
.balloon {
  display: inline-block;
  position: relative;
  padding: 2px 15px;
  background: #fff;
  border: 3px solid #8fc31f;
  border-radius: 6px;
}
.balloon::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 17px;
  width: 0;
  height: 0;
  border-top: 10px solid #8fc31f;
  border-left: 15px solid transparent;
  border-right: 11px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}
.balloon::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 11px solid transparent;
  border-right: 7px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}
.point-panel h3 {
  display: block;
  margin: 0 !important;
  font-size: 150%;
}
.balloon { padding: 2px 15px; }
.btn-yellow { padding: .3em 3em !important; }
.cp-btn a { padding: .3em 1em !important; }
.col-xs-12 { width: auto; }
.fs14 { font-size: 14px; }
.cp-btn .btn-blue {
  padding: .3em 1em !important;
  margin: 10px 0;
  font-size: 2rem;
  letter-spacing: -0.02em;
}
.cp-btn .btn-pink02 {
  padding: .3em 1em !important;
  margin: 10px 0;
  font-size: 2rem;
  letter-spacing: -0.02em;
}
.mama_woman, .beauty_woman, .work_man {
  font-size: 22px;
  line-height: 3;
  margin-bottom:0;
}
.beauty_woman span, .work_man span, .mama_woman span { font-size: 16px; }
.wrap_text { clear: both; }
.btn-main { width: 90%; font-size:20px; }
.pattern {
  background-size: 100px 100px;
  background-position: 85px 24px, 30px 174px;
}
.main {
    padding-top: 10px;
}
.main .col-sp { margin-right: 10px; }
.wrap_text { font-size: 12px; }
.point-panel .panel-body { padding-top: 0; }
.reraku_banner{ padding: 15px 10px 0;}
.reraku_banner img{width:100%;}
.tilt a{
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.bottom_btn .point-howuse:before,
.bottom_btn .point-howuse:after{
  width: 26px;
}
.link_200p img{
  width:80%;
}
.lead_02,.caution{
  font-size: 12px;
}
}
