html {
    display: flex;
    -js-display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

body {
    background-color: black;
}

body *{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
}

a:hover {
    opacity: 1;
}

.swiper-slide:not(.swiper-slide-visible) {
    opacity: 0 !important;
}

.swiper-mainimg {
    background-image: url(../img/base3-min.jpg);
    background-size: contain;
}

.flex {
    display: flex;
    -js-display: flex;
    display: -webkit-flex;
}

.justify-between {
    justify-content: space-between !important;
}

.swiper-mainimg {
    position: relative;
}

.overwrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    user-select: none; /* CSS3 */
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Safari、Chromeなど */
    -ms-user-select: none; /* IE10かららしい */
}

.box {
    display: block;
    position: absolute;
    width: 18%;
    height: 20%;
}

.box .fukidashi {
    background-color: #fff;
    /* opacity : 0; */
    position: absolute;
    top: -80px;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
    color: #1b73ba;
    transition: background-color 0.5s ease-out;
    animation: vertical 1s ease-in-out infinite alternate;
}

@keyframes vertical {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.box:hover .fukidashi {
    background-color: #1b73ba;
    color: #fff;
}

.fukidashi:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
    transition: border-top-color 0.5s ease-out;
}

.box:hover .fukidashi:after {
    border-top-color: #1b73ba;
}

.box:hover .fukidashi {
    opacity: 1;
}

.box1 {
    top: 42%;
    left: 7%;
    /* background-color: red; */
}

.box2 {
    top: 30%;
    left: 30%;
    /* background-color: blue; */
}

.box3 {
    top: 30%;
    left: 56%;
    /* background-color: purple; */
}

.box4 {
    top: 41%;
    left: 79%;
    /* background-color: yellow; */
}

#top_msg0 {
    display: none;
}


#top_msg1 {
    display: none;
}

#top_msg2 {
    display: none;
}

#top_msg3 {
    display: none;
}

#top_msg4 {
    display: none;
}

.load_msg {
    padding: 40px;
    background-color: rgba(255, 255, 255, 1);
    /* width: 800px; */
    margin: 0 auto;
}

.load_links {
    margin-top: 33px;

}

.load_link {
    background-color: #1B73BA;
    border: 5px solid #1B73BA;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    width: 218px;
    height: 100px;
    display: flex;
    -js-display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    overflow: hidden;
    line-height: 1.4;
    transition: all 100ms;
}

.load_link:hover {
    background-color: #fff;
    color: #1B73BA !important;
}

.load_link i {
    font-size: 28px;
    margin-bottom: 8px;
}

.nomovie {
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    color: #1B73BA !important;
    padding: 20px 0;
}

.lightcase-inlineWrap {
    max-height: none !important;
}

.howto{
        
}
.howto_ttl{


font-weight: bold;

line-height: 1.6;

margin-bottom: 12px;

border-bottom : 1px solid #1B73BA;

}

.howto_ttlsmall{
    font-size: 16px;
    color : #1B73BA;
    margin-bottom : 0.4em;
}
.howto_ttlbig{
    font-size: 32px;
    color : #1B73BA;
    padding-bottom: 10px;
}

.howto_txt{

line-height: 1.7;
}
.howto_subttl{

font-size: 20px;

font-weight: bold;

margin-top: 0.8em;

margin-bottom: 12px;
}
.howto_tbl{
    
width: 500px;
    
margin-left: auto;
    
margin-right: auto;
}
.howto_tbl th{
    
width: 140px;
}
.howto_tbl td{
    
text-align: left;
    
padding-top: 0;
    
position : relative;
    
padding-left: 35px;
    
/* vertical-align: top; */
}
.howto_tbl td:before{

content : "・・・";

position : absolute;

left: 6px;

top: 37%;
}
.howto_icon{
    
text-align: center;
    
border: 1px solid #999;
    
margin-bottom: 10px;
    
margin-top: 10px;
    
padding: 7px 5px;
}
.howto_icon i{
    color : #1B73BA;
font-size: 24px;
    
margin-bottom: 5px;
}
.howto_iconttl{
    font-weight : bold;
}

#firstview{
    background-color: #1B73BA;
    color : #fff;
    font-weight : bold;
    position: absolute;
    z-index: 4;
    display: block;
    top: 0;
    left: 0;
    font-size: 16px;
    padding: 10px 29px;
    border-bottom-right-radius: 10px;
    letter-spacing: 0.1em;
}

.howto_btn{
    background-color: #1B73BA;
    font-size : 20px;
    font-weight : bold;
    color : #fff;
    width : 350px;
    padding : 8px;
    margin-top : 1em;
    margin-left : auto;
    margin-right : auto;
    border-radius : 10px;
    cursor: pointer;
}
