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;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #888;
  border-radius: none;
  font: inherit;
  outline: none;
  display: block;
  width: 100%;
}

figure {
  margin: 0;
}

textarea {
  resize: vertical;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: -webkit-fill-available;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  overflow-y: scroll;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

.wrap {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.fixed-entryBtn {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #fff;
  width: min(100%, 45rem);
  padding: clamp(0rem, 1.9512195122vw, 0.8rem);
}
.fixed-entryBtn .btn {
  transition: opacity 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .fixed-entryBtn .btn:hover {
    opacity: 0.8;
  }
}
.fixed-entryBtn .btn img {
  width: 100%;
}

.btnList {
  display: flex;
  justify-content: space-between;
  row-gap: clamp(0rem, 1.7073170732vw, 1.2rem);
  flex-wrap: wrap;
  width: 90.243902439%;
  margin-inline: auto;
}
.btnList li {
  width: 48.9189189189%;
  transition: opacity 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .btnList li:hover {
    opacity: 0.8;
  }
}
.btnList li a {
  display: block;
}
.btnList li img {
  width: 100%;
}

.linkBtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 85.1219512195%;
}
.linkBtn .head {
  margin-inline: auto;
}
.linkBtn .head img {
  width: 100%;
}
.linkBtn .btn {
  display: block;
  border-radius: 1rem;
  box-shadow: 0px 0px 10.45px 0px rgba(15, 17, 46, 0.4);
  margin-top: clamp(0rem, 2.6829268293vw, 1.1rem);
  transition: opacity 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .linkBtn .btn:hover {
    opacity: 0.8;
  }
}
.linkBtn .btn img {
  width: 100%;
}

.section5 {
  position: relative;
}
.section5 .linkBtn {
  bottom: clamp(0rem, 9.756097561vw, 4rem);
}
.section5 .linkBtn .head {
  width: 67.9083094556%;
}

.section6 {
  position: relative;
  margin-bottom: clamp(0rem, 29.512195122vw, 12.1rem);
}
.section6 .linkBtn {
  bottom: clamp(0rem, 17.0731707317vw, 7rem);
}
.section6 .linkBtn .head {
  width: 71.0601719198%;
}
/*# sourceMappingURL=style.css.map */