@charset "utf-8";
/* reset */
html, body, div, span, h1, h2, h3, h4, p, img, dl, dt, dd, ul, li, article, footer, header, hgroup, menu, nav, section, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	word-wrap: break-word;
	word-break: break-all;
	font-variant-ligatures: none;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	line-height: 1.6;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #464646;
	font-feature-settings : "palt" 1;
	-webkit-text-size-adjust: 100%;
}

article, main, footer, header, menu, nav, section {display: block;}
h1, h2, h3, h4, h5, h6 {font-weight: 300;}
ul {list-style: none;}
img {max-width: 100%;vertical-align: bottom;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	color: #464646;
	vertical-align: baseline;
	background: transparent;
	outline: none;
	transition: all .3s;
}
a:hover {
	color: #464646;
}
button {
	color: #464646;
	cursor: pointer;
}
* {
	box-sizing: border-box;
}
h3 {
	font-size: 1.8rem;
	font-weight: bold;
}
main {
	padding: 0 50px;
}
.activeArea {
	max-width: 1280px;
	margin: 0 auto;
}
.spBr {
	display: none;
}
.red {
	color: #ff5353;
}
.bkLine {
	background: linear-gradient(transparent 60%, #fff000 60%);
}
.table {
	width: 100%;
	display: table;
	border: 1px solid #707070;
}
.table dl {
	display: table-row;
}
.table dt,.table dd {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #707070;
	padding: 20px;
}
.table dl:last-child dt,.table dl:last-child dd {
	border-bottom: none;
}
.table dt {
	font-weight: bold;
	text-align: center;
	background: #FFEEF6;
}
.table dd {
	border-left: 1px solid #707070;
}
/* herder */
header {
	margin-bottom: 50px;
}
header .imgArea {
	height: 400px;
	position: relative;
	overflow: hidden;
}
header .imgArea img {
	max-width: inherit;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.headerNav {
	background: #ff00cc;
    background: linear-gradient(to right, #333399, #ff00cc);
}
.headerNav ul {
	display: flex;
}
.headerNav li {
	width: 100%;
}
.headerNav li a {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 2.07rem 0;
}
.headerNav li a span {
	position: relative;
	padding: 5px 0;
}
.headerNav li a span::before {
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s;
}
.headerNav li a:hover span::before {
	width: 100%;
}
.newBlogArea {
	margin: 0 0 50px;
}
.newBlog a {
	padding: 0 7px;
}
.newBlog a h4 {
	max-width: 200px;
	max-height: 44.78px;
	font-size: 1.4rem;
	overflow: hidden;
}
.tabAd {
	display: none;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	touch-action: pan-y;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
    margin: 0 -7px;
    padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-arrow {
	width: 20px;
	height: 20px;
	font-size: 0;
	border: solid #464646;
	border-width: 2px 2px 0 0;
	background: none;
	position: absolute;
	top: 30%;
	z-index: 3;
}
.slick-prev {
	transform: rotate(-135deg);
	left: -24px;
}
.slick-next {
	transform: rotate(45deg);
	right: -24px;
}
.contentIn {
	display: flex;
}
.mainArea {
	width: 860px;
	margin-bottom: 100px;
}
.sideArea {
	width: 370px;
	margin-left: 50px;
}
.archives {
	margin-bottom: 50px;
}
.archivesArea {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.archives article {
	display: flex;
	flex-direction: column;
	flex: 0 0 48.5%;
	margin-bottom: 3%;
}
.archives article:nth-child(odd) {
	margin-right: 3%;
}
.archives a {
	display: flex;
	flex-direction: column;
	flex: 1 auto;
	overflow: hidden;
	position: relative;
	background: #F6F6F6;
	padding: 20px;
}
.archives a::before {
	content: "";
	width: 0%;
	height: 100%;
	background: #E0EAFC;
	background: linear-gradient(to right, #eff6ff, #E0EAFC);
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
}
.archives a:hover::before {
	width: 100%;
}
.archives figure,
.pickupBlogArea figure,
.newBlogArea figure {
	width: 100%;
	overflow: hidden;
}
.archives figure img,
.pickupBlogArea figure img,
.newBlogArea figure img {
	width: 100%;
	transition-duration: .3s;
	transform: scale(1);
}
.archives a:hover figure img,
.pickupBlogArea a:hover figure img,
.newBlogArea a:hover figure img {
	transform: scale(1.1);
}
.archives h3 {
	flex: 1 auto;
	position: relative;
	margin: 5px 0;
}
.archives ul {
	width: 100%;
	display: flex;
	position: relative;
}
.archives li {
	width: 50%;
}
.archives li:last-child {
	display: flex;
	justify-content: right;
	align-items: center;
}
#moreButton {
	width: 100%;
	line-height: 5rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #464646;
	background: #F6F6F6;
	border: none;
	margin-top: 40px;
	position: relative;
	transition: all .3s;
	cursor: pointer;
}
#moreButton::before {
	content: "";
	width: 0;
	height: 100%;
	background: #ff00cc;
    background: linear-gradient(to right, #333399, #ff00cc);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s;
}
#moreButton:hover {
	color: #fff;
}
#moreButton:hover::before {
	width: 100%;
}
#moreButton span {
	position: relative;
}
.sideProfile {
	color: #fff;
	background: #ff00cc;
    background: linear-gradient(to right, #333399, #ff00cc);
	margin-bottom: 50px;
}
.sideProfile .bgImg img {
	width: 100%;
}
.sideProfile .icon {
	width: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin: -50px auto 10px;
}
.sideProfile h3 {
	text-align: center;
	margin-bottom: 20px;
}
.sideProfile p {
	padding: 0 20px 20px;
}
.sideProfile ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0 10% 30px;
}
.sideProfile li {
	padding: 0 10px;
}
.sideProfile li .dashicons {
	width: 40px;
	height: 40px;
	font-size: 4rem;
}
.sideProfile li img {
	max-width: 30px;
}
.sideProfile li svg {
	width: 40px;
	height: 40px;
	padding: 5px 0;
}
.sidAd1,.sideAd2 {
	margin-bottom: 50px;
}
.pickupBlog, .sideCategory {
	margin-bottom: 50px;
}
.pickupBlog h3, .sideCategory h3, .sideCopy h3,.sideSearch h3,.sideHousing h3,.sideInfo h3 {
	text-align: center;
	color: #fff;
	background: #ff00cc;
	background: linear-gradient(to right, #333399, #ff00cc);
	padding: 10px 0;
	margin-bottom: 20px;
}
.sideInfo {
	border: 2px solid #fbb6be;
	border-image: linear-gradient(to right, #333399, #ff00cc);
	border-image-slice: 2;
	margin-bottom: 50px;
}
.sideInfo li {
	padding: 0 15px 15px;
}
.sideInfo li p {
	max-height: 52px;
	overflow: hidden;
}
.sideHousing {
	margin-bottom: 50px;
}
.sideHousing h3 {
	margin-bottom: 0;
}
.housingImg {
	position: relative;
}
.housingImg img {
	width: 100%;
}
.housingImg p {
	width: 100%;
	font-size: 3rem;
	font-weight: bold;
	color: #f00;
	text-align: center;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px;
}
.housingImg .text2 {
	color: #00f;
}
.housingImg p span {
	display: block;
}
.housingImg p time {
	display: block;
}
.pickupBlog a {
	display: block;
	margin-bottom: 20px;
}
.pickupBlog article {
	display: flex;
	overflow: hidden;
}
.pickupBlog figure {
	width: 50%;
}
.pickupBlog .textArea {
	width: 50%;
	padding-left: 15px;
}
.pickupBlog h4 {
	height: 5.12rem;
	overflow: hidden;
}
.pickupBlog p {
	display: flex;
	flex-flow: row;
	align-content: center;
	font-size: 1.4rem;
	margin-top: 5px;
}
.sideCategory li a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 12px 10px;
	transition: all .2s;
}
.sideCategory li a::after {
	content: "";
	width: 0;
	height: 2px;
	background: #f6a5af;
    background: linear-gradient(to right, #333399, #ff00cc);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
}
.sideCategory li a:hover::after {
	width: 100%;
}
.sideCopy p {
	font-size: 1.2rem;
	text-align: center;
}
.sideSearch {
	border: 2px solid #fbb6be;
	border-image: linear-gradient(to right, #333399, #ff00cc);
	border-image-slice: 2;
	margin-bottom: 50px;
}
.sideSearch h3 {
	margin-bottom: 0;
}
.sideSearch form {
	position: relative;
	padding: 20px;
}
.sideSearch input {
	width: 100%;
	font-size: 1.6rem;
	border: none;
	border-bottom: 2px solid #ff00cc;
	border-image: linear-gradient(to right, #333399, #ff00cc);
	border-image-slice: 2;
	padding: 10px 40px 10px 10px;
}
.sideSearch input[type="text"]:focus {
	outline: none;
}
.sideSearch button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.sideSearch .dashicons {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	background: linear-gradient(to right, #333399, #ff00cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer {
	color: #fff;
	background: #ff00cc;
    background: linear-gradient(to right, #333399, #ff00cc);
}
.footerNav ul {
	text-align: center;
}
.footerNav li {
	display: inline-block;
	margin: 0 10px;
}
.footerNav li a {
	font-size: 1.2rem;
	color: #fff;
}
.footerNav li a:hover {
	text-decoration: underline;
}
footer p {
	font-size: 1.2rem;
	text-align: center;
	padding: 5px 0;
}
.spMenu li {
	display: none;
}
.spMenu li:nth-child(3) {
	display: block;
}
.pageTop {
	height: 50px;
	width: 50px;
	font-size: 0;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #ff00cc;
	border: solid 2px #fff;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2;
	cursor: pointer;
}
.pageTopArrow {
	display: block;
	height: 10px;
	width: 10px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 1379px) {
	.newBlogArea {
		padding: 0 30px;
	}
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
	main {
		padding: 0 2.5%;
	}
	.mainArea {
		width: 68%;
	}
	.sideArea {
		width: 32%;
		margin-left: 0;
		padding-left: 3%;
	}
	.housingImg p {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 1023px) {
	.activeArea {
		display: block;
	}
	.mainArea {
		width: 100%;
		max-width: 100%;
	}
	.newBlogArea {
		margin-bottom: 30px;
	}
	.tabAd {
		display: block;
		margin-bottom: 30px;
	}
	.sideArea {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		padding-left: 0;
	}
	.sideProfile {
		width: 47.5%;
		margin-right: 5%;
	}
	.pickupBlog, .sideHousing {
		width: 47.5%;
	}
	.sideCategory, .sideHousing, .sideSearch {
		width: 100%;
	}
	.housingImg {
		height: 200px;
		overflow: hidden;
	}
	.housingImg img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.sideCategory ul {
		display: flex;
		flex-flow: row wrap;
	}
	.sideCategory li {
		width: 25%;
		text-align: center;
	}
	.sidAd1 {
		display: none;
	}
}
@media screen and (max-width: 834px) {
	header .imgArea {
		height: 300px;
	}
	.headerNav li a {
		font-size: 1.6rem;
	}
	.newBlogArea {
		padding: 0;
	}
	
}
@media screen and (max-width: 599px) {
	header .imgArea {
		height: 200px;
	}
	.headerNav li a:hover span::before {
		width: 0;
	}
	.mainArea {
		margin-bottom: 50px;
	}
	.newBlogArea {
		margin: 0 0 30px;
	}
	.sideProfile, .sideInfo {
		width: 100%;
		margin-right: 0;
	}
	.pickupBlog, .sideHousing {
		width: 100%;
	}
	.sideCategory ul {
		flex-flow: column;
	}
	.sideCategory li {
		width: 100%;
		text-align: left;
	}
	.sideCategory li a:hover::after {
		width: 0;
	}
	.archives {
		margin-bottom: 50px;
	}
	.archives article {
		flex: 0 0 100%;
	}
	.archives article:nth-child(odd) {
		margin-right: 0;
	}
	footer {
		padding-bottom: 60px;
	}
	footer p {
		padding: 5px;
	}
	.spMenu {
		width: 100%;
		height: 60px;
		background: #ff00cc;
		background: linear-gradient(to right, #333399, #ff00cc);
		position: fixed;
		left: 0;
		bottom: 0;
		transition: all .5s;
		z-index: 101;
	}
	.spMenu.hide {
		transform:translateY(60px);
	}
	body.active .spMenu.hide {
		transform:translateY(0);
	}
	.spMenu ul {
		display: flex;
		flex-direction: row;
	}
	.spMenu li {
		width: 25%;
		display:block;
		font-size: 1.2rem;
		text-align: center;
		position: relative;
	}
	.spMenu li a {
		display: block;
	}
	.spMenu li p {
		width: 100%;
		color: #fff;
		position: absolute;
		left: 0;
		bottom: 5px;
	}
	.spMenu li img {
		display: block;
		max-width: 30px;
		margin: 5px auto 0;
	}
	.spMenu li:nth-child(2) img {
		margin: 10px auto 0;
	}
	.spMenu li svg {
		width: 30px;
		height: 35px;
		padding-top: 10px;
	}
	.spMenu .dashicons {
		width: 30px;
		height: 30px;
		font-size: 30px;
		color: #fff;
		padding-top: 5px;
	}
	.pageTop {
		width: 100%;
		height: 60px;
		display: block !important;
		font-size: 1.2rem;
		border: none;
		border-radius: 0;
		background: none;
		position: relative;
		right: 0;
		bottom: 0;
	}
	.pageTopArrow {
		height: 13px;
		width: 13px;
		border-top: 3px solid #FFFFFF;
		border-right: 3px solid #FFFFFF;
		transform: translateY(-100%) rotate(-45deg);
		margin: 0 auto;
	}
	.spMenu li:nth-child(3)::before {
		content: "";
		width: 3px;
		height: 20px;
		background: #FFFFFF;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 3;
	}
	.headerNav,
	.headerNav.fixed {
		width: 100%;
		height: 100vh;
		display: grid;
		align-items: center;
		position: fixed;
		top: inherit;
		bottom: -100vh;
		transition: all .5s;
		z-index: 100;
	}
	.body {
		padding-top: 0 !important;
	}
	body.active .headerNav {
		bottom: 0;
	}
	.headerNav ul {
		width: 100%;
		display: block;
	}
	.spNav span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px ;
		left: 50%;
		background: #FFFFFF;
		transform: translateX(-50%);
		transition: 0.3s ease-in-out;
	}
	.spNav span:nth-child(1) {
		top: 10px;
	}
	.spNav span:nth-child(2) {
		top: 20px;
	}
	.spNav span:nth-child(3) {
		top: 30px;
	}
	.spNav.active span:nth-child(1) {
		top: 20px;
		left: 50%;
		background: #FFFFFF;
		transform: translateX(-50%)rotate(-45deg);
	}
	.spNav.active span:nth-child(2),
	.spNav.active span:nth-child(3) {
		top: 20px;
		background: #FFFFFF;
		transform: translateX(-50%)rotate(45deg);
	}
	.archives a::before,
	#moreButton::before {
		width: 100%;
	}
	#moreButton {
		color: #fff;
	}

}
@charset "utf-8";
/* mainArea */
.mainArea h1 {
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	background: #ff00cc;
	background: linear-gradient(to right, #333399, #ff00cc);
	padding: 10px 20px;
	margin-bottom: 30px;
}
/* single */
.postTime {
	display: flex;
	margin-bottom: 30px;
}
.postTime li {
	display: flex;
	align-items: center; 
}
.postTime .update {
	margin-left: 1em;
}
.single figure {
	margin-bottom: 50px;
}
.singleAd {
	margin-bottom: 50px;
}
/* Share */
.snsShare {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
}
.snsShare li {
	width: 32%;
	text-align: center;
	margin-left: 2%
}
.snsShare .shareX {
	background: #000;
	margin-left: 0;
}
.snsShare .shareBsky {
	background: #0085ff;
}
.snsShare .shareLine {
	background: #00B900;
}
.snsShare li a {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 10px;
}
.snsShare li img {
	width: 30px;
}
.snsShare li svg {
	width: auto;
	height: 30px;
}
.snsShare li span {
	font-size: 2rem;
	font-weight: bold;
	margin-left: 5px;
}
/* styleGuide */
.sGuide {
	margin-bottom: 50px;
}
.sGuide .copyTextBtn {
	width: 150px;
	font-weight: bold;
	background: #F6F6F6;
	border: 2px solid #6a6ff2;
	padding: 5px;
	transition: all .3s;
}
.sGuide .copyTextBtn:hover,
.sGuide .copyTextBtn.textChange {
	color: #fff;
	background: #6a6ff2;
}
.sGuide h2,
.itemDb h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	background: #ff00cc;
	background: linear-gradient(to right, #333399, #ff00cc);
	padding: 10px 20px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.sGuide h2:first-child {
	margin-top: 0;
}
.sGuide h3 {
	font-size: 2rem;
	font-weight: bold;
	color: #333399;
	border-bottom: 2px solid #ff00cc;
	border-image: linear-gradient(to right, #333399, #ff00cc);
    border-image-slice: 2;
	background: linear-gradient(to right, #333399, #ff00cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	padding: 10px 0;
	margin-bottom: 30px;
}
.sGuide .titleH4 {
	font-size: 2rem;
	font-weight: bold;
	color: #333399;
	background: linear-gradient(to right, #333399, #ff00cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	padding: 10px 0;
	margin-top: 30px;
}
.sGuide .textArea {
	margin: 30px 0;
}
.sGuide .pLink {
	
}
.sGuide .pLink ul {
	display: flex;
	flex-flow: row wrap;
}
.sGuide .pLink.layNoDps li {
	width: 23.5%;
	margin: 0 0 2% 2%;
}
.sGuide .pLink.layNoDps li:nth-child(4n+1) {
	margin: 0 0 2%;
}
.sGuide .pLink.layDps li {
	width: 49%;
	margin: 0 0 2% 2%;
}
.sGuide .pLink.layDps li:nth-child(2n+1) {
	margin: 0 0 2%;
}
.sGuide .pLink li a {
	display: block;
	font-weight: bold;
	text-align: center;
	color: #ff5353;
	border: 2px solid #ff5353;
	position: relative;
	padding: 10px;
	transition: all .3s;
}
.sGuide .pLink li a:hover {
	color: #fff;
}
.sGuide .pLink li a::after {
	content: "";
	width: 0;
	height: 100%;
	background: #ff5353;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	z-index: -1;
}
.sGuide .pLink a:hover::after {
	width: 100%;
}
.sGuide .pLink li.bold a {
}
.sGuide .pLink .tank a {
	color: #6a6ff2;
	border: 2px solid #6a6ff2;
}
.sGuide .pLink .tank a::after {
	background: #6a6ff2;
}
.sGuide .pLink .healer a {
	color: #46b663;
	border: 2px solid #46b663;
}
.sGuide .pLink .healer a::after {
	background: #46b663;
}
.sGuide .pLink .dps a {
	color: #ff5353;
	border: 2px solid #ff5353;
}
.sGuide .pLink .dps a::after {
	background: #ff5353;
}
.sGuide .jobName ul {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 50px;
}
.sGuide .jobName li {
	width: 23.5%;
	margin: 0 0 2% 2%;
}
.sGuide .jobName li:nth-child(4n+1) {
	margin: 0 0 2%;
}
.sGuide .jobName li a {
	display: block;
	line-height: 3.2rem;
	font-weight: bold;
	color: #ff5353;
	border: 2px solid #ff5353;
	border-radius: 5px;
	position: relative;
	padding: 5px;
	transition: all .3s;
}
.sGuide .jobName li a:hover {
	color: #fff;
}
.sGuide .jobName li a::after {
	content: "";
	width: 0;
	height: 100%;
	background: #ff5353;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	z-index: -1;
}
.sGuide .jobName .tank a::after {
	background: #6a6ff2;
}
.sGuide .jobName .healer a::after {
	background: #46b663;
}
.sGuide .jobName li a:hover::after {
	width: 100%;
}
.sGuide .jobName .tank a {
	color: #6a6ff2;
	border-color: #6a6ff2;
}
.sGuide .jobName .healer a {
	color: #46b663;
	border-color: #46b663;
}
.sGuide .jobName li img {
	width: 32px;
	height: auto;
	margin-right: 10px;
}
.gearSet {
	margin-top: 100px;
}
.gearSetArea {
	margin-bottom: 30px;
}
.gearSetArea .buttonSwitch {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 20px;
}
.gearSetArea .buttonSwitch button {
	width: 50%;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	border: none;
	padding: 10px 0;
}
.gearSetArea.simple .buttonSwitch button:first-child,
.gearSetArea .buttonSwitch button:last-child {
	background: #D7EDFF;
	color: #464646;
}
.gearSetArea .buttonSwitch button:first-child,
.gearSetArea.simple .buttonSwitch button:last-child {
	background: #ebebeb;
	color: #707070;
}
.gearSetArea > ul {
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
}
.gearSetName {
	font-weight: bold;
	text-align: center;
	background: #FFEEF6;
	border-top: 1px solid #707070;
}
.gearSetWeapon {
	background: #e5ebff;
}
.gearSetArmor {
	background: #e6f9e7;
}
.gearSetAcs {
	background: #fcfce5;
}
.gearSetMeal {
	background: #fff4e9;
}
.gearSetArea .buttonSwitch {
	display: none;
}
.gearSetArea > ul li {
	border-left: 1px solid #707070;
	padding: 10px;
}
.gearSetArea > ul li:first-child {
	width: 9%;
	text-align: center;
}
.gearSetArea > ul li:nth-child(2) {
	width: 50%;
}
.gearSetArea > ul li:nth-child(3) {
	width: 16%;
	text-align: center;
}
.gearSetArea > ul li:last-child {
	width: 25%;
	text-align: center;
}
.gearSetName li:nth-child(2) {
	padding: 10px 0 10px 16%;
}
.gearSetName li:nth-child(3) {
	font-size: 0;
	border-left: none;
}
.gearSetArea .gearSetMeal li:nth-child(2) {
	width: 91%;
	display: block;
	text-align: left;
}
.gearSetArea.mate5Lay > ul li {
	width: 40%;
}
.gearSetArea.mate5Lay > ul li:last-child {
	width: 50%;
}
.gearSetArea.mate5Lay > ul li:first-child {
	width: 10%;
}
.gearSet1 .gearSetArea > ul li:nth-child(2) {
	width: 45%;
	display: block;
}
.gearSet1 .gearSetArea > ul li:nth-child(3) {
	width: 45%;
}
.gearSetArea.mate5Lay > ul li:nth-child(2) {
	display: none;
}
.gearSetArea.mate5Lay .gearSetMeal li:nth-child(2) {
	display: block;
}
.gearSetBox {
	border: 1px solid #707070;
	margin-bottom: 30px;
}
.gearSetBox > div {
	display: flex;
	flex-flow: row;
	align-items: center;
	border-bottom: 1px solid #707070;
	padding: 10px;
}
.gearSetBox > div:last-child {
	border-bottom: none;
}
.gsWeapon {
	background: #E5EBFF;
}
.gsArmor {
	background: #FFEEF6;
}
.gsAcs {
	background: #FCFCE5;
}
.gsMeal {
	background: #FFF4E9;
}
.gearSetBox .imgArea img {
	max-width: 64px;
}
.gearSetBox .textArea {
	margin: 0 20px;
}
.gearSetBox .textArea h4 {
	font-weight: bold;
}
.gearSetBox .textArea h4 span {
	margin-right: 1em;
}
.gearSetBox .textArea ul {
	display: flex;
	flex-flow: row wrap;
}
.gearSetBox .textArea li {
	margin-right: 1em;
}
.gearSetBox .textArea .subStC span,
.gearSetBox .textArea .subIls {
	font-weight: bold;
}
.gearSetBox .mateSet {
	display: flex;
	flex-flow: row;
	margin-left: auto;
}
.gearSetBox .mateSet ul {
	width: 32px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
}
.gearSetBox .mateSet ul:last-child {
	margin-right: 0;
}
.gearSetBox .mateSet .mateNone {
	width: auto;
}

.subSt {
	overflow: hidden;
	border-top: 1px solid #707070;
	margin-bottom: 30px;
}
.subSt ul {
	width: 50%;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
}
.subSt ul:nth-child(2n+1) {
	clear: both;
	border-left: 1px solid #707070;
}
.subSt li {
	width: 50%;
	float: left;
	text-align: center;
	padding: 10px;
}
.subSt li:first-child {
	border-right: 1px solid #707070;
}
.subSt .subSt1 li:first-child {
	background: #FFEEF6;
}
.subSt .subSt2 li:first-child {
	background: #fcfce5;
}
.subSt .subSt3 li:first-child {
	background: #e5ebff;
}
.subSt .subSt4 li:first-child {
	background: #e6f9e7;
}
.sGuide .postLink ul {
	display: flex;
	flex-flow: row wrap;
}
.sGuide .postLink li {
	width: 49%;
	margin: 0 0 2% 2%;
}
.sGuide .postLink li:nth-child(2n+1) {
	margin: 0 0 2%;
}
.sGuide .postLink li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.single .sGuide .postLink li figure {
	margin: 0;
}
.sGuide .postLink li img {
	width: 100%;
	transform: scale(1);
	transition: all .3s;
}
.sGuide .postLink li a:hover img {
	transform: scale(1.1);
}
.sGuide .postLink li h4 {
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	background: rgb(224 234 252 / 80%);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
}
.sGuide .postLink li h4 span {
	position: relative;
	z-index: 2;
}
.sGuide .postLink li h4::after {
	content: "";
	width: 0;
	height: 100%;
	background: #E0EAFC;
    background: linear-gradient(to right, #eff6ff, #E0EAFC);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all .3s;
}
.sGuide .postLink li a:hover h4::after {
	width: 100%;
}
.sGuide .postLink1 {
	margin-bottom: 50px;
}
.sGuide .postLink1 article {
	background: #F6F6F6;
	position: relative;
}
.sGuide .postLink1 article::before {
	content: "";
	width: 0;
	height: 100%;
	background: #E0EAFC;
    background: linear-gradient(to right, #eff6ff, #E0EAFC);
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
}
.sGuide .postLink1 article:hover::before {
	width: 100%;
}
.sGuide .postLink1 a {
	display: flex;
	flex-direction: row;
	position: relative;
	padding: 20px;
}
.sGuide .postLink1 figure,
.sGuide .postLink1 .textArea {
	width: 47.5%;
	position: relative;
	margin: 0;
}
.sGuide .postLink1 figure {
	overflow: hidden;
	margin-right: 5%;
}
.sGuide .postLink1 a figure .activeImg {
	max-width: inherit;
	width: 100%;
	transform: scale(1);
	transition: all .3s;
}
.sGuide .postLink1 a:hover figure .activeImg {
	transform: scale(1.1);
}
.sGuide .postLink1 h3 {
	font-size: 1.8rem;
	border-bottom: none;
	padding: 0;
	margin-bottom: 20px;
}
.sGuide .postLink1 p {
	height: 12.8rem;
	overflow: hidden;
}
.sGuide .postLink1 .textArea ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	position: absolute;
	left: 0;
	bottom: 0;
}
.sGuide .postLink1 .textArea ul li {
	width: 50%;
}
.sGuide .postLink1 .textArea ul li:last-child {
	text-align: right;
}
.sGuide .macro {
	border: 1px solid #707070;
	padding: 20px;
	margin-bottom: 50px;
}
.sGuide .macro p {
	font-size: 1.4rem;
	margin-top: 20px;
}
.sGuide .macro p:first-child {
	margin-top: 0;
}
.sGuide .video {
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 50px;
} 
.sGuide .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.production {
	border: 1px solid #707070;
	border-width: 1px 1px 0 1px;
	margin-bottom: 50px;
}
.production ul {
	display: flex;
	flex-direction: row;
}
.production > ul {
	border-bottom: 1px solid #707070;
}
.production > ul:first-child {
	font-weight: bold;
	text-align: center;
	background: #FFEEF6;
}
.production > ul:first-child li:first-child {
	width: 85%;
	justify-content: center;
}
.production ul li {
	width: calc(85% - 50px);
	display: flex;
	align-items: center;
	padding: 10px;
}
.production ul li:first-child {
	width: 50px;
}
.production ul li:last-child {
	width: 15%;
	text-align: center;
	border-left: 1px solid #707070;
	justify-content: center;
}
.production ul li img {
	width: 50px;
}
details {
	border-bottom: 1px solid #707070;
}
.production summary {
	display: block;
}
.production summary::-webkit-details-marker {
	display: none;
}
.production details[open] summary ul,
.production details[open] details[open].second summary ul {
	background: #ddd;
}
.production summary li:nth-child(2) {
	position: relative;
	padding: 10px 40px 10px 10px;
	cursor: pointer;
}
.production summary li:nth-child(2)::before {
	content: "";
	width: 10px;
	height: 10px;
	border: solid #707070;
	border-width: 0 2px 2px 0;
	transform: translateY(-70%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	transition: all .3s;
}
.production details[open] > summary > ul > li:nth-child(2)::before {
	transform: translateY(-20%) rotate(-135deg);
}
.production details > ul,
.production details[open] .second {
	
}
.production details > ul:last-child {
	border-bottom: none;
}
.production details > .detailsBox > ul {
	
}
.production details > ul li {
	width: calc(85% - 80px);
}
.production details > ul li:first-child {
	width: 80px;
	position: relative;
	padding-left: 40px;
}
.production details > ul li:first-child::before,
.production details[open] .second summary ul li:first-child::after {
	content: "";
	width: 10px;
	height: 10px;
	border: solid #707070;
	border-width: 0 0 2px 2px;
	transform: translateY(-50%);
	position: absolute;
	top: 45%;
	left: 15px;
}
.production details[open] .second summary li:first-child {
	width: 80px;
	padding-left: 40px;
}
.production details[open] .second summary li:nth-child(2) {
	width: calc(85% - 80px);
}
.production details[open] .second:last-child {
	border: none;
}
.production details[open] .second summary ul {
	background: none;
}
.production details[open] .second ul {
	border: none;
}
.production details > .detailsBox > ul li:first-child,
.production details[open] .second ul li:first-child {
	width: 90px;
	padding-left: 50px;
}
.production details > .detailsBox > ul li:nth-child(2),
.production details[open] .second ul li:nth-child(2) {
	width: calc(85% - 90px);
}
.production details[open] .second ul li:first-child::before {
	left: 50px;
}
.production details[open] .second > .detailsBox > ul li:first-child {
	width: 130px;
	padding-left: 90px;
}
.production details[open] .second > .detailsBox > ul li:nth-child(2) {
	width: calc(85% - 130px);
}
.reeveList,
.jobQuest {
	border: 1px solid #707070;
	border-bottom: none;
}
.reeveList .bgPink,
.jobQuest .bgPink {
	background: #FFEEF6;
}
.reeveListBox {
	display: flex;
	border-bottom: 1px solid #707070;
}
.reeveListBox > li {
	width: 90%;
	display: flex;
	padding: 10px;
}
.reeveListBox > li:first-child {
	width: 10%;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.reeveListBox > li:last-child {
	flex-flow: column;
	border-left: 1px solid #707070;
}
.reeveListBox:first-child li {
	background: #ededed;
	justify-content: center;
	align-items: center;
}
.reeveListBoxIn1,
.reeveListBoxIn2 {
	width: 100%;
	display: flex;
	align-items: center;
}
.reeveListBoxIn1 {
	margin-bottom: 10px;
}
.reeveListBoxIn1 li:first-child {
	font-weight: bold;
}
.reeveListBoxIn2 {
	position: relative;
	cursor: pointer;
}
.reeveListBoxIn2 .imgArea {
	width: 50px;
	margin-right: 10px;
}
.reeveListBoxIn1 li:last-child,
.reeveListBoxIn2 li:nth-child(3) {
	margin-left: 1em;
}
.reeveListBoxIn2 button {
	position: absolute;
	right: 0;
}
.jobQuest > ul{
	display: flex;
	border-bottom: 1px solid #707070;
}
.jobQuest .jobQueOut:first-child {
	background: #ededed;
}
.jobQueOut > li {
	display: flex;
	padding: 10px;
}
.jobQuest .jobQueOut > li:first-child {
	width: 10%;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.jobQuest .jobQueOut > li:last-child {
	width: 90%;
	flex-flow: column;
	border-left: 1px solid #707070;
}
.jobQuest .jobQueOut:first-child li {
	justify-content: center;
}
.jobQueOut > li p {
	font-weight: bold;
}
.jobQuest .imgArea {
	width: 50px;
	margin-right: 10px;
}
.jobQuest .jobQueIn:last-child {
	border-bottom: none;
}
.jobQuest .jobQueIn li {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 10px;
	cursor: pointer;
}
.jobQuest .jobQueIn li button {
	position: absolute;
	right: 0;
}
.reeveListBoxIn2:hover button,
.jobQuest .jobQueIn li:hover button {
	color: #fff;
	background: #6a6ff2;
}
.fcProduction {
	margin-bottom: 30px;
}
.fcProductionArea {
	border: 1px solid #707070;
	border-bottom: none;
}
.fcProductionArea ul {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #707070;
}
.fcProductionArea ul:first-child {
	background: #FFEEF6;
}
.fcProductionArea ul:first-child li {
	justify-content: center;
}
.fcProductionArea li {
	width: 15%;
	padding: 10px;
}
.fcProduction li:first-child {
	width: 85%;
	display: flex;
	flex-flow: row;
	align-items: center;
	border-right: 1px solid #707070;
}
.fcProduction li:last-child {
	text-align: center;
}
.fcProductionArea li .imgArea {
	width: 50px;
	position: relative;
	margin-right: 10px;
}
.fcProductionArea li span {
	flex: 1;
}
.fcProductionArea label {
	display: block;
	cursor: pointer;
}
.fcProductionArea label:hover {
	background: #eee;
}
.fcProduction input {
	width: 0;
	height: 0;
	display: block;
	margin: 0;
	opacity: 0;
}
.fcProduction input:checked + ul {
	color: rgb(70 70 70 / 70%);
	background: #eee;
}
.fcProduction input:checked + ul .imgArea::before,
.youkaiWatch input:checked + ul li:nth-child(2) .imgArea::before,
.fumyaku input:checked + li::before {
	content: "済";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	font-weight: bold;
	color: #333399;
	background: linear-gradient(to right, #333399, #ff00cc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.fcProduction input:checked + ul .imgArea::after,
.youkaiWatch input:checked + ul li:nth-child(2) .imgArea::after {
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 3px solid #ff00cc;
	border-image: linear-gradient(to right, #333399, #ff00cc);
	border-image-slice: 3;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.fcProduction p {
	margin-top: 10px;
}
.tableCon {
	border: 2px solid #ff5353;
	padding: 20px;
	margin-bottom: 50px;
}
.tableCon h4 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0;
}
.tableCon li {
	margin-bottom: 5px;
}
.tableCon li a {
	font-weight: bold;
	color: #ff5353;
}
.tableCon li a#noLink {
	pointer-events: none;
}
.sgAd {
	margin: 50px 0;
}
.sGuide .imgText1 {
	margin-bottom: 50px;
}
.sGuide .imgText1 ul {
	overflow: hidden;
}
.sGuide .imgText1 li {
	width: 49%;
	float: left;
}
.sGuide .imgText1 li:first-child {
	margin-right: 2%;
}
.blueMageBox {
	border: solid #707070;
	border-width: 1px 1px 0 1px;
}
.blueMageTitle {
	display: flex;
	background: #E5EBFF;
	border-bottom: 1px solid #707070;
}
.blueMageTitle li {
	width: 30%;
	line-height: 5rem;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #707070;
}
.blueMageTitle li:first-child {
	width: 10%;
	border-left: none;
}
.blueMageTitle li:last-child {
	width: 60%;
}
.blueMageList {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #707070;
}
.blueMageList > li,
.blueMage .learning li {
	width: 30%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	border-left: 1px solid #707070;
	padding: 20px;
}
.blueMageList > li:first-child {
	width: 10%;
	font-weight: bold;
	border-left: none;
	background: #E5EBFF;
}
.blueMageList > li:nth-child(2) {
	font-weight: bold;
}
.blueMageList > li:last-child {
	width: 60%;
	align-items: stretch;
	padding: 0;
}
.blueMageList > li img {
	width: 50px;
	display: block;
	margin: 0 auto 10px;
}
.blueMage .learning {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #707070;
}
.blueMage .learning:last-child {
	border-bottom: none;
}
.blueMage .learning li {
	width: 70%;
	text-align: center;
}
.blueMage .learning li:first-child {
	border-left: none;
}
.blueMage .learning li:last-child {
	width: 30%;
	padding: 20px 5px;
}
.blueMage .btnList {
	display: flex;
	flex-flow: row wrap;
}
.blueMage .btnList li {
	width: 30%;
	margin-left: 5%;
	margin-bottom: 30px;
}
.blueMage .btnList li:nth-child(3n+1) {
	margin-left: 0;
}
.blueMage .btnList button {
	width: 100%;
	display: block;
	line-height: 4.2rem;
	font-size: 1.6rem;
	font-weight: bold;
	border: 2px solid #4444fd;
	border-radius: 5px;
	background: none;
	padding: 0;
	cursor: pointer;
	transition: all .3s;
}
.blueMage .btnList button:hover {
	background: #E5EBFF;
}
.blueMageIn.bmct1 .bmct1,
.blueMageIn.bmct2 .bmct2,
.blueMageIn.bmct3 .bmct3,
.blueMageIn.bmct4 .bmct4,
.blueMageIn.bmct5 .bmct5,
.blueMageIn.bmct6 .bmct6 {
	color: #fff;
	background: #4444fd;
}
.blueMageIn.bmct1 .blueMageList,
.blueMageIn.bmct2 .blueMageList,
.blueMageIn.bmct3 .blueMageList,
.blueMageIn.bmct4 .blueMageList,
.blueMageIn.bmct5 .blueMageList,
.blueMageIn.bmct6 .blueMageList {
	display: none;
}
.blueMageIn.bmct1 .blueMageCt1,
.blueMageIn.bmct2 .blueMageCt2,
.blueMageIn.bmct3 .blueMageCt3,
.blueMageIn.bmct4 .blueMageCt4,
.blueMageIn.bmct5 .blueMageCt5,
.blueMageIn.bmct6 .blueMageCt6 {
	display: flex!important;
}
.youkaiWatch h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
.youkaiWatchIn {
	border: 1px solid #707070;
	border-bottom-width: 0;
}

.youkaiWatch label {
	display: block;
	cursor: pointer;
}
.youkaiWatch label input {
	-webkit-appearance: none;
	width: 0;
	height: 0;
	display: block;
	margin: 0;
	opacity: 0;
}
.youkaiWatch ul {
	display: flex;
	border-bottom: 1px solid #707070;
}
.youkaiWatch ul:first-child {
	font-weight: bold;
	background: #FFEEF6;
}
.youkaiWatch li {
	width: 33%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #707070;
	padding: 20px;
}
.youkaiWatch li:first-child {
	width: 34%;
	font-weight: bold;
	border-left: none;
	background: #FFEEF6;
}
.youkaiWatch input:checked + ul li {
	color: rgb(70 70 70 / 70%);
	background: #eee;
}
.youkaiWatch input:checked + ul li:nth-child(2) .imgArea::before {
	content: "GET";
	font-size: 2rem;
}
.youkaiWatch .imgArea {
	position: relative;
	margin: 5px 0;
}
.youkaiWatch li img {
	height: 64px;
}
.kanpe .imgArea {
	position: relative;
	margin-bottom: 50px;
	cursor: pointer;
}
.kanpe .imgArea img {
	width: 100%;
	display: block;
	transition: .3s;
}
.kanpe .imgArea p {
	margin-top: 30px;
	transition: .3s;
}
.kanpe label {
	display: block;
}
.kanpe input,
.fumyaku input {
	-webkit-appearance: none;
	width: 0;
	height: 0;
	margin: 0;
	opacity: 0;
}
.kanpe input:checked + .imgArea {
	transition: .3s;
	margin-bottom: 30px;
}
.kanpe input:checked + .imgArea img {
	width: 0;
}
.kanpe input:checked + .imgArea p {
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
}
.kanpe input:checked + .imgArea::after {
	content: "画像を再表示する";
	display: block;
	line-height: 4rem;
	font-weight: bold;
	text-align: center;
	border: 2px solid #6a6ff2;
	color: #464646;
	background: #eee;
	transition: .3s;
}
.kanpe input:checked + .imgArea:hover::after {
	color: #fff;
	background: #6a6ff2;
}
.kanpeBtn .resetBtn {
	display: block;
	border-width: 2px;
	margin-top: 0;
	margin-bottom: 50px;
}
.kanpeBtn ul {
	display: flex;
	margin-bottom: 30px;
}
.kanpeBtn li {
	width: 30%;
	line-height: 5rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #ff5353;
	border: 2px solid #ff5353;
	margin-left: 5%;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .3s;
}
.kanpeBtn li:first-child {
	margin-left: 0;
}
.kanpeBtn li:hover,
.kanpeBtn .none {
	color: #464646;
	background: #eee;
}
.kanpeBtn .none:hover {
	color: #fff;
	background: #ff5353;
}
#omega3-1.none, #omega3-2.none,
#omega5-2-1.none, #omega5-2-2.none, #omega5-2-3.none, #omega5-2-4.none,
#omega5-3-1.none, #omega5-3-2.none, #omega5-3-3.none,
#omega6-1.none, #omega6-2.none,
#ryushi2-1.none, #ryushi2-2.none,
#ryushi4-1.none, #ryushi4-2.none, #ryushi4-3.none, #ryushi4-4.none,
#ryushi5-1.none, #ryushi5-2.none,
#ryushi6-1.none, #ryushi6-2.none, #ryushi6-3.none, #ryushi6-4.none {
	display: none;
}
.fumyakuBox details,
.michiArea details {
	border-bottom: 0;
}
.fumyakuBox summary,
.michiArea summary {
	font-weight: bold;
	color: #f00;
	border: 2px solid #ff0000;
	padding: 10px;
	cursor: pointer;
}
.fumyakuBox details[open] summary,
.michiArea details[open] summary {
	border: none;
	padding: 12px;
}
.fumyakuBox summary::after,
.michiArea summary::after {
	content: "見る";
}
.fumyakuBox details[open] summary::after,
.michiArea details[open] summary::after {
	content: "閉じる";
}
.fumyakuBox details img,
.michiArea details img {
	display: block;
	margin-top: 20px;
}
.fumyaku {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #707070;
	border-top: 1px solid #707070;
	margin-bottom: 20px;
}
.fumyaku label {
	width: 50%;
	
}
.fumyaku li {
	display: flex;
	align-items: center;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.fumyaku li span {
	width: 20%;
	text-align: center;
	background: #eee;
	border-right: 1px solid #707070;
	margin-right: 1em;
	padding: 10px 0;
}
.itemText {
	display: flex;
	align-items: center;
}
.itemText .imgArea {
	width: 64px;
}
.itemText .textArea {
	width: calc(100% - 64px);
	padding: 0 20px;
	margin: 0;
}
.michiSukiru {
	display: flex;
	flex-flow: wrap;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
}
.michiSukiru ul {
	display: flex;
	width: 33.33%;
}
.michiSukiru ul li {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	padding: 10px;
}
.michiSukiru ul li:first-child {
	width: 20%;
	flex-flow: column;
	background: #ededed;
	text-align: center;
	padding: 10px 0;
}
.michiSukiru ul li img {
	width: 38px;
}
.michiSukiru ul li .imgArea {
	text-align: center;
}
.michiSukiru ul li span {
	display: block;
	font-size: 1.2rem;
}
.michiSukiru ul li:nth-child(2) > span {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 1em;
}
.michiMokuji {
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
}
.michiMokuji ul {
	display: flex;
}
.michiMokuji ul:first-child {
	background: #ededed;
}
.michiMokuji ul li {
	width: 35%;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	font-size: 1.4rem;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	padding: 10px;
}
.michiMokuji ul:first-child li {
	justify-content: center;
}
.michiMokuji ul li:first-child {
	width: 10%;
	justify-content: center;
	padding: 10px 0;
}
.michiMokuji ul li:nth-child(2) {
	width: 20%;
	justify-content: center;
	padding: 10px 0;
}
.michiMokuji ul li span {
	margin-right: 1em;
}
.michiMokuji ul li span:last-child {
	margin-right: 0;
}
.michiMokuji ul li .imgArea {
	margin-right: 1em;
}
.michiMokuji ul li .imgArea img {
	width: 40px;
}
.michiMokuji ul li a {
	font-weight: bold;
	transition: .3s;
}
.michiMokuji ul li a:hover {
	color: #ff5353;
}
.michiArea {
	margin-bottom: 50px;
}
.michiBox {
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	margin: 20px 0;
}
.michiBox ul {
	display: flex;
	flex-flow: row;
}
.michiBox ul:first-child {
	background: #ededed;
}
.michiBox ul li {
	width: 33.33%;
	display: flex;
	text-align: center;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.michiBox ul li img {
	width: 32px;
	margin-right: 0.5em;
}
/* 開発中クラフター新レイアウト */
.crafterArea {
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}
.crafterBox {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #707070;
}
.crafterBox:first-child {
	text-align: center;
	background: #ededed;
}
.crafterBox.bgPink {
	background: #FFEEF6;
}
.crafterBox .leftBox {
	width: 10%;
	text-align: center;
}
.crafterBox .mainBox {
	width: 90%;
	border-left: 1px solid #707070;
}
.crafterBox:first-child > div {
	padding: 10px;
}
.crafterTitle ul {
	display: flex;
	flex-flow: wrap;
	padding: 10px 10px 0;
}
.crafterTitle li:first-child {
	font-weight: bold;
	margin-right: 1em;
}
.crafterBox .itemArea {
	display: flex;
	align-items: center;
	padding: 10px;
	position: relative;
}
.crafterBox .textArea {
	width: calc(100% - 30px);
	padding-left: 20px;
	padding-right: 170px;
	margin: 0;
}
.crafterBox .firstBox > .itemArea .textArea {
	width: calc(100% - 50px);
	padding-right: 200px;
}
.crafterBox .acBtn1,
.crafterBox .acBtn2,
.crafterBox .acBtn3 {
	cursor: pointer;
}
.crafterBox .acBtn1 {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}
.crafterBox .textArea .textFirst {
	display: flex;
	flex-flow: wrap;
	margin-right: 1em;
}
.crafterBox .textArea .textFirst .quantity {
	margin-right: 0;
}
.crafterBox .textArea .quantity {
	font-weight: bold;
	margin-left: 0.5em;
}
.crafterBox .textArea .expoint {
	display: flex;
	flex-flow: row;
	align-items: center;
}
.crafterBox .textArea .expoint img {
	width:32px;
	margin-right: 0.5em;
}
.crafterBox .firstBox {
	position: relative;
}
.crafterBox .detailsBox1,
.crafterBox .detailsBox2,
.crafterBox .detailsBox3 {
	display: grid;
	grid-template-rows: 0fr;
	transition: .3s grid-template-rows ease;
}
.crafterBox .firstBox.active .detailsBox1,
.crafterBox .secondBox.active .detailsBox2,
.crafterBox .thirdBox.active .detailsBox3 {
	grid-template-rows: 1fr;
}
.crafterBox .detailsBoxIn {
	overflow: hidden;
}
.crafterBox .detailsBox > ul {
	position: relative;
}
.crafterBox .imgArea {
	width: 30px;
	position: relative;
}
.crafterBox .imgAreaFirst {
	width: 50px;
}
.crafterBox .detailsBox1 > div {
	padding-left: 50px;
}
.crafterBox .detailsBox2 > div,
.crafterBox .detailsBox3 > div {
	padding-left: 30px;
}
.sGuide .crafterBox .copyTextBtn {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.crafterBox .firstBox > .itemArea::before,
.crafterBox .secondBox > .itemArea::before,
.crafterBox .thirdBox > .itemArea::before{
	content: "";
	width: 16px;
	height: 2px;
	background: #707070;
	position: absolute;
	top: 50%;
	left: -27px;
	transform: translateY(-50%);
	transition: all .3s;
}
.crafterBox .firstBox > .itemArea::after,
.crafterBox .secondBox > .itemArea::after,
.crafterBox .thirdBox > .itemArea::after {
	content: "";
	width: 2px;
	height: 16px;
	background: #707070;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	transition: all .3s;
}
.crafterBox .firstBox > .itemArea::before {
	left: inherit;
	right: 180px;
}
.crafterBox .firstBox > .itemArea::after {
	left: inherit;
	right: 187px;
}
.crafterBox .firstBox.active > .itemArea::after,
.crafterBox .secondBox.active > .itemArea::after,
.crafterBox .thirdBox.active > .itemArea::after {
	height: 0;
}
.resetBtn {
	-webkit-appearance: none;
	width: 250px;
	line-height: 4rem;
	font-size: 1.6rem;
	font-weight: bold;
	background: #f6f6f6;
	border: 3px solid #6a6ff2;
	cursor: pointer;
	position: relative;
	margin-top: 50px;
	transition: all .3s;
}
.resetBtn:hover  {
	color: #fff;
	background: #6a6ff2;
}
.single .imgText1 figure {
	margin-bottom: 0;
}
.error {
	font-weight: bold;
	text-align: center;
	margin-bottom: 100px;
}
.error span {
	font-size: 2vw;
}
.error span:first-child {
	line-height: 1;
	font-size: 5vw;
}
.archives .searchLink {
	flex: 0 0 100%;
}
.archives .searchLink:nth-child(odd) {
	margin-right: 0;
}
.searchLink a {
	flex-direction: row;
}
.archives .searchLink figure {
	width: 30%;
}
.archives .searchLink .textArea {
	width: 70%;
	position: relative;
	padding-left: 20px;
}
.archives .searchLink .textArea p {
	height: 76.78px;
	overflow: hidden;
}
.itemDb1 {
	display: flex;
	margin-bottom: 50px;
}
.itemDb1 ul {
	margin-left: 30px;
}
.itemDb1 ul li {
	font-weight: bold;
}
.itemDb1 .itemMate span {
	width: 21px;
	height: 21px;
	display: inline-flex;
	border: 2px solid #464646;
	border-radius: 50%;
	background: #F6F6F6;
	position: relative;
	top: 4px;
	margin: 0 3px;
}
.itemDb2,
.itemDb3 {
	margin-bottom: 20px;
}
.itemDb2 ul,
.itemDb3 ul {
	display: flex;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	border-right: 1px solid #464646;
}
.itemDb2 li,
.itemDb3 li {
	flex: 0.7;
	line-height: 4rem;
	text-align: center;
	border-left: 1px solid #464646;
}
.itemDb2 li:nth-child(odd) {
	flex: 1.3;
	font-size: 1.4rem;
	font-weight: bold;
	background: #F6F6F6;
}
.itemDb3 li {
	flex: 1;
}
.itemDb3 li:nth-child(odd),
.itemDb4 li:nth-child(odd) {
	font-weight: bold;
	background: #F6F6F6;
}
.itemDb4 {
	margin-bottom: 50px;
}
.itemDb4 ul {
	display: flex;
	flex-flow: wrap;
	border-top: 1px solid #464646;
	border-left: 1px solid #464646;
}
.itemDb4 li {
	width: 25%;
	line-height: 4rem;
	text-align: center;
	border-bottom: 1px solid #464646;
	border-right: 1px solid #464646;
}
.itemDb5,
.itemDb6,
.itemDb7 {
	margin-bottom: 50px;
}
.itemDbPost {
	display: flex;
	flex-flow: row;
	align-items: center;
	margin-bottom: 30px;
}
.itemDbPost img {
	width: 64px;
}
.itemDbPost p {
	font-weight: bold;
	margin-left: 2em;
}
.itemDbPost a {
	display: block;
	position: relative;
}
.itemDbPost a::before {
	content: "";
	width: 0;
	height: 2px;
	background: #464646;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
}
.itemDbPost a:hover::before {
	width: 100%;
}
.itemDb6In {
	display: flex;
	border: 1px solid #464646;
}
.itemDb6In > div {
	flex: 1;
}
.itemDb6In h3 {
	line-height: 4rem;
	font-size: 1.6rem;
	text-align: center;
	background: #F6F6F6;
	border-bottom: 1px solid #464646;
}
.itemDb6Left {
	border-right: 1px solid #464646;
}
.itemDb6Left ul {
	display: flex;
	align-items: center;
	margin: 20px;
}
.itemDb6Left li {
	font-weight: bold;
	margin-left: 1em;
}
.itemDb6Left li:first-child {
	margin-left: 0;
}
.itemDb6Left li:first-child img {
	width: 32px;
}
.itemDb6Left .itemImg {
	width: 40px;
}
.itemDb6Left li:nth-child(2) {
}
.itemDb6Right ul {
	border-bottom: 1px solid #464646;
	padding: 20px;
}
.itemDb6Right ul:last-child {
	border-bottom: none;
}
.itemDb7In {
	border-top: 1px solid #464646;
	border-left: 1px solid #464646;
}
.itemDb7 ul {
	display: flex;
	flex-flow: row;
	text-align: center;
}
.itemDb7In ul:first-child {
	background: #F6F6F6;
	font-weight: bold;
}
.itemDb7 li {
	flex: 0.8;
	line-height: 2.6rem;
	border-bottom: 1px solid #464646;
	border-right: 1px solid #464646;
	padding: 7px;
}
.itemDb7 li:first-child {
	flex: 1.4;
}
.itemDb7In ul:first-child li {
	line-height: 4rem;
}

@media screen and (max-width: 1379px) {
	.gearSetArea .buttonSwitch {
		display: flex;
	}
	.gearSetArea .gearSetName li:nth-child(3) {
		font-size: 1.6rem;
		text-align: center;
		border-left: 1px solid #707070;
	}
	.gearSetArea > ul li:first-child {
		width: 10%;
	}
	.gearSetArea > ul li:nth-child(2) {
		width: 60%;
		display: none;
		padding: 10px 20px;
	}
	.gearSetArea.simple li:nth-child(2) {
		display: block;
	}
	.gearSetArea > ul li:nth-child(3) {
		width: 60%;
		display: block;
		text-align: left;
		padding: 10px 20px;
	}
	.gearSetArea.mate5Lay > ul li:nth-child(3) {
		width: 40%;
	}
	.gearSetArea.simple li:nth-child(3) {
		display: none;
	}
	.gearSetArea > ul li:last-child {
		width: 30%;
	}
	.gearSetArea .gearSetMeal li:nth-child(2) {
		width: 90%;
	}
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 834px) {
	.sGuide .copyTextBtn {
		display: none;
	}
	.sGuide .postLink li h4 {
		font-size: 1.6rem;
	}
	.sGuide .jobName li a {
		font-size: 1.8vw;
	}
	.gearSetArea > ul li,
	.gearSetArea .gearSetName li:nth-child(3),
	.subSt li {
		font-size: 2vw;
	}
	.sGuide .pLink li {
		width: 32%;
	}
	.sGuide .pLink.layNoDps li:nth-child(4n+1) {
		margin: 0 0 2% 2%;
	}
	.sGuide .pLink.layNoDps li:nth-child(3n+1) {
		margin: 0 0 2%;
	}
	.sGuide .pLink li a {
		font-size: 1.4rem;
	}
	.gearSetArea > ul li {
		padding: 10px 5px;
	}
	.gearSetArea > ul li:nth-child(3) {
		padding: 10px;
	}
}
@media screen and (max-width: 599px) {
	body {
		font-size: 1.4rem;
	}
	.mainArea h1,
	.sGuide h2,
	.sGuide h3 {
		font-size: 1.6rem;
	}
	.snsShare li span {
		font-size: 1.6rem;
	}
	.sGuide .postLink ul {
		flex-flow: column;
	}
	.sGuide .postLink li {
		width: 100%;
		margin: 0 0 2%;
	}
	.sGuide .postLink1 a {
		flex-direction: column;
	}
	.sGuide .postLink1 figure,
	.sGuide .postLink1 .textArea {
		width: 100%;
	}
	.sGuide .postLink1 figure {
		margin-bottom: 20px;
	}
	.sGuide .postLink1 .textArea ul {
		position: static;
		margin-top: 5px;
	}
	.sGuide .jobName li {
		width: 49%;
	}
	.sGuide .jobName li:nth-child(2n+1) {
		margin: 0 0 2%;
	}
	.sGuide .jobName li a {
		font-size: 1.4rem;
	}
	.sGuide .jobName li a:hover::after {
		width: 0;
	}
	.sGuide .pLink.layNoDps li {
		width: 49%;
	}
	.sGuide .pLink.layNoDps li:nth-child(3n+1) {
		margin: 0 0 2% 2%;
	}
	.sGuide .pLink.layNoDps li:nth-child(2n+1) {
		margin: 0 0 2%;
	}
	.sGuide .pLink.layDps li {
		width: 100%;
		margin: 0 0 2%;
	}
	.sGuide .pLink li a {
		padding: 10px 5px;
	}
	.sGuide .pLink .tank a:hover {
		color: #6a6ff2;
	}
	.sGuide .pLink .healer a:hover {
		color: #46b663;
	}
	.sGuide .pLink .dps a:hover {
		color: #ff5353;
	}
	.sGuide .pLink li a:hover::after {
		width: 0;
	}
	.gearSetArea.simple ul,
	.gearSet1 .gearSetArea ul,
	.gearSetArea.mate5Lay > ul {
		flex-flow: column;
		position: relative;
	}
	.gearSetArea > ul li, .subSt li, .gearSetArea .gearSetName li:nth-child(3) {
		font-size: 1.4rem;
	}
	.gearSetArea > ul li:first-child,
	.gearSetArea.mate5Lay > ul li:first-child {
		width: 15%;
		text-align: center;
		padding: 10px 5px;
		margin: 0;
	}
	.gearSetArea > ul li {
		width: 30%;
		text-align: center;
	}
	.gearSetArea .gearSetName li:nth-child(3) span {
		display: none;
	}
	.gearSetArea > ul li:last-child {
		width: 55%;
	}
	.gearSetArea .gearSetMeal li:nth-child(2) {
		width: 85%;
	}
	.gearSetArea.simple li:first-child,
	.gearSet1 .gearSetArea li:first-child,
	.gearSetArea.mate5Lay > ul li:first-child {
		height: 100%;
		display: grid;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
	}
	.gearSetArea.simple .gearSetName li:last-child,
	.gearSet1 .gearSetArea .gearSetName li:last-child,
	.gearSetArea.mate5Lay .gearSetName li:last-child {
		display: none;
	}
	.gearSetArea.simple li:nth-child(2),
	.gearSetArea.simple li:last-child,
	.gearSet1 .gearSetArea li:nth-child(2),
	.gearSet1 .gearSetArea li:last-child,
	.gearSetArea.mate5Lay > ul li,
	.gearSetArea.mate5Lay > ul li:last-child {
		width: 85%;
		text-align: left;
		margin-left: 15%;
	}
	.gearSetArea.simple li:nth-child(2),
	.gearSet1 .gearSetArea li:nth-child(2),
	.gearSetArea.mate5Lay > ul li:nth-child(2),
	.gearSetArea.mate5Lay > ul li:nth-child(3) {
		padding: 10px 15px 5px 15px;
	}
	.gearSetArea.simple .gearSetName li:nth-child(2),
	.gearSet1 .gearSetArea .gearSetName li:nth-child(2) {
		padding: 10px 20px;
	}
	
	.gearSet1 .gearSetArea .gearSetName li:nth-child(2)::after {
		content: "・マテリア";
	}
	.gearSetArea > ul li:nth-child(3) {
		width: 30%;
		text-align: center;
	}
	.gearSetArea.simple li:last-child,
	.gearSet1 .gearSetArea li:last-child,
	.gearSetArea.mate5Lay > ul li:last-child {
		padding: 0px 15px 10px 15px;
	}
	.gearSetArea.simple li:last-child:before,
	.gearSetArea.mate5Lay > ul li:last-child::before {
		content: "マテリア　";
		font-weight: bold;
		color: #ff5353;
	}
	.gearSetArea.mate5Lay li:last-child::before {
		display: block;
	}
	.gearSetArea.simple .gearSetMeal li:last-child,
	.gearSetArea.mate5Lay > ul .gearSetMeal li:last-child {
		padding: 10px 20px;
	}
	.gearSetArea.simple .gearSetMeal li:last-child:before,
	.gearSetArea.mate5Lay > ul .gearSetMeal li:last-child::before {
		content: "";
	}
	
	/* 新レイアウト　*/
	.gearSetBox > div {
		flex-flow: row wrap;
	}
	.gearSetBox .imgArea {
		width: 48px;
	}
	.gearSetBox .imgArea img {
		width: 100%;
	}
	.gearSetBox .textArea {
		width: calc(100% - 48px);
		padding-left: 10px;
		margin: 0;
	}
	.gearSetBox .mateSet {
		width: 100%;
		margin-top: 10px;
		margin-left: 60px;
	}
	.gearSetBox .mateSet ul {
		width: auto;
		display: flex;
		flex-flow: row;
		align-items: center;
		margin-right: 20px;
	}
	.gearSetBox .mateSet ul img {
		width: 32px;
		margin-right: 5px;
	}
	.mate5Lay .gearSetBox .mateSet {
		margin-left: 0;
	}
	.mate5Lay .gearSetBox .mateSet ul {
		max-width: 20%;
		flex: 1;
		margin-right: 0;
		justify-content: center;
	}
	.mate5Lay .gearSetBox .mateSet li {
		font-size: 1.2rem;
	}
	.mate5Lay .gearSetBox .mateSet ul img {
		width: 25px;
	}
	
	
	.subSt ul {
		width: 100%;
		clear: both;
		border-left: 1px solid #707070;
	}
	.reeveListBoxIn1 {
		flex-flow: column;
		align-items: baseline;
	}
	.reeveListBoxIn2 {
		flex-flow: wrap;
	}
	.reeveListBoxIn1 li:last-child,
	.reeveListBoxIn2 li:nth-child(3) {
		margin-top: 10px;
		margin-left: 0;
	}
	.reeveListBoxIn1 li:last-child span {
		display: block;
	}
	.reeveListBoxIn2 li:nth-child(3) {
		width: 100%;
	}
	.sGuide .imgText1 li {
		width: 100%;
	}
	.sGuide .imgText1 li:first-child {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.error {
		margin-top: 70px;
	}
	.error span {
		font-size: 30px;
	}
	.error span:first-child {
		font-size: 100px;
	}
	.sGuide .postLink1 article::before,
	.sGuide .postLink li h4::after {
		width: 100%;
	}
	.blueMage .btnList li {
		width: 47.5%;
		margin-bottom: 20px;
	}
	.blueMage .btnList li:nth-child(3n+1) {
		margin-left: 5%;
	}
	.blueMage .btnList li:nth-child(2n+1) {
		margin-left: 0;
	}
	.blueMageTitle {
		display: none;
	}
	.blueMageList {
		flex-flow: column;
	}
	.blueMageList > li,
	.blueMageList > li:first-child,
	.blueMageList > li:last-child {
		width: 100%;
		border-left: none;
	}
	.blueMageList > li:first-child {
		flex-flow: row;
		font-size: 1.6rem;
		font-weight: bold;
		border-bottom: 1px solid #707070;
	}
	.blueMageList > li:first-child::before {
		content: "No."
	}
	.blueMageList > li:nth-child(2) {
		padding-bottom: 0;
	}
	.blueMageList > li:last-child {
		
	}
	.blueMage .learning {
		flex-flow: column;
		padding: 20px;
	}
	.blueMage .learning li,
	.blueMage .learning li:last-child {
		width: 100%;
		border-left: none;
		padding: 0;
	}
	.youkaiWatch li {
		font-size: 1.2rem;
		padding: 10px 0;
	}
	.youkaiWatch li:first-child {
		width: 28%;
	}
	.youkaiWatch li:last-child {
		width: 39%;
	}
	.youkaiWatch li img {
		height: 50px;
	}
	.kanpeBtn ul {
		flex-flow: wrap;
	}
	.kanpeBtn li {
		width: 47.5%;
	}
	.kanpeBtn li:nth-child(2n+1) {
		margin-left: 0;
	}
	.michiSukiru ul {
		width: 100%;
	}
	.michiMokuji ul {
		flex-flow: wrap;
	}
	.michiMokuji ul:first-child {
		display: none;
	}
	.michiMokuji ul li {
		width: 100%;
	}
	.michiMokuji ul li:first-child,
	.michiMokuji ul li:nth-child(2) {
		width: 50%;
		background: #ededed;
	}
	.michiMokuji ul li:first-child::before {
		content: "レベル";
	}
	.michiMokuji.densetuMokuji ul li:first-child::before {
		content: "";
	}
	
	.crafterBox .textArea {
		width: calc(100% - 30px);
		padding-right: 30px;
	}
	.crafterBox .firstBox > .itemArea .textArea {
		padding-right: 30px;
	}
	.crafterBox .secondBox > .itemArea,
	.crafterBox .thirdBox > .itemArea {
		background: #ededed;
	}
	.crafterBox .detailsBox1 > div,
	.crafterBox .detailsBox2 > div,
	.crafterBox .detailsBox3 > div  {
		padding-left: 0;
	}
	.crafterBox .firstBox > .itemArea::before,
	.crafterBox .secondBox > .itemArea::before,
	.crafterBox .thirdBox > .itemArea::before {
		left: inherit;
		right: 17px;
	}
	.crafterBox .firstBox > .itemArea::after,
	.crafterBox .secondBox > .itemArea::after,
	.crafterBox .thirdBox > .itemArea::after {
		left: inherit;
		right: 24px;
	}
	.resetBtn {
		width: 100%;
	}
	.searchLink a {
		padding: 3%;
	}
	.archives .searchLink .textArea {
		padding-left: 3%;
	}
	.archives .searchLink .textArea h3 {
		height: 22.39px;
		overflow: hidden;
		font-size: 1.4rem;
		margin: 0;
	}
	.archives .searchLink .textArea p {
		height: 38.38px;
		font-size: 1.2rem;
	}
	.itemDb1 ul {
		margin-left: 20px;
	}
	.itemDb2 ul, .itemDb3 ul, .itemDb4 ul {
		flex-flow: row wrap;
		border-bottom: none;
	}
	.itemDb2 li, .itemDb3 li,
	.itemDb2 li:nth-child(odd) {
		width: 50%;
		flex: auto;
		border-bottom: 1px solid #464646;
	}
	.itemDb4 li {
		width: 50%;
	}
	.itemDbPost img {
		width: 40px;
	}
	.itemDbPost p {
		margin-left: 1em;
	}
	.itemDb6In {
		display: block;
	}
	.itemDb6Left {
		border-right: none;
		border-bottom: 1px solid #464646;
	}
	.itemDb7In {
		display: flex;
	}
	.itemDb7 ul {
		flex-flow: column;
		flex: 1.4;
	}
	.itemDb7 ul:first-child {
		flex: 0.6;
	}
	.itemDb7 li {
		display: flex;
		flex: 1;
		align-items: center;
		justify-content: center;
	}
	.itemDb7 li:first-child {
		flex: 1;
	}
}
