@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block; }

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

html {
  -webkit-text-size-adjust: 100%;
  font-size: calc(100vw / ( 640 / 26 )); }

body {
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
  color: #000;
  line-height: 1.8;
  background: #000; }

li {
  list-style: none; }

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

a {
  text-decoration: none; }

img {
  vertical-align: top;
  max-width: 100%; }

hr {
  height: 1px;
  background-color: #ccc;
  border: 0; }

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1; }

.sp_only {
  display: block; }

.sp_only_inline {
  display: inline; }

.pc_only,
.pc_only_inline {
  display: none; }

.wrap {
  max-width: 640px;
  padding: 0 calc(100vw / ( 640 / 40 ));
  margin: 0 auto; }

.to_top {
  transition: top .6s ease, opacity .6s ease;
  position: relative;
  top: 50px;
  opacity: 0; }

.isAnimate.show.to_top {
  top: 0;
  opacity: 1; }

.to_top_left {
  transition: all 1s ease;
  position: relative;
  top: 50px;
  left: 50px;
  opacity: 0; }

.isAnimate.show.to_top_left {
  top: 0;
  left: 0;
  opacity: 1; }

.to_top_right {
  transition: all 1s ease;
  position: relative;
  top: 50px;
  right: 50px;
  opacity: 0; }

.isAnimate.show.to_top_right {
  top: 0;
  right: 0;
  opacity: 1; }

.contents {
  max-width: 640px;
  margin: 0 auto;
  background: #1f1f1f;
  overflow: hidden;
  text-align: center; }

.note {
  font-size: calc(100vw / ( 640 / 18 ));
  line-height: 1.6;
  margin-left: 1em;
  text-align: left; }
  .note li {
    margin: 0 0 .5em;
    text-indent: -1em; }
    .note li:last-of-type {
      margin-bottom: 0; }

ol.note {
  margin-left: 2em; }
  ol.note li {
    text-indent: -2em;
    counter-increment: num; }
  ol.note li:before {
    content: "※" counter(num) " "; }

em {
  font-weight: bold; }

.pink {
  color: #ff335e; }

.l {
  font-size: 1.23076em; }

.marker {
  background: linear-gradient(to bottom, transparent 60%, #ffcfc2 60%, #ffcfc2 90%, #ffcfc2 90%, transparent 90%); }

/*=======================================
	form
=======================================*/
.form {
  background-color: #1f1f1f;
  color: #fff; }
  .form .h {
    padding: 2rem 0;
    color: #fff; }
    .form .h p {
      line-height: 1.2;
      margin-bottom: .5rem; }
      .form .h p span {
        display: inline-block;
        font-size: calc(100vw / ( 640 / 26 ));
        font-weight: 500;
        text-shadow: calc(100vw / ( 640 / 4 )) calc(100vw / ( 640 / 4 )) calc(100vw / ( 640 / 2 )) rgba(0, 0, 0, 0.2);
        padding: 0 1em;
        position: relative; }
        .form .h p span:before, .form .h p span:after {
          content: "";
          display: block;
          width: calc(100vw / ( 640 / 2 ));
          height: 1.3em;
          background: #fff;
          position: absolute;
          bottom: 0;
          left: 0;
          transform: rotate(-30deg); }
        .form .h p span:after {
          left: auto;
          right: 0;
          transform: rotate(30deg); }
    .form .h h1 {
      font-size: calc(100vw / ( 640 / 40 ));
      font-weight: bold;
      line-height: 1.6;
      text-shadow: calc(100vw / ( 640 / 4 )) calc(100vw / ( 640 / 4 )) calc(100vw / ( 640 / 2 )) rgba(0, 0, 0, 0.2); }
  .form form input[type="text"],
  .form form input[type="email"],
  .form form input[type="tel"],
  .form form textarea {
    background: #f1f1f1;
    border: none;
    padding: .6rem 1rem;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    transition: all 0.3s;
    -webkit-appearance: none; }
  .form form input[type="image"] {
    max-width: 100%; }
  .form form textarea {
    height: 8em; }
  .form form input[type="text"]:focus,
  .form form input[type="email"]:focus,
  .form form input[type="tel"]:focus,
  .form form textarea:focus {
    background: #f1f1f1; }
  .form form :-webkit-input-placeholder {
    color: #999;
    font-size: 14px; }
  .form form :-ms-input-placeholder {
    color: #999;
    font-size: 14px; }
  .form form ::-moz-placeholder {
    color: #999;
    font-size: 14px; }
  .form form ::placeholder {
    color: #999;
    font-size: 14px; }
  .form .box {
    padding: 0 1.3rem 2rem;
    margin: 0 calc(100vw / ( 640 / -10 )) 1.5rem;
    text-align: left; }
    .form .box > p {
      font-size: calc(100vw / ( 640 / 28 ));
      text-align: center; }
    .form .box dt {
      font-size: calc(100vw / ( 640 / 28 )); }
    .form .box dd {
      margin-bottom: 1rem; }
      .form .box dd:last-of-type {
        margin-bottom: 0; }
    .form .box .flex {
      display: flex;
      align-items: center; }
      .form .box .flex > div {
        width: 48%; }
      .form .box .flex div:first-child {
        margin-right: .5rem; }
  .form .btn {
    /*		margin-bottom: 3rem;*/ }
    .form .btn input {
      vertical-align: top; }
  .form .consent-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 1em; }
  .form label {
    display: flex;
    align-items: flex-start;
    cursor: pointer; }
  .form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    margin-top: 4px;
    flex-shrink: 0; }
  .form label span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6; }

.thanks {
  background: #000;
  padding-bottom: 5rem; }
  .thanks .txt {
    padding: 3.5rem 1.3rem 2rem;
    text-align: left;
    font-weight: 500;
    color: #fff; }
    .thanks .txt p {
      margin-bottom: 1rem; }
  .thanks .btn_back {
    text-align: center;
    color: #fff; }

/*=======================================
	footer
=======================================*/
footer {
  background: #000;
  color: #fff;
  padding: calc(100vw / ( 640 / 40 )) 0;
  font-size: calc(100vw / ( 640 / 16 ));
  line-height: 1; }
  footer a {
    color: #fff; }
  footer .flex {
    display: block;
    margin-bottom: calc(100vw / ( 640 / 50 )); }
  footer .map {
    width: auto;
    margin-bottom: calc(100vw / ( 640 / 60 )); }
    footer .map .video-container {
      overflow: hidden; }
    footer .map iframe {
      filter: grayscale(100%); }
  footer .txt {
    width: auto;
    margin: 0;
    font-size: calc(100vw / ( 640 / 24 ));
    line-height: 1; }
    footer .txt p {
      letter-spacing: 0.1em;
      line-height: 1.8;
      text-align: left; }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.5em; }
  footer li {
    margin-right: 2em;
    position: relative; }
    footer li:after {
      content: "";
      display: block;
      width: 1px;
      height: 1em;
      background: #c1c1c1;
      position: absolute;
      top: 50%;
      right: -1em;
      transform: translateY(-50%); }
  footer li:last-child {
    margin-right: 0; }
    footer li:last-child:after {
      display: none; }
  footer p {
    color: #a1a1a1; }

/******************************************************************************************

	pc size

******************************************************************************************/
@media only screen and (min-width: 640px) {
  html {
    font-size: 26px; }

  .sp_only,
  .sp_only_inline {
    display: none; }

  .pc_only {
    display: block; }

  .pc_only_inline {
    display: inline; }

  .wrap {
    padding: 0 40px; }

  .note {
    font-size: 18px; }

  /*=======================================
  	form
  =======================================*/
  .form .h p span {
    font-size: 26px;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2); }
    .form .h p span:before, .form .h p span:after {
      width: 2px; }
  .form .h h1 {
    font-size: 40px;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2); }
  .form form input[type="text"],
  .form form input[type="email"],
  .form form input[type="tel"],
  .form form textarea {
    padding: .8rem 1rem; }
  .form form :-webkit-input-placeholder {
    font-size: 14px; }
  .form form :-ms-input-placeholder {
    font-size: 14px; }
  .form form ::-moz-placeholder {
    font-size: 14px; }
  .form form ::placeholder {
    font-size: 14px; }
  .form .box {
    margin: 0 -10px 2rem;
    border-radius: 20px; }
    .form .box > p {
      font-size: 28px; }
    .form .box dt {
      font-size: 28px; }

  .ui-datepicker {
    font-size: 16px !important; }

  .form.thanks .txt {
    margin: 0 -10px 3rem;
    border-radius: 20px; }
    .form.thanks .txt .orange {
      font-size: 28px; }
  .form.thanks .btn_back a {
    padding-right: 40px; }
    .form.thanks .btn_back a:after {
      width: 28px;
      height: 27px; }

  /*=======================================
  	footer
  =======================================*/
  footer {
    padding: 40px 0;
    font-size: 16px; }
    footer .flex {
      margin-bottom: 50px; }
    footer .map {
      margin-bottom: 60px; }
    footer .txt {
      font-size: 24px; }
      footer .txt p {
        letter-spacing: 0.1em;
        line-height: 1.8;
        text-align: left; } }

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