@charset "UTF-8";
/* 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;
  box-sizing: border-box;
}

/* 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;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  background: url("../images/bg.png");
}

@media screen and (min-width: 769px) {
  a img:hover {
    opacity: 0.75;
  }

  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}

header {
  position: relative;
  text-align: center;
}
header a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
}
@media screen and (max-width: 1290px) {
  header a {
    top: 1.4%;
    width: 21.7%;
  }
  header a img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header a {
    top: 1.7%;
    width: 70%;
    max-width: 573px;
  }
}

@media screen and (min-width: 769px) {
  .tel-btn a:hover {
    cursor: default;
  }
  .tel-btn a:hover img {
    opacity: 1 !important;
  }
}
.tel-btn a {
  display: inline-block;
}

.c-box01 {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-box01 {
    padding: 0 15px;
  }
  .c-box01 .comic {
    margin: 0 -15px;
  }
}
.c-box01 .text {
  margin-top: 35px;
}
.c-box01 .btn {
  display: inline-block;
  margin-top: 25px;
  padding: 15px;
  background-color: #fff;
}
.c-box01 .text02 {
  margin-top: 50px;
}
.c-box01 .img {
  margin-top: 40px;
}
.c-box01 .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.c-box01 .sns > div:nth-of-type(2) {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .c-box01 .last {
    margin: 30px -15px 0;
  }
}

.c-box02 {
  position: relative;
  text-align: center;
}
.c-box02 .btn {
  top: 690px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1290px) {
  .c-box02 .btn {
    top: 31%;
    width: 59.3%;
  }
  .c-box02 .btn img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-box02 .btn {
    top: 34%;
  }
}

.c-box03 {
  text-align: center;
}

.c-box04 {
  padding-bottom: 100px;
  text-align: center;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-box04 {
    padding: 0 15px 30px;
  }
}
.c-box04 .movie {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-box04 .movie {
    margin-top: 50px;
  }
}
.c-box04 .movie iframe {
  max-width: 90%;
  height: 300px;
}
@media screen and (max-width: 420px) {
  .c-box04 .movie iframe {
    height: 230px;
  }
}
.c-box04 .text {
  margin-top: 70px;
}
.c-box04 .btn {
  margin-top: 25px;
}

.c-box05 {
  position: relative;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 0;
  text-align: center;
  background-color: #e3eeff;
}
@media screen and (max-width: 768px) {
  .c-box05 {
    padding: 30px 15px;
  }
}
.c-box05 .link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 69.5%;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .c-box05 .link {
    top: 69%;
  }
}
@media screen and (max-width: 768px) {
  .c-box05 .link {
    top: 72%;
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  .c-box05 .link {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .c-box05 .link li:nth-of-type(2) {
    margin-top: 15px;
  }
}
.c-box05 .link a {
  color: #0059F0;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  white-space: nowrap;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-box05 .link a {
    font-size: 1.8rem;
    line-height: 1.6;
    white-space: normal;
  }
}
@media screen and (max-width: 400px) {
  .c-box05 .link a {
    font-size: 1.4rem;
  }
}
.c-box05 .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 200px;
}
@media screen and (max-width: 768px) {
  .c-box05 .btn {
    bottom: 4.5%;
    width: 53.8%;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .c-box05 .btn {
    bottom: 4%;
  }
}
@media screen and (max-width: 768px) {
  .c-box05 .btn img {
    width: 100%;
  }
}

footer {
  padding: 20px 0;
  background-color: #3fa4f0;
  text-align: center;
  color: #fff;
}
footer p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  footer p {
    padding: 0 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

/*# sourceMappingURL=style.css.map */
