/*----------------------------------------
	clearfix
----------------------------------------*/
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000000;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.c-lp img {
  width: 100%;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  display: block;
}

.sp-visible {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .pc-visible {
    display: none;
  }

  .sp-visible {
    display: block;
  }
}
/*----------------------------------------
	p-lp
----------------------------------------*/
.p-lp {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.p-lp img {
  width: 100%;
  height: auto;
  display: block;
}
.p-lp__offer {
  position: relative;
}
.p-lp__offer__button {
  position: absolute;
  left: 112px;
  width: 1247px;
  bottom: 227px;
}
@media only screen and (max-width: 1440px) {
  .p-lp__offer__button {
    left: 7.7777777778vw;
    width: 86.5972222222vw;
    bottom: 15.7638888889vw;
  }
}
.p-lp__offer a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.p-lp__offer a::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: buttonEffect 3s ease-in-out infinite;
}

@keyframes buttonEffect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
