@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@800&display=swap");
@-webkit-keyframes fadeIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes bgScale {
  0% {
    transform: scale(1.2);

    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  100% {
    transform: scale(1);

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}

@keyframes bgScale {
  0% {
    transform: scale(1.2);

    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  100% {
    transform: scale(1);

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  outline: 0;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;

  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;

  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

html {
  width: 100%;
}

body, button, input, select, textarea, datalist {
  font-weight: 400;
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-wrap: break-word;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.f_en {
  font-family: YakuHanJP, "Sen", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.hov_alpha {
  cursor: pointer;
  transition: all .3s ease-in;

  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
}

.hov_alpha:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: .7;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  animation: fadeIn 1s ease both;

  -webkit-animation: fadeIn 1s ease both;
}

.wrapper p {
  max-height: 99999px;
}

.wrapper a {
  text-decoration: none;
}

/****************************************/
.bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/****************************************/
.header {
  position: relative;
  z-index: 10;
  padding: 30px 0;
}

.header .logo {
  width: 60%;
  margin: 0 auto 15px;
}

.header h1 {
  font-weight: 900;
  font-size: 22px;
}

/****************************************/
.contents {
  position: relative;
}

.contents .lead {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .06em;
}

.contents .lead.thanks {
  margin: 50px 0;
  color: #f91495;
  font-size: 18px;
}

.contents .period {
  width: 75%;
  margin: 20px auto 0;
  padding: 20px 0;
  border: 2px solid #000;
  font-weight: 600;
  font-size: 16px;
}

.contents .period dd {
  margin-top: 10px;
}

.form {
  position: relative;
  margin-top: 40px;
  padding: 40px 0;
  overflow: hidden;
  font-size: 15px;
}

.form .bg {
  position: absolute;
  z-index: 10;
}

.form_in {
  position: relative;
  z-index: 20;
  margin: 0 4%;
  padding: 40px 15px;
  background: #fff;
  box-sizing: border-box;
  text-align: left;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.form dl {
  padding-bottom: 20px;
  color: #f91495;
}

.form dl + dl {
  padding-top: 20px;

  border-top: 1px solid #000;
}

.form dt {
  font-weight: 700;
}

.form input {
  width: 100%;
  padding: 5px;
  background: #000;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.form select {
  padding: 5px;
  background: #000;
  color: #fff;
}

.form .elem_text {
  width: 60%;
}

.form .elem_fullname_1, .form .elem_fullname_2 {
  width: 35%;
}

.form .elem_prefecture {
  width: 65%;
}

.form .elem_zipcode_1, .form .elem_zipcode_2, .form .elem_tel_1, .form .elem_tel_2, .form .elem_tel_3 {
  width: 24%;
}

.form_note {
  margin-top: 25px;
  font-size: 13px;
  line-height: 1.6;
}

.form_submit {
  display: inline-block;
  position: relative;
  z-index: 20;
  width: 60%;
  margin: 30px auto 0;
}

.form_submit input {
  padding: 10px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .06em;
}

.attention {
  margin: 40px 5%;
  font-size: 13px;
}

.attention h3 {
  margin-bottom: 10px;
  font-size: 15px;
}

.attention li {
  margin-bottom: 5px;
  margin-left: 1em;
  line-height: 1.6;
  text-align: left;
  text-indent: -1em;
}

.attention li a {
  color: #f91495;
  text-decoration: underline;
}

/****************************************/
.footer {
  position: relative;
  z-index: 10;
  padding: 40px 0;
  text-align: center;
}

.footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, "Barlow Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  -webkit-justify-content: center;
}

.footer_link li {
  position: relative;
  margin: 0 10px;
}

.footer_link li a {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer_legal {
  margin: 20px 5% 0;
  font-size: 10px;
  line-height: 1.6;
}

.footer_copy {
  margin: 10px 5% 0;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .bg {
    background: url(../img/bg_sp.jpg) top center no-repeat;
    background-size: cover;

    -webkit-background-size: cover;
    -o-background-size: cover;
  }
  .form .bg {
    background: url(../img/bg2_sp.jpg) top center no-repeat;
    background-size: cover;

    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
  }
  .form dt {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .bg {
    min-width: 1200px;
    background: url(../img/bg_pc.jpg) top center no-repeat;
    background-size: cover;

    -webkit-background-size: cover;
    -o-background-size: cover;
  }
  .header .logo {
    max-width: 400px;
    margin-bottom: 20px;
  }
  .header h1 {
    font-size: 30px;
  }
  .contents .lead.thanks {
    font-size: 22px;
  }
  .contents .period {
    max-width: 500px;
    margin-top: 30px;
    border-width: 3px;
  }
  .form {
    padding: 60px 0;
  }
  .form .bg {
    min-width: 1200px;
    background: url(../img/bg2_pc.jpg) top center no-repeat;
    background-size: cover;

    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
  }
  .form_in {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
  .form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    -webkit-align-items: center;
  }
  .form dt {
    width: 130px;
  }
  .form dd {
    width: calc(100% - 130px);
  }
  .form input {
    padding: 8px;
  }
  .form .elem_prefecture {
    width: 200px;
  }
  .form_note {
    text-align: center;
  }
  .form_submit {
    width: 45%;
  }
  .form_submit input {
    padding: 18px 0;
    transition: all .25s ease;

    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
  }
  .form_submit input:hover {
    background: #f91495;
    color: #fff;
    cursor: pointer;
  }
  .attention {
    width: 90%;
    max-width: 800px;
    margin: 80px auto;
  }
  .attention li a:hover {
    text-decoration: none;
  }
  .footer {
    padding-top: 80px;
  }
  .footer_link li {
    transition: all .25s ease;

    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
  }
  .footer_link li:hover {
    color: #f91495;
    cursor: pointer;
  }
  .footer_legal {
    margin-top: 25px;
    font-size: 11px;
  }
  .footer_copy {
    margin-top: 25px;
    font-size: 11px;
  }
}
