body {
  overflow: hidden; }
  body .main-visual {
    position: relative; }
    body .main-visual .main-text {
      position: absolute;
      top: 32%;
      left: 5px;
      width: 58%;
      font-size: 10px;
      text-align: center; }
    body .main-visual .bule-text {
      color: #99ccff; }
    body .main-visual .crown_sp {
      position: absolute;
      top: 65%; }
    body .main-visual .crown_pc {
      display: none; }
    body .main-visual .new {
      background-color: rgba(215, 215, 215, 0.8);
      width: 90%;
      text-align: center;
      height: 150px;
      position: absolute;
      bottom: -47%;
      left: 5%; }
      body .main-visual .new h2 {
        font-size: 100%;
        color: darkslateblue;
        border-bottom: 1px solid #CEB672; }
      body .main-visual .new ul {
        font-size: 70%; }
        body .main-visual .new ul li a {
          color: darkslateblue; }
  body .greeting {
    margin-top: 110px;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 1000px; }
    body .greeting .greeting-image {
      z-index: 10;
      position: relative; }
    body .greeting .greeting-text {
      background-color: rgba(255, 255, 255, 0.9);
      width: 100%;
      text-align: center;
      opacity: 0.9;
      z-index: 10;
      margin: 10px;
      position: absolute;
      top: 100%;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      padding: 15px; }
    body .greeting .greeting-top {
      border-bottom: 2px solid #CEB672;
      display: inline-block;
      border-top: 1px solid #CEB672; }
    body .greeting .greeting-ttl {
      text-align: left;
      font-size: 15px;
      letter-spacing: normal; }
  body .greeting_b_text {
    display: inline-block;
    font-size: 30px;
    border-top: 2px solid #CEB672;
    border-bottom: 1px solid #CEB672; }
  body .greeting-bg {
    width: 90%;
    height: 300px;
    margin: auto;
    position: absolute;
    background-color: #99ccff;
    z-index: 0;
    top: 160%;
    left: 20%; }

.form {
  width: 100%;
  margin: 0 auto; }
  .form .text_form {
    position: relative;
    text-align: left;
    font-size: 12px;
    border-top: 2px solid #CEB672;
    border-bottom: 1px solid #CEB672; }
    .form .text_form .freeimg {
      width: 17%;
      position: absolute;
      z-index: 10;
      right: 3%;
      top: -120%; }
  .form .container {
    background-color: #fff; }
  .form .form_btn {
    height: 60px; }
  .form .btn {
    font-size: 100%; }
    .form .btn.btn-block {
      width: 100%;
      margin: 0 auto;
      height: 40px; }

@media screen and (min-width: 600px) {
  body .main-visual {
    position: relative; }
    body .main-visual .main-text {
      position: absolute;
      top: 32%;
      left: 5px;
      width: 58%;
      font-size: 21px;
      text-align: center; }
    body .main-visual .bule-text {
      color: #99ccff; }
    body .main-visual .crown_sp {
      display: none; }
    body .main-visual .crown_pc {
      display: block;
      position: absolute;
      top: 65%;
      width: 100%; }
    body .main-visual .new {
      background-color: rgba(215, 215, 215, 0.8);
      width: 90%;
      text-align: center;
      height: 100px;
      position: absolute;
      bottom: 0%;
      left: 5%; }
      body .main-visual .new h2 {
        font-size: 170%; }
      body .main-visual .new ul {
        font-size: 120%; }
        body .main-visual .new ul li a {
          color: darkslateblue; }
  body .greeting {
    height: 945px; }
    body .greeting .greeting-image {
      width: 40%; }
    body .greeting .greeting-text {
      width: 115%;
      left: 120%;
      top: -4%; }
    body .greeting .greeting-ttl {
      text-align: left;
      font-size: 16px; }
  body .greeting_b_text {
    display: inline-block;
    font-size: 30px;
    border-top: 2px solid #CEB672;
    border-bottom: 1px solid #CEB672; }
  body .greeting-bg {
    width: 230%;
    height: 300px;
    margin: auto;
    position: absolute;
    background-color: #99ccff;
    z-index: -1;
    top: 30%;
    left: 20%; }
  body .form .text_form {
    text-align: center;
    font-size: 20px;
    border-top: 2px solid #CEB672;
    border-bottom: 1px solid #CEB672; }
    body .form .text_form .freeimg {
      right: 0%; } }
@media screen and (min-width: 900px) {
  body .main-visual .main-text {
    top: 250px;
    font-size: 30px; }
  body .greeting {
    margin-top: 85px;
    height: 700px; }
  body .form .text_form {
    font-size: 25px; }
  body .form .btn.btn-block {
    height: 60px; } }
@media screen and (min-width: 1200px) {
  body .main-visual .main-text {
    top: 300px;
    font-size: 43px; }
  body .greeting .greeting-top {
    font-size: 30px;
    margin: 20px; }
  body .greeting .greeting-ttl {
    font-size: 18px; }
  body .greeting span {
    width: 100%;
    text-align: center;
    margin: 20px;
    font-size: 24px; }
  body .greeting .greeting-bg {
    right: 20px; }
  body .form .text_form {
    font-size: 30px; } }

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