@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
}
body {
	width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "BIZ UDPGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Noto Sans CJK JP", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
}

.rblock {
	position: relative;
}
.ablock {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.rblock img, .ablock img {
	display: block;
}
.pblock img,
.pblock picture {
    display: block;
	width: 100%;
}
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #0099FF;
	outline: 0;
}
a:focus {
	outline: 0;
}

#wrapper {
	width: 100%;
	position: relative;
    overflow-x: hidden;
}
.wrapper {
	width: 100%;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.contents {
	position: relative;
	width: 1024px;
	margin: 0 auto;
    color: #ff3300;
}


/* common */

#lovl {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    background: #000;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
}
.loader {
    font-size: 10px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -3em;
    margin-top: -3em;
    border-top: 1.1em solid rgba(70, 70, 70, 0.9);
    border-right: 1.1em solid rgba(120, 120, 120, 0.9);
    border-bottom: 1.1em solid rgba(100, 100, 100, 0.9);
    border-left: 1.1em solid rgba(200,200,200, 0.9);
    animation: load_circle 0.8s infinite linear;
}
@keyframes load_circle {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ptop a {
    display: block;
    transition-duration: 0.2s;
}
.ptop a:hover  {
    transform: scale(1.02);
    filter: brightness(110%);
}

.ptop {
	position: fixed;
	right: 1em;
	bottom: 7em;
	text-align:right;
	display:block;
	z-index:100 !important;
}
.ptop img {
	width: 8em;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}

.c_header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-repeat: repeat-x;
    background-position: center top;
    background-color: transparent;
    background-image: url(../images/common/bg_h.png);
    background-size: 2000px auto;
    filter: drop-shadow(0 0.5rem 0.3rem rgba(0,0,0,0.7));
}
@supports (background-image: url(../images/common/bg_h.webp))
{
    .c_header {
        background-image: url(../images/common/bg_h.webp);
    }
}

.c_header .contents:before {
    display: block;
    content: "";
    padding-top: 22.363%;
    margin-bottom: 1.171%;
}
.c_menu {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 5.17%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.c_menu li {
    position: relative;
    width: 34.47%;
    margin: 0 1%;
    transition-duration: 0.2s;
}
.c_menu #menu_lang {
    width: 22.65%;
}
.c_menu li>a {
    display: block;
    transition-duration: 0.2s;
}
.c_menu li a:hover {
    transform: scale(105%);
    filter: brightness(140%) drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.7));
}
.lang { position: absolute; width: 66.379%; left: 17.241%; top: 0; margin-top: 23.275%; }

.c_menu li .lang a:hover {
    filter: brightness(80%);
}
.c_menu li li {
    width: 100%;
    margin-top: 1%;
}

.c_main {
    position: relative;
    width: 100%;
    background: url(../images/common/bg.jpg) center top repeat-y #000;
    background-size: 2000px auto;
}

.c_main .contents p  {
    font-family: 'BIZ UDPGothic', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
.c_main h2 {
    position: relative;
    width: 57.226%;
    margin: 0 0 0 0.878%;
    padding-top: 2%;
}
.c_section {
    position: relative;
    width: 100%;
}
.box {
    position: relative;
    width: 92.578%;
    margin: 0 auto;
}

.c_clip {
    clip-path: polygon(11.1% 0,100% 0,100% 82.11%,88.8% 100%,0 100%, 0 17.87%);
}

/* footer */

.c_footer {
    position: relative;
    width: 100%;
    color: #fff;
    background-color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "BIZ UDPGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Noto Sans CJK JP", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.37;
}
.c_footer .contents {
    color: #fff;
}
.c_footer .contents:before {
    content: "";
    display: block;
    position: relative;
    padding-top: 1.46%;
}
#logoarea {
    position: relative;
    width: 100%;
    padding-top: 14.55%;
}

#nswlogo { position: absolute; width: 25.683%; left: 0%; top: 0; margin-top: 0.585%; }
#steamlogo { position: absolute; width: 19.433%; left: 29.687%; top: 0; margin-top: 4.199%; }
#d3plogo { position: absolute; width: 11.23%; left: 52.929%; top: 0; margin-top: 0%; }

#copyright { margin-top: 2.44%; }
#notice    { margin-top: 2.44%; padding-bottom: 5.4%; }
.c_footer ul { position: relative; }
.c_footer li.indent1 {
    position: relative;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0.2em;
}
.c_footer li.indent {
    position: relative;
    text-indent: -2em;
    margin-left: 2em;
    margin-bottom: 0.2em;
}
.c_footer li.indent .indent1 {
    position: relative;
    display: block;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: auto;
}

#cboxOverlay.cbmv {background:#000;}
#colorbox.cbmv, .cbmv #cboxWrapper {overflow:visible }
.cbmv #cboxContent{margin-top:43px;background:#000; box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.cbmv .cboxIframe{background:#000;}
.cbmv #cboxError{padding:50px; border:1px solid #ccc;}
.cbmv #cboxLoadedContent{ border: 2px solid #ff0000; border-image: linear-gradient(135deg, #ff0000,  #880000, #440000, #880000,  #cc0000); border-image-slice: 1;}
.cbmv #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
.cbmv #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
.cbmv #cboxLoadingGraphic{background:url(../images/common/loading.gif) no-repeat center center;}
.cbmv #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
.cbmv #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
.cbmv #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
.cbmv #cboxClose{
        position:absolute;
        overflow: hidden;
        top:-20px;
        right:0px;
        display:block;
        background:url("../images/common/btn_close.png") no-repeat top center;
        width:128px;
        height:0;
        padding-top: 40px;
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
    }
.cbmv #cboxClose:hover{filter:brightness(120%);}

@media screen and (min-width:2001px) {
    .c_header {
        background-repeat: repeat-x;
    }
    .c_main {
        background-repeat: repeat;
    }

}

@media screen and (max-width:1023px) {
    /* common */
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
    .boxtext .sp {
        display: inline;
    }
    .ptop img {
        width: 12vw !important;
    }
    .contents {
        width: 100%;
    }
    .c_header {
        background-size: 195.3125% auto;
    }
    .c_main {
        background-size: 195.3125% auto;
    }
    .c_main .contents p  {
        font-size: 12px;
    }

    .c_footer {
        font-size: 2.9vw;
        padding: 0 1% 23% 1%;
        width: 98%;
    }

    .cbmv #cboxClose {
        position:absolute;
        overflow: hidden;
        top:-13px;
        right:3px;
        display:block;
        background:url("../images/common/btn_close.png") no-repeat top center;
        background-size: 100% auto;
        width:85px;
        height:0;
        padding-top: 26.6px;
    }
    
}
@media (orientation: portrait) and (max-width: 767px) {
}
/* en */
