@charset "UTF-8";
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
body {
  line-height: 1;
}
article, aside, dialog, figure, footer, header,
hgroup, 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 {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}
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] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
img {
  width: 100%;
}
input, select {
  vertical-align: middle;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.thanks{
  min-height: 100vh;
    position: relative;
}
.thanks .footer{
  position: absolute;
  bottom: 0; 
  width: 100%;
}
/*main {
  margin-top: 90px;
}*/
.pc {
  display: inline-block;
}
.sp {
  display: none;
}
.inner {
  margin: auto;
  max-width: 1000px;
}
.header {
  background: #FFF;
  height: 90px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header a {
  display: block;
  text-decoration: none;
}
.header a:hover {
  opacity: .6;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 30px 20px 30px;
  position: relative;
}
.header__logo {
  width: 130px;
}
.header__menu {
  display: flex;
}
.header__menu-item {
  -ms-grid-row-align: center;
  align-self: center;
}
.header__menu-item a {
  color: #000;
  font-weight: bold;
  padding: 0 30px;
}
.header__menu-item + .header__menu-item {
  border-left: 1px solid #000;
}
.header__contact {
  -ms-grid-row-align: center;
  align-self: center;
  color: #FFF;
  font-size: 18px;
}
.header__contact a {
  align-items: center;
  background: #000;
  color: #FFF;
  display: flex;
  padding: 12px 12px 12px 24px;
}
.header__contact a:after {
  background: url(../img/entry/white_arrow.png);
  background-size: cover;
  content: '';
  display: block;
  height: 7px;
  margin-left: 20px;
  width: 17px;
}
.footer {
  background: #000;
  color: #FFF;
  padding: 20px 0;
  text-align: center;
}
.footer p {
  font-size: 12px;
}
/* Form_Reset ---------------------------------------------*/
input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: none;
  box-sizing: border-box;
  outline: none;
}
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: none;
  box-sizing: border-box;
  outline: none;
  width: 100%;
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
input:-moz-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
textarea:-moz-placeholder {
  color: #cccccc;
}
textarea::-moz-placeholder {
  color: #cccccc;
}
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input, input::-webkit-input-placeholder,textarea {
  font-size: 1.125rem;
  line-height: normal !important;
}
textarea{
  font-family: Arial, Helvetica, sans-serif;
}
input:-moz-placeholder {
  line-height: normal !important;
}
input::-moz-placeholder {
  line-height: normal !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}
select::-ms-expand {
  display: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}
button {
  -webkit-appearance: button;
  background: transparent;
  border: none;
  outline: none !important;
  overflow: visible;
  text-transform: none;
  touch-action: manipulation;
}
/* Form_Entry ---------------------------------------------*/
.entry {
  display: block;
  padding: 60px 0 80px;
}
.entry__ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.entry__body {
  margin: auto;
  margin-top: 40px;
  max-width: 665px;
}
.entry__required {
  color: #ff0000;
}
.entry__required.top {
  font-size: 14px;
  padding-bottom: 10px;
}
.entry input[type="text"],
.entry input[type="email"],
.entry textarea 
{
  border: 1px solid #dddddd;
  padding: 10px;
  width: 100%;
}
.entry .sel {
  background: #fff url(../img/entry/select_arrow.png) 100% 50% no-repeat;
  background-size: 24px 7px;
  border: 1px solid #dddddd;
  font-size: 18px;
  padding: 10px;
  position: relative;
}
.entry dl {
  display: flex;
  flex-wrap: wrap;
}
.entry dl + dl {
  margin-top: 30px;
}
.entry dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: .3em;
  width: 30.8%;
}
.entry dt span {
  font-size: 12px;
  vertical-align: top;
}
.entry .att {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}
.entry dd {
  line-height: 1.7;
  width: 55.6%;
}
.entry .error {
  color: #ff0000;
  display: block;
  font-size: 14px;
  padding-top: 0.5em;
}
.entry .bir_block {
  display: flex;
  flex-wrap: wrap;
  width: 61%;
}
.entry .bir_yy {
  width: 41.25%;
}
.entry .bir_yy .sel {
  width: 72%;
}
.entry .bir_mm {
  width: 31.25%;
}
.entry .bir_mm .sel {
  width: 61%;
}
.entry .bir_dd {
  width: 26%;
}
.entry .bir_dd .sel {
  width: 73%;
}
.entry .field_block .sel {
  width: 100%;
}
.entry .salon .att {
  padding-top: 10px;
  width: 83%;
}
.entry .zip_wrap input {
  margin-right: 5px;
  width: 80%;
}
.entry .zip_wrap dd {
  width: 69.2%;
}
.entry .file_wrap .att {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.7;
  padding-top: 15px;
}
div.att.school{
  font-size: 14px;
  font-weight:normal;
  letter-spacing: -1px;
    line-height: 1.7;
    padding-top: 10px;
}
.entry .camera{
  margin: 10px 0 0;
}
.entry .file_box {
  background: url(../img/entry/input_file_img.png) 0 0 no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 36px;
  max-width: 120px;
  width: 33%;
}
.entry .camera .file_box {
  background: url(../img/entry/input_camera_file_img.png) 0 0 no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 52px;
  max-width: 120px;
  width: 33%;
}
.entry .file_box:hover {
  opacity: .7;
}
.entry .auto_input_btn {
  background: #000;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
  padding: 13px 12px;
}
.entry .auto_input_btn:hover {
  opacity: .7;
}
.entry .file_add {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 35px;
  max-width: 120px;
  opacity: 0;
  width: 100%;
}
.entry input.file_text {
  background: none;
  border: none;
  color: #777;
  font-size: 12px;
  height: 35px;
  margin-top: 1px;
  max-width: 270px;
  width: 56.842%;
}
.entry .bt_contant_form {
  padding-top: 35px;
}
.entry .privacy_wrap {
  scrollbar-base-color: #d9d9d9;
  scrollbar-arrow-color: #8e8e8e;
  scrollbar-3dlight-color: #d9d9d9;
  scrollbar-darkshadow-color: #d9d9d9;
  scrollbar-face-color: #d9d9d9;
  scrollbar-highlight-color: #d9d9d9;
  scrollbar-shadow-color: #d9d9d9;
  scrollbar-track-color: #f2f2f2;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid #dadada;
  box-sizing: border-box;
  font-size: 14px;
  height: 295px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 500px;
  overflow: auto;
  padding: 10px;
  position: relative;
  width: 72.9927%;
}
.entry .privacy_check {
  margin: 20px auto 40px;
  text-align: center;
}
.entry input[type="checkbox"] {
  height: auto;
  width: auto;
}
.entry .btn_type {
  background-color: #000;
  border: solid 1px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  padding: .5em 0 .5em 2em;
  position: relative;
  text-align: left;
  width: 23.3577%;
}
.entry .btn_type:hover {
  opacity: .6;
}
.entry .btn_type span::after {
  -webkit-transform: translate(0, -50%);
  background: url(../img/entry/submit_arrow.png) no-repeat;
  background-size: contain;
  content: "";
  height: 14px;
  position: absolute;
  right: 13%;
  top: 52%;
  transform: translate(0, -50%);
  width: 7px;
}
.entry--confirm dt {
  margin-top: 0;
}
.entry--confirm .file_wrap dd {
  width: 100%;
}
.entry--confirm .file_wrap__img {
  border: 1px solid #dddddd;
  margin: auto;
  width: 65%;
}
.entry--confirm .file_wrap__img img {
  vertical-align: bottom;
}
.entry--confirm .bt_contant_form {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 360px;
}
.entry.record .btn_box{
  margin-top: 40px;
}
.entry--confirm .btn_type {
  width: 160px;
}
.entry--confirm .btn_type.return {
  padding: .5em 1.5em .5em 0;
  text-align: right;
}
.entry--confirm .btn_type.return span:after {
  display: none;
}
.entry--confirm .btn_type.return span:before {
  -webkit-transform: translate(0, -50%);
  background: url(../img/entry/return_arrow.png) no-repeat;
  background-size: contain;
  content: "";
  height: 14px;
  left: 11%;
  position: absolute;
  top: 54%;
  transform: translate(0, -50%);
  width: 7px;
}
.entry--thanks {
  padding: 190px 0 0;
}
.entry--thanks .btn_type {
  margin-top: 30px;
  padding: .5em 0 .5em 1.5em;
  width: 210px;
  height: 60px;
  line-height: 40px;
}
.entry__mv {
  margin: auto;
  max-width: 775px;
}
.entry__thanks-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-top: 30px;
  text-align: center;
}
.pagetop {
  bottom: 15px;
  cursor: pointer;
  height: 55px;
  position: fixed;
  right: 15px;
  width: 55px;
}
.verification img{
  max-height: 200px;
    width: auto;
}
.verification.none{
  display:none;
}
.mail_precautions{
  padding: 20px;
    border: 1px solid #333;
    margin: 0 0 30px;
}
.mail_precautions p{
  line-height: 1.5;
  font-size: 14px;

}
@media screen and (max-width: 1000px) {
  body {
    display: block;
  }
  .header__menu {
    font-size: 1.4vw;
  }
  .header__menu-item a {
    padding: 0 2vw;
  }
  .header__contact {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    display: block;
  }
  
  input, input::-webkit-input-placeholder {
    font-size: 3.7333vw;
  }
  .entry {
    padding: 12vw 0 16vw;
  }
  .entry__ttl {
    font-size: 6.4vw;
  }
  .entry__body {
    margin: 8vw auto 0;
    width: 85vw;
  }
  .entry__required.top {
    font-size: 2.66667vw;
  }
  .entry .sel {
    font-size: 16px;
  }
  .entry dl {
    flex-direction: column;
  }
  .entry dl + dl {
    margin-top: 8vw;
  }
  .entry dt {
    font-size: 3.73333vw;
    width: 100%;
  }
  .entry .att {
    font-size: 2.66667vw;
  }
  .entry dd {
    margin-top: 2.66667vw;
    width: 100%;
  }
  .entry .bir_block {
    width: 100%;
  }
  .entry .bir_yy {
    width: 33.33333vw;
  }
  .entry .bir_yy .sel {
    width: 23.2vw;
  }
  .entry .bir_mm {
    width: 26vw;
  }
  .entry .bir_mm .sel {
    width: 16.66667vw;
  }
  .entry .bir_dd {
    width: 24.26667vw;
  }
  .entry .bir_dd .sel {
    width: 16.66667vw;
  }
  .entry .salon .att {
    padding-top: 1.33333vw;
    width: 100%;
  }
  .entry .zip_wrap input {
    width: 64vw;
  }
  .entry .zip_wrap dd {
    width: 100%;
  }
  .entry .file_wrap .att {
    font-size: 2.66667vw;
  }
  .entry .auto_input_btn {
    font-size: 2.8vw;
    padding: 3vw;
  }
  .entry .thanks .auto_input_btn{
    width: 45%;
  }
  .entry .privacy_wrap {
    font-size: 3.2vw;
    width: 100%;
  }
  .entry .privacy_check {
    font-size: 2.66667vw;
  } 
  .entry .btn_type {
    font-size: 3.73333vw;
    width: 130px;
    height: 50px;
    line-height: 35px;
  }
  .btn_type.return{
    margin-right: 10px;
  }
  .thanks .btn_type{
    width: 45%;
  }
  .entry--confirm .file_wrap__img {
    margin-top: 2.66667vw;
    width: 100%;
  }
  .entry--confirm .bt_contant_form {
    padding-top: 5.33333vw;
    width: 75vw;
  }
  .entry--thanks {
    padding: 50vw 0 50vw;
  }
  .entry--thanks .btn_type {
    margin-top: 10vw;
  }
  .entry__mv {
    width: 77.33333vw;
  }
  .entry__thanks-text {
    font-size: 3.73333vw;
    padding-top: 10vw;
  }
  .entry .file_wrap .att{
    font-size: 14px;
  }
  .entry .privacy label span{
    font-size: 14px;
  }
  .mail_precautions{
    margin: 15px;
  }
  .mail_precautions p{
    font-size: 12px;
  }
  .file_block p{
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    display: block;
  }
  input, input::-webkit-input-placeholder, textarea {
    font-size:16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), screen and (-ms-high-contrast: none) and (max-width: 768px) {
  .header__menu {
    font-size: 3.33333vw;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header__contact a {
    padding: 16px 12px 12px 24px;
  }
  .entry .auto_input_btn {
    padding: 8px 12px;
  }
}
