@charset "utf-8";
#entry div.thnaks {
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  padding: 0 10px;
}
section > h2, .content_box h2 {
  width: 788px;
  height: 66px;
  margin: 0 auto 0.4em;
  font-size: 2.2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/common/title04_bg.png) no-repeat;
  background-position: center top;
  background-size: 100%;
  position: relative;
}
.content_box h3 {
  margin: 2em 0 0 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: left;
}
.content_box .box {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 80px;
  border: solid 1px #404040;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
}
.content_box .box.wh {
  border: none;
  background: #ffffff;
  box-shadow: 3px 3px rgba(133, 194, 239, 0.5);
}
#entry .content_box .box .thanks_title {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
#entry .content_box .box .thnaks_text {
  font-size: 1.2em;
  line-height: 1.8em;
}
#entry .content_box .box .thnaks_caption {
  line-height: 1.6em;
  text-align: left;
}
#kv {
  height: auto;
  padding: 0;
  background: #000000;
}
#kv .content_box {
  width: 100%;
  max-width: none;
}
#kv .content_box h1 img {
  width: 100%;
  max-width: none;
}
#entryform {
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
#entryform .content_box .box form div {
  margin: 0 0 0 0;
  padding: 0.5em 4em 0.5em;
  font-size: 1.0rem;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  background: #f3f3f3;
}
#entryform .content_box .box form div ul {
  margin: 0 0 1em 0;
  display: flex;
  justify-content: center;
}
#entryform .content_box .box form div ul li {
  white-space: nowrap;
  margin: 0 5em 0 0;
}
#entryform .content_box .box form div ul li:last-child {
  margin: 0;
}
#entryform .content_box .box form div input[type="email"], #entryform .content_box .box form div input[type="input"], #entryform .content_box .box form div textarea, #entryform .content_box .box form div select {
  width: 100%;
  padding: 0.8em;
  font-size: 1.2rem;
  border: solid 1px #7195d3;
  box-sizing: border-box;
}
#entryform .content_box .box form p {
  margin: 1em 0 0.4em 0;
  font-size: 1.2rem;
  font-weight: 600;
}
#entryform .content_box .box .caption_red {
  font-size: 0.8rem;
  color: #FF0E12;
  padding: 0 0 0 1em;
}
#entryform .content_box .box form input[type="submit"] {
  padding: 0.65em 8em 0.65em;
  font-size: 1.7rem;
  color: #9776e9;
  font-weight: 600;
  font-family: 'Noto Serif JP', sans-serif;
  display: inline-block;
  border: solid 1px #9776e9;
  background: url(../images/common/icn_btn_arrow_off.png) no-repeat;
  background-position: left center;
  background-color: #ffffff;
  box-shadow: 3px 3px rgba(132, 171, 238, 0.35);
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
  box-sizing: border-box;
}
#entryform .content_box .box form input[type="submit"]:hover {
  color: #ffffff;
  border: solid 1px #ffffff;
  background: url(../images/common/icn_btn_arrow_on.png) no-repeat;
  background-position: left center;
  background-color: #9776e9;
  box-shadow: 3px 3px rgba(132, 171, 238, 0.35);
}
#entryform .content_box .box form ::placeholder, #entryform .content_box .box select.is-select {
  color: #7A7A7A;
}
#entryform .content_box .box .read_text {
  margin: 0.4em 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1em;
  line-height: 1.4em;
}
footer {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  main:before {
    content: '';
    width: 100%;
    height: 100vh;
    display: block;
    background: url(../images/common/bg_racecourse.jpg) no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  section > h2, .content_box h2 {
    width: 357px;
    height: 33px;
    margin: 0 auto;
    font-size: 1.4rem;
    background: url(../images/common/sp/title04_bg.png) no-repeat;
    background-size: 100%;
  }
  .content_box .box {
    margin: 0 auto;
    padding: 15px 0 20px;
  }
  .content_box .box.wh {
    box-shadow: 2px 2px rgba(133, 194, 239, 0.5);
  }
  #entry .content_box .box .thanks_title {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
  }
  #entry .content_box .box .thnaks_text {
    font-size: 1.2em;
    line-height: 1.8em;
    margin-bottom: 1em;
  }
  #entry .content_box .box .thnaks_caption {
    font-size: 0.8em;
    line-height: 2em;
    text-align: left;
  }
  #kv {
    height: auto;
    padding: 0;
    background: #000000;
  }
  #kv .content_box {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  #entry {
    background: url(../images/beta-test/entry_bg.png);
  }
  #entry .content_box .box p {
    margin: 0 1.2rem;
    font-size: 1.2rem;
  }
  #entryform {
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  #entryform .content_box .box > h2 {
    width: 337px;
    margin: 0 auto 1em;
  }
  #entryform .content_box .box form div {
    margin: 0;
    padding: 0.5em 1em;
    font-size: 1.4rem;
  }
  #entryform .content_box .box form div ul {
    margin: 0 0 1em 0;
    display: flex;
    justify-content: center;
  }
  #entryform .content_box .box form div ul li {
    white-space: nowrap;
    margin: 0 2.5em 0 0;
  }
  #entryform .content_box .box form div ul li:last-child {
    margin: 0;
  }
  #entryform .content_box .box form div input[type="email"] {
    width: 100%;
    font-size: 1.2rem;
  }
  #entryform .content_box .box form p {
    margin: 1em 0 0.4em 0;
    font-size: 1.2rem;
    font-weight: 600;
  }
  #entryform .content_box .box form input[type="submit"] {
    width: 100%;
    background: url(../images/common/icn_flt_arrow.png) no-repeat #ffffff;
    background-position: left center;
    padding: 0.65em 0 0.65em;
    font-size: 1.5rem;
    font-weight: 600;
  }
  #entryform .content_box .box form input[type="submit"]:hover {
    color: #ffffff;
    border: solid 1px #ffffff;
    background-color: #9776e9;
    box-shadow: 3px 3px rgba(132, 171, 238, 0.35);
  }
  #entryform .content_box .box form ::placeholder, #entryform .content_box .box select.is-select {
    color: #7A7A7A;
  }
  #entryform .content_box .box .read_text {
    margin: 0.4em 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.6em;
    line-height: 1.2em;
  }
}