/*
video-container
***********************************/
.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
drawer
***********************************/
@media screen and (min-width: 768px) {
    .drawer {
        display: none;
    }
}

.drawer-nav {
    padding: 70px 40px 0;
}

.drawer-hamburger {
    position: absolute;
    width: 68px;
    height: 68px;
    background-color: transparent;
    padding: 0;
    z-index: 999;
}

.drawer-open .drawer-hamburger {
    position: fixed;
}

.drawer-hamburger:hover {
    background-color: transparent !important;
}

.drawer-hamburger {
    display: none;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    background-color: #fff;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    height: 1px;
    width: 25px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 30px !important;
}

.drawer-hamburger-icon:after {
    top: 7px;
}

.drawer-hamburger-icon:before {
    top: -7px;
}

.drawer-hamburger-icon {
    margin: auto;
}

.drawer-nav {
    width: 100vw !important;
    background-color: #1e1e1e;
    color: #fff;
    overflow-y: scroll;
    background-image: url('../images/background--logo.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: 100% 50%, 0% 0%;
}

.drawer--right .drawer-nav {
    right: -100vw;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0;
}

.drawer-menu {
    color: #fff;
}

.drawer-menu > li.drawer-menu-list:nth-child(n+2) {
  margin-top: 24px;
}

.drawer-menu--sub > li.drawer-menu-list--sub {
  margin-top: 20px;
}

.drawer-menu-item {
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    padding: 0rem;
}

.drawer-menu-item:hover,
.drawer-menu-item--sub:hover {
    text-decoration: none;
    color: #fff;
}

.drawer-menu--sub {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
}

.drawer-menu-item--sub {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
}

.drawer-menu-list--sub {
    margin: 0 10px 0 0;
}

.drawer__search {
    padding: 40px 0 0;
}

.drawer__search #form {
    position: relative;
}

.drawer__search #form #text {
    font-size: 14px;
    width: 80%;
    height: 25px;
    background-color: #1e1e1e;
    border: none;
    border-bottom: solid 1px #fff;
    color: #fff;
    padding: 0 12px 0 12px;
}

.drawer__search #form #submit {
    position: absolute;
    top: 4px;
    border: none;
    background-image: url(../images/icon_search-drawer.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.drawer-footer {
    padding: 70px 0 120px;
}

.drawer__btn {
    margin: 0 0 50px 0;
}

.drawer__btn a {
    margin: 0 0 0 0;
    color: #000;
    background-color: #fff;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 30px;
}

.drawer-footer__inner {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.0rem;
}

.drawer-footer__gnav {
    display: flex;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 20px;
}

.drawer-footer__gnav ul>li {
    margin-top: 20px;
}

.drawer-footer__gnav ul>li:first-child {
    margin-top: 0;
}

.drawer-footer__gnav>ul:last-child {
    margin: 0 0 0 20px;
}

.drawer-footer .footer__sns {
    justify-content: flex-start;
}

.drawer-footer .footer__copyright {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .drawer-hamburger {
        display: block;
    }
}

/*
lity
***********************************/
.lity {
    z-index: 10000;
}

.lity-close {
    position: absolute;
}

.lity-close::after {
    content: '';
    position: absolute;
    top: -55px;
    left: 0;
    background-image: url('../images/icon_close.svg?1560922752');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 365x;
    height: 35px;
}

@media screen and (max-width: 959px) {
    .lity-close::after {
        top: -5.75916vw;
        width: 3.66492vw;
        height: 3.66492vw;
    }
}

@media screen and (max-width: 767px) {
    .lity-close::after {
        top: -10.43025vw;
        width: 7.82269vw;
        height: 7.82269vw;
    }
}

/*
form
***********************************/
.container .form p {
    text-align: center;
    margin-top: 40px;
}

.Form {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

.Form p {
    margin: 5px 0;
    letter-spacing: 0.05em;
}

.mw_wp_form_complete p {
    text-align: center;
    margin-top: 40px;
}

.mw_wp_form .error {
    font-size: 93%;
    color: #B70000;
    display: block;
    margin-top: 1em;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .Form {
        margin-top: 40px;
    }
}

.Form-Item {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .Form-Item {
        padding-top: 10px;
        padding-bottom: 10px;
        flex-wrap: wrap;
    }
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        margin: 10px 0;
        font-size: 15px;
    }
}

.Form-Item-Label.isMsg {
    margin: 5px 0;
}

@media screen and (max-width: 767px) {
    .Form-Item-Label.isMsg {
        margin: 10px 0;
    }
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-left: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #dc0000;
    color: #fff;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1.0rem 2.0rem;
    height: 48px;
    flex: 1;
    width: 100%;
    font-size: 14px;
    line-height: 1.8rem;
}

@media screen and (max-width: 767px) {
    .Form-Item-Input {
        margin-left: 0;
        margin-top: 0;
        height: 40px;
        flex: inherit;
        font-size: 12px;
    }
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1.0rem 2.0rem;
    height: 224px;
    flex: 1;
    width: 100%;
    font-size: 12px;
    line-height: 1.8rem;
}

@media screen and (max-width: 767px) {
    .Form-Item-Textarea {
        margin-top: 0;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 12px;
    }
}

.Form-Btn {
    border-radius: 25px;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 270px;
    display: block;
    letter-spacing: 0.05em;
    background: #0f0f0f;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.Form-Btn:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .Form-Btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 200px;
        font-size: 16px;
    }
}