@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  word-wrap: break-word !important;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=submit], input[type=button] {
  -webkit-appearance: none;
}

ul, ol {
  list-style: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

/*====================================
* 初期設定
=====================================*/
:root {
  --color01:#fff56c;
}

html {
  font-size: 2.6666666667vw;
  scroll-behavior: smooth;
}
@media screen and (min-width: 780px) {
  html {
    font-size: 130%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #000;
  animation: fadeIn 1.2s ease-out 0s 1 normal;
  -webkit-animation: fadeIn 1.2s ease-out 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
}

img {
  vertical-align: middle;
}

.small {
  font-size: 1rem;
}

/*====================================
* common
=====================================*/
.inner01 {
  margin: 0 auto;
  padding: 0 2rem;
}

.inner02 {
  margin: 0 auto;
  padding: 0 4rem;
}

#wrapper {
  overflow: hidden;
  margin: auto;
  position: relative;
  max-width: 780px;
  background-color: #ffffff;
}

header {
  background-color: #fff;
  padding: 2.4rem 0;
  position: relative;
}
header p {
  width: 10rem;
  margin: 0 auto;
}
header p img {
  width: 100%;
  height: auto;
}

main {
  position: relative;
  z-index: 1;
}
main h1 {
  background-color: #ffffff;
  padding-bottom: 6rem;
}
main h1 img {
  width: 100%;
}

section .inner01, section .inner02 {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  padding: 3rem 2rem 0;
}
section .inner01 p, section .inner02 p {
  padding-bottom: 1rem;
}
section .inner01 p img, section .inner02 p img {
  width: 100%;
  height: auto;
}

.bg01 {
  background-color: #f7dae7;
}
.bg01 .inner02 {
  gap: 5rem 0;
}

.bg02 .inner02 {
  gap: 5rem 0;
}

footer {
  padding: 4rem 0;
}
footer p {
  text-align: center;
}
footer .btn01 {
  text-align: center;
  margin-bottom: 4rem;
  padding: 0 2rem;
}
footer .btn01 a {
  display: block;
  border: 0.1rem solid #000000;
  border-radius: 60rem;
  padding: 1.4rem 0;
}

#fixNav.is-active {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */