@charset "UTF-8";
@keyframes fadeBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  overflow-x: hidden;
  font-family: -apple-system, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* base style */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  overflow-x: hidden;
  font-family: -apple-system, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #382f2c;
  letter-spacing: 0;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #fc822b;
  text-decoration: underline;
  transition: opacity 0.2s;
}
sub {
  font-size: small;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
strong,
em {
  font-weight: 700;
}
.marker {
  background: linear-gradient(transparent 60%, rgba(255, 236, 87, 0.4) 0%);
}
picture,
figure {
  display: block;
}
picture.illust,
figure.illust {
  margin: 1em 0;
}
picture.illust img,
figure.illust img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  picture.illust,
  figure.illust {
    max-width: 322px;
  }
}
picture.img,
figure.img {
  margin: 1em 0;
}
picture.img img,
figure.img img {
  width: 100%;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.num {
  font-family: Helvetica, sans-serif;
  letter-spacing: -0.02em;
}
.small {
  font-size: small;
}
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.icon::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 14px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.icon.phone::before {
  background-image: url(/assets/images/common/icon_phonenum.png.webp);
}
body,
html {
  color: #fff;
  background-color: #382f2c;
}
main {
  padding: 0 0 120px;
  margin: 0 auto;
  text-align: center;
}
main ul {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  main ul {
    max-width: 720px;
    margin: 0 auto;
  }
}
main figure img {
  width: 100%;
  vertical-align: top;
}
.floatbox {
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  margin: 0;
  text-align: center;
  pointer-events: none;
}
@media only screen and (max-width: 500px) {
  .floatbox {
    bottom: -14vw;
  }
}
.floatbox .btnArea {
  width: 86%;
  padding: 24px 0 64px;
  margin: 0 auto;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .floatbox .btnArea {
    max-width: 600px;
    padding: 36px 0;
  }
}
.floatbox .btnArea li {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  list-style-position: inside;
  pointer-events: auto;
}
.floatbox .btnArea .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
}
.floatbox .btnArea .btn::after {
  position: absolute;
  top: 50%;
  right: 4.5%;
  line-height: 1;
  transform: translateY(-50%);
}
.floatbox .btnArea .btn.entry {
  color: #fff;
  background-color: #25b3cc;
  border: 1px solid #25b3cc;
  box-shadow: 0 4px 0 #218698;
}