@charset "utf-8";
.sp-only{
	display: none;
}
body{
	background: #2c2c2c;
	height: auto;
	line-height: 1.8;
	min-height: 100vh;
	position: relative;
}
.wrap{
	display: flex;
	padding-bottom: 0;
}
a{
	color: #bebebe;
}
.title {
	padding: 0px 12px 0px;
	background: #171717;
	color: #b5b5b5;
	font-size: 18px;
	font-weight: normal;
	position: sticky;
	top: 40px;
	z-index: 100;
	height: 40px;
	display: flex;
	align-items: center;
	transition: .1s;
}
main{
	background: #171717;
	padding-bottom: 100px;
}
header.type2 h1.hp-title{
	position: relative;
	width: auto;
}
header.type2 h2 {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    margin-left: 7px;
}
footer {
	height: 60px;
	width: calc(100% - 220px);
	position: absolute;
	bottom: 0;
	margin-left: 220px;
}
.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(--Fh1-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;
}
.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);
}
.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: 0px auto 100px;
	padding: 0;
	color: #666;
	max-width: 100%;
}
.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;
}

.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 1px #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 */
h2.weapon-title {
	height: 38px;
	padding-left: 10px;
	background: #000000;
	font-size: 26px;
	padding-top: 10px;
}
h2.weapon-title.tank {
    color: #4d63ca;
}
h2.weapon-title.healer {
    color: #4c783a;
}
h2.weapon-title.dps {
    color: #a65759;
}
.wp-list{
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #575757;
	background: #171717;
	margin-bottom: 0;
}
.wp-list .list{
	/* max-width: 185px; */
	border: none;
	margin: 0 -1px 0 0;
	width: 25%;
	max-width: 100%;
}
.wp-list .list h3{
	display: flex;
	align-items: center;
	font-size: 12px;
	height: 36px;
	margin-bottom: 0;
	color: #999;
	border-left: solid 1px #2b2b2b;
	background: #000;
	padding: 4px;
	line-height: 1.1;
}
.wp-list.tank{
	border-top: solid 4px #344595;
}
.wp-list.healer{
	border-top: solid 4px #355528;
}
.wp-list.dps{
	border-top: solid 4px #623334;
}
.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: 0;
	border: solid 1px #2b2b2b;
	cursor: pointer;
	transition: .6s;
	border-top: none;
	position: relative;
}
.wp-list .list .img-area button.color-btn {
	background: url(/img/dye.png);
	background-size: contain;
	position: absolute;
	top: 10px;
	border: none;
	width: 50px;
	right: 10px;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 22px;
	filter: grayscale(100%);
	background-color: #c2c2c2;
	border-radius: 2px;
	font-weight: bold;
	height: 23px;
}
.wp-list .list .img-area button.color-btn.active{
	filter: grayscale(0%);
	background-color: #ffdb89;
}
.wp-list .list .img-area:last-child{
	border-right: none;
}
.wp-list .list .img-area > span{
	padding-bottom: 128%;
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain!important;
}
.wp-list .list .img-area .img-1{
	background: url(../img/weapon/tengoku/PLD.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-2{
	background: url(../img/weapon/tengoku/WAR.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-3{
	background: url(../img/weapon/tengoku/DRK.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-4{
	background: url(../img/weapon/tengoku/GNB.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-5{
	background: url(../img/weapon/tengoku/WHM.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-6{
	background: url(../img/weapon/tengoku/SCH.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-7{
	background: url(../img/weapon/tengoku/AST.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-8{
	background: url(../img/weapon/tengoku/SGE.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-9{
	background: url(../img/weapon/tengoku/MNK.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-10{
	background: url(../img/weapon/tengoku/DRG.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-11{
	background: url(../img/weapon/tengoku/NIN.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-12{
	background: url(../img/weapon/tengoku/SAM.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-13{
	background: url(../img/weapon/tengoku/RPR.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-14{
	background: url(../img/weapon/tengoku/VPR.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-15{
	background: url(../img/weapon/tengoku/BRD.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-16{
	background: url(../img/weapon/tengoku/MCH.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-17{
	background: url(../img/weapon/tengoku/DNC.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-18{
	background: url(../img/weapon/tengoku/BLM.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-19{
	background: url(../img/weapon/tengoku/SMN.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-20{
	background: url(../img/weapon/tengoku/RDM.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-21{
	background: url(../img/weapon/tengoku/PCT.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m1{
	background: url(../img/weapon/tengoku/PLD_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m2{
	background: url(../img/weapon/tengoku/WAR_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m3{
	background: url(../img/weapon/tengoku/DRK_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m4{
	background: url(../img/weapon/tengoku/GNB_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m5{
	background: url(../img/weapon/tengoku/WHM_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m6{
	background: url(../img/weapon/tengoku/SCH_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m7{
	background: url(../img/weapon/tengoku/AST_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m8{
	background: url(../img/weapon/tengoku/SGE_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m9{
	background: url(../img/weapon/tengoku/MNK_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m10{
	background: url(../img/weapon/tengoku/DRG_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m11{
	background: url(../img/weapon/tengoku/NIN_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m12{
	background: url(../img/weapon/tengoku/SAM_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m13{
	background: url(../img/weapon/tengoku/RPR_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m14{
	background: url(../img/weapon/tengoku/VPR_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m15{
	background: url(../img/weapon/tengoku/BRD_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m16{
	background: url(../img/weapon/tengoku/MCH_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m17{
	background: url(../img/weapon/tengoku/DNC_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m18{
	background: url(../img/weapon/tengoku/BLM_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m19{
	background: url(../img/weapon/tengoku/SMN_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m20{
	background: url(../img/weapon/tengoku/RDM_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area .img-m21{
	background: url(../img/weapon/tengoku/PCT_n.png) no-repeat center;
	background-size: cover;
}
.wp-list .list .img-area:hover{
	opacity: .8;
}
.wp-list .list .img-area img{
	width: 100%;
}
.wp-name {
    display: flex;
    align-items: center;

	height: 40px;
	display: flex;
	align-items: center;
	position: fixed;
	top: 40px;
	background: #00000075;
	width: auto;
	z-index: 10000;
	left: 230px;
	color: #fff;
}
.wp-name > img{
    width:30px;
	margin-right: 4px;
}
.l-img-overlay{
	width: 100vw;
	height: 100vh;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .6s;
	z-index: 100;
	opacity: 1;
	border-radius: 0;
	width: calc(100% - 220px);
    background: #000;
    top: 100vh;
    right: 0;
    left: auto;
}
.l-img-overlay.modal-active{
	/* right: 0; */
	top: 40px;
}
.l-img-overlay::after{
	content: "×";
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	color: #fff;
}
.l-img-area{
    position: absolute;
    height: 90vh;
    border-radius: 0;
}
.l-img-area img{
	height: 100%;
}
br.sp{
	display: none;
}

.bottom-text-area{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto!important;
	align-items: end;
}
.bottom-text-area .bottom-text{
	width: 70%;
	padding: 20px;
	margin: 0!important;
	color: #fff;
	font-size: 14px;
}
.bottom-text-area .bottom-img{
	width: 28%;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	margin-left: 2%;
	position: relative;
} 
.bottom-text-area .bottom-img .img{
	width: 100px;
	height: 114px;
	background: url(../img/img.png) no-repeat center;
	background-size: cover;
	background-position: 0 0;
}
.bottom-text-area .bubbles{
	background: #2f2f2f;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 90%;
}
.bottom-text-area .kanpe-card{
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
}
.kanpe-card li.bg-img{
	border-radius: 8px;
}
.kanpe-link{
	width: 100%;
}
.kanpe-link h4{
	font-size: 16px;
	padding: 4px 0;
	border-bottom: dotted 2px #767676;
	color: #fff;
	margin-bottom: 16px;
}
.kanpe-link ul{
	display: flex;
	align-items: center;
}
.kanpe-link li:first-child{
	margin-right: 20px;
}
.kanpe-link a{
	color: var(--link-color);
	font-size: 14px;
}
.kanpe-link span{
	font-size: 14px;
}
.link-area {
	width: 90%;
	padding: 20px;
	background: #474444;
	margin: 20px auto;
}
.link-area h3{
	font-size: 16px;
	padding: 4px 14px;
	border-bottom: dotted 2px #767676;
	color: #fff;
	background: #292929;
	margin-bottom: 16px;
}
.link-area p{
	font-size: 14px;
	color: #fff;
	padding: 4px;
}
.link-area .nav{
	padding-left: 20px;
	margin-top: 10px;
}
.link-area .nav li{
	list-style: disc;
	font-size: 14px;
	margin-bottom: 6px;
}
.link-area .nav li a{
	/* text-decoration: underline; */
	color: var(--link-color);
}
.link-area .nav li a:hover{
	text-decoration: none;
}

.nav-title {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    border-bottom: solid 1px #676767;
}
/* timeline */
.timeline {
	padding: 10px 12px 0px;
}
.timeline li{
	display: flex;
	border: none;
	height: auto;
	margin-bottom: 0;
	padding: 5px 4px 5px 4px;
	border-radius: 4px;
}
.timeline li::before{
	content: none;
}
.timeline li.active {
	outline: solid 0.5px #767676;
}
.timeline li.tank.active {
	background: #1f3559;
}
.timeline li.healer.active {
	background: #293626;
}
.timeline li.dps.active {
	background: #6e3636;
}
/* .timeline li.active::after{
	content: "";
	position: absolute;
	right: -22px;
	top: 50%;
	transform: translateY(-50%); 
	border: 10px solid transparent;
	border-right: 20px solid #000;
} */
.timeline li span, .timeline li a{
	position: relative;
	top: 0;
}
.job-set{
	display: flex !important;
    justify-content: space-between;
    width: 100% !important;
}
.job-set .modal-btn {
	font-size: 12px;
	cursor: pointer;
	margin: 0 4px;
	background: #5c5c5c;
	width: 38px;
	border-radius: 4px;
	text-align: center;
	transition: .5s;
	padding: 4px 0;
}
.job-set .modal-btn:hover {
	background: #7b7b7b;
}
.job-set img{
	width: 24px;
	margin-right: 3px;
}
.job-set > span{
	display: flex;
	align-items: center;
	line-height: 1.2;
}
.sec-title {
	padding: 10px 10px 6px;
	color: #fff;
	margin-top: 50px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	background: #171717;
}
.modal .modal-text {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 80%;
	font-size: 12px;
	padding: 4px 8px;
	line-height: 1.2;
	border-radius: 4px;
	color: #ffffff;
}
/* SP */
@media screen and (max-width: 768px) {
	.wrap {
		overflow: hidden;
		padding-top: 40px;
	}
	.title{
		font-size: 14px;
		left: 0;
		position: fixed;
		width: 100%;
	}
	footer{
		width: 100%;
		margin-left: 0;
	}
	h2.weapon-title {
		height: 32px;
		font-size: 18px;
	}
	.wp-name {
		margin-left: 0;
		left: 8px;
		font-size: 12px;
		line-height: 1.1;
	}
	.wp-name > img {
		width: 24px;
		margin-right: 2px;
	}
	.l-img-overlay{
		width: 100%;
	}
	.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;
	}
	.bottom-text-area{
		flex-wrap: wrap;
		width: 100%;
	}
	.bottom-text-area .bottom-text{
		width: 100%;
	}
	.bottom-text-area .bottom-img{
		width: 100%;
		margin-left: 0;
		justify-content: center;
		align-items: center;
	}
	.bottom-text-area .bottom-text{
		width: 90%;
		margin: 0 auto 20px !important;
		padding: 0;
	}
	.bottom-text-area .bubbles{
		width: 100%;
	}
	.kanpe-link{
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	br.sp{
		display: block;
	}
	.index .card{
		width: auto;
	}
	.sp-only{
		display: block;
	}
	.index {
    width: 90%;
	}
	.index ul{
		justify-content: start;
		margin-bottom: 0;
	}

	.page-title h2 {
		padding: 15px 10px;
		font-size: 18px;
	}
	.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%;
		width: 50%;
	}

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

.bottom-text-area .bubbles.hengoku::after{
	content: "辺獄編は当時周回できなかったので解除で集めてきました。募集に来てくれた方ありがとー";
	width: 100%;
	padding: 4px 10px;
	font-size: 12px;
	color: #fff;
}
.bottom-text-area .bubbles.rengoku::after{
	content: "煉獄編は旬を逃して４層クリアまで２年くらいかかりました。一番好きなレイドです！";
	width: 100%;
	padding: 4px 10px;
	font-size: 12px;
	color: #fff;
}
.bottom-text-area .bubbles.tengoku::after{
	content: "天獄編は驚異的なロット運でコンプできました。折角なのでアルカディアシリーズの武器一覧も追加しました。";
	width: 100%;
	padding: 4px 10px;
	font-size: 12px;
	color: #fff;
}
.bottom-text-area .bubbles.lhv::after{
	content: "ライトヘビー級はあまり周回できなかったのでまた武器集めに行きたい気持ち。カンペ作ろうか検討中です。";
	width: 100%;
	padding: 4px 10px;
	font-size: 12px;
	color: #fff;
}
.bottom-text-area .bubbles.cr::after{
	content: "クルーザー級は染色パターンも載せてます。染色ボタンで切り替わります。";
	width: 100%;
	padding: 4px 10px;
	font-size: 12px;
	color: #fff;
}
.bottom-text-area .bubbles.hv::after{
	content: "ヘビー級はロット弱弱でした。武器箱0はありまぁーす！";
	width: 100%;
	padding: 4px 10px;
	font-size: 12px;
	color: #fff;
}