/*
Theme Name: nTheme
Theme URI:
Description:
Version: 0.1
Author:
Author URI:
License:
License URI:
Tags:
Text Domain:
*/

@font-face {
    font-family: 'LINE Seed JP';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/LINE_Seed_JP/WOFF2/LINESeedJP_OTF_Th.woff2') format('woff2'),
    url('fonts/LINE_Seed_JP/WOFF/LINESeedJP_OTF_Th.woff') format('woff'),
    url('fonts/LINE_Seed_JP/EOT/LINESeedJP_TTF_Th.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'LINE Seed JP';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/LINE_Seed_JP/WOFF2/LINESeedJP_OTF_Rg.woff2') format('woff2'),
    url('fonts/LINE_Seed_JP/WOFF/LINESeedJP_OTF_Rg.woff') format('woff'),
    url('fonts/LINE_Seed_JP/EOT/LINESeedJP_TTF_Rg.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'LINE Seed JP';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/LINE_Seed_JP/WOFF2/LINESeedJP_OTF_Bd.woff2') format('woff2'),
    url('fonts/LINE_Seed_JP/WOFF/LINESeedJP_OTF_Bd.woff') format('woff'),
    url('fonts/LINE_Seed_JP/EOT/LINESeedJP_TTF_Bd.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'LINE Seed JP';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/LINE_Seed_JP/WOFF2/LINESeedJP_OTF_Eb.woff2') format('woff2'),
    url('fonts/LINE_Seed_JP/WOFF/LINESeedJP_OTF_Eb.woff') format('woff'),
    url('fonts/LINE_Seed_JP/EOT/LINESeedJP_TTF_Eb.eot') format('embedded-opentype');
}

img {
    max-width: 100%;
    height: auto;
    outline: 0 none;
}

.nFlexFrame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.nFlexFrame iframe,
.nFlexFrame video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nSpView {
    display: none;
}

.nTaC {
    text-align: center;
}

.nTaL {
    text-align: left;
}

.nTaR {
    text-align: right;
}

img.nCoverImg {
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

video.nCoverImg {
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

#nAjaxLoadMask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    z-index: 100000;
    width: 100%;
    height: 100%;
}

#nAjaxLoadMask > div {
    display: flex;
    align-items: center;
    color: #FFF;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#nAjaxLoader,
#nAjaxLoader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

#nAjaxLoader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: ajaxLoad 1.1s infinite linear;
}

.nDashIcons {
    font-family: dashicons;
    vertical-align: middle;
}

@-webkit-keyframes ajaxLoad {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ajaxLoad {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media screen and (max-width: 750px) {
    .nSpView {
        display: inherit;
    }

    .nPcView {
        display: none;
    }
}
