@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
body, form *, input, textarea, select, button, table *, th, td, fieldset, legend, option {
  font-family: Lato, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
}

/* CSS Document */
/*---初期設定---*/
* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #FFFFFF;
  color: #28292b;
  font-size: 14px;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1px;
}

.clearboth {
  clear: both;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/*---全体---*/
body {
  background-image: url(/ad/mc16ezdhm/images/mv.png?20250605);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-color: #464646;
}

.wrapper {
  margin: 0 auto;
  max-width: 1000px;
}

.content {
  position: absolute;
  width: 500px;
  text-align: center;
  top: 25%;
  right: 15%;
}

h1 img {
  width: 300px;
}

.box {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  padding: 40px 10px;
}

.caution {
  margin: 20px 0;
}

.btn a {
  position: relative;
  padding: 10px 30px;
  background-color: #19BEBE;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  font-size: 20px;
  letter-spacing: 3px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-box-shadow: 0 3px 0 #13A8A8;
     -moz-box-shadow: 0 3px 0 #13A8A8;
          box-shadow: 0 3px 0 #13A8A8;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.btn a:hover {
  top: -4px;
  background-color: #7ed7d7;
  -webkit-box-shadow: 0 7px 0 #2eb1b1;
     -moz-box-shadow: 0 7px 0 #2eb1b1;
          box-shadow: 0 7px 0 #2eb1b1;
}

.btn:active {
  top: 3px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn {
  margin: 20px 0;
}

.under18 {
  margin-bottom: 40px;
}

.under18 a {
  color: #DB2D8B;
  text-decoration: underline;
  display: inline-block;
}

.under18 a:hover {
  opacity: .8;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
