@charset "UTF-8";

/** ===================================

基本

=================================== */

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background: url(../images/common_ptn_1.png) repeat top left;
    background-size: 9px;
    overflow-x: hidden;
}

a {
    transition: .3s;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}





/** ===================================

ナビ

=================================== */
.l-navbar {
    /*background: #3c3c3c;*/
    color: #fff;
    background: url(../images/common_ptn_2.png) repeat top left;
    background-size: 9px;
}

.l-navbar .navbar-brand {
    color: #fff;
}

.l-navbar .navbar-brand:hover {
    color: #fff;
    opacity: .8;
}

.l-navbar .navbar-nav .nav-item .nav-link {
    color: rgba(255,255,255,.6);
    font-weight: normal;
}

.l-navbar .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255,255,255,1);
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/** ===================================

ヘッダー

=================================== */
.l-header {
    /*background-image: url('../images/bg.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: 0 0;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+69 */

    /*background: #1e5799; !* Old browsers *!*/
    /*background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 69%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 69%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 69%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8',GradientType=0 ); !* IE6-9 *!*/

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8ce0d+0,f9ea27+69 */
    /*background: #e8ce0d; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #e8ce0d 0%, #f9ea27 69%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  #e8ce0d 0%,#f9ea27 69%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  #e8ce0d 0%,#f9ea27 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ce0d', endColorstr='#f9ea27',GradientType=0 ); /* IE6-9 */

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b6e026+0,abdc28+100;Green+Flat */
    background: url(/images/top.png);

}

.main-visual {
  text-align: center; /* 子要素のインライン要素（img）を中央寄せ */
}
.main-visual img {
  max-width: 100%; /* レスポンシブ対応（必要なら） */
  height: auto;
}


.l-header__container {
    width: 100%;
    color: #222;
    padding: 50px 50px;
    text-shadow: #ecffb3 1px 1px 6px, #ecffb3 -1px 1px 6px, #ecffb3 1px -1px 6px, #ecffb3 -1px -1px 6px;
}

.l-header__container_sub {
    width: 100%;
    color: #222;
    padding: 20px 20px;
    text-shadow: #ecffb3 1px 1px 6px, #ecffb3 -1px 1px 6px, #ecffb3 1px -1px 6px, #ecffb3 -1px -1px 6px;
}

.l-header__container_sub .page_title {
    font-size: 30px;
    /*font-weight: bold;*/
}

.l-header__container .catch {
    /*padding-left: 60px;*/
    font-size: 55px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
    /*letter-spacing: .05em;*/
    margin-bottom: 50px;
}


.l-header__container .desc {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 80px;
}

.l-header__container .desc .name {
    font-size: 0.8em;
    text-align: right;
}


@media screen and (max-width:900px) {
    .l-header__container .desc {
        padding: 0 10px;
    }
    .l-header__container .desc {
        font-size: 14px;
    }

}

@media screen and (max-width:600px) {
    .l-header__container {
        padding: 30px 0;
    }
    .l-header__container .catch {
        font-size: 40px;
    }

    .l-header__container_sub {
        padding: 20px 10px;
    }
    .l-header__container_sub .page_title {
        font-size: 20px;
        /*font-weight: bold;*/
    }

}

/** ===================================

メイン

=================================== */
.l-main {
    min-height: calc(100vh - 435px);
}

.container-fluid {
    max-width: 1200px;
}

/** ===================================

フッタ

=================================== */
.l-footer {
    color: #FFF;
    margin-top: 80px;
    padding: 40px 0 0 0;
    font-size: 0.8em;
}

.l-footer .copy {
    color: #FFF;
    background: #232323;
    padding: 15px 0;
    margin-bottom: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

/** ===================================

エラー

=================================== */
ul.error_messages {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

ul.error_messages li {
    display:block;
    box-sizing: border-box;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
    color: #721c24;
    font-weight: bold;
    background-color: #f8d7da;
}


/** ===================================

パンくず

=================================== */
.breadcrumb {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 1rem;
    padding: .25rem 1rem;
    background-color: #f8f8f8;
}


/** ===================================

調整

=================================== */


.topic-box {
    min-height: 50vh;
}



.bg-own {
    background-color: #3d3d3d!important
}

a {
    color: #3773d6;
}

.font-catch {
    font-family: 'Oswald', sans-serif;
}

.font-color-catch {
    color: #e4be09;
}


.forum-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px;
}

.forum-nav-list .forum-nav-link {
    width: calc((100% - 4em - 1px) / 5);
    margin: 0 1em 1em 0;
}

.forum-nav-list .forum-nav-link:nth-child(5n) {
    margin-right: 0;
}

.forum-nav-list .forum-nav-link a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: .5rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    text-decoration: none;
    transition: all 0.5s ease;
}

.forum-nav-list .forum-nav-link a:hover {
    background-color: #0160c5;
}

@media screen and (max-width:1024px) {

    .forum-nav-list .forum-nav-link a {
        font-size: 0.9rem;
    }
}

@media screen and (max-width:769px) {

    .forum-nav-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .forum-nav-list .forum-nav-link {
        width: calc((100% - 1em - 1px) / 2);
        margin: 0 1em 1em 0;
    }

    .forum-nav-list .forum-nav-link:nth-child(2n) {
        margin-right: 0;
    }

    .forum-nav-list .forum-nav-link:nth-child(5n) {
        margin-right: 1em;
    }


    .forum-nav-list .forum-nav-link a {
        font-size: 0.9rem;
    }
}

.movie-area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:769px) {

    .movie-area {
        width: 100%;
        max-width: 100%;
    }
}

.awards-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.awards-list .awards-list-item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 30px) / 2);
    border-bottom: 1px solid #ddd;
}

.awards-list .awards-list-item:nth-last-of-type(-n+2) {
    border-bottom: none;
}

.awards-list .awards-list-item .awards-list-item-movie {
    width: 90%;
    height: 350px;
    margin: auto auto 30px;
}

.awards-list .awards-list-item .awards-list-item-movie iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:769px) {

    .awards-list .awards-list-item {
        width: 100%;
    }

    .awards-list .awards-list-item::nth-last-of-type(2){
        border-bottom: 1px solid #ddd;
    }
}

.bg-orange {
  background-color: orange !important;
  border-color: orange !important;
  color: #fff;   /* 白文字 */
}
.bg-orange:hover {
  background-color: #e69500 !important; /* 濃いオレンジ */
  border-color: #e69500 !important;
}
