@charset "UTF-8";

/* default
----------------------------------------------------------------------------------------------------*/
body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka,
    sans-serif;
  line-height: 1.6;
}
* {
  font-size: 1em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header,
footer,
section,
article,
aside,
nav,
figure,
figcaption,
main {
  display: block;
}
ul,
ol,
dl,
li,
dt,
dd {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border: none;
}
a,
a:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
:focus {
  outline: none;
}
.hover {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}
a:hover,
.hover:hover {
  opacity: 0.5;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}
.min {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
}

.message {
  font-size: 24px;
}

.btn {
  max-width: 480px;
  width: 100%;
  height: 90px;
  margin-top: 45px;
}
a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 20px;
  font-weight: bold;
  background-color: #fe9f8c;
}
