@charset "UTF-8";
/* CSS Document */

body{
background-color: #FFFFFF;
font-family: "Noto Sans","Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

#main-wrap{
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

/* ヘッダー */
header{
    background: linear-gradient(#dc143c, #8b0000);
/*   background-image: url("../images/header_bg.jpg"); */
    background-repeat: repeat-x;
}
#header-main{
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
}

.img-right,.img-left{
    padding: 0 1rem;
    margin-top: auto;
    margin-bottom: auto;
}
#header-main a{
    margin: auto 0;
}



/* common */
h3{
    margin-bottom: 2rem;
    position: relative;
}
h3 img{
    position: relative;
    left:-60px;
}
h4{
    margin-bottom: 2rem;
    text-align: center;
}
h5{
    color: #800000;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
}
h6{
    margin-bottom: 1.2rem;
}
img{vertical-align: bottom;}

.deco-01{
    position: absolute;
    left: 50px;
    bottom: 10px;
    transform: rotate(-10deg);
}
.deco-02{
    position: absolute;
    right: 50px;
    bottom: 20px;
    transform: rotate(10deg);
}
.deco-03{
    position: absolute;
    left: -220px;
    bottom: 100px;
    transform: rotate(-10deg);
}
.deco-04{
    position: absolute;
    right: 20px;
    top: 40px;
    transform: rotate(30deg);
}
.deco-05{
    position: absolute;
    left: -220px;
    bottom: 280px;
    transform: rotate(-10deg);
}
.deco-06{
    position: absolute;
    right: 20px;
    top: 100px;
    transform: rotate(30deg);
}


/* トップイメージ */
#top {
    position: relative;
}
img.top-ttlimg {
    width: 100%;
    height: auto;
}
.movie-link{
    width: 100%;
    height: auto;
}
.mv-mov{
    position: absolute;
    left: 2vw;
    bottom: 2vw;
    display: block;
    width: 30vw;
    border: clamp(4px,0.78125vw,20px) solid #1D1D1D;
}

/*pc*/
@media screen and (min-width:760px) {
.showup-sp{display: none}
.showup-pc{}
}
/*sp*/
@media screen and (max-width:760px) {
.showup-sp{}
.showup-pc{display: none}
}


/* コンテンツ */
main {width: 100%;}
.top-catch{
    background-color: #1D1D1D;
    position: relative;
    text-align: center;
    padding: 4.6875vw 0;
}
.top-catch p{
    color: #fff;
    font-size: clamp(20px, 1.25vw, 28px);
    line-height: 1.6;
}

.capture{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 4.6875vw;
    gap: 3.125vw 0.625vw;
    list-style-type: none;
}
.capture li{
    width: 30vw;
}
.capture li img{
    width: 100%;
}

.img-catch{
    width: 60vw;
    height: auto;
    margin: 0 auto 2.34375vw;
}
.img-catch img{
    width: 100%;
    height: auto;
}

.operation-info{
    color: #fff;
    text-align: center;
    padding: 8vw 0;
}
.ttl-operation-info{
    font-size: 32px;
    margin-bottom: 3rem;
}
.operation-info ul{
    text-align: left;
    margin: 0 auto;
    width: clamp(640px,60vw,720px);
    width: content;
    list-style-type: disc;
}
.operation-info ul li{
    line-height: 1.4;
    margin-bottom: 1rem;
}
.operation-info h4{
    margin-top: 2.8rem;
    font-size: 20px;
    line-height: 1.4;
}
.operation-info table th,.operation-info table td{
    padding: 0.6rem 0.4rem;
}
.bt-none{padding-bottom: 0px;}
.operation-info span{
    color: #D61313;
    font-size: 76%;
}


.section-deco-top{
    position: relative;
    height: 31px;
}
.section-deco-top img{
    position: relative;
    top:-31px;
}
.section-deco-bottom{
    position: relative;
}
.section-deco-bottom img{
    position: relative;
    bottom:-31px;
    transform: rotate(180deg);
}


.info-area{
    background-color: #1D1D1D;
    position: relative;
    text-align: center;
    padding: 4.6875vw 0;
}
.info-area p{
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2.8rem;
}
.info-area h5{
    color: orange;
    font-size: 1.2rem;
    line-height: 1;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 0.8rem;
}
.tex-pos-center{
    text-align: center;
}
.tex-col-red{
    color: #D61313;
}


#game-info{
    background: -moz-linear-gradient(top, #193C6C, #193C6C 30%, #590404 60%, #590404);
    background: -webkit-linear-gradient(top, #193C6C, #193C6C 30%, #590404 60%, #590404);
    background: linear-gradient(to bottom, #193C6C, #193C6C 30%, #590404 60%, #590404);
}
#tenka-mode{
    background-image: url("../images/thunder.png");
    background-repeat: no-repeat;
    background-position: top right;
    padding: 3rem;
}
#free-mode{
    background-image: url("../images/fire.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 3rem;
}
.shift{
    width: 600px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

.mode-title{
    width: 300px;
    margin-bottom: 1.4rem;
}
.info-text{
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
    padding-bottom: 3rem;
}
.info-text-bk{
    color: #000;
    font-size: 1.1rem;
    line-height: 1.5;
    padding-bottom: 2rem;
}
.info-photo{
    margin-bottom: 1.5rem;
}
.info-key{
    margin-bottom: 1.5rem;
}

#play-info{
    background-color: #DDDDCD;
}

#product-info{
    background-color: #e7e7e7;
}

#disclaimer-info{
    background-color: #DDDDCD;
}


.atc-center{
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.atc-flexwrap{
    display: flex;
    justify-content: center;
}
.atc-harf{
    width: 44vw;
    padding-bottom: 3rem;
}
.atc-harf table,.atc-harf p{
    width: clamp(200px,92%,480px);
    margin: 0 auto;
}


.atc-full{
    margin-left: 3rem;
    margin-right: 3rem;
    padding-bottom: 3rem;
}
.atc-space-top{
    padding-top: 3rem;
}

table{
    margin: 40px auto 40px auto;
}
th{
    text-align: left;
    font-weight: normal;
    padding: 0.5rem 0;
}
td{
    text-align: left;
    font-weight: normal;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}

table a {
    color: #000;
}

table a:hover {
    color: #000;
}
table a:visited {
    color: #000;
}

section{
    padding-bottom: 60px;
}


.btn {
    display: inline-block;
	height: 69px;
    text-decoration: none;
    transition: .3s;
}
.btn:hover {
    filter: brightness(125%);
}

.by-ject-wrap{
    margin-left: 3rem;
    margin-right: 3rem;
    padding: 60px 0;
    display: flex;
    justify-content: space-around;
}
.by-ject{
    width: 260px;
    margin: 3rem;
}
.by-ject img{
    width: 260px;
}
.by-ject p{
    argin-bottom: 1rem;
}
.disclaimer-text{
    margin-top: 3rem;
    padding-left: 2rem;
}
.disclaimer-text p{
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
}

footer{
    background-color: ##1D1D1D;
}
#footer-main{
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 50px;
}
#footer-main p{
    font-size: 0.9em;
    text-align: center;
    color: #FFFFFF;
}


.logo-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    column-gap: 20px;
}
.logo-box-steam{
    width: 150px;
    height: auto;
}
.logo-box-epic{
    width: 100px;
    height: auto;
}


@media screen and (max-width:760px) {

#top {
    width: 100%;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.top-ttlimg{}

.movie-link{
    width: 100%;
    position: static;
    top:120px;
    left:10%;
    border: none;
}

main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.img-catch{
    width: 100%;
    height: auto;
    margin: 1rem 0;
}
.section-deco-top{
    position: relative;
}
.section-deco-top img{
    position: relative;
    width: 100%;
    height: 31px;
    top:-31px;
    object-fit: cover;
}
.section-deco-bottom{
    position: relative;
}
.section-deco-bottom img{
    position: relative;
    width: 100%;
    height: 31px;
    bottom:-31px;
    object-fit: cover;
    transform: rotate(180deg);
}

.capture{
    gap: 6vw;
}
.capture li{
    width: 40vw;
}

.top-catch{
    padding: 10vw 0;
}
.top-catch p{
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 clamp(1rem,4vw,80px);
}


.operation-info{
    padding: 16vw clamp(2rem,8vw,80px);
}
.ttl-operation-info{
    font-size: 20px;
    margin-bottom: 2rem;
    line-height: 1.4;
}
.operation-info ul{
    text-align: left;
    margin: 0 auto;
    width: 100%;
}
.operation-info ul li{
    font-size: 1rem;
}
.operation-info h4{
    margin-top: 2.8rem;
    font-size: 16px;
    line-height: 1.4;
}
.operation-info table.operation-keyboald{
    font-size: clamp(7px, 2.25vw, 20px);
    margin: 20px auto 20px auto;
}
.operation-info table th,.operation-info table td{
    padding: 0.4rem 0;
    white-space: nowrap;
}
.bt-none{padding-bottom: 0px;}
.info-area p{
    padding: 0.4vw clamp(2rem,8vw,80px);
    font-size: 1rem;
}
.info-area h5{
    padding: 0.4vw clamp(2rem,8vw,80px);
    font-size: 1rem;
}

/* 装飾 */
.deco-01{display: none;}
.deco-02{display: none;}
.deco-03{display: none;}
.deco-04{display: none;}
.deco-05{display: none;}
.deco-06{display: none;}

.mode-title{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

h3 img{
    position: relative;
    left: 4%;
    width: 96%;
    height: auto;
}

.shift{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.info-photo{
    margin-bottom: 1.5rem;
}
.info-key{
    margin-bottom: 1.5rem;
    width: 100%;
    height: auto;
    min-width :416px;
}
.atc-center{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.info-text-bk{
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 3rem;
}
.info-text{
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 3rem;
}

.atc-flexwrap{
    margin-left: 4rem;
    margin-right: 4rem;
    display: flex;
    flex-wrap: wrap;
}

.atc-full{
    margin-left: 4rem;
    margin-right: 4rem;
    padding-bottom: 3rem;
}
.atc-harf{
    width: 100%;
    padding-bottom: 3rem;
}
.atc-harf table th,.atc-harf table td{
    white-space: nowrap;
}


table{
    font-size: 0.8rem;
}
th{
    padding: 0.5rem 0;
}
td{
    padding: 0.5rem 0.2rem 0.5rem 0.5rem;
}


.btn {
    display: inline-block;
	height: 69px;
    text-decoration: none;
    transition: .3s;
	
}
.btn img{
	width: 368px;
	height: 69px;
}

.by-ject-wrap{
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.disclaimer-text{
    margin-top: 3rem;
    padding-left: 0rem;
}

}


@media screen and (max-width:520px) {

.img-right{
    padding: 0 0.4rem;
    margin-top: auto;
    margin-bottom: auto;
    width: 30%;
    height: auto;
}
.img-left{
    padding: 0 0.4rem;
    margin-top: auto;
    margin-bottom: auto;
    width: 50%;
    height: auto;
}


.mode-title{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.atc-flexwrap{
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.atc-full{
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 3rem;
}
.atc-harf{
    width: 100%;
    padding-bottom: 3rem;
}

.atc-harf img{
    width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
	height: auto;
    text-decoration: none;
    transition: .3s;
}

.info-photo{
    margin-bottom: 1.5rem;
    width: 100%;
    height: auto;
}
.info-key{
    margin-bottom: 1.5rem;
    width: 100%;
    height: auto;
    min-width: inherit;
}

}
