body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    background: url('../images/common/main_bg.jpg') left top repeat;
    overflow-x: hidden;
}

main{
	display: none;
}

img {
    width: 100%;
	backface-visibility: hidden;
}

a {
    text-decoration: none;
}

.sp {
    display: none;
}

.width-flag {
    display: none;
}

.font-as {
    font-family: 'Allerta Stencil', sans-serif;
}

@font-face {
    font-family: 'copcraft_twregular';
    src: url('../font/copcraft_tw.woff2') format('woff2'),
        url('../font/copcraft_tw.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 1000px) {
    .width-flag {
        display: flex;
    }

}

@media (max-width: 768px) {

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

}

/********************* 
header
*********************/

@media (max-width: 1000px) {

    header {
		display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    header .sp {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
        height: 50px;
        background: #312015;
    }

    .sp .header-logo {
/*        width: 504px;*/
        width: 178px;
        margin-left: 17px;
        
    }

    .header-logo-sp {
/*        display: none;*/
        
    }

    .menu-button {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        padding: 14px 0;
        width: 50px;
        height: 50px;
        background: #4f581c;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

    .menu-button-line {
        width: 28px;
        height: 1px;
        background: #d4d8bd;
    }

}

@media (max-width: 768px) {

    .sp .header-logo {
        width: 178px;
    }

    .header-logo-sp {
        display: block;
    }

    .header-log-tab {
        display: none;
    }
}

/********************* 
Grobal navigetion
*********************/

.grobal-navigetion {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 70px 0 70px;
    max-width: 460px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grobal-navigetion a {
    color: #e5d9d1;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.title-logo {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.title-logo:hover {
    opacity: 0.7;
}

.grobal-navigetion .title {
    position: relative;
    padding: 25px 0 57px;
    margin-bottom:28px;
    border-bottom: solid 1px #130f09;
}

.onair-info {
    position: relative;
    padding: 27px 0 30px 0;
    margin-bottom: 28px;
    border-bottom: solid 1px #130f09;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title-line {
    position: absolute;
    bottom: -1px;
    right: -70px;
    width: 70px;
    height: 1px;
    background: #130f09;
}

.main-menu ul li {
    position: relative;
    margin-bottom: 22px;
    height: 28px;
}

.main-menu ul li:nth-of-type(1){
    display: none;
}

.main-menu ul li > div {
    display: inline-block;
    position: relative;
    height: 100%;
    background: #130f09;
    color: #e5d9d1;
    font-size: 26px;
}

.main-menu ul li > div a {
    display: block;
    position: relative;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-menu ul li > div span {
    margin-left: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
}

.main-menu-hover-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.slide1 {
    background: #939d5b;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.slide2 {
    background: #4f581c;
    -webkit-transition: 0.3s 0.1s ease;
    -o-transition: 0.3s 0.1s ease;
    transition: 0.3s 0.1s ease;
}

.main-menu-line-container {
	display: none;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: -15px;
    width: 11px;
    height: 100%;
}

.main-menu-line-container.active{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.main-menu-line {
    width: 1px;
    height: 100%;
    background: #000;
}

.main-menu-line:nth-of-type(1) {
    animation: lineAnimation 2s ease infinite;
}

.main-menu-line:nth-of-type(2) {
    animation: lineAnimation 2.2s ease infinite;
}

.main-menu-line:nth-of-type(3) {
    animation: lineAnimation 2.4s ease infinite;
}

@keyframes lineAnimation {
    0% {
        height: 100%;
    }

    50% {
        height: 50%;
    }

    100% {
        height: 100%;
    }
}

.share-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 22px;
    width: 100%;
}

.share-header p {
    max-width: 50px;
    font-size: 15px;
}

.onepx-line {
    width: 100%;
    height: 1px;
    background: #130f09;
}

.share-header .onepx-line {
    width: 100%;
    margin-left: 22px;
}

.share-button ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}

.share-button ul li {
    position: relative;
    margin-right: 20px;
    max-width: 42px;
    width: 42px;
    height: 42px;
    background: #130f09;
    overflow: hidden;
    border-radius: 50px;
}

.share-button a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 42px;
}

.share-button-icon {
    fill: #e5d9d1;
}

.share-button-twitter {
    margin: 2px 0 0 1px;
    width: 24px;
}

.share-button-facebook {
    width: 24px;
}

.share-button-line {
    margin-top: 2px;
    width: 24px;
}

.main-menu ul li .font-as:hover .slide1,.share-button ul li:hover .slide1{
    width: 100%;
}

.main-menu ul li .font-as:hover .slide2,.share-button ul li:hover .slide2{
    width: 100%;
}

.main-menu ul li .font-as:hover a{
    color: #d4d8bd;
}

.share-button ul li:hover .share-button-icon{
    fill: #d4d8bd;
}


@media (max-width: 1200px) {

    .grobal-navigetion {
        padding: 20px 20px 0 20px;
        max-width: 300px;
    }

    .onair-info {
        padding: 15px 0 15px 0;
        margin-bottom: 15px;
    }

    .main-menu ul li {
        margin-bottom: 10px;
        height: 28px;
    }

    .main-menu ul li > div {
        font-size: 20px;
    }

    .main-menu ul li > div a {
        padding: 3px 15px;
    }

    .main-menu ul li > div span {
        font-size: 10px;
    }
}

@media (max-width: 1000px) {

    .grobal-navigetion {
        display: none;
        position: fixed;
        padding: 0 0 30px 0;
        max-width: 100%;
		height: 100vh;
        background: url('../images/common/main_bg.jpg');
        z-index: 999;
		overflow-y: scroll;
    }
    
    .grobal-navigetion .title {
    position: unset;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
    }
    .title-line {
        display: none;
    }
    .title {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
        height: 50px;
    }

    .title-logo {
        width: 178px;
        margin-left: 17px;
    }

    .onair-info {
        display: none;
    }

    .title .menu-button {
        display: block;
        padding: 15px;
    }

    .main-menu {
        margin: 28px auto 0 auto;
        width: 80%;
    }

    .main-menu ul li {
        overflow: hidden;
        margin-bottom: 22px;
        width: 0;
        -webkit-transition: width 0.4s ease;
        -o-transition: width 0.4s ease;
        transition: width 0.4s ease;
    }

	.main-menu ul li:nth-of-type(1) {
        display: block;
    }

    .c-firstview .main-menu ul li:nth-of-type(1) {
        display: none;
    }

    .main-menu ul li > div {
        font-size: 26px;
    }

    .main-menu ul li > div a {
        padding: 0 15px;
    }
	
    .share-button {
        margin: 0 auto;
        width: 80%;
    }

    .share-button ul li {
        width: 0;
        height: 0;
        -webkit-transition: width 2s ease, height 2s ease;
        -o-transition: width 2s ease, height 2s ease;
        transition: width 2s ease, height 2s ease;
    }

}

@media (max-width: 320px) {
	.main-menu {
		width: 90%;
	}
}

/********************* 
footer
*********************/

footer {
	display: none;
    width: 100%;
    height: 255px;
    background: #312015;
}

.top-button {
    width: 100%;
    height: 50px;
    background: #4f581c;
}

.top-button a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.top-button img {
    max-width: 26px;
    -webkit-transition: margin-bottom 0.3s ease;
    -o-transition: margin-bottom 0.3s ease;
    transition: margin-bottom 0.3s ease;
}

.top-button:hover img{
    margin-bottom: 10px;
}

.footer-banner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.gagaga-bunko-banner {
    width: 224px;
    margin-right: 40px;
    background: #4f581c;
}

.gagaga-bunko-banner a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.gagaga-bunko-banner a:hover {
    padding: 10px;
}

.official-twitter-account {
    width: 224px;
    height: 74px;
    background: #4f581c;
}

.official-twitter-account a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 0 34px 0 34px;
    width: 100%;
    height: 100%;
    color: #d4d8bd;
    font-size: 13px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.official-twitter-account img {
    width: 20px;
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.official-twitter-account:hover .official-twitter-account-arrow img{
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

.footer-credit {
    margin-top: 40px;
    width: 100%;
    font-size: 13px;
    color: #e5d9d1;
    text-align: center;
}

@media (max-width: 768px) {

    footer {
        padding-bottom: 27px;
        height: auto;
    }

    .footer-banner {
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        margin: 27px 0;
    }

    .gagaga-bunko-banner {
        margin-right: 0;
        margin-bottom: 26px;
        width: 172px;
        height: 56px;
    }

    .official-twitter-account {
        width: 171px;
        height: 56px;
    }

    .official-twitter-account a {
        padding: 0 27px 0 27px;
        font-size: 10px;
    }

    .official-twitter-account img {
        width: 15px;
    }

    .official-twitter-account-arrow img {
        width: 25px;
    }

    .footer-credit {
        margin-top: 0;
        font-size: 12px;
    }

}

@media all and (-ms-high-contrast: none) {
	
	.footer-twitter-icon{
		width: 20px;
	}
	
	.official-twitter-account-arrow{
		width: 20px;
	}

}
	
	
/********************* 
loading
*********************/

.loading-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #312015 url('../images/common/loading_bg.png');
}

.loading-inner {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: 'copcraft_twregular';
    font-size: 120px;
    color: #fff;
    letter-spacing: -0.11em;
}

.letterR {
    margin-right: -0.06em;
}

.letterA {
    margin-right: -0.03em;
}

.letterF {
    margin-right: -0.04em;
}

.ver01,
.ver02,
.ver03,
.ver04,
.ver05,
.ver06 {
    display: none;
    height: 100%;
}

.ver01 .loading-inner p {
    background: url("../images/common/loading_text_bg.gif") center no-repeat;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: approachText 3s linear;
}

.ver02 {
    text-shadow: 0 0 50px rgba(255, 255, 255, 1);
    animation: shineText 2s ease infinite;
}

.ver03 p {
    position: absolute;
    bottom: calc(50% - 70px);
    width: 100%;
    text-align: center;
}

.ver03 .loading-inner p span:nth-of-type(1) {
    animation: pyonText 2s ease infinite;
}

.ver03 .loading-inner p span:nth-of-type(2) {
    animation: pyonText 2s 0.25s ease infinite;
}

.ver03 .loading-inner p span:nth-of-type(3) {
    animation: pyonText 2s 0.5s ease infinite;
}

.ver03 .loading-inner p span:nth-of-type(4) {
    animation: pyonText 2s 0.75s ease infinite;
}

.ver03 .loading-inner p span:nth-of-type(5) {
    animation: pyonText 2s 1s ease infinite;
}

.ver03 .loading-inner p span:nth-of-type(6) {
    animation: pyonText 2s 1.25s ease infinite;
}

.ver03 .loading-inner p span:nth-of-type(7) {
    animation: pyonText 2s 1.5s ease infinite;
}

.ver03 .loading-inner p span:nth-of-type(8) {
    animation: pyonText 2s 1.75s ease infinite;
}

.ver04 .loading-inner p {
    background: url('../images/common/header-text-grange.png') repeat-x;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: slideGrange 50s linear infinite;
}

.ver05 .loading-inner p {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #d2311c;
    animation: letterSpacing 2s ease;
}

.ver06 {
    line-height: 1.7em;
}

.ver06 .loading-inner {
	flex-direction: column;
}

.ver06 .loading-inner p {
	margin-bottom: -120px;
    background: url('../images/common/loading_bg_ver06.gif') no-repeat;
    background-position: -662px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0.5em;
    animation: slideVer06 2s cubic-bezier(.24, .1, .34, .94) forwards;
}

@keyframes slideVer06 {
    0% {
        background-position: -700px;
    }

    100% {
        background-position: 0px;
    }
}

.load-logo-subtitle {
    font-size: 43px;
    letter-spacing: -0.05em;
}

.load-logo-subtitle span {
    letter-spacing: -0.1em;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

@keyframes letterSpacing {
    0% {
        letter-spacing: -0.52em
    }

    100% {
        letter-spacing: -0.11em
    }
}

@keyframes approachText {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pyonText {
    0% {
        vertical-align: 0;
    }

    12.5% {
        vertical-align: 0.1em;
    }

    25% {
        vertical-align: 0;
    }

    100% {
        vertical-align: 0;
    }
}

@keyframes shineText {
    0% {
        text-shadow: 0 0 50px rgba(255, 255, 255, 1);
    }

    50% {
        text-shadow: 0 0 0px rgba(255, 255, 255, 1);
    }

    100% {
        text-shadow: 0 0 50px rgba(255, 255, 255, 1);
    }
}

@keyframes slideGrange {
    0% {
        background-position: 1px;
    }

    100% {
        background-position: 810px;
    }
}

@media (max-width: 768px) {

    .loading-inner {
        font-size: 60px;
    }

    .ver06 {
        line-height: 1.0em;
    }

    .load-logo-subtitle {
        font-size: 21.4px;
    }

}

@media all and (-ms-high-contrast: none) {
	.ver01 .loading-inner p {
		background: none;
		-webkit-text-fill-color: #fff;
	}
	
	.ver03 .loading-inner{
		display: block;
	}
	
	.ver05 .loading-inner p {
		background: none;
		color: #d2311c;
	}

	.ver06 .loading-inner p {
		background: none;
		-webkit-text-fill-color: #fff;
	}

}
	
/********************* 
main content
*********************/

h1 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'copcraft_twregular';
    font-size: 90px;
    letter-spacing: -0.03em;
    font-weight: normal;
    background: url("../images/common/header-text-grange.png") center no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

@-moz-document url-prefix() {
    h1 {
        -webkit-text-fill-color: #130f09;
    }
}

@media all and (-ms-high-contrast: none) {
    h1 {
        background: none;
        /* IE10以上 */
    }
}
