@charset "utf-8";
body {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}
body:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    background: url(../images/header_bg.png) left center no-repeat;
    background-size: cover;
    animation: animationZoom2 80s ease-in-out infinite;
}
@keyframes animationZoom2 {
    50% { transform: scale(1.1)}
}
header, footer {
    position: relative;
}
h1 {
    width: 40%;
    max-width: 184px;
    margin: 3% auto 1%;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,.4));
}
article {
    background: none;
    margin-bottom: 8%;
    flex: 1;
}
section {
    text-align: center;
    margin-bottom: 100px;
    width: 96%;
    max-width: 960px;
    padding: 6% 0;
    margin: 0 auto 2%;
    position: relative;
}
section:before {
    content: "";
    background: rgb(248 248 248 / 90%);
    clip-path: polygon(1% 40%, 0 0, 36% 1%, 73% 0, 100% .8%, 100% 34%, 99% 68%, 100% 99%, 72% 100%, 34% 99.5%, 1% 100%, 0 62%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
section.privacy-policy:before {
    clip-path: polygon(0 0, 30% 32px, 65% 8px, 100% 42px, 100% 99.4%, 70% 100%, 34% 99.6%, 0% 100%);
}

h3 {
    margin: 0 auto 1%;
    font-size: 36px;
    font-weight: bold;
}
p {
    font-size: 14px;
    margin-bottom: 1%;
}
ol li {
    list-style: decimal;
}
form {
    background: none;
}
.form-inner {
    width: 90%;
    max-width: 680px;
    margin: auto;
}
.form-inner li {
    list-style: none;
    margin-bottom: 2em;
    text-align: left;
}
.form-inner div {
    font-size: 24px;
    margin-bottom: 1%;
    font-weight: bold;
}
.form-inner span {
    color: #fff;
    font-size: 20px;
    padding: 2px 1%;
    margin-right: 8px;
}
.required {
    background: #f5403b;
}
.optional {
    background: #29b0e0;
}
.form-inner .display-flex {
    justify-content: space-between;
}

input, textarea {
    width: 100%;
    color: #2b2b2b;
    min-height: 52px;
    padding: 1%;
    box-sizing: border-box;
    font-size: 20px;
    border: solid 1px #bfbfbf;
    background: #fff;
    border-radius: 0;
    -webkit-appearance: none;
}
#date, #time {
    width: 49%;
    position: relative;
    text-align: left;
}

input[type=date]::-webkit-date-and-time-value {
    text-align: left;
}
.button {
    width: 40%;
    max-width: 320px;
    min-height: auto;
    margin: auto;
    padding: 1% 0 0.6%;
    display: block;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: 32px;
    font-weight: bold;
    -webkit-appearance: none;
    background: #b533ba;
    color: #fff;
    transition: .3s;
    text-align: center;
}
.button:hover {
    opacity: .8;
}
a.button.eng {
    font-family: 'base-font';
    font-weight: normal;
}
.confirmation .text-area {
    width: 84%;
    max-width: 640px;
    margin: 0 auto 3%;
}
.confirmation p, .confirmation ul {
    text-align: left;
    display: inline-block;
    font-size: 20px;
}
.error-textRed {
    color: #f5403b;
}
/* ============== privacy-policy ============== */
.other-wrap .inner {
    width: 94%;
    max-width: 840px;
    margin: 0 auto 2%;
    padding: 2%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 16px;
    word-break: break-all;
    text-align: left;
}
.other-wrap .inner h2 {
    margin: 2% 0 4%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.other-wrap .inner h3 {
    margin: 2% 0 2%;
    font-size: 18px;
    border-top: solid 1px #e0e0e0;
    padding-top: 4%;
}
.other-wrap .inner h4 {
    margin: 2% 0 1%;
    font-size: 16px;
}
.other-wrap .inner p {
    margin-bottom: 2%;
}
.other-wrap .inner ul {
    margin-bottom: 4px;
    padding-left: 1em;
    list-style: none;
}
.other-wrap .inner a {
    text-decoration: underline;
}

.other-wrap .inner ol {
    padding-left: 1em;
}
.other-wrap .inner li {
    margin: 0 auto 1%;
}
.other-wrap .inner li ol {
    padding-top: 2%;
    padding-left: 0;
}
.other-wrap .inner li li {
    margin-bottom: 2%;
}
.other-wrap .inner ol.parentheses li,
.other-wrap .inner li ol li {
    list-style: none;
    counter-increment: cnt;
    text-indent: -1.4em;
    padding-left: 1.4em;
}
.other-wrap .inner ol.parentheses li:nth-child(n+10) {
    text-indent: -2em;
    padding-left: 2em;
}
.other-wrap .inner ol.parentheses li::before,
.other-wrap .inner li ol li::before {
    content: "(" counter(cnt) ") ";
}

li div.notice {
  font-weight: 300;
  font-size: 14px;
  /*border: 2px solid #961d13;*/
  padding: 1em;
}
/* ============== table ============== */
.other-wrap .table .inner {
    width: auto;
    text-align: left;
    display: inline-block;
}
.other-wrap .table .inner h3 {
    margin-bottom: 1%;
    font-weight: 700;
    font-size: 16px;
}
.other-wrap .table .inner p,
.other-wrap .table .inner ul {
    margin-bottom: 3%;
    padding-left: 0;
    font-size: 14px;
}
.other-wrap .table .inner li {
    margin-bottom: 1%;
    list-style: none!important;
}

/*===============================================
●tablet.css 画面の横幅が668pxから768pxまで
===============================================*/
@media screen and (min-width:668px) and (max-width:768px) {
    section.privacy-policy:before {
        clip-path: polygon(0 0, 30% 20px, 65% 8px, 100% 28px, 100% 99.4%, 70% 100%, 34% 99.8%, 0% 100%);
    }
    .form-inner div, .form-inner span {
        font-size: 3vw;
        margin-bottom: 2%;
    }
    input, textarea {
        font-size: 3vw;
    }
    input.date-time {
        width: 60%;
    }
    .button {
        font-size: 3.2vw;
    }
    .confirmation p, .confirmation ul {
        font-size: 18px;
    }
}

/*===============================================
●smart.css  画面の横幅が667pxまで
===============================================*/
@media screen and (max-width:667px) {
    section.privacy-policy:before {
        clip-path: polygon(0 0, 30% 20px, 65% 8px, 100% 28px, 100% 99.7%, 70% 100%, 34% 99.8%, 0% 100%);
    }
    h3 {
        font-size: 5vw;
    }
    p {
        font-size: 3vw;
    }
    .form-inner div, .form-inner span {
        font-size: 4vw;
        margin-bottom: 2%;
    }
    input, textarea {
        font-size: 4vw;
    }
    input.date-time {
        width: 60%;
    }
    .button {
        font-size: 6.4vw;
        width: 60%;
    }
    .confirmation p, .confirmation ul {
        font-size: 3.4vw;
        line-height: 120%;
    }
    .confirmation ul li {
        margin-bottom: 2%;
    }
    .cate-wrap p {
        margin-bottom: 6%;
    }

    /* ============== privacy-policy ============== */
    .other-wrap .inner h2 {
        font-size: 18px;
        margin: 4% 0 6%;
    }
    .other-wrap .inner h3,
    .other-wrap .inner h4,
    .other-wrap .inner dl, p, h4 {
        font-size: 14px;
        line-height: 16px;
    }
    .other-wrap .inner li {
        font-size: 12px;
        line-height: 16px;
        list-style: auto!important;
    }
    .other-wrap .inner ol.parentheses li,
    .other-wrap .inner li ol li {
        list-style: none!important;
    }
/* ============== table ============== */
    .other-wrap .table .inner {
        width: 92%;
    }
    .other-wrap .table .inner  h3 {
        margin-bottom: 2%;
        font-weight: 700;
        font-size: 14px;
    }
    .other-wrap .table .inner p,
    .other-wrap .table .inner ul {
        margin-bottom: 4%;
        font-size: 12px;
    }

}

@media only screen and (max-device-width:667px) and (orientation:landscape) {

}
