html.pc {
  /* Compiled from SCSS */
  /*--------------------------------------------------------------------------*/
  /* TOP */
  /*--------------------------------------------------------------------------*/
}
html.pc body.home,
html.pc body.category,
html.pc body.page-template-default {
  /*--------------------------------------------------------------------------*/
  /* MAIN VISUAL */
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /* NEWS */
  /*--------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------*/
  /* INFORMATION */
  /*--------------------------------------------------------------------------*/
}
html.pc body.home #mainvisual-for-sp,
html.pc body.category #mainvisual-for-sp,
html.pc body.page-template-default #mainvisual-for-sp {
  display: none;
}
html.pc body.home #slider-control-prev,
html.pc body.home #slider-control-next,
html.pc body.category #slider-control-prev,
html.pc body.category #slider-control-next,
html.pc body.page-template-default #slider-control-prev,
html.pc body.page-template-default #slider-control-next {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */
  zoom: 1;
  /* ie lt 9 */
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
html.pc body.home #slider-control-prev:hover,
html.pc body.home #slider-control-next:hover,
html.pc body.category #slider-control-prev:hover,
html.pc body.category #slider-control-next:hover,
html.pc body.page-template-default #slider-control-prev:hover,
html.pc body.page-template-default #slider-control-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  zoom: 1;
  /* ie lt 9 */
}
html.pc body.home .slider-dotbtn li,
html.pc body.category .slider-dotbtn li,
html.pc body.page-template-default .slider-dotbtn li {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */
  zoom: 1;
  /* ie lt 9 */
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
html.pc body.home .slider-dotbtn li:hover,
html.pc body.category .slider-dotbtn li:hover,
html.pc body.page-template-default .slider-dotbtn li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  zoom: 1;
  /* ie lt 9 */
}
html.pc body.home .slider-dotbtn li.current,
html.pc body.category .slider-dotbtn li.current,
html.pc body.page-template-default .slider-dotbtn li.current {
  opacity: 1;
  filter: alpha(opacity=100);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  zoom: 1;
  /* ie lt 9 */
}
html.pc body.home .news-wrapper .news-navi ul.all li.all a:hover,
html.pc body.home .news-wrapper .news-navi ul li.current-cat a:hover,
html.pc body.category .news-wrapper .news-navi ul.all li.all a:hover,
html.pc body.category .news-wrapper .news-navi ul li.current-cat a:hover,
html.pc body.page-template-default .news-wrapper .news-navi ul.all li.all a:hover,
html.pc body.page-template-default .news-wrapper .news-navi ul li.current-cat a:hover {
  color: #fff;
}
html.pc body.home .news-wrapper .news-navi ul a,
html.pc body.category .news-wrapper .news-navi ul a,
html.pc body.page-template-default .news-wrapper .news-navi ul a {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
html.pc body.home .news-wrapper .news-navi ul a:hover,
html.pc body.category .news-wrapper .news-navi ul a:hover,
html.pc body.page-template-default .news-wrapper .news-navi ul a:hover {
  color: #ff6600;
}
html.pc body.home .news-wrapper .news-contents-wrapper .news-inner,
html.pc body.category .news-wrapper .news-contents-wrapper .news-inner,
html.pc body.page-template-default .news-wrapper .news-contents-wrapper .news-inner {
  zoom: 1;
}
html.pc body.home .news-wrapper .news-contents-wrapper .news-inner:after,
html.pc body.category .news-wrapper .news-contents-wrapper .news-inner:after,
html.pc body.page-template-default .news-wrapper .news-contents-wrapper .news-inner:after {
  content: "";
  display: block;
  clear: both;
}
html.pc body.home .news-wrapper .news-contents-wrapper .news,
html.pc body.category .news-wrapper .news-contents-wrapper .news,
html.pc body.page-template-default .news-wrapper .news-contents-wrapper .news {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
html.pc body.home .news-wrapper .news-contents-wrapper .news .image,
html.pc body.category .news-wrapper .news-contents-wrapper .news .image,
html.pc body.page-template-default .news-wrapper .news-contents-wrapper .news .image {
  height: 200px;
}
html.pc body.home .news-wrapper .news-contents-wrapper .news:hover .info,
html.pc body.home .news-wrapper .news-contents-wrapper .news:hover .text,
html.pc body.category .news-wrapper .news-contents-wrapper .news:hover .info,
html.pc body.category .news-wrapper .news-contents-wrapper .news:hover .text,
html.pc body.page-template-default .news-wrapper .news-contents-wrapper .news:hover .info,
html.pc body.page-template-default .news-wrapper .news-contents-wrapper .news:hover .text {
  text-decoration: underline;
}
html.pc body.home .news-wrapper .news-contents-wrapper .news .info,
html.pc body.home .news-wrapper .news-contents-wrapper .news .text,
html.pc body.category .news-wrapper .news-contents-wrapper .news .info,
html.pc body.category .news-wrapper .news-contents-wrapper .news .text,
html.pc body.page-template-default .news-wrapper .news-contents-wrapper .news .info,
html.pc body.page-template-default .news-wrapper .news-contents-wrapper .news .text {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
html.pc body.home .news-wrapper .news-contents-wrapper #wpLoadingButton,
html.pc body.category .news-wrapper .news-contents-wrapper #wpLoadingButton,
html.pc body.page-template-default .news-wrapper .news-contents-wrapper #wpLoadingButton {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
html.pc body.home .news-wrapper .news-contents-wrapper #wpLoadingButton:hover,
html.pc body.category .news-wrapper .news-contents-wrapper #wpLoadingButton:hover,
html.pc body.page-template-default .news-wrapper .news-contents-wrapper #wpLoadingButton:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=75)";
  /* ie 8 */
  zoom: 1;
  /* ie lt 9 */
}
html.pc body.home .news-wrapper .news-contents-wrapper #wpLoadingButton:hover #wpPageRizeLoading,
html.pc body.category .news-wrapper .news-contents-wrapper #wpLoadingButton:hover #wpPageRizeLoading,
html.pc body.page-template-default .news-wrapper .news-contents-wrapper #wpLoadingButton:hover #wpPageRizeLoading {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0.75;
  filter: alpha(opacity=75);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=75)";
  /* ie 8 */
  zoom: 1;
  /* ie lt 9 */
}
html.pc body.home .information-wrapper .banners a,
html.pc body.category .information-wrapper .banners a,
html.pc body.page-template-default .information-wrapper .banners a {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
html.pc body.home .information-wrapper .banners a:hover,
html.pc body.category .information-wrapper .banners a:hover,
html.pc body.page-template-default .information-wrapper .banners a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=75)";
  /* ie 8 */
  zoom: 1;
  /* ie lt 9 */
}

/*
@mixin center($width);
@mixin horizontalList($margin:0, $num:0);
@mixin borderBox();
@mixin clearfix();
*/
/*
@mixin hideText($height);
@mixin hideTextBtn($height, $width:0);
@mixin hideTextBtnSprite($height, $width, $num:0);
@mixin numberingList($before:'', $after:'', $padding:10px);
@mixin scrollable();
*/
/*
@mixin opacity($opacity);
@mixin transition($property:all, $duration:400, $easing:ease-in-out);
@mixin perspective($value);
@mixin transform($scale:1.0, $rotateX:0, $rotateY:0, $rotateZ:0, $x:0, $y:0, $skewX:0, $skewY:0);
@mixin animation($name, $duration:400, $easing:ease-in-out, $delay:0, $count:1, $direction:normal, $fill:both);
@mixin keyframes($name){
	$var: 0.65;
	$init: 30px;

	0% {
		@include transform($y:0);
	}
	20% {
		@include transform($y:-$init*$var);
	}
	40% {
		@include transform($y:$init*$var*$var);
	}
	60% {
		@include transform($y:-$init*$var*$var*$var);
	}
	80% {
		@include transform($y:$init*$var*$var*$var*$var);
	}
	100% {
		@include transform($y:0);
	}
}
@mixin borderRadius($topLeft:inherit, $topRight:inherit, $bottomRight:inherit, $bottomLeft:inherit);
@mixin textShadow($horizontal:0, $vertical:1px, $color:#fff, $blur:0);
@mixin boxShadow($horizontal:0, $vertical:0, $blur:5px, $rgba:rgba(0,0,0,0.5));
@mixin boxShadowInset($horizontal:0, $vertical:0, $blur:5px, $rgba:rgba(0,0,0,0.5));
*/
/*--------------------------------------------------------------------------*/
/* Module */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* State */
/*--------------------------------------------------------------------------*/
