@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
    max-width: 828px;
    width: 100%;
    margin: auto;
  }
  .row {
    max-width: 828px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .cta {
    background: url("../img/bg.png") top center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding: 55px 0 64px;
    margin-top: -20px;
  }
  .cta__fig {
    text-align: center;
  }
  .cta__fig img {
    width: 837px;
  }
  .cta__under {
    text-align: center;
    line-height: 0;
    margin-top: 29px;
  }
  .cta__under img {
    width: 559px;
  }
  .cta__check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }
  .cta__check label {
    position: relative;
    cursor: pointer;
  }
  .cta__check label input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
  }
  .cta__check label input:checked + span::before {
    content: "\2713";
  }
  .cta__check label span {
    display: inline-block;
    padding: 0 0 0 60px;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    color: #000;
  }
  .cta__check label span::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #000;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta__btn {
    text-align: center;
    margin-top: 5px;
    line-height: 0;
  }
  .cta__btn a {
    display: inline-block;
    line-height: 0;
    width: 761px;
    pointer-events: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .cta__btn a {
    -webkit-animation-name: UpDown;
    -moz-animation-name: UpDown;
    animation-name: UpDown;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
  }
  .cta__btn.on a {
    pointer-events: auto;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-animation-name: UpDown;
    -moz-animation-name: UpDown;
    animation-name: UpDown;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
  }
  .cta.ctaBot {
    padding-top: 35px;
  }
  .extra__title {
    line-height: 0;
    margin-top: -41px;
    position: relative;
    z-index: 2;
  }
  .extra__main {
    position: relative;
    z-index: 1;
    margin-top: -15px;
    line-height: 0;
  }
  .extra__main img {
    width: 100%;
  }
  .footer {
    background: #fe227c;
    color: #fff;
    text-align: center;
    padding: 25px 0;
  }
  .footer p {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 1.81159vw;
    padding-right: 1.81159vw;
  }
  .cta {
    background: url("../img/bg.png") top center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding: 6.64251vw 0 7.72947vw;
    margin-top: -2.41546vw;
  }
  .cta__fig {
    text-align: center;
  }
  .cta__fig img {
    width: 101.08696vw;
  }
  .cta__under {
    text-align: center;
    line-height: 0;
    margin-top: 3.50242vw;
  }
  .cta__under img {
    width: 67.51208vw;
  }
  .cta__check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.01932vw;
  }
  .cta__check label {
    position: relative;
    cursor: pointer;
  }
  .cta__check label input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
  }
  .cta__check label input:checked + span::before {
    content: "\2713";
  }
  .cta__check label span {
    display: inline-block;
    padding: 0 0 0 7.24638vw;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 400;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    color: #000;
  }
  .cta__check label span::before {
    position: absolute;
    content: "";
    width: 5.7971vw;
    height: 5.7971vw;
    background: #fff;
    border: 1px solid #000;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 4.83092vw;
    -moz-border-radius: 0.60386vw;
    border-radius: 0.60386vw;
    line-height: 1;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta__btn {
    text-align: center;
    margin-top: 0.60386vw;
    line-height: 0;
  }
  .cta__btn a {
    display: inline-block;
    line-height: 0;
    width: 91.84783vw;
    pointer-events: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .cta__btn a {

    -webkit-animation-name: UpDown;
    -moz-animation-name: UpDown;
    animation-name: UpDown;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
  }
  .cta__btn.on a {
    pointer-events: auto;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);

  }
  .cta.ctaBot {
    padding-top: 4.22705vw;
  }
  .extra__title {
    line-height: 0;
    margin-top: -4.95169vw;
    position: relative;
    z-index: 2;
  }
  .extra__main {
    position: relative;
    z-index: 1;
    margin-top: -1.81159vw;
    line-height: 0;
  }
  .extra__main img {
    width: 100%;
  }
  .footer {
    background: #fe227c;
    color: #fff;
    text-align: center;
    padding: 3.01932vw 0;
    padding-bottom: 100px;
  }
  .footer p {
    font-size: 1.81159vw;
  }
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-moz-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
.ctaFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.cta__btn {
  text-align: center;
  margin-top: 0.60386vw;
  line-height: 0;
}
@media screen and (min-width: 480px), print {
  .ctaFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 50%;
    text-align: center;
    margin-left: 25%;
  }
}

.footer {
  padding-bottom: 300px;
}
@media screen and (max-width: 480px), print {
  .footer {
    padding-bottom:150px;
  }
}

.cta_btn02 {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}