/*--------------------------------------------------------*/
/*! _reset*/
/*--------------------------------------------------------*/
/*! http://meyerweb.com/eric/tools/css/reset/ */
/*!   v2.0 | 20110126 */
/*!   License: none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/*--------------------------------------------------------*/
/*! _font*/
/*--------------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

/*--------------------------------------------------------*/
/*! _base*/
/*--------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #191919;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

@media (hover: none) {
  a:active {
    text-decoration: none;
    opacity: 0.7;
  }
}

picture {
  display: block;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

video {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
  font: inherit;
}

textarea {
  display: block;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  resize: none;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

/*--------------------------------------------------------*/
/*! _main*/
/*--------------------------------------------------------*/
.l-wrapper-limit {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.l-main {}

.img {}

.btn {
  display: inline-block;
  width: 89.3%;
  filter: drop-shadow(0.53vw 0.8vw 1vw rgba(255, 255, 255, 0.16));
}

@media screen and (min-width: 768px) {
  .btn {
    width: 41.5%;
    filter: drop-shadow(min(0.2vw, 4px) min(0.4vw, 5px) min(0.5vw, 7px) rgba(255, 255, 255, 0.16));
  }
}

.fv {
  position: relative;
}

.fv .btn {
  position: absolute;
  bottom: 4.8vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .fv .btn {
    width: 36.25%;
    position: absolute;
    bottom: min(1.28vw, 19px);
    left: 50%;
    transform: translateX(-50%);
  }
}

.cta {
  position: relative;
}

.cta .btn {
  position: absolute;
  bottom: 5.6vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .cta .btn {
    position: absolute;
    bottom: min(2.78vw, 40px);
    left: 50%;
    transform: translateX(-50%);
  }
}