@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;
}

main {
  margin-top: 70px;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.inner {
  margin: auto;
  max-width: 1000px;
}

.entry-btn {
  padding: 0 !important;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.entry-btn a {
  font-weight: bold;
  background-color: #000;
  border: solid 1px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  padding: 11px 53px 9px 15px;
  position: relative;
  text-align: left;
  display: inline-block;
  font-size: 18px;
}

.entry-btn a::after {
  -webkit-transform: translate(0, -50%);
  background: url(../img/entry/btn_arrow.png) no-repeat;
  background-size: contain;
  content: "";
  width: 27px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 52%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1280px) and (min-width: 769px) {
  .entry-btn a {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 1000px) {
  .entry-btn a span {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .entry-btn {
    top: 0;
    transform: translateY(0);
  }

  .entry-btn a {
    font-size: 3vw;
    font-weight: normal;
    padding: 7px 44px 5px 12px;
  }

  .entry-btn a:after {
    width: 22px;
    height: 10px;
  }
}

/* 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 {
  font-size: 1.125rem;
  line-height: normal !important;
}

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;
}

input, button, textarea, select {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* Form_Entry ---------------------------------------------*/
.entry {
  background: url(../img/entry/entry_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
  padding: 60px 0 80px;
}

.entry.entry--thanks {
  background: none;
  padding: 0;
}

.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__required.top .black {
  color: #000;
  line-height: 2;
}

.entry input[type="text"],
.entry input[type="email"] {
  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: 20px;
}

.entry dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: .3em;
  width: 30.8%;
}

.entry dt span {
  font-size: 12px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}

.entry .att {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 13px;
  width: calc(100% + 91px);
  max-width: 460px;
}

.entry .att .red {
  font-size: 15px;
  color: #ff0000;
  font-weight: bold;
}

.entry .att .red span {
  text-decoration: underline;
}

.entry dd dt {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 10px;
}

.entry dd dd {
  width: 100%;
}

.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: 43%;
}

.entry .ig-acc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.entry .ig-acc input[type="text"] {
  width: 93%;
}

.entry .salon .att {
  font-size: 12px;
  padding-top: 10px;
  margin-top: 0;
  width: 83%;
}

.entry .zip_wrap input {
  margin-right: 5px;
  width: 60%;
}

.entry .zip_wrap dd {
  width: 69.2%;
}

.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 .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;
  overflow: auto;
  padding: 10px;
  position: relative;
  width: 100%;
}

.entry .privacy_box {
  font-size: 12px;
}

.entry .privacy_box span {
  display: block;
  text-align: center;
}

.entry .privacy_box span.right {
  text-align: right;
}

.entry .privacy_check {
  margin: 20px auto 40px;
  text-align: center;
}

.entry .privacy_check p {
  line-height: 1.5;
}

.entry .privacy_check p label {
  background: #fff;
  padding: 10px 20px;
  display: block;
  width: 140px;
  margin: 20px auto 0;
}

.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 1.5em;
  position: relative;
  text-align: left;
  width: 24%;
}

.entry .btn_type:hover {
  opacity: .6;
}

.entry .btn_type span::after {
  -webkit-transform: translate(0, -50%);
  background: url(../img/entry/btn_arrow.png) no-repeat;
  background-size: contain;
  content: "";
  width: 27px;
  height: 12px;
  position: absolute;
  right: 13%;
  top: 52%;
  transform: translate(0, -50%);
}

.entry .btn_type2 {
  text-align: center;
}

.entry .btn_type2 a {
  background-color: #000;
  border: solid 1px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  margin: 0 auto;
  padding: 16px 64px 14px 30px;
  position: relative;
  text-align: left;
  display: inline-block;
}

.entry .btn_type2 a::after {
  -webkit-transform: translate(0, -50%);
  background: url(../img/entry/btn_arrow.png) no-repeat;
  background-size: contain;
  content: "";
  width: 27px;
  height: 12px;
  position: absolute;
  right: 13%;
  top: 52%;
  transform: translate(0, -50%);
}

.entry--thanks .btn_type2 {
  margin-top: 45px;
}

.entry--confirm dt {
  margin-top: 0;
}

.entry--confirm .file_wrap dd {
  width: 100%;
}

.entry--confirm .file_wrap__img {
  border: 1px solid #dddddd;
  margin: auto;
  margin-top: 30px;
  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--confirm .btn_type {
  width: 160px;
}

.entry--confirm .btn_type.single span:after {
  background: url(../img/entry/btn_arrow02.png) no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  top: 49.5%;
}

.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/btn_arrow02_return.png) no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  left: 11%;
  position: absolute;
  top: 49.5%;
  transform: translate(0, -50%);
  width: 7px;
}

.entry--thanks .btn_type {
  margin-top: 70px;
  padding: .5em 0 .5em 1.5em;
  width: 160px;
}

.entry__mv {
  margin: auto;
  max-width: 775px;
}

.entry__thanks-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-top: 75px;
  text-align: center;
}

.pagetop {
  bottom: 15px;
  cursor: pointer;
  height: 55px;
  position: fixed;
  right: 15px;
  width: 55px;
}

@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) {

  .entry input[type="text"],
  .entry input[type="email"] {
    font-size: 3.7333vw;
  }

  body {
    display: block;
  }

  main {
    margin-top: 18vw;
  }

  input, input::-webkit-input-placeholder {
    font-size: 3.7333vw;
  }

  .entry {
    background: url(../img/entry/entry_bg_sp.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 12vw 0 16vw;
  }

  .entry.entry--thanks {
    background: none;
    padding: 0;
  }

  .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: 3.73333vw;
  }

  .entry dl {
    flex-direction: column;
  }

  .entry dl+dl {
    margin-top: 8vw;
  }

  .entry dt {
    font-size: 3.73333vw;
    width: 100%;
  }

  .entry dt span {
    margin-top: 0;
  }

  .entry .att {
    font-size: 2.66667vw;
    width: 100%;
    margin-top: 8px;
  }

  .entry .att .red {
    font-size: 3.73333vw;
  }

  .entry dd {
    margin-top: 2.66667vw;
    width: 100%;
  }

  .entry dd.field_block label {
    display: inline-block;
  }

  .entry dd dl {
    width: 90%;
    margin: 0 0 0 auto;
  }

  .entry dd dt {
    font-size: 14px;
    margin-bottom: 0;
  }

  .entry dd dd {
    font-size: 14px;
    margin-bottom: 2.66667vw;
  }

  .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 {
    font-size: 2.66667vw;
    padding-top: 1.33333vw;
    width: 100%;
    margin-top: 0;
  }

  .entry .zip_wrap input {
    width: 40vw;
  }

  .entry .zip_wrap dd {
    width: 100%;
  }

  .entry .auto_input_btn {
    font-size: 2.8vw;
    padding: 3vw;
  }

  .entry .privacy_wrap {
    font-size: 3.2vw;
    width: 100%;
  }

  .entry .privacy_box {
    font-size: 10px;
  }

  .entry .privacy_check {
    font-size: 2.66667vw;
  }

  .entry .privacy_check p {
    line-height: 1.8;
  }

  .entry .privacy_check p label {
    display: block;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 13px;
  }

  .entry .btn_type {
    font-size: 3.73333vw;
    width: 33.33333vw;
  }

  .entry--confirm .file_wrap__img {
    margin-top: 2.66667vw;
    width: 100%;
  }

  .entry--confirm .bt_contant_form {
    padding-top: 5.33333vw;
    width: 72vw;
  }

  .entry--thanks {
    padding: 16vw 0 24vw;
  }

  .entry--thanks .btn_type {
    margin-top: 10vw;
  }

  .entry__mv {
    width: 77.33333vw;
  }

  .entry__thanks-text {
    font-size: 3.73333vw;
    padding-top: 10vw;
  }

  .entry .btn_type2 a {
    font-size: 4vw;
  }
}

@media screen and (max-width: 1200px) {
  body {
    display: block;
  }

  input, input::-webkit-input-placeholder {
    font-size: 1.5vw;
  }
}

@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;
  }
}
