@charset "utf-8";
.sp-only{
	display: none;
}
body{
	background: #2c2c2c;
	height: auto;
	line-height: 1.8;
	min-height: 100vh;
	position: relative;
}
a{
	color: #bebebe;
}
footer{
	height: 60px;
	width: 100%;
	position: absolute;
    bottom: 0;
}
.footer-text{
	background: none;
	justify-content: center;
}
.privacypolicy{
    text-align: center;
    width: 100%;
    font-size: 14px;
}
.privacypolicy a {
    color: #bebebe;
	margin: 0 auto; 
}
.page-title{
	text-align: center;
	width: 100%;
    background: none;
    padding-top: var(--header-height);
    overflow: hidden;
	height: 130px;
	background: #595656;
    border-bottom: solid 1px #777;
}
.page-title h2{
	padding: 30px;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    /* border-bottom: solid 1px #616161; */
    width: 98%;
	margin: 0 auto;
	left: 1%;
	position: absolute;
}
.wrap{
	display: block;
	padding: 0 0 200px;
}
.kanpe-card{
	margin: 20px auto 100px;
	padding: 20px;
	/* background: var(--main-bg-color); */
	color: #666;
	max-width: 1000px;
}
.kanpe-card h4{
	color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
}
.kanpe-card a{
	/* color: var(--main-h2-color); */
	display: block;
	width: 100%;
	padding: 10px 20px;
	width: 300px;
	height: 100px;
	position: relative;
	color: #d2d2d2;
	z-index: 0;
	transition: .5S;
	background: rgb(255, 255, 255 , .2);
}

.kanpe-card a:hover{
	opacity: .5;
}
.kanpe-card li.bg-img{
	position: relative;
	width: 300px;
	height: 100px;
	z-index: 0;
	filter: none;
}
.kanpe-card li.bg-img::after{
	content: none;
}
.index{
	/* width: 90%;
	max-width: 1200px; */
	margin: 0 auto;
}
.index ul{
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.index li{
	margin-bottom: 10px;
    font-size: 20px;
    border: solid 1px #606060;
    border-radius: 4px;
    margin-right: 20px;
    overflow: hidden;
}

.weapon-card{
	margin: 20px auto 100px;
    padding: 20px;
    color: #666;
    max-width: 1200px;
}
.weapon-card li{
	/* width: calc(34% - 20px); */
	margin-right: 0;
}
.weapon-card li img{
	cursor: pointer;
	transition: .5s;
}
.weapon-card li img:hover{
	opacity: .8;
}
.weapon-card h4 {
    color: #ddd;
    margin: 60px 0 10px;
    font-weight: normal;
    font-size: 18px;
}
.weapon-card h4:first-of-type{
	margin-top: 0;
}
/* .weapon-card li:nth-child(3){
	margin-right: 0;
} */
.card{
	margin: 20px auto;
    color: #fff;
    background: rgb(10, 0, 255, .6);
    padding: 20px;
    border: solid 1px #acacac;
    border-radius: 5px;
    font-size: 14px;
    outline: solid 3px #fff;
	background-color: #1200ff;
	background-image: linear-gradient(0deg, #1200ff 0%, #4444ff 100%);
	box-shadow: 3px 3px 10px rgb(0, 0, 0 , .6);
	transition: .5S;
	overflow: hidden;
}
#explanation{
	height: 50px;
	padding: 0;
	position: relative;
	margin-top: 40px;
}
#explanation.active {
    height: 180px;
}
#explanation p.text{
	background: none;
}
#explanation p.title{
	font-size: 16px;
	padding: 10px 20px;
}
#explanation p.text,
#explanation.active p.title{
	opacity: 0;
	height: 0;
	padding: 0;
}
#explanation.active p.text,
#explanation p.title{
	opacity: 1;
	height: auto;
}
#explanation.close p.title,
#explanation.active p.text{
	animation: exfadeIn .5s ease-in 0s forwards;
	background: none;
}
#explanation p.title:after {
    content: "▼";
    position: absolute;
    right: 15px;
    font-size: 14px;
    bottom: 10px;
}
p.link {
    text-align: center;
    color: #fff;
    margin: 60px auto 0;
}
@keyframes exfadeIn {
	0% {
	  display: none;
	  opacity: 0;
	}
  
	1% {
	  display: none;
	  opacity: 0;
	}
  
	100% {
	  display: block;
	  opacity: 1;
	}
  }
#explanation p.text{
	padding: 20px 20px;
}
#explanation .explanation-close,
#explanation.active .explanation-open{
	display: none;
}
#explanation.active .explanation-close,
#explanation .explanation-open{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 100;
}
.index .card{
	max-width: 960px;
}
.index.pp{
	padding-top: 30px;
}
.pp .card{
	max-width: 600px;
	font-size: 12px;
}
.card h3 {
    font-size: 14px;
}
.card a{
	color: #00c5c6;
	text-decoration: none;
	margin: 0 3px;
}
.s-text{
	font-size: 10px;
}
li.disabled{
	border: none;
    opacity: .3;
    background: #fff !important;
}
.disabled a{
    pointer-events: none;
	position: relative;
}
.disabled a::after{
    content: "ゆっくり準備中";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(188, 188, 188,  .8);
    color: #000;
    font-size: 14px;
}
.anime-card {
	display: flex;
    justify-content: end;
    position: relative;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 18px;
	max-width: 960px;
    width: 80%;
	opacity: 0;
}
.anime-card img{
    width: 50px;
}
.memo {
    position: absolute;
    width: 5em;
	height: 40px;
    margin: 0;
    padding: 10px;
    top: 13px;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background-color: #fff;
    color: #908a60;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    left: 20px;
    font-size: 10px;
}
.memo.memo1 {
	background: #caffee;
}
.memo.memo2 {
    top: 20px;
    left: auto;
    right: 91px;
    -webkit-transform: rotate(-7deg);
    background: #fff;
    width: 40px;
    height: 30px;
}
.memo:after {
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    position: absolute;
    top: -6px;
	background: rgb(27, 244, 197, .6);
    right: 18px;
    -webkit-transform: rotate(4deg);
}
/* ライトテーマ */
body.bright{
	background: #e9e3d5;
}
body.bright .page-title h2,
body.bright .kanpe-card h4,
body.bright .footer-text,
body.bright .privacypolicy a{
	color: #666;
}
body.bright .kanpe-card a{
	background: rgb(0, 0, 0 , .4);
}
body.bright .disabled a::after{
    background: rgb(0, 0, 0,  .8);
    color: #afa9ff;
}
body.bright .page-title{
	border-bottom: solid 1px #b7b7b7;
}
body.bright .page-title{
	background: #fff;
}
@media screen and (max-width: 980px) {
	.index .card{
		width: calc(100% - 40px);
	}
	#explanation.active {
		height: 260px;
	}
}
/* wp */
.wp-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.wp-list .list{
	max-width: 185px;
	border: none;
	margin: 0 8px 8px 0;
}
.wp-list .list h3{
	display: flex;
	align-items: center;
	font-size: 16px;
	height: 36px;
	margin-bottom: 4px;
	color: #999;
}
.wp-list .list h3 span{
	width: 30px;
	margin-right: 4px;
}
.wp-list .list h3 span img{
	width: 100%;
}
.wp-list .list .img-area{
	overflow: hidden;
	border-radius: 8px;
	border: solid 1px #575757;
	cursor: pointer;
	transition: .6s;
}
.wp-list .list .img-area:hover{
	opacity: .8;
}
.wp-list .list .img-area img{
	width: 100%;
}
.l-img-overlay{
	width: 100vw;
    height: 100vh;
	position: fixed;
    background: #000000de;
    top: 0;
    left: 0;
    z-index: -100;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	transition: .6s;
    opacity: 0;
}
.l-img-overlay.modal-active{
	 z-index: 100;
	 opacity: 1;
}
.l-img-area{
    position: absolute;
	height: 90vh;
}
.l-img-area img{
	height: 100%;
}
br.sp{
	display: none;
}
/* SP */
@media screen and (max-width: 768px) {
	.anime-card{
		opacity: 0;
		display: none;
	}
	.index .card{
		width: calc(100% - 40px);
	}
	#explanation.active {
		height: 300px;
	}
	.card{
		outline: solid 1px #fff;
	}
	.page-title{
		height: auto;
	}
	.page-title h2{
		position: relative;
	}
	.weapon-card h4 {
		margin: 30px 0 5px;
		font-size: 16px;
	}
	.l-img-area img {
		height: auto;
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	br.sp{
		display: block;
	}
	.index .card{
		width: auto;
	}
	.sp-only{
		display: block;
	}
	.wrap {
		padding: 0 0 200px;
	}
	.index {
    width: 90%;
	}
	.index ul{
		justify-content: start;
		margin-bottom: 0;
	}

	.page-title h2 {
		padding: 15px 10px;
		font-size: 18px;
	}
	.kanpe-card{
		padding: 0;
	}
	.kanpe-card li.bg-img{
		margin-right: 2%;
		width: 49%;
	}
	.index li.bg-img:nth-of-type(even) {
		margin-right: 0;
	}
	.kanpe-card li a {
		width: 100%;
	}
	li.disabled{
		display: none;
	}
	.wp-list .list{
		max-width: 100%;
		margin-right: 2%;
		width: 48%;
	}

}
@media screen and (max-width: 550px) {
	#explanation.active {
		height: 420px;
	}
}