@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  vertical-align: baseline;
}

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

body {
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  font-size: 0;
}

p {
  font-weight: bold;
}

sup {
  font-size: 14px;
}

.inner {
  max-width: 500px;
  padding: 0 15px;
  margin: 0 auto;
}

.section-title {
  position: relative;
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}

.section-title span {
  position: relative;
  display: inline-block;
  font-family: "Meddon", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.common-button {
  text-align: center;
  max-width: 285px;
  width: 100%;
  color: #333;
  background: #fff;
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 10px;
}

.common-button a {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 13px 5px;
}

.ctaButton {
  max-width: 280px;
  margin: 0 auto;
}

.ctaButton a {
  display: inline-block;
}

.bg-yellow {
  background: #FFFA01;
}

.bg-green {
  background: #64C8A0;
}

.textNotice {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
}

.bgContents {
  position: fixed;
  background-image: url(/img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.contents {
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 420px;
  background: #fff;
  margin: 0 auto;
  z-index: 0;
  background-image: url(/img/contents.png);
  background-position: top center;
  background-size: cover;
}

@media screen and (max-width: 500px) {
  .contents {
    max-width: 100%;
    border-left: none;
    border-right: none;
  }
}
.menu-items {
  text-align: center;
  width: 280px;
  background: rgba(255, 255, 255, 0.768627451);
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 50px 0;
}

.menu-item {
  margin-bottom: 50px;
}
.menu-item:last-of-type {
  margin-bottom: 0;
}

.menu-item a {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 5px;
}

.floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 420px;
  background: #555;
  padding: 20px 0 13px;
  z-index: 10;
}

@media screen and (max-width: 500px) {
  .floating {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */