@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,time, mark, audio, video, button {
    margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media only screen and (max-width: 740px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

a {
    text-decoration: none;
}

body {
    font-family: Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Segoe UI", "Helvetica Neue", HelveticaNeue, Meiryo, sans-serif; 
    font-size: 16px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}
.wrap {
    background: #1b1c28;
}

/* ========== ========== FV ========== ==========*/
#fv {
    min-height: 480px;
    background: url("../img/fv_bg.jpg") center;
    text-align: center;
    position: relative;
    background-size: cover;
}
.logo {
    position: absolute;
    top: 15px;
    left: 25px;
}
#fv ul {
    position: absolute;
    top: 15px;
    right: 25px;
    display: flex;
}
#fv li {
    margin-left: 10px;
}
#fv .title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#fv .title img {
    width: 850px;
}
.lead {
    width: 850px;
    margin: 0 auto;
    position: relative;
}
.lead:before {
    content: url("../img/fv_lead_before.png");
    position: absolute;
    top: -60px;
    left: 420px;
    z-index: 110;
}
.lead .box {
    width: 500px;
    background: #fff;
    margin-top: -130px;
    z-index: 100;
    position: relative;
    border-radius: 15px;
    padding: 30px 30px 20px;
    color: #07345b;
    box-shadow: 10px 10px 10px 10px rgba(17,17,63,0.15);
    line-height: 1.7em;
}
.lead .box:before {
    content: url("../img/fv_box_before.png");
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}
.lead .box:after {
    content: url("../img/fv_box_after.png");
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}

@media only screen and (max-width: 740px) {
    #fv {
        min-height: 240px;
    }
    .logo {
        top: 10px;
        left: 15px;
    }
    .logo img {
        width: 80px;
    }
    #fv ul {
        top: 10px;
        right: 10px;
        z-index: 1000;
    }
    #fv li {
        margin-left: 5px;
    }
    #fv li img {
        width: 30px;
    }
    #fv .title {
        position: relative;
    }
    #fv .title img {
        width: 93%;
        padding-top: 35px;
        margin: 0 0 0 auto;
    }
    .lead {
        width: 90%;
        font-size: 15px;
    }
    .lead:before {
        left: 220px;
    }
    .lead .box {
        width: 100%;
        margin-top: -30px;
        box-sizing: border-box;
    }
}

/* ========== ========== メインムービー ========== ==========*/
.main_contents {
    width: 1000px;
    margin: 50px auto 60px;
    display: flex;
    justify-content: space-around;
    position: relative;
}
.main_contents .main_movie {
    max-width: 540px;
    margin: 0 auto 10px;
}
.main_contents .youtube {
    position: relative;
    width: 540px;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto;
}
.main_contents .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main_contents .main_movie p {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6em;
}
.main_contents .main_movie p a {
    text-decoration: underline;
    color: #fff;
    opacity: 1;
    transition: 0.3s;
}
.main_contents .main_movie p a:hover {
    opacity: 0.5;
}
.main_info {
    margin-left: 30px;
}
.main_info h2 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
}
.main_info .caption {
    margin: 20px 0;
    border-left: solid 2px #07345b;
    padding-left: 25px;
}
.main_info .caption p {
    color: #fff;
    font-size: 15px;
}
.main_info ul.btn {
    margin: 15px 0;
}
.main_info .btn li a {
    display: block;
    padding: 5px 10px;
    width: 90%;
    background: #7ed5f0;
    border-radius: 2px;
    color: #07345b;
    font-weight: bold;
    position: relative;
    transform: translateX(0px);
    transition: 0.3s;
    margin-bottom: 7px;
}
.main_info .btn li a:hover {
    transform: translateX(5px);
}
.main_info .btn li a:after {
    content: url("../img/arrow.png");
    position: absolute;
    top: 14px;
    right: 15px;
}
.main_info ul.tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.main_info .tag li {
    background: #fff;
    font-size: 12px;
    padding: 2px 5px;
    margin: 0 10px 7px 0px;
}

@media only screen and (max-width: 740px) {
    .main_contents {
        width: 100%;
        margin: 40px auto;
        display: block;
    }
    .main_contents .main_movie {
        max-width: 90%;
    }
    .main_contents .youtube {
        width: 100%;
    }
    .main_info {
        width: 90%;
        margin: 20px auto;
    }
    .main_movie h2 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    .main_info .caption {
        margin: 10px 0;
        border-left: solid 0px #07345b;
        padding-left: 0;
    }
    .main_info .btn li a {
        width: 90%;
        font-size: 14px;
    }
    .main_info .btn li a:hover {
        transform: translateX(0px);
    }
}

/* ========== ========== アーカイブ ========== ==========*/
.movie_list {
    width: 1000px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
}
.movie_list li {
    max-width: 230px;
    margin: 0 20px 40px 0;
}
.movie_list .youtube {
    position: relative;
    width: 230px;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto;
}
.movie_list .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie_list li h3 {
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}

@media only screen and (max-width: 740px) {
    .movie_list {
        width: 90%;
        justify-content: space-between;
    }
    .movie_list li {
        max-width: 47%;
        margin: 0 0 20px;
    }
    .movie_list .youtube {
        width: 150px;
    }
    .movie_list li h3 {
        font-size: 15px;
    }
}

/* ========== ========== フッター ========== ==========*/
footer {
    background: #07345b;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
@media only screen and (max-width: 740px) {
    footer {
        font-size: 13px;
        line-height: 1.7em;
    }
}

.pastBtn {
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    border: solid 1px #ffffff;
    display: block;
    width: 240px;
    margin: 48px auto;
    opacity: 1;
    transition: all 0.3s;
}
.pastBtn:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    background: url("../img/outerlink.svg") no-repeat center center / 100% auto;
}
.pastBtn:hover {
    opacity: 0.5;
}