@charset "utf-8";
/* CSS Document */
/*
common
header
*/


/*common*/
body {
	background-image: url("../img/bg.png");
  	background-size: 20px 20px;
 	width: 100%;
 	height: 100%;
 	color: #333;
 	font-family: 'Rounded Mplus 1c';
 	font-weight: 700;
  	font-style: normal;
 	line-height: 1.5;
 	letter-spacing: 1px;
  	overflow-y: scroll;
	margin: 0px; 
    padding: 0px; 
}

div {
    display: block;
}

.width-limitter {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.small {
	font-size: 70%;
}

#wrap {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.link_c{
	color:#03a688;
	text-decoration:underline;
}

/*--------------------------- header/footer -----------------------*/

.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
.logo{
	float: left;
	position: fixed;
    z-index: 999;
	margin: 15px 0 0 15px;
}



#top-head {
    top: -40px;
    position: fixed;
    width: 100%;
    margin: 100px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}


#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 13px;
}
 

 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 4px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #391f18;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*mobile*/
 @media screen and (max-width: 750px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
		width: 100%;
        position: fixed;
        margin-top: 0;
		margin-right: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }

	#top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
		float: left;
	 }
	 
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        color: rgba( 255, 255, 255, 255.75 );
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
		padding-right: 1em;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	 
	 .logo{
		 width: 10%;
	 }
	 
}


/* footer */

footer{
	bottom:0;
	width:100%;
	height:200px;
	background-color:#391f18;
	padding-top:60px;
	box-sizing:border-box
}

.footer-logo{
	display:block;
	width:125px;
	margin:0 auto;
	text-align:center;
	transition:opacity .4s
}

.footer-logo:hover{
	opacity:.7
}

.copyright{
	color:#FFF;
	text-align:center;
	font-size:.75rem;
	margin-top:40px;
	letter-spacing:.05em
}

/* section */
section {
    display: block;
}

/* main */
.resize{
	width: 100%;
}

.resize img{ 
	width: 100%;
	height: auto;
	min-width: 200px;
}

@media screen and (max-width: 750px){
	.resize_half img{
	width: 30%;
}

	.resize_logo img{
	width: 80%;
}
}
	
.border {
		border-bottom: solid 2px #66373D;
}


/*更新履歴*/
.news-list-wrap {
    padding: 5;
    background-color: #FFF;
    border: 1px solid #CFCFCF;
	
}

.news-list-box {
    width: 100%;
    height: 80px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
	
}

.news-list {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0px;
	margin: 0;
	text-align: left;
	display:inline-block;
}

.infoText{
	font-weight: bold;
}

.border_info{
	border-bottom: 1px dashed #9B8485; 
}

@media screen and (max-width: 750px){
	.news-list-wrap{
	width: 80%;
	margin: auto;
	padding: auto;
	}
	.news-list li{
		font-size: 60%;
	}
}

/* contents */
#contents_bg {
    padding-bottom: 50px;
	position: relative;
    margin: 0 auto 0;
    width: 100%;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../img/bg_main.jpg);
}

@media screen and (max-width: 750px){
	#contents_bg{
	width: 100%;
	margin: 0;
	padding: auto;
	}
}

.box {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    display: block;
    background: rgba(255,255,255, 0.8);
}

@media screen and (max-width: 750px){
	.box{
		width: 85%;
	}
}



/*ゲームタイトル一覧*/
.game-container{
	display: flex;	
	flex-diretion: row;
	flex-wrap: nowrap;
	width: 98%;
	align-items: flex-start;
	justify-content: space-around;
	padding-left: 1em;
}

.game-title{
}

.game-title img{
		border-radius: 5px;
	    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
		margin-bottom: 5px;
}

.game-title p{
	font-size: 80%;
	text-align: center;
}

.small{
	font-size:50%;
}


@media screen and (max-width: 750px){
	.game-container {
		justify-content: space-between;
		flex-wrap: wrap;
		padding-left: 0.6em;
	}
	
	.game-title {
		width: 50%;
		margin: 0 auto;
		display: inline-block;
	}
	
	.game-title img{
		width: 50%;
	}
	
	.game-title p{
		font-size: 45%;
	}
}

.game-title img{
		width: 92%;
}


.hover img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover img:hover {
    opacity: .5;
}

.btn-flat-simple {
  width: 90%;
  height: 30px;
  font-size: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  border: solid 2px #ef1d7b;
  border-radius: 3px;
  color: #ef1d7b;
  background: #FFFFFF;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #ef1d7b;
  color: white;
}

/* 店舗特典 */
.shop_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
    justify-content: center;
}

.shop_link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: space-between;
    margin: 0 auto;
}

.shop_list li {
    width: 500px;
    height: auto;
    margin: 0 10px 30px;
}

@media screen and (max-width: 750px){
.shop_list li img{
	width: 80%;
	}

.original_list li img{
	width: 80%;
}}


.center {
    text-align: center;
}

.radius_banner {
    border-radius: 8px;
    background-color: #4c403d;
    font-size: 90%;
    color: whitesmoke;
	margin: 0 auto;
    width: 300px;
    height: 30px;
    text-align: center;
    display: block;
    line-height: 30px;
}

.btn_shop {
    width: 90%;
    height: 100%;
    font-size: 15pt;
    text-align: center;
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    border: solid 2px #f2b705;
    border-radius: 3px;
    color: white;
    background: #f2b705;
    transition: .4s;
}

.btn_shop:hover {
  background: white;
  color: #f2b705;
}


.original_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    margin: 0 auto 30px;
	display: inline-block;
    justify-content: center;
}

.original_list_waku {
    width: 335px;
    height: auto;
    margin: 0 5px 40px;
	display: inline-block;
}

.original_list_width{
	width:335px;
}
	
/* ムービー */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% ;
  height: 100%;
}

/* 動作環境 */
.spec-box {
    width: 400px;
    margin:0 auto;
	display: block;
	text-align: center;
	padding: auto;
}

.clearfix {
    min-height: 1px;
}

.spec-list {
    float: left;
    width: 410px;
    text-align: left;
    font-weight: bold;
}

.spec-list dt {
    width: 80px;
    float: left;
    margin-top: 1em;
    color: white;
    background-color: #ef1d7b;
    margin-right: 10px;
    border-radius: 20px;
    padding: 0 0.5em;
    line-height: 1.8;
    text-align: center;
    font-size: 14px;
	/* filter: drop-shadow(0px 0px 5px #1a4653); */
}

.spec-list dd {
    width: 300px;
    float: left;
    font-size: 16px;
    margin-top: 1em;
	text-shadow: 0px 0px 10px white; 
}

#spec_bg {
    padding-bottom: 50px;
	position: relative;
    margin: 0 auto 0;
    width: 100%;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../img/bg_spec.jpg);
}

@media screen and (max-width: 550px){
	.spec-box{
		text-align: center;
		margin: 0 auto;
		width: 300px;
		padding-left: 30px;
	}
	
	.spec-list {
	width: 300px;
	margin: 0 auto;
    font-weight: bold;
}
	

.spec-list dd {
    width: 300px;
    font-size: 15px;
    margin-top: 0.5em;
}
	
}

/* margin-padding */
.mt-0{
	margin-top: 0px;
}

.mt-10{
	margin-top: 10px;
}

.mt-20{
	margin-top: 20px;
}

.mt-30{
	margin-top: 30px;
}

.mt-60{
	margin-top: 60px;
}



.mb-30{
	margin-bottom: 30px;
}

.mb-60{
	margin-bottom: 60px;
}

.pdb-30{
	padding-bottom: 30px;
}

.pdb-60{
	padding-bottom: 60px;
}

.flL{
	float: left;
}



/*ページトップボタン*/
#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef1d7b;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 23px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*ツイートボタン*/
#tweet{
  width: 79px;
  height: 76px;
  margin: 70px auto 20px;
  background: white;
  opacity: 0.9;
  filter: drop-shadow(0px 0px 8px #1a4653);
  border-radius: 50%;
}

#tweet a{
  display: block;
  width: 75px;
  height: 75px;
  font-size: 35px;
  text-align: center;
  text-decoration: none;
  margin-left: 3px;
  color: #a1a1a1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#tweet img {
    width: 100%;
    margin: 0 auto;
}

#tweet:hover {
  background: #919799;
}

#tweet a:hover{
  color: white;
}
