.nav-inner{
	width: 90%;
	margin: 0 auto;
}
.nav-inner h3{
	width: 200px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin:40px auto 0 auto;
	filter: invert(100);
}
.footer-nav{
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	margin:0 -20px;
}
.footer-nav a{
	color: #fff;
}
.nav-block{
	margin: 0 20px;
	width: calc(100% / 5 - 40px);
	line-height: 1.8;
	border-right:1px solid #fff;
}
.nav-block > li{
	font-weight: 700;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.nav-block > li:before{
	content:'●';
	margin-right: 0.3em;
	color: #fff;
}
.nav-block > li .children{
	padding-left: 1.3em;
}
@media (max-width:768px){
	.bread{
		padding: 15px;
	}
	.footer-nav{
		flex-direction: column;
	}
	.nav-block{
		width: 100%;
		border-right: 0;
	}
	.nav-block > li{
		font-size: 18px;
	}
	.nav-block > li .children{
		font-size: 15px;
	}
}
.top_cate_colum{
	h2{
		border-bottom: 3px solid rgba(228,0,127,1.00);
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
}
.top__newitem{
	margin-bottom: 60px;
	h2{
		border-bottom: rgba(228, 0, 127, 1.00) solid 2px;
    	padding: 0.5em 0 !important;
    	font-family: Shin Go Regular, "sans-serif" !important;
    	margin-bottom: 15px;
	}
	.newitemlist{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 48px;
		.item{
			/* width: calc(100% / 4 - 16px); */
			padding: 4px;
			a{
				display: block;
				padding: 10px;
				border-radius:12px;
				border:rgba(240,240,240,1.00) solid 4px;
				height: 260px;
				@media (max-width:768px){
					height: 225px;
				}
			}
			h3{
				margin-top: 10px;
				color: #000;
				font-size: 15px !important;
			}
		}
	}
	.btn-newitem{
		text-align: center;
		a{
			background-color: #e4007f;
			padding: 0.5em 2em !important;
			border-radius: 8px !important;
			color: #fff;
			text-decoration: none;
			&:after{
				content: "\f105";
			    font-weight: 900;
			    font-family: "Font Awesome 5 Free";
			    -moz-osx-font-smoothing: grayscale;
			    -webkit-font-smoothing: antialiased;
			    display: inline-block;
			    font-style: normal;
			    font-variant: normal;
			    text-rendering: auto;
			    line-height: 1;
			    margin-left: 0.8em;
			}
		}
	}
}
.under-banner-section{
	ul{
		display: flex;
		flex-wrap: wrap;
		margin: -4px !important;
		li{
			list-style-type: none;
			width: calc(100% / 3 - 8px);
			margin: 4px;
			@media (max-width: 768px){
				width: calc(50% - 8px);
			}
		}
	}
}
.post-li article .entry-title, .post .entry-title{
	display: flex !important;
	align-items: center !important;
	margin-bottom: 0;
}
@media (max-width: 768px){
	.post-li article .entry-title, .post .entry-title{
		flex-direction: column;
		align-items: flex-start !important;
	}
}
.post-li article .entry-meta{
	margin: 0 1em 0 0 !important;
}
@media (max-width: 768px){
	.post-li article .entry-meta{
		margin-bottom: 7px !important;
	}
}
.widget_welcart_category .ucart_widget_body > .cat-item > a{
	font-family: Shin Go Bold, "sans-serif";
	color: #e4007f;
	font-size: 17px !important;
}
.home_bannerList-3col{
	.slide-arrow{
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index:20;
		opacity: 1;
		&.prev-arrow{
			left: -25px;
			@media (max-width: 768px){
				left: -10px;
			}
		}
		&.next-arrow{
			right: -25px;
			@media (max-width: 768px){
				right: -10px;
			}
			img{
				transform:scale(-1,1);
			}
		}
	}
}
.home_bannerList-3col li{
	padding: 0 6px;
}
.home-bannerslider{
	margin-bottom: 24px;
	@media (max-width: 768px){
		margin-bottom: 12px;
	}
	li{
		padding: 0 6px;
	}
	.slide-arrow{
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index:20;
		opacity: 1;
		&.prev-arrow{
			left: -25px;
			@media (max-width: 768px){
				left: -10px;
			}
		}
		&.next-arrow{
			right: -25px;
			@media (max-width: 768px){
				right: -10px;
			}
			img{
				transform:scale(-1,1);
			}
		}
	}
}
.home-topics{
	padding: 20px !important;
	width: 100%;
	height: 150px;
	overflow: scroll;
	border:1px solid #ccc;
	@media (max-width: 768px){
		padding:20px 10px !important;
	}
	article{
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
.sp-home-banner{
	display: none;
	@media (max-width: 768px){
		display: block;
		margin-top:12px;
		.banner-3col{
			display: flex;
			margin:-6px -6px 12px -6px;
			li{
				width: calc(100% / 3 - 12px);
				margin: 6px;
			}
		}
		.banner-2col{
			display: flex;
			margin:-6px;
			li{
				width: calc(100% / 2 - 12px);
				margin: 6px;
			}
		}
	}
}
.only-pc{
	display: block;
	@media (max-width: 768px){
		display: none;
	}
}
.only-sp{
	display: none;
	@media (max-width: 768px){
		display: block;
	}
}
.specialItem-block{
	margin-bottom: 48px;
	.special-mv{
		margin-bottom: 24px;
		text-align: center;
	}
	p{
		line-height: 1.6 !important;
	}
}
.entry-content {
	.specialItem-block{
		p{
			line-height: 1.6 !important;
		}
	}
}
.cards-4col{
	display: flex;
	flex-wrap: wrap;
	margin-left: -2em !important;
	margin: -7.5px !important;
	list-style-type: none;
	.item{
		width: calc(100% / 4 - 15px);
		margin: 7.5px;
		border:2px solid #ccc;
		padding: 15px;
		list-style-type: none !important;
		@media (max-width: 768px){
			width: calc(100% / 2 - 15px);
		}
		h3{
			font-size: 15px !important;
			line-height: 1.4 !important;
			margin-bottom: 0 !important;
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}
		a{
			color: initial;
			text-decoration: none;
		}
	}
}
.entry-content {
	.aboutdata{
		p{
			line-height: 1.9 !important;
		}
		h2{
			@media (max-width: 768px){
				font-size: 1.3rem !important;
			}
		}
	}
	.toc{
		.toc-flex{
			ul{
				margin-left: 1em !important;
			}
		}
	}
}
.aboutdata{
	p{
		margin-top: 0 !important;
		line-height: 1.8 !important;
	}
	.toc{
		padding: 20px;
		border:10px solid #ddd;
		margin-bottom: 60px;
		.toc-ttl{
			font-size: 22px;
			margin-bottom: 15px;
		}
		.toc-flex{
			display: flex;
			justify-content: space-between;
			@media (max-width: 768px){
				flex-direction: column;
			}
		}
		ul{
			flex-grow: 1;
			@media (max-width: 768px){
				width: 100%;
			}
			li{
				font-size: 18px;
				@media (max-width: 768px){
					font-size: 16px;
					margin-bottom: 10px;
				}
			}
		}
		figure{
			width: 220px;
			flex-shrink: 0;
			@media (max-width: 768px){
				width: 150px;
				margin: -40px 0 0 auto;
			}
		}
		a{
			color: #000;
		}
	}
	.aboutdata__box{
		padding: 20px;
		border:10px solid #ddd;
		margin-bottom: 45px;
		h3{
			font-size: 19px !important;
			font-weight: 400 !important;
			margin-bottom: 20px !important;
			border-bottom: 0 !important;
		}
	}
	.guideline-col{
		display: flex;
		@media (max-width: 768px){
			flex-direction: column;
		}
		&:not(:last-child){
			margin-bottom: 45px;
		}
		.col-line{
			width: 140px;
			margin-right: 20px;
			flex-shrink: 0;
			padding-top: 10px;
			@media (max-width: 768px){
				width: 200px;
				margin: 0 auto 24px auto;
			}
			span{
				width: 100%;
				height: 2px;
				display: block;
				&.is-mazenta-line{
					border-top: 2px solid #e60081;
				}
				&.is-blue-line{
					border-top: 2px solid #036eb8;
				}
				&.is-green-line{
					border-top: 2px dashed #22ac38;
				}
				&.is-orange-line{
					border-top: 2px dashed #f39800;
				}
				&.is-ppl-line{
					border-top: 2px solid #a40b5d;
				}
			}
		}
		.col-text{
			flex-grow: 1;
			@media (max-width: 768px){
				width: 100%;
			}
			p{
				line-height: 1.8 !important;
				margin-top: 0 !important;
			}
			span{
				&.is-mazenta-text{
					color:#e60081;
				}
				&.is-blue-text{
					color:#036eb8;
				}
				&.is-green-text{
					color:#22ac38;
				}
				&.is-orange-text{
					color:#f39800;
				}
				&.is-ppl-text{
					color:#a40b5d;
				}
			}
		}
	}
	.rayer-col{
		display: flex;
		@media (max-width: 768px){
			flex-direction: column;
		}
		.col-image{
			width: calc(100% / 3);
			margin-right: 20px;
			flex-shrink: 0;
			@media (max-width: 768px){
				width: 100%;
				margin: 0 0 24px 0;
			}
		}
		.col-text{
			flex-grow: 1;
			p{
				margin-top: 0 !important;
				line-height: 1.9 !important;
			}
		}
	}
	.rules-grid{
		display: flex;
		flex-wrap: wrap;
		margin: -15px;
		@media (max-width: 768px){
			margin: -15px 0;
		}
		.grid-item{
			width: calc(100% / 3 - 30px);
			margin: 15px;
			@media (max-width: 768px){
				width: 100%;
				margin: 15px 0;
			}
			.item-image{
				margin-bottom: 20px;
			}
			p{
				font-feature-settings: 'palt';
				@media (max-width: 768px){
					font-size: 14px !important;
					line-height: 1.5;
				}
			}
		}
	}
	.grid-harf{
		display: flex;
		justify-content: space-between;
		@media (max-width: 768px){
			flex-direction: column;
		}
		.grid-item{
			width: 48.5%;
			@media (max-width: 768px){
				width: 100%;
				margin: 12px 0;
			}
		}
	}
	.arrow{
		display: block;
		text-align: center;
		width: 80px;
		margin: 1.5em auto;
		@media (max-width: 768px){
			width: 50px;
		}
	}
	.caption{
		text-align: right;
		margin-top: -20px;
	}
	.aboutdata__footer{
		.footer-contact{
			margin-bottom: 24px;
			.btn-contact{
				background: #e60081;
				color: #fff;
				font-size: 20px;
				display: flex;
				align-items: center;
				justify-content: center;
				width: 100%;
				height: 60px;
				border-radius:30px;
				@media (max-width: 768px){
					font-size: 16px;
					text-align: center;
				}
			}
		}
		.footer-method{
			.btn-method{
				background: #f39800;
				color: #fff;
				font-size: 20px;
				display: flex;
				align-items: center;
				justify-content: center;
				width: 100%;
				height: 60px;
				border-radius:30px;
				@media (max-width: 768px){
					font-size: 16px;
				}
			}
		}
	}
}

