/*
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: 767px) {
    .drawer {
        display: none;
    }
}

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

.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: #F08B1A;
    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 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    padding: 70px 20px 0;
}

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

.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;
    margin: 0 0 30px;
}

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

.drawer-menu-list--sub:nth-child(n+2) {
    margin: 0 0 0 10px;
}

.drawer-footer {
    padding: 20px 20px 120px;
}

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

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

.drawer-footer__address {
    margin-top: 20px;
}

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

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

.drawer-footer__snsList {
    position: absolute;
    right: 0;
    bottom: -60px;
}

.drawer-footer__snsList ul {
    display: flex;
}

.drawer-footer__snsList ul li {
    margin-left: 20px;
}

.drawer-footer__snsList ul li img {
    width: 22px;
    height: 22px;
}

.drawer-footer__snsList ul li:first-child {
    margin-left: 0;
}

.drawer-footer__snsList a {
    display: block;
}

@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;
    }
}