@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 960px) {
  .pc_br {
    display: none;
  }
}

/*
 * 480pxより狭くなったら改行なくす
 */
@media (max-width: 560px) {
  .sp_br {
    display: none;
  }
}

/*
 * トランジション
 */
input[type=submit], input[type=button] {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.os {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

.grad {
  background: radial-gradient(closest-side, #fda9c5, rgba(255, 255, 255, 0));
  filter: blur(60px);
  position: absolute;
  z-index: -1;
}

.input, .confirm {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 5% 3%;
}
@media (max-width: 560px) {
  .input, .confirm {
    text-align: justify;
    padding: 5% 6%;
  }
}

[data-screen=confirm] .input {
  display: none;
}

[data-screen=input] .confirm,
[data-screen=invalid] .confirm {
  display: none;
}

.snow-monkey-form {
  margin-top: 7%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.smf-form--simple-table {
  width: 90%;
  margin: 0 auto;
  max-width: 980px;
  padding: 2% 0 1%;
  margin-bottom: 3%;
}

.smf-complete-content {
  text-align: center;
}

.smf-form--simple-table .smf-item {
  display: flex;
  padding: 0;
}
@media (max-width: 560px) {
  .smf-form--simple-table .smf-item {
    flex-direction: column;
  }
}

.smf-form--simple-table .in-form-title {
  text-align: center;
  margin: 9% 0 3%;
  background-color: #FFE5EB;
  padding: 1% 0;
}
.smf-form--simple-table .in-form-title .no-must::after {
  content: "任意";
  display: inline-block;
  background: #cacaca;
  color: white;
  font-size: 0.75em;
  padding: 1px 6px;
  vertical-align: text-top;
  margin-left: 8px;
}
@media (max-width: 560px) {
  .smf-form--simple-table .in-form-title {
    margin: 13% 0 6%;
    padding: 3% 0px;
  }
}

.last-column .smf-placeholder {
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 560px) {
  .last-column .smf-placeholder {
    border-bottom: 1px solid #E61673;
  }
}
.last-column .smf-item__col--label {
  border-bottom: 1px solid #E61673;
}
@media (max-width: 560px) {
  .last-column .smf-item__col--label {
    border-bottom: none;
  }
}

.smf-placeholder {
  padding: 2rem 0 2rem 1rem;
  border-top: 1px solid #e4e4e4;
}
@media (max-width: 560px) {
  .smf-placeholder {
    padding: 0rem 0 2rem;
    border-top: none;
    text-align: center;
  }
}

.smf-form--simple-table .smf-item__col--label {
  flex: auto;
  max-width: 36%;
  padding: 2rem 0 2rem 1rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #E61673;
  font-weight: bold;
}
@media (max-width: 560px) {
  .smf-form--simple-table .smf-item__col--label {
    max-width: 101%;
    padding: 1rem 0 1rem 1rem;
    border-right: none;
  }
}

.smf-form .smf-item .smf-text-control__control {
  width: 98%;
  border: none;
  background: #F2F2F2;
  padding: 21px 9px;
  height: 22px;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  box-shadow: none;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  border-radius: 0;
}
@media (max-width: 960px) {
  .smf-form .smf-item .smf-text-control__control {
    height: 21px;
  }
}
@media (max-width: 560px) {
  .smf-form .smf-item .smf-text-control__control {
    width: 94%;
  }
}

/*テキストエリア*/
.smf-form .smf-item .smf-textarea-control__control {
  width: 98%;
  border: none;
  background: #F2F2F2;
  padding: 21px 9px;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  box-shadow: none;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  border-radius: 0;
}
@media (max-width: 560px) {
  .smf-form .smf-item .smf-textarea-control__control {
    width: 94%;
    margin: 0 auto;
  }
}

.smf-action .smf-button-control__control {
  color: #E61673;
  background: white;
  padding: 9px 1em 9px 2em;
  display: inline-block;
  position: relative;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: color, background;
  border: 1px solid #E61673;
  width: 90%;
  box-sizing: border-box;
  width: auto;
  font-size: 1em;
  padding: 18px 5em;
  transition: 0.2s ease;
  border-radius: 2em;
}
.smf-action .smf-button-control__control span {
  display: inline-block;
}
.smf-action .smf-button-control__control::after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  position: absolute;
  right: 16px;
  top: calc(43% - 6px);
  background-image: url(../images/chevron-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: right;
}
.smf-action .smf-button-control__control:hover {
  color: white;
  background-color: #E61673;
}
.smf-action .smf-button-control__control:hover::after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  position: absolute;
  right: 11px;
  top: calc(43% - 6px);
  background-image: url(../images/chevron-right-h.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 560px) {
  .smf-action .smf-button-control__control {
    margin: 6% 0;
  }
}
@media (max-width: 560px) {
  .smf-action .smf-button-control__control {
    padding: 18px 5em 18px 5em;
  }
}

.smf-action .smf-button-control__control:hover {
  border: 2px solid #E61673;
  background-color: #E61673;
  color: white;
  box-shadow: 0 0 0px #E61673, 0 0 15px #ffadd2, 0 0 45px #ffb9d8, 0 0 87px #ffdfed;
}

.smf-form .smf-item .smf-text-control__control:active, .smf-form .smf-item .smf-text-control__control:focus, .smf-form .smf-item .smf-text-control__control:focus-within, .smf-form .smf-item .smf-text-control__control[aria-selected=true] {
  border: 2px solid #E61673;
  background-color: #E61673;
  color: white;
}

.smf-form .smf-item .smf-text-control__control:focus {
  border: 2px solid #E61673;
  background-color: #efefef;
  color: #664E59;
}

.smf-form .smf-item .smf-text-control__control:hover {
  border-color: #ff9cb8;
}

.smf-form .smf-item .smf-textarea-control__control:hover {
  border-color: #ff9cb8;
}

.smf-form .smf-item .smf-textarea-control__control:active, .smf-form .smf-item .smf-textarea-control__control:focus, .smf-form .smf-item .smf-textarea-control__control:focus-within, .smf-form .smf-item .smf-textarea-control__control[aria-selected=true] {
  border: 2px solid #E61673;
  background-color: #E61673;
  color: white;
}

.smf-form .smf-item .smf-textarea-control__control:focus {
  border: 2px solid #E61673;
  background-color: #efefef;
  color: #664E59;
}

.smf-action .smf-button-control__control[data-action=back] {
  display: inline-block;
  color: #717171;
  background-color: #f1f1f1;
  border: 1px solid;
  padding: 10px 12px;
}
.smf-action .smf-button-control__control[data-action=back]::after {
  content: none;
}

.must .smf-item__label__text::after {
  content: "必須";
  display: inline-block;
  background: #E61673;
  color: white;
  font-size: 0.75em;
  padding: 1px 6px;
  vertical-align: text-top;
  margin-left: 8px;
}

@media (max-width: 560px) {
  .smf-form--simple-table + .smf-action {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 560px) {
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
    margin-top: 4%;
  }
}

/*チェックボックス*/
.smf-checkboxes-control__control label {
  padding-left: 22px;
  margin-right: 10px;
  margin-bottom: 8px;
  display: inline-block;
}
.smf-checkboxes-control__control label .smf-checkbox-control__control {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.smf-checkboxes-control__control label .smf-checkbox-control__control:checked + .smf-checkbox-control__label::before {
  color: #fff;
  border-color: #E61673;
  background-color: #E61673;
}
.smf-checkboxes-control__control label .smf-checkbox-control__control:focus + .smf-checkbox-control__label::before {
  box-shadow: 0 0 0 2px rgba(230, 22, 115, 0.3);
}
.smf-checkboxes-control__control label .smf-checkbox-control__control:checked + .smf-checkbox-control__label::after {
  transform: translateY(-50%) scale(1);
}
.smf-checkboxes-control__control label .smf-checkbox-control__control:disabled + .smf-checkbox-control__label {
  opacity: 0.5;
}
.smf-checkboxes-control__control label .smf-checkbox-control__control:disabled + .smf-checkbox-control__label::before {
  background-color: #eee;
}
.smf-checkboxes-control__control label .smf-checkbox-control__control:disabled + .smf-checkbox-control__label::after {
  content: none;
}
.smf-checkboxes-control__control label .smf-checkbox-control__label {
  position: relative;
  margin-bottom: 0;
  vertical-align: middle;
}
.smf-checkboxes-control__control label .smf-checkbox-control__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  display: block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.smf-checkboxes-control__control label .smf-checkbox-control__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  display: block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  transform: translateY(-50%) scale(0);
  background-repeat: no-repeat;
  background-size: 100% 89%;
  background-position: center center;
  background-image: url(../images/check.svg);
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 560px) {
  .smf-checkboxes-control__control {
    text-align: left;
  }
}

/*リキャプチャの説明*/
.recaptcha_policy {
  margin-top: 4%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 8%;
}
.recaptcha_policy a {
  color: #E61673;
}
.recaptcha_policy a:hover {
  color: #be1f6f;
}
@media (max-width: 560px) {
  .recaptcha_policy {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 7%;
    margin-top: 8%;
  }
}

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