@charset "UTF-8";

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
    margin: 0;
    padding: 0;
}

body {
    background-color: #331d3b;
    background-image: url(../img/bg-image2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
    font-family: sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 2.0;
}

a {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #fff;
}

img {
    vertical-align: bottom;
}

hr {
    margin: 5px 0;
}

strong {
    font-size: 22px;
}

footer {
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 0 20px;
    font-size: 12px;
}

footer img{
    height: 18px;
    margin-top: 10px;
}

.full-img {
    width: 100%;
}

.btn-width {
    width: 50%;
}

.btn-bp {
    width: 80%;
}

.section {
    background-color: rgba(0, 0, 0, 0.67);
    width: 70%;
    box-shadow: 0px 0px 9px rgb(0, 0, 0);
    border-top: 3px solid rgba(0, 0, 0, 0.5);
    border-left: 3px solid rgba(0, 0, 0, 0.5);
    border-right: 3px solid rgba(0, 0, 0, 0.5);
    margin: 0px auto;
    padding: 20px 60px;
}

table {
    width: 100%;
}

table.sns {
    width: 80%;
    margin: 0px auto;
}

td.sns {
    width: 33%;
}

td.sns img {
    width: 80%;
}

td.td-text {
    padding: 10px;
    width: 50%;
    vertical-align: top;
}


td.come {
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0;
    overflow: hidden;
}

.top-bg-image {
    background-image: url(../img/top-bg-image.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-image {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.bg-image img{
    width: 40%;
}

.logo {
    width: 40%;
    margin: 10px auto;
}

.logo a img{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.logo2 {
    width: 65%;
    margin: 10px auto;
}

.logo2 a img{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.pc-logo{
    display: block;
    margin: 0 auto;
}
    
.sp-logo{
    display: none;
}

#scrollUp {
  width: 193px;
  height: 124px;
  bottom: 0px;
  right: 0px;
  background: url(../img/niusa.png);
  background-size: cover;
}

.modal-content {
    color: black;
    background-color: rgba(255, 255, 255, 0.76);
}

ul {
    text-align: left;
    list-style: none;
    margin: 0;
}

#list {
}

.list_text {
    padding: 0 0 0 15px;
    font-size: 14px;
}

.day {
    font-weight: bold;
}

.navi {
    margin: -120px 0 0;
}

.panel {
    margin-bottom: 20px;
    background: none; 
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.tab {
    width: 100%;
    margin: 0px auto 20px;
    line-height: 1.4;
    font-size: 12px;
}

.yose-right {
    width: 200%;
    margin-left: -120px;
    pointer-events: none;
    z-index: 1;
}

.vtop {
    vertical-align: top;
}

.glow {
    box-shadow: 0px 0px 40px 0px rgb(157, 0, 255);
}

.logo_cap {
    width: 45%;
    margin: 0 auto;
}

.logo_cap img{
    width: 100%;
}

.logo_alone {
    width: 50%;
    margin: 0 auto;
}

.logo_alone img{
    width: 100%;
}

.movie{
    width: 100%;
}

/*break point*/
@media screen and (max-width: 768px){
    body {
    background-image: url(../img/bg-image_sp2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 14px;
    line-height: 1.8;
}
    .top-bg-image {
    background-image: url(../img/top-bg-image_sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
    .bg-image img{
    width: 80%;
}
    .sp-none {
    display: none;
}
    
    .btn-width {
    width: 70%;
}
    
    .btn-bp {
    width: 100%;
}
    footer {
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 0 20px;
}
    .section {
    background-color: rgba(0, 0, 0, 0.67);
    width: 95%;
    box-shadow: 0px 0px 9px rgb(0, 0, 0);
    border-top: 3px solid rgba(0, 0, 0, 0.5);
    border-left: 3px solid rgba(0, 0, 0, 0.5);
    border-right: 3px solid rgba(0, 0, 0, 0.5);
    margin: 0px auto;
    padding: 10px 15px;
}
    
    table.sns {
    width: 100%;
}
    td.sns {
    width: 33%;
}
    td.sns img {
    width: 90%;
}
    .logo img{
    width: 100%;
}
    
    .logo a img{
    width: 85%;
    display: block;
    margin: 0 auto;
}

    .sp-logo{
    display: block;
    margin: 0 auto;
}
    
    .pc-logo{
    display: none;
}
    
    .navi {
    margin: 0;
}
   
    #scrollUp {
        width: 107px;
        height: 68px;
        bottom: 0px;
        right: 0px;
        background: url(../img/niusa.png);
        background-size: cover;
}
    .tab {
        width: 100%;
        margin: 0 auto 10px;
        font-size: 10px;
}
    .tab td{
        font-size: 10px;
}
    .yose-right {
        width: 180%;
        margin-left: -50px;
        z-index: 1;
}
    .logo_cap {
    width: 90%;
}
    .logo_alone {
        width: 100%;
        margin: 0px auto 0;
}
    .logo {
        width: 60%;
        margin: 0 auto;
}
    .logo a img{
        width: 100%;
        margin: 0 auto;
}
    .logo2 {
        width: 90%;
        margin: 0 auto;
}
    .logo2 a img{
        width: 100%;
        margin: 0 auto;
}
    
}/*break point*/