

.filter_box .sort_box{
   display: none;
   opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

body.category-all .item-all,
body.category-mc .item-mc,
body.category-mo .item-mo{
	display: block;
	-webkit-animation: show .5s linear 0s forwards;
    animation: show .5s linear 0s forwards;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes show {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

}



/***********************
	pcのみ
	********************/

@media screen and (min-width: 769px) {
	
.lower_circleArea{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.lower_circleArea .g_ring{
	max-width: 356px;
	position: absolute;
	right: 30%;
	top: -100px;
}

.lower_circleArea .y_circle{
	max-width: 544px;
	position: absolute;
	top: 400px;
	right: -50px;
}

/*******
 produce
******/
.contents .sercice_top_sec{
	padding-top: 150px;
}

.sec_ttl span{
	display: block;
	font-size: 18px;
	margin-top: 30px;
}


.contents .sercice_top_sec .leadArea .txtArea h3{
	font-size: 1.55em;
	line-height: 1.75em;
	margin-bottom: 40px;
}

.contents .sercice_top_sec .leadArea .txtArea p{
	line-height: 2em;
	margin-bottom: 30px;
	font-weight: bold;
}

.contents .sercice_top_sec .leadArea .txtArea .strong{
	font-size: 1.1em;
}

.contents .sercice_top_sec .leadArea .txtArea .green{
	color: #5bb431;
}



.castlist_sec{
	width: 100%;
}

.contents .castlist_sec{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 100px;
}

.castlist_sec .sort_list{
	margin-bottom: 60px;
}

.castlist_sec .sort_list ul{
	
}

.castlist_sec .sort_list ul li{
	display: inline-block;
	margin-right: 30px;
	padding: 15px 45px;
	border-radius: 40px;
	border: solid 1px #bfbfbf;
	font-size: 0.85em;
	font-weight: bold;
	background-color: #fff;
}
.castlist_sec .sort_list ul li:hover{
	opacity: 0.7;
}


.castlist_sec .sort_list ul .current{
	border-color: #222222;
}

.castlist_sec .filter_box{
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
}

.castlist_sec .filter_box .sort_box{
	max-width: 290px;
	width: calc(33.3333% - 60px);
	margin: auto 30px;
	margin-bottom: 70px;
	float: left;
}

.castlist_sec .filter_box .sort_box .img_box{
	margin-bottom: 20px;
}

.castlist_sec .filter_box .sort_box .txt{
	
	margin-bottom: 25px;
}

.castlist_sec .filter_box .sort_box .name{
	font-size: 1.3em;
	font-weight: bold;
}

.castlist_sec .filter_box .sort_box .name span{
	display: block;
	font-size: 14px;
	margin-top: 15px;
}

.castlist_sec .filter_box .sort_box .profile{
	margin-bottom: 25px;
	margin-top: 20px;
	line-height: 1.5;
}

.castlist_sec .filter_box .sort_box .voice{
	width: 100%;
	margin-bottom: 20px;
}

.castlist_sec .filter_box .sort_box .voice a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #f8f8f8;
	color: #222222;
	padding: 20px 0;
	border-radius: 8px;
	
}

.castlist_sec .filter_box .sort_box .voice a:hover{
	opacity: 0.7;
}

.castlist_sec .filter_box .sort_box .voice .icon{
	width: 20px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.castlist_sec .filter_box .sort_box .voice p{
	display: inline-block;
	font-weight: bold;
}

.entry_link_sec{
	width: 100%;
	background-color: #ef8f1e;
	padding: 60px 0;
	position: relative;
	z-index: 2;
}

section.entry_link_sec.bg_move::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 1;
    transform-origin: right;
    transition: all 1s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transform: scaleX(1);
}
section.entry_link_sec.bg_move.visible::before {
    transform: scaleX(0);
}

.entry_link_sec .entryBtn{
	width: 480px;
	height: auto;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.entry_link_sec .entryBtn a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px 0;
	border-radius: 100px;
	background-color: #fff;
	transition: all .3s ease-in;
}

.entry_link_sec .entryBtn a:hover{
	background-color: #000;
	color: #fff;	
}

.entry_link_sec .entryBtn p{
	font-size: 1.5em;
	line-height: normal;
	margin-bottom: 10px;
}

.entry_link_sec .entryBtn span{
	font-size: 0.8em;
	line-height: 1.5em;
}



}


/***********************
	spのみ
	********************/
@media screen and (max-width: 768px) {
.lower_circleArea{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.lower_circleArea .g_ring{
	max-width: 356px;
	width: 40%;
	position: absolute;
	left: -5%;
	top: -50px;
}

.lower_circleArea .y_circle{
	max-width: 544px;
	width: 60%;
	position: absolute;
	top: 200px;
	right: -10%;
}

/*******
 produce
******/
.contents .sercice_top_sec{
	padding-top: 150px;
}

.sec_ttl span{
	display: block;
	font-size: 18px;
	margin-top: 30px;
}


.contents .sercice_top_sec .leadArea .txtArea h3{
	font-size: 1.55em;
	line-height: 1.75em;
	margin-bottom: 40px;
}

.contents .sercice_top_sec .leadArea .txtArea p{
	line-height: 2em;
	margin-bottom: 30px;
	font-weight: bold;
}

.contents .sercice_top_sec .leadArea .txtArea .strong{
	font-size: 1.1em;
}

.contents .sercice_top_sec .leadArea .txtArea .green{
	color: #5bb431;
}



.castlist_sec{
	width: 100%;
}

.contents .castlist_sec{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 100px;
}

.castlist_sec .sort_list{
	margin-bottom: 60px;
}

.castlist_sec .sort_list ul{
	text-align: center;
}

.castlist_sec .sort_list ul li{
	display: inline-block;
	margin-right: 10px;
	padding: 10px 30px;
	border-radius: 40px;
	border: solid 1px #bfbfbf;
	font-size: 0.85em;
	font-weight: bold;
	background-color: #fff;
}

.castlist_sec .sort_list ul .current{
	border-color: #222222;
}

.castlist_sec .filter_box{
	width: 80%;
	margin: 0 auto;
	
}

.castlist_sec .filter_box .sort_box{
	width: 100%;
	margin: 0 auto 50px;
}



.castlist_sec .filter_box .sort_box .img_box{
	margin-bottom: 20px;
}

.castlist_sec .filter_box .sort_box .txt{
	
	margin-bottom: 15px;
}

.castlist_sec .filter_box .sort_box .name{
	font-size: 1.3em;
	font-weight: bold;
}

.castlist_sec .filter_box .sort_box .name span{
	display: block;
	font-size: 14px;
	margin-top: 15px;
}

.castlist_sec .filter_box .sort_box .profile{
	margin-bottom: 25px;
	margin-top: 20px;
	line-height: 1.5;
}

.castlist_sec .filter_box .sort_box .voice{
	width: 100%;
	margin-bottom: 20px;
}

.castlist_sec .filter_box .sort_box .voice a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #f8f8f8;
	color: #222222;
	padding: 20px 0;
	border-radius: 8px;
	
}

.castlist_sec .filter_box .sort_box .voice a:hover{
	
}

.castlist_sec .filter_box .sort_box .voice .icon{
	width: 20px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.castlist_sec .filter_box .sort_box .voice p{
	display: inline-block;
	font-weight: bold;
}

.entry_link_sec{
	width: 100%;
	background-color: #ef8f1e;
	padding: 60px 0;
	position: relative;
	z-index: 2;
}

section.entry_link_sec.bg_move::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 1;
    transform-origin: right;
    transition: all 1s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transform: scaleX(1);
}

section.entry_link_sec.bg_move.visible::before {
    transform: scaleX(0);
}

.entry_link_sec .entryBtn{
	width: 90%;
	height: auto;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.entry_link_sec .entryBtn a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px 0;
	border-radius: 100px;
	background-color: #fff;
	transition: all .3s ease-in;
}

.entry_link_sec .entryBtn a:hover{
	background-color: #000;
	color: #fff;	
}

.entry_link_sec .entryBtn p{
	font-size: 1.5em;
	line-height: normal;
	margin-bottom: 10px;
}

.entry_link_sec .entryBtn span{
	font-size: 0.8em;
	line-height: 1.5em;
}


}