body.design2021 {
    border-top: 0;
    padding-top: 0 !important;
    overflow-x: hidden;
}

/* ヘッダー */
body.design2021>header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

body.design2021>header>div {}

body.design2021>header h1 {
    padding: 20px 20px 0 20px;
    max-width: 360px;
}

/* ナビ */
body.design2021>header nav {
    max-width: 1200px;
}

body.design2021>header nav>ul {
    background: #EA609A;
    padding: 10px 40px;
    border-radius: 0 0 0 40px;
    position: relative;

}

body.design2021>header nav>ul>li {
    display: inline-block;
    width: calc(100% / 7);
}

body.design2021>header nav>ul>li>a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px;
    transition: 0.4s;
    border-radius: 80px;
}

body.design2021>header nav>ul>li>a:hover {
    background: rgba(255, 255, 255, 0.2);
}

body.design2021>header nav>ul>li>a img {
    margin: 0 10px;
}

body.design2021>header nav>ul>li>a span {
    display: inline-block;
}

body.design2021>header nav>ul>li ul {
    display: none;
}

body.design2021 #sub-menu {
    position: fixed;
    top: -800px;
    left: 0;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
    transition: 0.4s;
    z-index: 9000;
}

body.design2021 #sub-menu ul {
    max-width: 1400px;
    margin: 0 auto;
}

body.design2021 #sub-menu ul li {
    padding: 0;
    margin: 0;
}

body.design2021 #sub-menu ul li a {
    display: block;
    position: relative;
    transition: 0.4s;
    border-radius: 0;
    padding: 20px 10px 40px 10px;
}

body.design2021 #sub-menu ul li img {
    margin: 0;
}

body.design2021 #sub-menu ul li span {
    background: #D084A5 url(../images/nav/sub.svg) right 20px center / 10px no-repeat;
    padding: 5px 30px 5px 10px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: block;
    width: 80%;
    transform: translateX(-50%);
    border-radius: 4px;
    transition: 0.8s;
}

body.design2021 #sub-menu ul li a:hover {
    background: #D084A5;
}

body.design2021 #sub-menu ul li a:hover span {
    background: #fff url(../images/nav/sub_hover.svg) right 10px center / 10px no-repeat;
    color: #D084A5;
}

body.design2021>header nav>ul>li:last-of-type {
    width: calc((100% / 7) * 1.8);
}

body.design2021>header nav>ul>li:last-of-type a {
    background: rgba(255, 255, 255, 1) url("../images/nav/mail.svg") left 30px center / 40px no-repeat;
    border-radius: 80px;
    color: #EA609A;
    font-size: 1.2em;
    padding: 10px 30px 10px 80px;
    text-align: left;
    font-weight: bold;
    line-height: 1.2;
}

body.design2021>header nav>ul>li:last-of-type a:hover {
    background: rgba(255, 255, 255, 0.8) url("../images/nav/mail.svg") left 30px center / 40px no-repeat;
}

/* トップメインビジュアル */
body.design2021 #main-image {
    height: calc((100vw / 16) * 8.9);
    background: url(../images/index/main_image.jpg) left bottom / cover no-repeat;
    position: relative;
}

body.design2021 #main-image div:last-of-type {
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

body.design2021 #main-image div:last-of-type a {
    display: block;
    background: #fff;
    box-shadow: 0 0 8px 4px rgba(234, 96, 154, 0.4);
    border-radius: 40px;
    padding: 10px 20px;
    margin: 0 40px;
    text-align: center;
    color: #565656;
    font-weight: bold;
    font-size: 1.4em;
    transition: 0.4s;
}

body.design2021 #main-image div:last-of-type a:hover {
    box-shadow: 0 0 8px 4px rgba(234, 96, 154, 0.8);
}

body.design2021 #main-image div:last-of-type a img {
    vertical-align: middle;
}

body.design2021 #main-image #player {
    bottom: 0;
    width: 100%;
    height: calc((100vw / 16) * 8.9);
    display: none;
}

/* フッター */
body.design2021>footer {
    background: #EA609A;
    color: #fff;
    font-size: 1.2em;
}

body.design2021>footer>.flex-wrap>div {
    padding: 40px 20px;
}

@media screen and (max-width: 600px) {
    body.design2021>footer>.flex-wrap>div {
        margin: 0 !important;
    }
}

body.design2021>footer>.flex-wrap>div:last-of-type {
    background: #523979;
}

body.design2021>footer h1 {
    padding: 0 20px 10px 0;
    max-width: 300px;
}

body.design2021>footer h2 {
    font-size: 1.4em;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 20px 0;
}

body.design2021>footer h3 {
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
}

body.design2021>footer a {
    color: #fff;
    transition: 0.4s;
}

body.design2021>footer ul li {
    font-size: 1.2em;
    padding: 0 0 10px 20px;
    background: url(../images/footer/li.svg) left top 10px / 15px no-repeat;
}

body.design2021>footer>div>div>article>ul:last-of-type li {
    background: none;
    padding: 0 0 10px 0;
}

body.design2021>footer ul li a {
    padding: 2px 70px 2px 10px;
    display: block;
    background: url(../images/footer/link.svg) right 60px center / 10px no-repeat;
}

body.design2021>footer ul li a:hover {
    background: rgba(255, 255, 255, 0.2) url(../images/footer/link.svg) right 50px center / 10px no-repeat;
    border-radius: 4px;
}

body.design2021>footer ul li ul {
    padding: 0 0 0 20px;
    margin-top: 10px;
    border-left: solid 2px #fff;
}

body.design2021>footer ul li ul li {
    font-size: 0.8em;
    padding: 0 0 10px 0;
    max-width: 450px;
    width: 100%;
    background: none;
}

body.design2021>footer ul li ul li:last-of-type {
    padding: 0;
}

body.design2021>footer p {
    margin: 0;
    padding: 20px 0;
}

body.design2021>footer p a {
    font-size: 1em;
    background: rgba(255, 255, 255, 1) url(../images/footer/link_pink.svg) right 20px center / 10px no-repeat;
    border-radius: 40px;
    padding: 5px 40px 5px 20px;
    display: inline-block;
    color: #EA609A;
    font-weight: bold;
    display: block;
    max-width: 350px;
}

body.design2021>footer p a:hover {
    background: rgba(255, 255, 255, 0.8) url(../images/footer/link_pink.svg) right 20px center / 10px no-repeat;
}

body.design2021>footer>.flex-wrap>div:last-of-type p a {
    display: block;
    background: #fff;
    border-radius: 4px;
    padding: 10px 10px 10px 40px;
    font-size: 1.2em;
    color: #523979;
    font-weight: bold;
    transition: 0.4s;
    text-align: center;
    position: relative;
}

body.design2021>footer>.flex-wrap>div:last-of-type p a img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

body.design2021>footer>.flex-wrap>div:last-of-type p a:hover {
    background: rgba(255, 255, 255, 0.8);
}

body.design2021>footer p a img {
    vertical-align: middle;
    margin-bottom: 3px;
}


.grid .right-column {
    width: 350px;
    float: right;
}

.grid .movie {
    display: block;
    padding-top: 40px;
    clear: both;
}
.grid .movie .videowrap {
    position: relative;
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px; /*コントローラー分下部に余白を*/
    cursor: pointer;
}
.grid .movie iframe {
    width: 100%;
    height: calc((350px / 16) * 9);
}
.grid .movie video {
    width: 100%;
    display: block!important;
}
.grid .movie video source {
    display: block!important;
}
.grid .movie .videowrap .video-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    display: block;
}

.grid .movie h2 {
    color: #fd776d;
    display: block;
}


/** Media Query **/

@media only screen and (max-width : 1450px) {
    body.design2021>footer h3 {
        font-size: .9em;
        letter-spacing: 2px;
        font-weight: bold;
        margin: 0;
        padding: 0 0 10px 0;
    }

    body.design2021>footer>.flex-wrap>div:last-of-type p a {
        font-size: 1em;
    }
}

@media only screen and (max-width : 1180px) {
    body.design2021>header nav>ul>li {
        width: calc(100% / 7) !important;
    }

    body.design2021>header nav>ul>li a {
        padding: 0;
    }

    body.design2021>header nav>ul>li:last-of-type a {
        background: rgba(255, 255, 255, 1) url("../images/nav/mail.svg") center center / 40px no-repeat;
        text-indent: -5000px;
        padding: 20px 10px;
    }

    body.design2021>header nav>ul>li:last-of-type a:hover {
        background: rgba(255, 255, 255, 0.8) url("../images/nav/mail.svg") center center / 40px no-repeat;
    }

    body.design2021>footer>.flex-wrap>div {
        width: 100% !important;
    }

    body.design2021>footer h3 {
        text-align: center;
    }

    body.design2021>footer>.flex-wrap>div:last-of-type p {
        width: 48%;
        display: inline-block;
        padding: 0 10px 20px 10px;
    }

    body.design2021>footer>.flex-wrap>div:last-of-type p:first-of-type a {
        margin: 0 0 0 auto;
    }

}

@media only screen and (max-width : 720px) {
    body.design2021>header h1 {
        padding: 20px 80px 20px 20px;
        max-width: auto;
        width: 100%;
    }

    body.design2021>header nav {
        width: 100%;
        height: 100%;
        margin-top: 0;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 500;
        overflow-x: hidden;
        overflow-y: auto;
        transition: 0.4s;
    }

    body.design2021.open>header nav {
        right: 0;
        overflow-y: scroll;
        background: #fff;
    }

    body.design2021>header nav>ul {
        padding: 100px 20px 20px 20px;
    }

    body.design2021>header nav>ul>li {
        width: 100% !important;
        border-top: solid 1px #fff;
        padding: 20px 0;
    }

    body.design2021>header nav>ul>li a {
        display: block;
        border-right: none;
        font-size: 1.6em;
        text-align: left;
        font-weight: bold;
        color: #fff;
        padding: 10px;
        border-radius: 4px;
    }

    body.design2021>header nav>ul>li:first-of-type>a {
        padding: 10px 40px 10px 10px;
    }

    body.design2021>header nav>ul>li a br {
        display: none;
    }

    body.design2021>header nav>ul>li>a img {
        vertical-align: middle;
        margin-right: 20px;
    }

    body.design2021>header nav>ul>li:first-of-type>a img {
        margin-right: 5px;
    }

    body.design2021>header nav>ul>li ul {
        display: block;
        padding-left: 60px;
    }

    body.design2021>header nav>ul>li ul li a {
        background: url(../images/nav/sub.svg) right 20px center / 10px no-repeat;
        padding: 10px 30px 10px 20px;
        font-size: 1.2em;
        font-weight: normal;
    }

    body.design2021>header nav>ul>li ul li a:hover {
        background: rgba(255, 255, 255, 0.2) url(../images/nav/sub.svg) right 20px center / 10px no-repeat
    }

    body.design2021>header nav>ul>li:last-of-type>a {
        background: rgba(255, 255, 255, 1) url("../images/nav/mail.svg") left 20px center / 40px no-repeat;
        text-indent: 0;
        padding: 20px 20px 20px 100px;
        font-size: 1.4em;
    }

    body.design2021>header nav>ul>li:last-of-type>a:hover {
        background: rgba(255, 255, 255, 0.8) url("../images/nav/mail.svg") left 20px center / 40px no-repeat;
    }

    body.design2021>footer h1 {
        text-align: center;
        margin: 0 auto;
    }

    body.design2021>footer h2 {
        text-align: center;
    }

    body.design2021>footer>div>div>article:first-of-type {
        width: 100% !important;
    }

    body.design2021>footer>div>div>article:first-of-type p {
        text-align: center;
    }

    body.design2021>footer>div>div>article>ul:first-of-type {
        width: calc(((100% / 12) * 4) - 10.01px);
    }

    body.design2021>footer>div>div>article>ul:last-of-type {
        width: calc(((100% / 12) * 8) - 10.01px);
    }

    body.design2021>footer>div>div>article>ul li ul li {
        max-width: auto;
    }

}

@media only screen and (max-width : 560px) {
    body.design2021>header nav>ul>li ul {
        padding-left: 0;
    }

    body.design2021 #main-image div:last-of-type {
        max-width: auto;
        width: 80%;
        padding-top: 15px;
    }

    body.design2021 #main-image div:last-of-type {
        display: none;
    }

    body.design2021 #main-image #player {
        display: block;
    }

    .grid .right-column {
        width: 100%;
        float: none;
    }

    body.design2021>footer>div>div>article>ul:first-of-type {
        width: 100%;
    }

    body.design2021>footer>div>div>article>ul:first-of-type li {
        max-width: auto;
    }

    body.design2021>footer>div>div>article>ul:last-of-type {
        width: 100%;
    }

    body.design2021>footer ul li a {
        padding: 2px 20px 2px 10px;
        display: block;
        background: url(../images/footer/link.svg) right center / 10px no-repeat;
    }

    body.design2021>footer ul li a:hover {
        background: rgba(255, 255, 255, 0.2) url(../images/footer/link.svg) right center / 10px no-repeat;
        border-radius: 4px;
    }

    body.design2021>footer>.flex-wrap>div:last-of-type p {
        width: 100%;
        display: block;
    }

    body.design2021>footer>.flex-wrap>div:last-of-type p a {
        margin: 0 auto !important;
    }

    body.design2021>footer p a {
        max-width: auto;
    }
}