﻿@charset "utf-8";

html{
	font-size: 62.5%;
}
@media screen and (min-width: 751px){

}
@media screen and (max-width: 750px){
	html{
		font-size: 52.5%;
	}
}

/*--------------------------------------*/

body{
	font-family: "小塚ゴシック", KozukaGothic, kozuka-gothic-pr6n, sans-serif !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	line-height: 1.5 !important;
	font-weight: 900;
}
@media screen and (min-width: 751px){
body{
	
}
}
@media screen and (max-width: 750px){
body{
	
}
}

/*--------------------------------------*/

#wrapper{
	position: relative;
}
@media screen and (min-width: 751px){
#wrapper{
	
}
}
@media screen and (max-width: 750px){
#wrapper{
	
}
}

/*--------------------------------------*/

header{
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
}
header .gnavi{
	color: #1C6AB6;
}
header .gnavi .wrap{
	justify-content: center;
	padding: 1.5em;
}
header .gnavi .wrap .item{
	padding: 0 2.2em;
	background-image: url("../img/ico_gnavi_border.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}
@media screen and (min-width: 751px){
header{
	
}
}
@media screen and (max-width: 750px){
	header{

	}
	header.fixed .area{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		box-sizing: border-box;
		background: rgba(255,255,255,.96);
		z-index: 100;
	}
	header .gnavi{
		position: absolute;
		margin: 0;
		display: none;
		right: 0;
		top: 50px;
	}
	header .gnavi.active{
		display: block;
	}
}

/*--------------------------------------------------------------------*/

#layer{
	display: none;
}
@media screen and (min-width: 751px){
	
}
@media screen and (max-width: 750px){
.sp.menu{
	position: relative;
	align-items: stretch;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
	background: rgba(255,255,255,.9);
	z-index: 3;
}
.sp.menu .button{
	position: relative;
	z-index: 1100;
	width: 14px;
	height: 14px;
	margin: 10px;
}
.sp.menu .button .line{
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: #333;
	border-radius: 4px;
	transition: all .3s;
}
.sp.menu .button .line:nth-of-type(1){
	top:0;
}
.sp.menu .button .line:nth-of-type(2){
	top: 0;
	bottom: 0;
}
.sp.menu .button .line:nth-of-type(3){
	bottom: 0;
}
header.active .sp.menu .button .line:nth-of-type(1){
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header.active .sp.menu .button .line:nth-of-type(2){
	opacity: 0;
}
header.active .sp.menu .button .line:nth-of-type(3){
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header.active + #layer{
	display: block;
	z-index: 2;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,.3);
}
}

/*--------------------------------------*/

#main{
	
}
@media screen and (min-width: 751px){
#main{
	
}
}
@media screen and (max-width: 750px){
#main{
	
}
}

/*--------------------------------------*/

#contents{
	
}
@media screen and (min-width: 751px){
#contents{
	
}
}
@media screen and (max-width: 750px){
#contents{
	
}
}

/*--------------------------------------*/

#sidebar{
	
}
@media screen and (min-width: 751px){
#sidebar{
	
}
}
@media screen and (max-width: 750px){
#sidebar{
	
}
}

/*--------------------------------------*/

footer{
	font-weight: normal;
	padding: 40px 0;
	padding-bottom: 60px;
	background-color: #f5f5f5;
}
footer .link{
	padding-bottom: 1em;
}
footer .link a{
	display: inline-block;
	padding: .2em 0;
	padding-left: 1.5em;
	background-image: url("../img/ico_link_blank.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 1em;
}
footer .copyright{
	font-size: 1.2rem;
	color: #999;
}
@media screen and (min-width: 751px){
footer{
	
}
}
@media screen and (max-width: 750px){
footer{
	
}
}

/*--------------------------------------------------------------------*/

.kriesi .pagination{
	text-align: center; 
}
.kriesi .pagination a,
.kriesi .pagination span{
	border: 1px solid #999;
	padding: 3px 4px;
	margin: 5px;
	font-size: 1.2rem;
}
.kriesi .pagination span{
	color: #999;
	border: 1px solid #DDD;
}
.kriesi .pagination a:hover{
	opacity: 0.6;
}

/*--------------------------------------*/

@media screen and (min-width: 751px){
.sp{
	display: none !important;
}
}
@media screen and (max-width: 750px){
.pc{
	display: none !important;
}
}
@media screen and (max-width: 750px){
img{
	width: 100%;
}
}
/* 装飾 */
.blue{
	color: #3CF !important;
}
.ease1s *{
	-webkit-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;	
}
.ease2s *{
	-webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;	
}
.ease3s *{
	-webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;	
}
.ease4s *{
	-webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;	
}
.ease5s *{
	-webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;	
}
.tac{
	text-align: center !important;
}
.tar{
	text-align: right !important;
}
.tal{
	text-align: left !important;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 751px){

}
@media screen and (max-width: 750px){
	.flex{
		flex-direction: column;
	}
}
.ico_arrow{
	position: relative;
	padding-right: 1em;
}
.ico_arrow:before{
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotateZ(45deg);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
a{
	transition: all .3s;
	display: block;
}
a:hover{
	opacity: 0.6;
}

.ff_midashigo{
	font-family: 'A-OTF 見出ゴMB31 Pro',MidashiGoPro-MB31, "Noto Sans Japanese" !important;
	font-weight: 700;
}
.ff_shingo{
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif !important;
	font-weight: 800;
}
.ff_yugo{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "小塚ゴシック", KozukaGothic, "Yu Gothic", "Noto Sans Japanese", sans-serif !important;
	font-weight: 500 !important;
}

.visible{
	overflow: hidden;
	position: relative;
}
.visible img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* インナー */
@media screen and (min-width: 751px){
.inner780{
	width: 780px;
	margin: 0 auto;
}
.inner880{
	width: 880px;
	margin: 0 auto;
}
.inner900{
	width: 900px;
	margin: 0 auto;
}
.inner920{
	width: 920px;
	margin: 0 auto;
}
.inner940{
	width: 940px;
	margin: 0 auto;
}
.inner950{
	width: 950px;
	margin: 0 auto;
}
.inner960{
	width: 960px;
	margin: 0 auto;
}
.inner980{
	width: 980px;
	margin: 0 auto;
}
.inner1000{
	width: 1000px;
	margin: 0 auto;
}
.inner1080{
	width: 1080px;
	margin: 0 auto;
}
.inner1100{
	width: 1100px;
	margin: 0 auto;
}
.inner1200{
	width: 1200px;
	margin: 0 auto;
}
}
.anchor{
	margin-top: -0px;
	padding-top: 0px;
}