html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}

* {
    padding: 0;
    margin: 0;
    line-height: 1.4;
    box-sizing: border-box;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    font-size: 100%;
    text-decoration: none;
}

.privacy div {
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 10px 5px;
    font-size: 10px;
    color: #fff;
    background-color: #475161;
    cursor: pointer;
    border-radius: 3px 0px 0px 3px;
    border-radius: 0px 3px 3px 0px;
}

.pButton {
    background: #000;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 0.8em 1.8em;
    cursor: pointer;
}

.modal-overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 200ms linear;
}

.modal.is-open .modal-overlay {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
}

.modal-container {
    background-color: #fff;
    border-radius: 6px;
    min-width: 300px;
    max-height: 90vh;
    padding: 1.5rem;
    transform: translateY(24px);
    transition: transform 300ms ease-in-out;
    width: 90%;
}

.modal.is-open .modal-container {
    transform: translateY(0);
}

.modal-title {
    border-bottom: 1px solid #dedede;
    font-size: 1.25rem;
    margin: 0 0 1.5rem 0;
    padding-bottom: 0.5rem;
}

.modal-footer {
    margin-top: 0;
    text-align: right;
}

.modal-content p {
    line-height: 1.8;
}

img {
    vertical-align: bottom;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.lp_06 {
    background-image: url(./img/lp_06.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 20px;
}

.lp_17 {
    background-image: url(./img/lp_17.jpg);
    background-size: 100%;
    background-position: top center;
    padding-bottom: 20px;
    background-color: #eee9ed;
    background-repeat: no-repeat;
}

.mainWrap {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
}

.fvImg {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.fvImg>* {
    width: 50%;
}

.fvImg a:hover {
    opacity: 0.8;
}

.mainWrap img {
    max-width: 100%;
}

.cv {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    background: rgb(2 134 0 / 90%);
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    transition: 0.4s;
    border: 3px solid rgba(255, 255, 255, 0.75);
}

.cv a {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    justify-content: center;
    font-size: 90%;
}

.cv:hover {
    transform: scale(1.2);
}

.cv a span {
    font-size: 300%;
}

.faqWrap {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.faqWrap dt {
    background: #232323;
    color: #fff;
    border-bottom: 3px solid #0b0b0b;
    padding: 20px 38px 20px 38px;
    position: relative;
    cursor: pointer;
}

.faqWrap dt:after {
    content: '\e147';
    color: #ffffff;
    font-family: 'Material Icons';
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 140%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.faqWrap dt.active:after {
    content: '\e15c';
}

.faqWrap dt:before {
    content: 'Q.';
    position: absolute;
    left: 20px;
}

.faqWrap dd {
    line-height: 1.8;
}

.fawWrapTitle {
    background: #0b0b0b;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 140%;
}

.faqWrap dd {
    display: none;
    padding: 10px 20px;
}

.footerWrap {
    text-align: center;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 40px 0;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.whatMovWrap {
    padding: 0 20px;
    width: 100%;
    margin-bottom: 40px;
}

.whatMovWrapInner {
    width: 100%;
    border: 3px solid #0b0b0b;
}

.whatMovWrapTitle,
.whatMovWrapRes {
    background: #0b0b0b;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.whatMovWrapMov {}

@keyframes anime {
    0% {
        background-size: 200px;
    }
    25% {
        background-size: 150px;
    }
    50% {
        background-size: 200px;
    }
    75% {
        background-size: 150px;
    }
    100% {
        background-size: 200px;
    }
}

.logo {
    opacity: 0.1;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 70%;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.flexBox {
    display: flex;
    flex-wrap: wrap;
}

.flexBox>div {
    padding: 20px;
}

.flexBox>div p:nth-of-type(1) {
    font-size: 180%;
}

.flexBox>div p:nth-of-type(2) {
    font-size: 140%;
    margin-bottom: 0.5em;
}

.flexBox>div p:nth-of-type(3) {
    font-size: 100%;
    line-height: 1.0;
    position: relative;
    padding-left: 0.5em;
}

.flexBox>div p:nth-of-type(3)::before {
    font-family: 'Material Icons';
    content: '\e5df';
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0;
    font-size: 160%;
}

.flexBox>div p:nth-of-type(4) {
    font-size: 180%;
}


/* 点滅 */

.blinking {
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate;
}

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

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

@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    * {
        font-size: 96%;
    }

    .cv {

        width: 100px;
        height: 100px;

    }
}