/* *{
    outline: solid #f00 1px !important;
    background: #000 !important;
    color: #fff !important;
  }
 */

body{
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif,Barrett;
}
img{
    width: 100%;
    object-fit:cover;
}
header {
    border-radius: 0 0 30% 30%;
    z-index: 1;
    margin-top: 10px;
    background-color: #fff;
}


.nav-box .back-img{
    z-index: 10;
}
.nav-box img{
    position: relative;
}
.nav-box nav{
/* height: 60px; */
}
nav .navbar-collapse .navbar-nav li {
    font-weight: bold;
    margin-left: 20px;
}
nav .navbar-collapse .navbar-nav li .nav-link{
    color: #ffffff;
}
nav .sns-list{
    position: absolute;
    right: .3268rem;
    top: -30px;
}
nav .sns-list li{
    float: left;
    list-style-type: none;
    margin-left: 20px;

}
nav .sns-list li a{
    color:#E9C46A;
    text-decoration: none;
    font-size: 20px;
}
@media screen and ( max-width: 414px ) { header
    {background-color: #ffffff;
    margin-top: 63px;
    }}

 .banner {
    position:absolute;
    top: 150px;
    margin: 30px;
    z-index: 1;
}
@media screen and ( max-width: 1890px ) {.banner
    { 
        top: 150px;
        margin: 0px;
     }}
@media screen and ( max-width: 414px ) {.banner
    { 
        top: 150px;
        margin: 0px;
     }}

nav .dropdown .dropdown-menu {
    background-color: #1e3c91;
    border: 0;
} 
nav .dropdown .dropdown-menu a{
    color: #f0f0f0;
    font-weight: 500;

}

nav .dropdown .dropdown-menu a:hover{
    background-color: #5550503d;
}
.banner .carousel-inner{
    border-radius: 2em;
}

@media screen and ( max-width: 414px ) {.banner .carousel-inner
    { 
     border-radius: 0;
     }}
.advertise {
    margin-top: 180px;
}
@media screen and ( max-width: 414px ) {.advertise
    { 
        margin-top: 100px;
     }}

.advertise .row .advertise-top .mask{
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.747);
    opacity: 0;
    transition: opacity .4s ease 0s;
    margin-left: 0;
}
.advertise .row .advertise-top:hover .mask{
    opacity: 1;
}
.advertise .advertise-top .mg-date{
    height: 60px;
  
}
.advertise .advertise-top .mg-date{
    font-size: 16px;
    height: 35px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    padding: 7px 15px;
    margin-bottom: 10px;
    display: inline-block;
}
.advertise .advertise-top img{
    border-radius: .5em .5em .5em 0;
    border:5px solid #eab715;
}
.guessing { 

}
.quiz{
    animation: jump 0.5s ease infinite;
    position: relative;
}
@keyframes jump{
    from{
        top:10px;
    }
    to{
       top: 0;
    }
}

@media screen and ( max-width: 414px ) {.guessing a img
    { 
        height: 180px;
     }}

.testimonials{
    background: url(../img/koe03.png) center no-repeat;
}

section .row .video-box{
   
    padding: 20px;
   
}
section .row .videomoji{
    background-color:#f0f0f0;
    border-radius: 1em 1em 1em 1em;
    position: relative;
    top: 50px;
    left: -40px;
    font-size: 14px;
    padding:20px;
    font-weight:500;
    z-index: 1;
    line-height: 160%;
    height: 429px;
    -moz-box-shadow:-10px -10px 0px #E9C46A; -webkit-box-shadow:-10px -10px 0px #E9C46A; box-shadow:-10px -10px 0px #E9C46A;
}
section .show-box .pro-mojo strong{
    background-color:#1E3C91; 
    color: #F4F4F4;
    padding: 4px;
    border-radius: .8em;
    font-size: 10px;
}

@media screen and ( max-width: 414px ) { section .row .videomoji
    { background-color:#f0f0f0;
        border-radius: 1em 1em 1em 1em;
        position: relative;
        top: 0px;
        left: 0px;
        font-size: 14px;
        padding-top: 20px;
        font-weight:500;
        z-index: 1;
        -moz-box-shadow:10px 10px 0px #E9C46A; -webkit-box-shadow:10px 10px 0px #E9C46A; box-shadow:10px 10px 0px #E9C46A;
    }}
 
  

    .project-box .show-box .advertise-top .text-box{
      width: 60%;
      border-radius: 0 0 .5em .5em;
      background-color:#1e3c91;
   
    }
    .project-box .show-box .advertise-top img{
        border-radius: .5em .5em .5em 0;
        transition: filter .5s ease 0s;
        border:5px solid #1e3c91;
    }
    .project-box .show-box .advertise-top img:hover{
        filter: contrast(70%);
        
    }
    footer {
        background:url(../img/footimg.png);
        background-color: #f0f0f0;
        height: 350px;
        margin-top: 20px;
    }
    footer div{
        top: 80px;
    }
    /* footer .foot-sns{
        left: 100px;
    } */
    footer .foot-sns ul li{
        float: left;
        list-style: none;
        margin-left: 30px;
        font-size: 25px;
        padding-top: 40px;
    }
    footer .foot-sns ul li a{
        text-decoration: none;
        color:#1e3c91;
    }
    footer .foot-sns ul li:first-child{
        margin-left: .8497rem;
    }


    .at-page .moji-tema{
        margin-bottom: 30px;
    }
   
    .at-page .row .place-date{
        font-size: 14px;
        /* border: 5px #f39a59 solid; */
        padding: 10px;
        background-color: #f0f0f0;
        border-radius: 2em;
    }
    
 .carousel .carousel-indicators li{
        background-color: #00720f;
    }
    @media screen and ( max-width: 414px ) {header .movietalk img
        { 
            
         }}
    
    .carousel-inner .img-boxblack{
        padding: 20px 0 20px 0;
        background-color: #000;
    }

    .lovefont{
    font-size: 25px;
    text-align: center;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif,Barrett;
    line-height: 1.4em;
    margin-bottom: 10px;
    }
    
    .card .p-3 a{
        color: #F4F4F4;
    }

    section .alert a{
        color: rgb(0, 0, 0);
        font-weight: 700;
    }
   
    section .container .timeline p {
        font-size: 13px;
    }
    .nijiro img{
        height: 40%;
        width: 40%;
        padding-top: 20px;
    }
    .tab-content p {
      text-indent: 1em;
    }
    
    .mb-3 .card-body a{
        text-decoration: none;
    }
    
    .list-group-flush a {
        color: #000;
    }
    
    .list-group-flush a:hover{
        color: #000;
    }