@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 100%;
  line-height: 2;
  letter-spacing: 0.15em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-animation: opacity 0.7s both;
          animation: opacity 0.7s both;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

th,
td {
  margin: 0;
  padding: 1em;
}

dl,
dt,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.3s, color 0.3s, border 0.3s, background 0.3s;
  cursor: pointer;
}

a img {
  border: none;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

:focus {
  outline: none;
  text-decoration: none;
}

input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
  border: 0px;
}

input[type=submit]:hover {
  cursor: pointer;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  max-width: none;
  font-family: inherit;
}

button {
  cursor: pointer;
  background: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=text],
input[type=button],
input[type=search],
button {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

optgroup {
  font-style: normal;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 767px) {
  select,
input,
textarea {
    font-size: 16px;
  }
  input::-webkit-input-placeholder {
    font-size: 0.75em;
  }
  input:-ms-input-placeholder {
    font-size: 0.75em;
  }
  input:-moz-placeholder {
    font-size: 0.75em;
  }
}
a {
  color: #9778d1;
}

a {
  transition: opacity 0.3s, color 0.3s, border 0.3s, background 0.3s;
}

html {
  overflow-x: initial;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Verdana, sans-serif;
  color: #333;
  background: #fff;
}
body.nav_op {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

@media (min-width: 768px) {
  body {
    min-width: 1100px;
  }
}
main {
  overflow: hidden;
}

.base_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
}

.small_wrap {
  max-width: 950px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp_tab {
  display: none;
}
@media (max-width: 1100px) {
  .sp_tab {
    display: block;
  }
}

@media (max-width: 1100px) {
  .pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc_tab {
    display: none;
  }
}

@media (max-width: 767px) {
  p {
    text-align: justify;
  }
  table {
    display: block;
    width: auto !important;
  }
  tbody,
tr {
    display: block;
  }
  th,
td {
    display: block;
    width: auto !important;
    padding: 0.5em 1em;
  }
  th {
    border-bottom: none !important;
  }
  td {
    margin-bottom: 3px;
  }
}
@media (min-device-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.vw {
  direction: ltr;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  line-height: 1.2;
}

.vw_up {
  -ms-text-orientation: upright;
  text-orientation: upright;
}

.hw {
  writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
}

input[type=text],
input[type=email],
textarea {
  padding: 0.5em;
  width: 100%;
  border: solid 1px #adacac;
  border-radius: 2px;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  input[type=text],
input[type=email],
textarea {
    padding: 0.25em;
  }
}

textarea {
  height: 6em;
}

label input[type=checkbox] {
  display: none;
}
label input[type=checkbox] + span {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  padding-left: 1.6em;
  cursor: pointer;
  display: block;
}
label input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 2px;
  transform: translateY(-50%);
  cursor: pointer;
}
label input[type=checkbox]:checked + span:before {
  background: #9778d1;
}
label input[type=checkbox]:checked + span:after {
  opacity: 1;
}

label input[type=radio] {
  display: none;
}
label input[type=radio] + span {
  box-sizing: border-box;
  padding-left: 1.6em;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  display: block;
}
label input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid #777;
  border-radius: 50%;
  box-sizing: content-box;
}
label input[type=radio] + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0.7);
  width: 1em;
  height: 1em;
  background: #9778d1;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s linear;
}
label input[type=radio]:checked + span:after {
  opacity: 1;
}

.fade_up {
  opacity: 0;
  transform: perspective(1000px) translate3d(0, 50px, -10px);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fade_up.animated {
  opacity: 1;
  transform: perspective(1000px) translate3d(0, 0, 0);
}

.fade_down_bg {
  opacity: 0;
  transform: perspective(1000px) translate3d(0, -100px, -10px);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.fade_down_bg.animated {
  opacity: 1;
  transform: perspective(1000px) translate3d(0, 0, 0);
}

/*
.fade_up {
opacity: 0;
transform: perspective(500px) translate3d(0,100px,100px) scale(0.85);
transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.1s;
&.animated {
opacity: 1;
transform: perspective(500px) translate3d(0,0,0) scale(1);
}
}

.fade_up_s {
opacity: 0;
transform: perspective(500px) translate3d(0,50px,50px) scale(0.85);
transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.1s;
&.animated {
opacity: 1;
transform: perspective(500px) translate3d(0,0,0) scale(1);
}
}
*/
.fade_in {
  opacity: 0;
  transition: all 1.3s 0.1s;
}
.fade_in.animated {
  opacity: 1;
}

.fade_up .fade_up,
.fade_up .fade_up_s,
.fade_up .fade_in,
.fade_up_s .fade_up,
.fade_up_s .fade_up_s,
.fade_up_s .fade_in,
.fade_in .fade_up,
.fade_in .fade_up_s,
.fade_in .fade_in {
  transition-delay: 0.1s;
}

.fade_blur {
  opacity: 0;
  transform: perspective(1000px) translate3d(0, 50px, -10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
.fade_blur.animated {
  opacity: 1;
  transform: perspective(1000px) translate3d(0, 0, 0);
  -ms-filter: blur(0);
  filter: blur(0);
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.v-enter-to,
.v-leave-from {
  opacity: 1;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  transition: background 0.3s;
}
.scrolled .header {
  background: rgba(255, 255, 255, 0.7);
}
.header_in {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.header .logo {
  width: 100px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .header .logo {
    width: 80px;
  }
}
.header .logo img {
  margin-right: 0.35em;
  width: 128px;
}
.header .logo .no {
  padding-top: 0.3em;
}
@media (max-width: 767px) {
  .header_in {
    padding: 0;
  }
  .header_logo {
    flex-direction: column;
  }
  .header_logo img {
    margin-right: 0;
  }
  .header_logo .no {
    padding-top: 0;
    margin-top: -0.3em;
  }
}

.g_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -1.2rem;
  color: #999999;
}
.g_nav li {
  margin: 0 1.2rem;
  font-size: 0.95em;
}
.g_nav li a {
  color: inherit;
}
@media (max-width: 1250px) {
  .g_nav {
    flex-wrap: wrap;
    margin: 0 -0.5rem;
  }
  .g_nav li {
    margin: 0 0.5rem;
  }
}

.g_nav_toggle {
  display: none;
}

@media (max-width: 767px) {
  .g_nav_toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    margin: 10px 1rem;
    padding: 3px 0;
    width: 26px;
    height: 26px;
    z-index: 10;
    cursor: pointer;
  }
  .g_nav_toggle .bar {
    height: 2px;
    background: #9778d1;
    transition: all 0.2s ease-out;
  }
  .nav_op .g_nav_toggle .bar {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
  .nav_op .g_nav_toggle .bar:first-child {
    transform: translateY(-50%) rotate(45deg);
  }
  .nav_op .g_nav_toggle .bar:nth-child(2) {
    transform: scale(0);
  }
  .nav_op .g_nav_toggle .bar:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
  }
  .g_nav_wrap {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 80px 2rem 20px;
    width: 100%;
    height: 100vh;
    transform: translateY(-100%);
    overflow: auto;
    transition: all 0.2s ease-out;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
  }
  .nav_op .g_nav_wrap {
    transform: none;
  }
  .g_nav {
    font-size: inherit;
    display: block;
    position: static !important;
    padding: 0 !important;
    margin-top: 2rem;
    background: transparent;
  }
  .g_nav li {
    padding: 0.75em 0;
    text-align: center;
    border-bottom: solid 1px #e2e2e2;
  }
  .g_nav li:last-child, .g_nav li:first-child {
    border-bottom: none;
  }
  .g_nav li a:after {
    display: none;
  }
  .g_nav li a img {
    height: 40px !important;
  }
  .g_nav li a .name_wrap {
    display: inline-block !important;
  }
}
.footer {
  overflow: hidden;
  padding: 1.5rem 0;
  border-top: solid 1px #eee;
}
.footer .footer_logo {
  margin: 0 auto 1.5rem;
  width: 240px;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem 2rem;
}
.footer_nav li {
  padding: 0 2rem;
}
.footer_nav li a {
  color: inherit;
}
@media (max-width: 767px) {
  .footer_nav li {
    width: 50%;
  }
}
.footer .copy {
  text-align: center;
}

.to_top {
  position: fixed;
  right: 1.5rem;
  bottom: 1rem;
  width: 0.75rem;
  height: 1rem;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.scrolled .to_top {
  opacity: 1;
}
.to_top:before, .to_top:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0%;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background: #9778d1;
  transition: 0.3s;
}
.to_top:before {
  transform: rotate(46deg);
  transform-origin: right top;
}
.to_top:after {
  transform: rotate(-46deg);
  transform-origin: left top;
}
.mv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
  background-image: linear-gradient(44.96deg, #ac93da -40%, #f36ba8 50%, #fef84c 140%);
}
@media (max-height: 1200px) {
  .mv {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .mv {
    padding-bottom: 1rem;
  }
}
.mv .logo {
  margin: 0 0 2rem;
  text-align: center;
}
.mv .logo_img {
  width: 100px;
}
@media (max-width: 767px) {
  .mv .logo_img {
    width: 71px;
  }
}
.mv_title {
  margin: 0 0 5rem;
  text-align: center;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .mv_title {
    font-size: 1.2rem;
    margin: 0 0 2rem;
  }
}
.mv_title span {
  display: block;
}
.mv_title .en {
  font-size: 2.6em;
}
.mv .form_content .form_item input,
.mv .form_content .form_item select {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.6);
}
.mv .error {
  color: #fff;
}

.index_section {
  padding: 5rem 0;
}

.result_section_in {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.result_title {
  margin: 0 0 2rem;
  text-align: center;
  color: #ee2c82;
}
.result_txt {
  padding: 2rem;
  min-width: 300px;
  border: solid 2px #ee2c82;
  border-radius: 4px;
}

.xxx_section {
  min-height: 100vh;
}

.font_en {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

.small {
  font-weight: normal;
  font-size: 0.85em;
}

.btn_wrap {
  margin: 3rem 0 0;
  text-align: center;
}
.fix_btn .btn_wrap {
  padding: 0;
}

.start_btn {
  display: inline-block;
  padding: 0.25em 1.5em;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.25em;
  color: #fff;
  background: rgba(214, 24, 109, 0.8549019608);
  border: solid 1px #fff;
  border-radius: 4px;
  transition: 0.3s;
}
.start_btn:hover {
  background: #ee2c82;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
¡ input[type=datetime-local],
textarea,
select {
  padding: 0.5em;
  width: 100%;
  line-height: 1.3;
  font-size: 0.9rem;
  border: solid 1px #c4c4c4;
  border-radius: 4px;
  color: #333;
  background: #fafafa;
}
input[type=text].error,
input[type=email].error,
input[type=tel].error,
input[type=number].error,
input[type=password].error,
¡ input[type=datetime-local].error,
textarea.error,
select.error {
  border-color: rgba(214, 24, 109, 0.8549019608);
  background: rgba(253, 241, 246, 0.9883921569);
}
@media (max-width: 767px) {
  input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
¡ input[type=datetime-local],
textarea,
select {
    padding: 0.25em;
    font-size: 16px;
  }
}

::-moz-placeholder {
  color: #999999;
  font-size: 0.9em;
}

:-ms-input-placeholder {
  color: #999999;
  font-size: 0.9em;
}

::placeholder {
  color: #999999;
  font-size: 0.9em;
}

label {
  display: block;
}

select {
  width: auto;
  padding-right: 1.35em;
  background: url(/img/ico_arrow_line_down.svg) no-repeat right 6px center/0.6rem auto #fafafa;
}

textarea {
  height: 6em;
  line-height: 1.6em;
}

label input[type=checkbox] {
  display: none;
}
label input[type=checkbox] + span {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  padding-left: 1.6em;
  line-height: 2;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
label input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  background: #fff;
  border: solid 1px #dedede;
  border-radius: 2px;
  transition: 0.3s;
  cursor: pointer;
}
label input[type=checkbox]:checked + span:before {
  background: #9778d1;
}
label.label_parent {
  display: inline-block;
}
label.label_parent input[type=checkbox] + span {
  padding-left: 1.3em;
}
label.label_parent input[type=checkbox] + span:before {
  border: none;
  background: url(/img/ico_arrow_line_down.svg) no-repeat center/0.6rem auto;
  transform: rotate(-90deg);
}
label.label_parent input[type=checkbox]:checked + span:before {
  transform: rotate(0deg);
}

label input[type=radio] {
  display: none;
}
label input[type=radio] + span {
  box-sizing: border-box;
  padding-left: 1.6em;
  position: relative;
  line-height: 2;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
label input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #dedede;
  border-radius: 50%;
}
label input[type=radio] + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  transform: scale(0.6);
  width: 1em;
  height: 1em;
  background: #9778d1;
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s linear;
}
label input[type=radio]:checked + span:after {
  opacity: 1;
}

label input[type=file] {
  display: none;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.form_item {
  position: relative;
  margin: 0 auto 1.5em;
  width: 300px;
  max-width: 100%;
}
.form_item_list {
  display: flex;
  flex-wrap: wrap;
}
.form_item_list_item {
  position: relative;
  margin-right: 1.5rem;
}
.form_item_list_item_txt {
  margin-right: 0.5rem;
}
.form_item_list_item_txt:not(:first-child) {
  margin-left: -1.25rem;
}
.form_item_list_child {
  padding-left: 1.6em;
}
.form_item_title {
  margin: 0 0 0.25em;
  font-weight: bold;
}
.form_item_title.required:after {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.9em;
  line-height: 1.6;
  letter-spacing: normal;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  vertical-align: middle;
  background: #ee2c82;
  border-radius: 0.75em;
  content: "必須";
  margin-left: 0.25em;
}
.form_item_title.underage:after {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.9em;
  line-height: 1.6;
  letter-spacing: normal;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  vertical-align: middle;
  background: #ee2c82;
  border-radius: 0.75em;
  content: "未成年の場合";
  margin-left: 0.25em;
  background: #9778d1;
}
.form_item_title span {
  display: inline-block;
}
.form_item .short {
  width: 8em;
}
.form_item .min_short {
  min-width: 8em;
}
.form_item .half {
  width: calc(50% - 1.5rem);
}
.form_item .full {
  width: calc(100% - 1.5rem);
}
.form_item .auto {
  width: auto;
}
.form_item .attention {
  margin-top: -5px;
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 0.85em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #9778d1;
}
.form_item .thumbnail_area {
  position: relative;
  display: flex;
  margin-top: 0.25rem;
}
.form_item .thumbnail_preview {
  flex: 0 0 auto;
  margin-right: 0.75rem;
  width: 120px;
  height: 120px;
  border: solid 1px #dedede;
  border-radius: 50%;
  overflow: hidden;
}
.form_item .thumbnail_preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form_item .thumbnail_txt {
  margin-top: 0.5em;
}
.form_item .thumbnail_txt .upload_thumbnail:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  left: 0;
}
.form_item .auto_zip {
  position: relative;
  margin-left: 0.75em;
}
.form_item .auto_zip.disable {
  background-color: #dedede;
  pointer-events: none;
  color: transparent;
}
.form_item .auto_zip .v-progress-circular {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.form_item .error-message {
  margin-bottom: -1.5em;
}
@media (max-width: 767px) {
  .form_item {
    width: auto;
  }
}

.errors_box {
  margin: 1.5rem 0 -1rem;
}

.error {
  font-size: 0.85em;
  line-height: 1.6;
  color: #ee2c82;
}
.error:before {
  content: "\f0028";
  margin-right: 0.2em;
  display: inline-block;
  font: 24px/1 Material Design Icons;
  font-size: 1.25em;
  vertical-align: middle;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}/*# sourceMappingURL=style.css.map */