@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

html,
body {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
  color: #383838;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/* default */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
  font-size: inherit;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q::before,
q::after {
  content: '';
}

abbr {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #fff;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

pre,
code,
kbd,
samp {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

.aligncenter {
  text-align: center;
}

figure {
  padding: 0;
  margin: 0;
}

img {
  vertical-align: bottom;
  line-height: 1;
  max-width: 100%;
  height: auto;
  width: 100%;
}

a {
  text-decoration: none;
  transition: all .25s ease;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

.inter {
  font-family: "Inter", serif;
}

.g-new {
  font-family: "Zen Kaku Gothic New", serif;
}

/* pcのみ */
@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }

  .spbr {
    display: none;
  }
}

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

  /* default ---------------------------------------*/
  img {
    max-width: 100%;
  }

  * {
    box-sizing: border-box;
  }

  /* common item ---------------------------------------*/
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .pcbr {
    display: none;
  }
}

@-webkit-keyframes shinyshiny {
  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;
  }
}

@keyframes btn_animation {
  0% {
    transform: scale(1, .9);
  }

  20% {
    transform: scale(.9, 1.1);
  }

  95% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, .9);
  }
}

.cta-box {
  padding-bottom: 0 !important;
}

.cta-box-tag {
  z-index: 2 !important;
}

.cta-box-inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.cta-box-inner::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  transition: 300ms;
  animation: shinyshiny 2s ease-in-out infinite;
}

.cta-btn-left,
.cta-box .cta-btn-left {
  bottom: 0px !important;
}

.fixed-btn {
  overflow: hidden;
}

.fixed-btn::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 300ms;
  animation: shinyshiny 2s ease-in-out infinite;
}

.cta-btn .btn,
.cta-btn-tag,
.cta-btn a,
.benefit-line-btn,
.not-fixed-btn a {
  animation: btn_animation 1.5s infinite;
}
.error {
  color: #ff0000;
}