@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : form.css
Description : 動画投稿フォーム
===================================================================== */
.wrapper {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .wrapper {
    font-size: 2rem;
    font-size: max(2rem, 14px);
  }
}

.terms p {
  text-align: center;
  margin: 2rem;
  font-weight: 800;
}
.terms p img {
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .bg-shape {
    height: 80rem;
  }
  .bg-shape::after {
    top: 0;
  }
}
.btn01 {
  position: relative;
  text-align: center;
  margin: 8rem auto 0;
  padding: 0.8em 2em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  font-weight: 700;
  font-size: 4rem;
  color: #ffffff !important;
  background-color: #f4853d;
  border-radius: 2rem;
}
.btn01[disabled], .btn01[href=""] {
  filter: grayscale(1);
  pointer-events: none;
}
.btn01::after {
  content: "";
  position: absolute;
  display: block;
  top: 40%;
  right: 0.5em;
  width: 0.6em;
  height: 0.6em;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  transform: translateX(-50%) rotate(45deg);
}

.agree_box2 {
  text-align: center;
}

.agree_label {
  cursor: pointer;
}
.agree_label input {
  display: none;
}
.agree_label input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  background: url(../images/form/icon_check.svg) no-repeat center/contain;
}
.agree_label span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 92%;
}
.agree_label span::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  width: 1.4em;
  height: 1.4em;
  background-color: #ffffff;
  border: 1px solid #999999;
}

/* =====================================================================
    intro
======================================================================*/
.intro {
  padding: 8rem 0 5.8rem;
}
.intro-deco01 {
  position: absolute;
  top: 0;
  right: 0;
  margin: calc(331 / 650 * 100%) calc(100 / 650 * 100%) 0 0;
  width: 8.4rem;
}
@media screen and (min-width: 768px) {
  .intro-deco01 {
    margin: calc(325 / 1000 * 100%) calc(21 / 1000 * 100%) 0 0;
  }
}
.intro-deco02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35.5rem;
  margin: calc(250 / 650 * 100%) 0 0 calc(-100 / 650 * 100%);
}
@media screen and (min-width: 768px) {
  .intro-deco02 {
    margin: calc(223 / 1000 * 100%) 0 0 calc(-334 / 1000 * 100%);
    width: 44.6rem;
  }
}
.intro-deco03 {
  position: absolute;
  bottom: -21.3rem;
  right: -5.5rem;
  width: 38.8rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .intro-deco03 {
    position: absolute;
    bottom: -8rem;
    right: -5.7rem;
    width: 48.5rem;
  }
}
.intro-deco03-text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 3.0927835052% 0 0 10.0515463918%;
  width: 45.3608247423% !important;
}
.intro-deco04 {
  margin: 6rem auto 0;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .intro-ttl {
    margin-left: -0.8461538462%;
    width: calc(661 / 650 * 100%);
  }
}
.intro p {
  text-align: center;
  margin-top: 18rem;
  font-size: 3rem;
  line-height: 1.833;
}
@media screen and (min-width: 768px) {
  .intro p {
    margin-top: 6.4rem;
    font-size: 110%;
  }
}

/* =====================================================================
    howto
======================================================================*/
.howto {
  padding: 15.6rem 0 9rem;
}
@media screen and (min-width: 768px) {
  .howto {
    padding: 10rem 0;
  }
}
.howto .bg-shape {
  top: 0;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .howto .bg-shape {
    top: -18%;
  }
}
.howto .bg-shape .cloud01 {
  top: 15rem;
  left: -3.1rem;
}
@media screen and (min-width: 768px) {
  .howto .bg-shape .cloud01 {
    top: 0.3rem;
    left: -16.2rem;
  }
}
.howto-deco01 {
  position: absolute;
  bottom: -8.6rem;
  right: -7.6rem;
  width: 25.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .howto-deco01 {
    bottom: -15.4rem;
    right: 8rem;
    width: 32.5rem;
  }
}
.howto .sec-ttl02 {
  background-image: url(../images/common/shape_ttl_green.svg);
}
@media screen and (min-width: 768px) {
  .howto-content {
    margin: 0 auto;
    max-width: 800px;
  }
}
.howto-notice {
  margin-top: 1em;
}
.howto-notice li {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.7;
}
.howto-notice li::before {
  content: "●";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/* =====================================================================
    movie
======================================================================*/
.movie {
  padding: 12rem 0 30rem;
}
@media screen and (min-width: 768px) {
  .movie {
    padding: 12rem 0 30rem;
  }
}
.movie .bg-shape .cloud01_r {
  bottom: 5.8rem;
  right: -14.5rem;
}
@media screen and (min-width: 768px) {
  .movie .bg-shape .cloud01_r {
    bottom: 11.7rem;
    right: -5rem;
  }
}
.movie .bg-shape .cloud02 {
  bottom: 10.5rem;
  left: 5.3rem;
}
@media screen and (min-width: 768px) {
  .movie .bg-shape .cloud02 {
    bottom: 1.3rem;
    left: 9.5rem;
  }
}
.movie-deco01 {
  position: absolute;
  bottom: -10rem;
  left: -9.5rem;
  width: 62rem;
}
@media screen and (min-width: 768px) {
  .movie-deco01 {
    bottom: -7.6rem;
    left: -7.1rem;
    width: 76.5rem;
  }
}
@media screen and (min-width: 768px) {
  .movie-content {
    margin: 0 auto;
    max-width: 800px;
  }
}

/* =====================================================================
    terms
======================================================================*/
.terms {
  padding: 17rem 0 2.7rem;
}
@media screen and (min-width: 768px) {
  .terms {
    padding: 0 0 0;
  }
}
.terms-ttl {
  margin-bottom: 6rem;
  font-weight: 700;
  font-size: 114%;
}
@media screen and (min-width: 768px) {
  .terms-ttl {
    font-size: 180%;
  }
}
.terms-ttl::before {
  content: "●";
  display: inline-block;
  color: #f4853d;
}
.terms-text {
  max-height: 20em;
  overflow-y: auto;
  font-size: 71%;
}
@media screen and (min-width: 768px) {
  .terms-text {
    min-height: 30em;
    font-size: 100%;
  }
}
.terms-check {
  margin: 12rem auto;
}

/* =====================================================================
    footer
======================================================================*/
.footer {
  padding-top: 24rem;
}
.footer-deco01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 36rem;
}
@media screen and (min-width: 768px) {
  .footer-deco01 {
    top: -11rem;
    width: 58rem;
  }
}
.footer-deco02 {
  position: absolute;
  top: 6rem;
  left: 0;
  width: 31rem;
}
@media screen and (min-width: 768px) {
  .footer-deco02 {
    top: -4.6rem;
    width: 52.3rem;
  }
}
.footer-deco03 {
  position: absolute;
  top: 11rem;
  right: 3.3rem;
  width: 22.1rem;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .footer-deco03 {
    top: 17rem;
    right: 17.8rem;
  }
}

.copyright {
  position: relative;
  color: #ffffff;
  background-color: #35b467;
}
.copyright::before {
  content: "";
  position: absolute;
  display: block;
  top: -2.4rem;
  left: 0;
  width: 100%;
  height: 2.6rem;
  background: url(../images/common/shape_wave.svg) repeat-x center top/auto 100%;
}

/* =====================================================================
    form_sec（投稿フォーム）
======================================================================*/
.form_sec {
  padding: 8rem 0 0;
}
.form_sec .step {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}
.form_sec .step li {
  display: block;
  position: relative;
  color: #6b6b6b;
  background: #CED1C8;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0.666em 2.333em;
}
@media screen and (min-width: 768px) {
  .form_sec .step li {
    font-size: 3rem;
  }
}
.form_sec .step li:last-child::before {
  display: none;
}
.form_sec .step li:not(:first-child) {
  margin-left: 0.583em;
  padding-left: 2.583em;
  padding-right: 2em;
}
.form_sec .step li::before, .form_sec .step li::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1.06em;
  height: 100%;
  margin: auto;
  z-index: 10;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.form_sec .step li::before {
  right: -1.625em;
  background-color: #fff;
}
.form_sec .step li::after {
  right: -1.041em;
  background-color: #CED1C8;
}
.form_sec .step li.is-current {
  color: #ffffff;
  background: #35b467;
}
.form_sec .step li.is-current::after {
  background-color: #35b467;
}

.input_wrap {
  margin-top: 8rem;
}

.form-container {
  padding: 6rem calc(40 / 650 * 100%);
  background-color: #fdf6e8;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .form-container {
    padding: 7rem calc(74 / 1000 * 100%);
  }
}
.form-group {
  margin-bottom: 7rem;
}
.form-group-column {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.form-group-column input {
  flex-grow: 1;
}
.form-group-column span {
  flex-shrink: 0;
  margin-right: 0.8em;
  text-align: right;
}
.form-group label {
  display: block;
  font-size: 135%;
  font-weight: 900;
  color: #f4853d;
}
.form-group label.form_header {
  margin-bottom: 0.8em;
  font-weight: 700;
}
.form-group label.form_header.required::after {
  content: "必須";
  position: relative;
  top: -0.25em;
  text-align: center;
  margin-left: 0.5em;
  padding: 0.1em 0.5em 0.2em;
  font-size: 55%;
  color: #ffffff;
  background: #ff5252;
  border-radius: 0.3em;
}
.form-group input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}
.form-group input,
.form-group textarea {
  width: 100%;
  line-height: 1.7;
  padding: 0.3em 1em;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 1rem;
}
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: #818181;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #818181;
}
.form-group textarea {
  min-height: 10em;
}
.form-group input[type=radio] {
  display: none;
}
.form-group input:disabled,
.form-group textarea:disabled {
  border: none;
  padding: 0;
  opacity: 1;
  background-color: transparent;
}
.form-group input:disabled::-moz-placeholder, .form-group textarea:disabled::-moz-placeholder {
  color: #333333;
}
.form-group input:disabled::placeholder,
.form-group textarea:disabled::placeholder {
  color: #333333;
}
.form-group.underline {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 2px solid #ffffff;
}
.form-group.name .form-group-column {
  margin-bottom: 1em;
}
.form-group.name .form-group-column:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .form-group.name .form-group-column {
    margin: 0 4% 3rem 0;
    width: 46%;
  }
  .form-group.name .form-group-column:nth-of-type(2n) {
    margin-right: 0;
  }
  .form-group.name .form-group-column:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
.form-group.name .form-group-column span {
  width: 2em;
}
@media screen and (min-width: 768px) {
  .form-group.postcode .form-group-column {
    width: auto;
  }
  .form-group.postcode .form-group-column input {
    flex-grow: 0;
    width: 10em;
  }
}
.form-group.postcode #postcode_button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
  padding: 0.4em 1em;
  font-size: 128%;
  font-weight: 700;
  color: #ffffff;
  background-color: #35b467;
  border-radius: 0.4em;
}
@media screen and (min-width: 768px) {
  .form-group.postcode #postcode_button {
    display: inline-block;
    margin: -0.22em 0 0 1em;
  }
}
.form .movie_box {
  display: flex;
  align-items: flex-start;
}
.form .movie_box fieldset {
  position: relative;
}
.form .movie_box fieldset.uploaded label {
  opacity: 1;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-decoration: none;
}
.form .movie_box fieldset.uploaded button {
  display: block;
}
.form .movie_box fieldset.uploaded img.icon_video {
  display: none;
}
.form .movie_box fieldset.uploaded .preview {
  display: block;
}
.form .movie_box fieldset.uploading .progress,
.form .movie_box fieldset.uploading button {
  display: block;
}
.form .movie_box fieldset .preview {
  display: none;
  margin-bottom: 0.5em;
}
.form .movie_box fieldset .preview video {
  display: block;
  width: 100%;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .form .movie_box:has(> .uploaded) {
    flex-flow: column;
    align-items: center;
  }
  .form .movie_box fieldset.uploaded {
    margin: 0 0 4rem 0;
  }
}
.form .movie_box input[type=file] {
  display: none;
}
.form .movie_box label {
  padding: 0.2em 2em;
  font-size: 100%;
  font-weight: normal;
  color: #333333;
  background-color: #cccccc;
  border-radius: 1rem;
  text-decoration: underline;
  cursor: pointer;
}
.form .movie_box label p {
  text-align: center;
}
.form .movie_box [type=text].invalid,
.form .movie_box [type=tel].invalid,
.form .movie_box [type=date].invalid,
.form .movie_box fieldset.invalid,
.form .movie_box textarea.invalid {
  border: solid 0.5rem #f4853d;
  background-color: #ffe2e2;
}
.form .movie_box button {
  position: absolute;
  content: "";
  background: url(../images/form/icon_batu.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -1em;
  right: -1em;
  width: 2em;
  height: 2em;
  display: none;
}
.form .movie_box .progress {
  display: none;
  position: relative;
  margin-top: 0.6em;
  font-size: 2.3rem;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 2rem;
  border: 1px solid #707070;
  background-color: #f2f2f2;
}
.form .movie_box .progress .bar {
  background: linear-gradient(to right, #cadca2, #8FC31F, #cadca2);
  animation: progress_var 1s ease infinite;
  animation-direction: alternate;
  height: 100%;
  position: absolute;
  width: 0%;
  background-size: 200% 200%;
  border-radius: 1rem;
}
.form .radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form .radio label {
  position: relative;
  width: 45%;
  font-size: 100%;
  font-weight: normal;
  color: #333333;
  cursor: pointer;
  margin: 0 1em 1em 0;
}
@media screen and (max-width: 767px) {
  .form .radio label:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .form .radio label {
    margin-bottom: 0;
    width: auto;
  }
}
.form .radio label[data-hide-confirm="0"] {
  margin-right: 0;
}
.form .radio span {
  position: relative;
  display: flex;
  align-items: center;
}
.form .radio span::before, .form .radio span::after {
  content: "";
  display: block;
  border-radius: 50%;
}
.form .radio span::before {
  margin-right: 0.3em;
  width: 1.2em;
  height: 1.2em;
  background-color: #ffffff;
  border: 1px solid #999999;
}
.form .radio span::after {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  width: 0.8em;
  height: 0.8em;
  background-color: #35b467;
  opacity: 0;
}
.form .radio input[type=radio]:checked + span::before {
  border-color: #35b467;
}
.form .radio input[type=radio]:checked + span::after {
  opacity: 1;
}
.form .agree_box2 {
  margin-top: 6rem;
}
.form input[type=radio]:disabled + span::before, .form input[type=radio]:disabled + span::after {
  display: none;
}
.form [data-hide-input="1"],
.form [data-hide-confirm="1"] {
  display: none !important;
}
.form_button button {
  background-color: #35b467;
}
.form_button button.modify {
  background-color: #999999;
}
.form_button button#prev_button::after {
  right: auto;
  left: 1em;
  transform: rotate(225deg);
}
.form .agree_box {
  padding: 4rem 3rem;
  font-size: 2.4rem;
  line-height: 1.7;
  background-color: #ffffff;
  border-radius: 4rem;
}
.form .invalid-message {
  display: none;
  font-size: 107%;
  font-weight: bold;
  color: #f00;
  margin: 3rem 0;
}

.complate-ttl {
  text-align: center;
  margin: 2rem 0 8rem;
  font-size: 4.4rem;
  font-weight: 900;
  color: #35b467;
}
.complate-text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .complate-text {
    font-size: 110%;
  }
}/*# sourceMappingURL=form.css.map */