@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    color: #151514;
    font-size: 16px;
    line-height: 1.75;
    font-family: "Noto Sans JP", sans-serif;
    background: transparent;
}

html[lang=en] body {
font-family: "Roboto", sans-serif;
}

a {
    color: #a59aca;
}

.container {
    max-width: 708px;
    border: 0;
    background: transparent;
}


.form-column {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
}

html[lang=en] .form-column {
font-family: "Roboto", sans-serif;
}

.button-confirm {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: .95rem 1.5rem .95rem 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.button-confirm:after,.button-confirm:before {
    position: absolute;
    top: -1px;
    left: -1px;
    border-color: #ebbc51;
    border-style: solid;
    -webkit-transition: all .35s;
    transition: all .35s;
    content: "";
    z-index: 1
}

.button-confirm:before {
    width: 0;
    height: calc(100% + 2px);
    border-width: 1px 0
}

.button-confirm:after {
    width: calc(100% + 2px);
    height: 0;
    border-width: 0 1px
}

.button-confirm:hover {
    color: #ebbc51;
    background-color: rgba(0,0,0,.7)
}

.button-confirm:hover:before {
    width: 100%;
    border-width: 1px 0
}

.button-confirm:hover:after {
    height: 100%;
    border-width: 0 1px
}

@-webkit-keyframes move-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
}

@keyframes move-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
}


input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-column-heading h2 {
    font-size: 1.5em;
    margin: 0;
    font-weight: bold;
}

label h3 {
    font-size: 1em;
    display: inline-block;
    margin: 0 0 0.5em;
    font-weight: bold;
}

label .badge-optional {
    display: none;
}

label .badge-required {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px;
    line-height: 1;
    font-size: 0.75em;
    color: #fff;
    background-color: #c73b3b;
    border-radius: 4px;
}

.description-block {
    color: #151514;
    margin-top: 0.5em;
}

.button-group button{
    font-size: 3.65059vw;
}
.message-block{
    font-size: 16px;
    color: #FFFFFF;
}
@media screen and (min-width: 768px){
    .message-block{
        font-size: 16px;
    }
}
.button-group .help-block {
    margin-top: 0.5em;
    font-size: 16px;
    color: #FFFFFF;
}
@media screen and (min-width: 768px){
    .button-group button{
        font-size: 16px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px){
    .button-group .help-block {
        font-size: 16px;
    }
}

button {
    display: inline-block;
    padding: 0.5em 1em;
    text-align: center;
    cursor: pointer;
    border: 1px solid #6a767d;
    border-radius: 4px;
    margin: 0 0.5em 0 0;
    background-color: #fff;
}

button.button-submit span.fa {
    margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
    height: 1.75em;
    width: 60%;
    min-width: 500px;
    max-width: 100%;
    outline: none;
    line-height: 1.75em;
    padding: 2px 4px;
    border: 1px solid #6a767d;
    transition: all 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
    box-shadow: 0 0 2px #88c6ea;
    border: 1px solid #88c6ea;
}

textarea {
    width: 100%;
    height: 10em;
}

input[type="file"] {
    display: block;
    line-height: 1.75;
}

input[type="password"] {
    height: 1.75em;
    width: 100%;
    outline: none;
    border: 1px solid #6a767d;
    transition: all 0.3s;
}

.form-column-date .input-group select {
    width: auto;
    display: inline-block;
}

.form-column-calendar input {
    width: auto;
}

.form-column-zip-code-jp .input-group input {
    width: auto;
    min-width: auto;
    display: inline-block;
}

.form-column-zip-code-autofill.form-column {
    border-bottom: 0;
    margin-bottom: 0;
}

.form-column-checkbox label,
.form-column-radio label {
    margin-right: 1em;
}

select {
    width: auto;
    height: 1.75em;
    display: block;
    border: 1px solid #6a767d;
}

.message-block-complete {
    border: 2px solid #316a8b;
    padding: 20px;
    text-align: center;
}

@media (max-width: 640px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    textarea {
        width: 100%;
        min-width: 100%;
    }
    select {
        width: 100%;
    }
    .form-column-calendar input {
        width: auto;
        min-width: auto;
    }
    .form-column-heading h2 {
        font-size: 1.25em;
    }
}

.label{
    color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    height: 24px;
    line-height: 1.5;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
}
html[lang=en] .label {
font-family: "Roboto", sans-serif;
}
label .badge-required {
    background-color: #DD0303;
    border-radius: 0;
    margin-left: 19px;
    padding: 6px 8px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
}

html[lang=en] label .badge-required {
font-family: "Roboto", sans-serif;
}
.form-column{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
    position: relative;
}
.form-column input, .form-column textarea{
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 100%;
}
.form-column .mt-invalid::before{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rebeccapurple;
}
.form-column textarea{
    height: 11em;
}
.form-column input {
    height: 3em;
}
@media (max-width: 784px) {
  .form-column input {
    height: 2.5em;
  }
}

.button-group {
    display: flex;
    justify-content: center;
}
.button-group .button {
    position: relative;
    display: inline-block;
    border: solid 1px #FFFFFF;
    border-radius: 0;
    padding: 12px 30px;
    color: #FFFFFF;
    font-size: 16px;
    background: none;
    outline: 0;
    transition: .3s;
    margin-right: 0;
}

.button-group .button:hover {
   color: #ebbc51;
   border-color: #ebbc51;
}

.content-confirmation .label{
    font-weight: 400;
    padding-left: 0;
}
.content-confirmation .label .badge{
    display: none;
}
.content-confirmation .preview-block{
    font-weight: bold;
    color: #FFFFFF;
}
.message-block-complete{
    border: none;
    color: #FFFFFF;
}
.button-group{
    display: flex;
    flex-wrap: wrap;
}
.help-block{
    width: 100%;
    text-align: center;
}

 