@charset "utf-8";

/* ============================== CONTACT */

.contact-container {
  width: 48%;
  margin: 0 auto;
  max-width: 80rem;
}

.grid-box .grid-item {
  padding-left: 10px;
}

.grid--small {
  margin-left: -10px;
}

.form input,
textarea,
select {
  border: 1px solid #1f2021;
  max-width: calc(100% - 20px);
  padding: 8px 10px;
  border-radius: 0;
}

.form input {
  display: block;
  margin-bottom: 10px;
}

.form button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.grid-small {
  margin-left: -10px;
}

.grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  vertical-align: top;
  width: 100%;
}

.form input,
select,
textarea {
  font-style: normal;
  font-size: 14px;
  border-color: #21ff79;
  background-color: inherit;
  /* border-radius: 7px; */
  color: #21ff79;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.large-one-half {
  width: 50%;
}

input.input-full,
textarea.input-full,
select.input-full {
  width: 100%;
}

.form label[for] {
  cursor: pointer;
}

.hidden-label {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.form input,
.form select,
.form textarea {
  display: block;
  margin-bottom: 10px;
  line-height: 1.8;
}

.form-box .form input,
.form select,
.form textarea {
  width: 100%;
}

.form-box .wpcf7-form-control-wrap input {
  width: 100%;
  margin-bottom: 0;
}

.contact-p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
.wpcf7 input[type="submit"] {
  padding: 0px 0px !important; /* ボタン内の余白 */
  margin-top: 38px !important; /* ボタンの上下の余白 */
  background-color: inherit !important; /* 背景の色 */
  border: 1px solid #21ff79;
  color: #21ff79 !important; /* 文字の色*/
  font-size: 26px !important; /* 文字の大きさ */
  width: 250px; /* ボタンの横幅*/
  font-family: "VT323", monospace;
  cursor: pointer;
  line-height: 52px;
  border-radius: 6px;
}

.wpcf7 input[type="submit"]:hover {
  background: #21ff79 !important; /* グラデーション背景 */
  border: 1px solid; /* 枠線も自然に馴染ませる */
  background-clip: padding-box; /* 枠線と干渉しないように調整 */
  color: #0b1317 !important;
}

.btn-submit {
  width: 36%;
  text-align: center;
  margin: 0 auto;
}

.form .btn-submit .wpcf7-submit {
  width: 100%;
  margin: inherit;
  font-family: "VT323", monospace;
  font-style: normal;
  letter-spacing: 0.1ex;
}

#section-01 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    /* 透過黒を重ねる */ url("../img/bg-02.jpg");
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向も中央にしたい場合 */
}
