@charset "UTF-8";
/* CSS Document */


/* Fonts ----------- */
body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	color: #333;
}


.ptserif{
	font-family: pt-serif, serif;
	font-style: normal;
	font-weight: 400;
}

.tornac{
	font-family: tornac, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.koburina{
	font-family: "こぶりなゴシック W6 JIS2004";
}

.yugothic{
	font-family: 'Yu Gothic';
}

.pt_serif{
	font-family: 'PT Serif', serif;
}

a{
	color: inherit;
}

a:hover{
	color: inherit;
	cursor: pointer !important;
	text-decoration: none;
}

.fc_373f43{color: #373f43;}
.fc_fff{color: #FFFFFF;}

/* sp */
@media only screen 
and (max-width : 640px) {
	html{
	font-size: calc(100vw / 32);
}

}

#l_wrapper{
	max-width: 1600px;
	margin: 0 auto;
}

/* Nav ------------------------------- */
#top_nav{
	padding: 0 40px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	max-width: 1600px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}

.uk-navbar-nav>li>a{
	text-transform: none;
	min-height: 70px;
	padding: 0 25px;
	color: #000000;
	font-size: 1em;
	font-family: pt-serif, serif;
	font-style: normal;
	font-weight: 400;
}

.uk-navbar-nav>li:last-child>a{
	padding-right: 0;
}

#AiYado_svg{
	width: 200px;
	position: absolute;
	top: 33px;
	left: 0;
	right: 0;
	margin: auto;
}


/* sp */
@media only screen 
and (max-width : 640px) {
		#top_nav{
			padding: 5px 10px;
		}
		
	#AiYado_svg{
		width: 130px;
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.uk-offcanvas-flip .uk-offcanvas-bar {
		background-color: #FFFFFF;
		padding: 10px;
	}
	
	.uk-offcanvas-close {
    top: 12px;
    right: 10px;
    padding: 5px;
		}
		
	#offcanvas-flip .menu_box{
		background-color: #FFFFFF;
		height: 100%;
		color: #333333 !important;
	}

	#offcanvas-flip .uk-navbar-nav {
		display: initial;
	}
	
	.uk-navbar-nav>li>a{
		color: #000000 !important;
		min-height: 40px !important;
	}

	#offcanvas-flip .uk-navbar-nav>li:last-child>a {
		padding: 0;
	}
	
	.menu_box button.uk-icon {
		color: #000000 !important;
	}

}

@media only screen 
and (min-width : 640px) 
and (max-width : 960px) {
		#top_nav{
			padding: 5px 10px;
		}
		
	#offcanvas-flip .menu_box{
		background-color: #FFFFFF;
		height: 100%;
		color: #333333 !important;
	}

	#offcanvas-flip .uk-navbar-nav {
		display: initial;
	}
	
	.uk-navbar-nav>li>a{
		color: #000000 !important;
		min-height: 40px !important;
	}

	#offcanvas-flip .uk-navbar-nav>li:last-child>a {
		padding: 0;
	}
	
	.menu_box button.uk-icon {
		color: #000000 !important;
	}
		

}

/* 下層ページ（記事）Nav ------------------------------- */


#AiYado_svg_under{
	width: 140px;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	margin: auto;
}
/* sp */
@media only screen 
and (max-width : 640px) {
	#AiYado_svg_under{
		width: 120px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}
@media only screen 
and (min-width : 640px) 
and (max-width : 960px) {
	#AiYado_svg_under{
		width: 140px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}
/* main ------------------------------- */


/* =======================
			Main Visual 
======================= */
#mainV_area{
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

.mainV{
	max-width: 1600px;
	margin: 0 auto;
	animation-timing-function: ease-out;
	animation-duration: 3s;
}

img#mainV_img{
	width: 100%;
	height: auto;
}

#mainV_area .outerpanel{
	width: 80vw;
	position: relative;
	top: -8vw;
	left: 8vw;
}

#mainV_area .illust{
	width: 35%;
}

#mainV_area .text_box{
	width: 55%;
}

#mainV_area .text_box .date {
	padding: 5px 15px;
	margin-bottom: 10px;
	display: inline-block;
}

#mainV_area .text_box .title {
	line-height: 1.2em;
	padding: .2em .5em;
	display: inline-block;
}


#mainV_area .text_box .lead{
	margin-top: 10px;
}


/* sp */
@media only screen 
and (max-width : 640px) {
	#mainV_area{
		width: 100vw;
		padding: 0;
	}

	#mainV_area .outerpanel{
	width: 96vw;
	position: relative;
	top: -20vw;
	left: 0;
}

	#mainV_area .text_box{
		width: calc(100% - 6vw);
		margin: 0 auto;
	}

	#mainV_area .illust{
		width: 30%;
	}

	#mainV_area .text_box .date {
		padding: 5px 15px;
		margin-bottom: 10px;
		display: inline-block;
	}

	#mainV_area .text_box .title {
		line-height: 1.2em;
		padding: .2em .5em;
		display: inline-block;
	}

}

/* tab */
@media only screen 
and (min-width : 640px) 
and (max-width : 960px) {
	#mainV_area{
		width: 100vw;
		margin: 0 auto;
		padding: 0;
	}

	#mainV_area .outerpanel{
	width: 96vw;
	margin: 0 auto;
	position: relative;
	top: -10vw;
	left: 0;
}

	#mainV_area .text_box{
		width: calc(100% - 6vw);
		margin: 0 auto;
	}

	#mainV_area .illust{
	}

	#mainV_area .text_box .date {
		padding: 5px 15px;
		margin-bottom: 10px;
		display: inline-block;
	}

	#mainV_area .text_box .title {
		line-height: 1.2em;
		padding: .2em .5em;
		display: inline-block;
	}

}

/* s_Large */
@media only screen 
and (min-width : 1600px) {
#mainV_area .outerpanel{
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: -6vw;
	left: 0;
}

#mainV_area .illust{
	width: 35%;
}

#mainV_area .text_box{
	width: 55%;
}

#mainV_area .text_box .date {
	padding: 5px 15px;
	margin-bottom: 10px;
	display: inline-block;
}

#mainV_area .text_box .title {
	line-height: 1.2em;
	padding: .2em .5em;
	display: inline-block;
}
	
}



/* =======================
		contents_area  
======================== */
.contents_area{
		width: 80vw;
		margin: 0 auto;
		box-sizing: border-box;
}

/* sp */
@media only screen 
and (max-width : 640px) {
.contents_area{
		width: 100vw;
}

}

/* tab */
@media only screen 
and (min-width : 640px) 
and (max-width : 960px) {


}

/* Large */
@media only screen 
and (min-width : 1600px) {
	
}


/* contents01 */
.contents01{
	outline: none !important;
}

.contents01 .inner{
	width: calc(100% - 5vw);
	animation-timing-function: ease-out;
	animation-duration: 2s;	
}

.contents01 .outerpanel{
	height: 28vh;
	position: relative;
	top: -8vw;
	right: 0;
}

.vertical{
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
/*	float: right;*/
}

.contents01 .illust{
	width: 12%;
	position: absolute;
	bottom: -8vw;
	right: 50%;
}

.contents01 .text_box{
	position: absolute;
	right: 0;
	box-sizing: border-box;
}

.contents01 .text_box .date{
	padding: .5em .2em;
}

.contents01 .text_box .title{
	padding: .5em .2em;
}

.contents01 .text_box .lead{
	padding: .5em .2em;
}

.contents01 .text_box .tate{
	height: 300px;
}

/* sp */
@media only screen 
and (max-width : 640px) {
	.contents01{
			margin-right: 5vw;
			margin-bottom: 10vh;
	}
	
	.contents01 .outerpanel {
			height: 20vh;
			position: relative;
			top: 0;
			right: 0;
			padding-bottom: 13vw;
	}
	
	.contents01 .text_box .date {
    padding: .5em .2em;
    position: absolute;
    top: -8vw;
    right: 0;
	}
	
	.contents01 .text_box .title {
    padding: .5em .2em;
    position: absolute;
    top: -8vw;
    right: 3.5rem;
	}
	
	.contents01 .text_box .lead {
    padding: .5em .2em;
    position: absolute;
    top: -8vw;
    right: 6.5rem;
	height: 18em;
	}

	.contents01 .illust {
			width: 13%;
			position: absolute;
			bottom: 2rem;
			left: 5%;
	}

	.lead_txt {
		font-size: 13px;
	}

}

/* tab */
@media only screen 
and (min-width : 640px) 
and (max-width : 960px) {
	.contents01 .outerpanel {
			height: 20vh;
			position: relative;
			top: 0;
			right: 0;
			padding-bottom: 13vw;
	}
	
	.contents01 .text_box .date {
    padding: .5em .2em;
    position: absolute;
    top: -8vw;
    right: 0;
	}
	
	.contents01 .text_box .title {
    padding: .5em .2em;
    position: absolute;
    top: -8vw;
    right: 3.2rem;
	}
	
	.contents01 .text_box .lead {
    padding: .5em .2em;
    position: absolute;
    top: -8vw;
    right: 6.5rem;
	}
	
	.contents01 .illust {
			width: 16%;
			position: absolute;
			bottom: 5vw;
			left: 20%;
	}

}

/* Large */
@media only screen 
and (min-width : 1600px) {
	
}


/* contents02 */
.contents02{
	margin-top: 50px;
	outline: none !important;
}

.contents02 .inner{
	width: calc(100% - 5vw);
	margin-left: 5vw;
	animation-timing-function: ease-out;
	animation-duration: 2s;	
	box-sizing: border-box;
}

.contents02 .con02_illust01{
	position: absolute;
	top: -300px;
	left: -5vw;
	width: 150px;
}

.contents02 .outerpanel{
	width: calc(100% - 10vw);
	position: relative;
	top: -8vw;
	left: 5vw;
}

.contents02 .illust{
	width: 40%;
	margin-top: 20px;
}

.contents02 .text_box{
	width: 55%;
}

.contents02 .text_box .date {
	padding: 5px 15px;
	margin-bottom: 10px;
	display: inline-block;
}

.contents02 .text_box .title {
	line-height: 1.2em;
	padding: .2em .5em;
	display: inline-block;
}


.contents02 .text_box .lead{
	margin-top: 10px;
}


/* sp */
@media only screen 
and (max-width : 640px) {
	.contents02 .inner{
		width: calc(100% - 10vw);
		margin-left: 10vw;
	}

	.contents02 .outerpanel {
			width: calc(100% - 10vw);
			position: relative;
			top: -8vw;
			left: 5vw;
	}
	
		.contents02 .text_box {
			width: 100%;
			margin-bottom: 3rem;
	}
	
	.contents02 .text_box .lead{
		padding-bottom: 3rem;
	}
	
	.contents02 .con02_illust01{
		position: absolute;
		top: -100px;
		left: 0;
		width: 70px;
	}
	
	
}

/* tab */
@media only screen 
and (min-width : 640px) 
and (max-width : 960px) {
	.contents02 .outerpanel {
			width: calc(100% - 10vw);
			position: relative;
			top: -8vw;
			left: 5vw;
	}
	
		.contents02 .text_box {
			width: 100%;
	}

	.contents02 .text_box .lead{
		height: 10vh;
	}
	
	.contents02 .con02_illust01{
		position: absolute;
		top: -170px;
		left: 0;
		width: 100px;
	}

}

	
/* Large */
@media only screen 
and (min-width : 1600px) {
.contents02 .outerpanel{
	width: 80vw;
	position: relative;
	top: -6vw;
	left: 5vw;
}
	
}


/* =======================
		readmore_area  
======================== */
#readmore_area{
	background-color: #edf1f2;
	margin-top: 50px;
}

.readmore_wrapper{
		width: 80vw;
		margin: 0 auto;
		padding: 2rem 0;
		box-sizing: border-box;
}

#readmore_area .boxs{
	margin: 50px 0 0;
}

.more_card{
/*	padding-bottom: 3em;*/
	margin: 0;
}

.more_card_box{
	position: relative;
/*	margin-bottom: 3rem;*/
}

.more_card_box .mcb_inner{
	position: absolute;
	width: calc(90% - 2rem);
	left: 5%;
	top: -2rem;
	padding: 1rem;
/*	margin-bottom: 2rem;*/
}

/*
.tags {
    position: absolute;
    bottom: 15px;
}
*/

.tags span{
	color: #333333;
	border: solid 1px #333333;
	border-radius: 2em;
	display: inline-block;
	padding: .1em .5em;
	margin: 0 .4em .4em 0;
	font-size: .7em;
}

.tags span::before{
	content: "# ";
}

a.arrow2{
	text-decoration:none;
	color:#373f43;
	display:inline-block;
	padding-right:86px;
	position:relative;
}
a.arrow2:before, a.arrow2:after{
	content:"";
	display:block;
	-webkit-transform:skewX(45deg);
	transform:skewX(45deg);
	position:absolute;
	right:0;
	bottom:14px;
}
a.arrow2:before{
	width:70px;
	height:2px;
	background:#373f43;
	position: absolute;
	right: -2px;
}
a.arrow2:after{
	width:3px;
	height:12px;
	background:#373f43;
}

/* sp */
@media only screen 
and (max-width : 640px) {
	.readmore_wrapper{
			width: 90vw;
	}

	#readmore_area .boxs{
		margin: 30px 0 0;
	}

/*
	.more_card{
		margin-bottom: 4rem;
	}
*/

	.uk-margin-large-bottom {
		margin-bottom: 0 !important;
	}
}

/* tab */
@media only screen 
and (min-width : 640px) 
and (max-width : 960px) {


}

/* Large */
@media only screen 
and (min-width : 1600px) {
	#readmore_area .boxs{
		margin: 50px 0;
	}
	
}



/* =======================
		staffsnap_area  
======================== */
#staffsnap_area{
	margin-top: 50px;
}

.staffsnap_wrapper{
	width: 80vw;
	margin: 0 auto;
	padding: 2rem 0;
	box-sizing: border-box;
}

	.staff_box{
		animation-timing-function: ease-out;
		animation-duration: 3s;	
		box-sizing: border-box;
	}

.ss_small {
    font-size: 0.875em;
    line-height: 1.5;
}

.trim{
	position: relative;
}

.trim::after{
	position: absolute;
	content: "";
	top:0;
  left:0;
  width: 100%;
  height:100%;
  /* 塗りつぶす */
	background: rgb(24,24,24);
	background: linear-gradient(0deg, rgba(24,24,24,0.7175245098039216) 0%, rgba(17,18,18,0) 100%); 
}



/* sp */
@media only screen 
and (max-width : 640px) {
	.staffsnap_wrapper {
			width: 100%;
			margin: 0 auto;
			padding: 1.5rem;
			box-sizing: border-box;
	}

	.staff_box a{
		display: flex;
		justify-content: space-between;
		animation-timing-function: ease-out;
		animation-duration: 3s;		
	}
	
	.staff_box .uk-card{
		width: 40%;
	}
	
	.staff_box p.box_text{
		font-size: 13px;
		width: 57%;
	}
	
	.staff_box .fc_fff{
		text-align: left !important;
		font-size: 1.2em;
	}

	.staff_box .ss_small.fc_fff{
		text-align: left !important;
		font-size: .9em;
	}

}

/* tab */
@media only screen 
and (min-width : 640px) 
and (max-width : 960px) {

}

/* Large */
@media only screen 
and (min-width : 1600px) {
	
}


footer{
	background-color: #373f43;
	height: 200px;
	position: relative;
	margin: 0;
	padding-top: 50px;
}

#footer_nav.uk-navbar-nav>li>a{
	color: #FFFFFF !important;
}

.aiyado_white {
	width: 200px;
	margin: 0 auto;
}

.copy{
	background-color: #1e2325;
	color: #CCCCCC;
	margin: 0;
	padding: 1rem 0;
}


/* sp */
@media only screen 
and (max-width : 640px) {
	.aiyado_white {
		width: 130px;
		margin: 0 auto;
	}
	
	#footer_nav.uk-navbar-nav>li:last-child>a {
		padding-right: 25px!important;
	}	

}


/* tab */
@media only screen 
and (min-width : 640px) 
and (max-width : 960px) {

}

/* Large */
@media only screen 
and (min-width : 1600px) {
	
}


/* ---- 20200130　追記 ---- */
.navlogo{
	width: 50px;
}

.title .uk-h2.koburina{
	font-size: 40px;
}

.text_box .lead{
	line-height: 1.8;
}

.tate .title.uk-margin-left{
	margin-left: 24px !important;
}

#readmore_area .readmore{
	font-size: 32px !important;
}

.staffname{
	font-family: "Talking";
	padding: .5rem !important;
}



/* sp */
@media only screen 
and (max-width : 640px) {
	.text_box .date{
		font-size: 20px;
	}
	
	.title .uk-h2.koburina{
		font-size: 22px;
	}
	
	.text_box .lead{
		font-size: 14px;
	}
	
	.navlogo{
		width: 35px;
	}
	
	.staff_box .uk-margin-small-top{
		margin-top: 0 !important;
	}

	#readmore_area .readmore {
		font-size: 22px !important;
	}
}



.fadein {
opacity: 0;
transform : translate(0, 50px);
transition : all 1500ms;
transition-delay: 1s;
}

.fadein.scrollin{
opacity: 1;
transform: translate(0, 0);
}

.img_boxL,
.img_boxR {
	position: relative;
}

.img_boxL:after,
.img_boxR:after{
	content: '';
	position: absolute;
	top: 0;
	
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all .8s cubic-bezier(.55,.085,.68,.53) 1s;
}
.img_boxL:after{
	left:0;
}
.img_boxR:after{
	right:0;
}

.img_boxL.scrollin:after{
	left:-100%;
}
.img_boxR.scrollin:after{
	right:-100%;
}


/*sp_nav*/

nav.globalMenuSp {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	background: #fff;
	color: #000;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
}
 
nav.globalMenuSp ul {
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
 
nav.globalMenuSp ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 20px;
}
 
nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateY(0%);
	padding-top: 140px;
	z-index: -2;
}
/* sp */
@media only screen  
and (max-width : 640px) {
	nav.globalMenuSp.active {
		padding-top: 80px;
	}
}


.navToggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 4px;
	width: 42px;
	height: 40px;
	cursor: pointer;
	z-index: 3;
	text-align: center;
}
 
.navToggle span {
	display: block;
	position: absolute;    /* .navToggleに対して */
	width: 30px;
	border-bottom: solid 3px #000000;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
 
.navToggle span:nth-child(1) {
	top: 9px;
}
 
.navToggle span:nth-child(2) {
	top: 18px;
}
 
.navToggle span:nth-child(3) {
	top: 27px;
}
 
.navToggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
	
/*ヘッダーの背景*/
.heeder_bg {
	background-color: #fff;
	width: 100vw;
	height: 45px;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	
}

body.active{
	position: fixed;
	width: 100%;
	height: 100%;
}
.maincover{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(255, 255, 255, .5);
}
body.active .maincover{
	z-index: 1;
}


/*数字だけ縦書き*/

.vertical_txt {
	writing-mode: lr;
	line-height: 1;
}

/*全部縦書き*/
.v_txt {
	writing-mode: vertical-rl;
}


/* =======================
		page-archives（カテゴリー、タグなど）
======================== */

.page-title{
	font-size: 32px;
}

@media only screen and (max-width: 640px){
		.page-title {
			font-size: 22px !important;
	}

}

/* =======================
		page-sitemap
======================== */

#sitemap h2{
	color: #C0C0C0;
}

 #sitemap ul{
 	list-style: none;
	padding: 0;
 }
 
 #sitemap ul li{
 	margin: .5em 0;
 }
 
 #sitemap > #all > li{
 	margin: 2em 0;
 }

@media only screen and (max-width: 640px){

}



