@charset "UTF-8";

/*子テーマ用「base.css」*/
/*
# =================================================================
# 全体設定
# =================================================================
*/
body{
    background: url(images/gray-bg.png);
    background-size: 16px;
}
.keni-container{
	padding-top: 0!important;
}
.keni-section_wrap{
	background: none;
}
.keni-main{
	overflow: hidden;
	font-size: 1.4rem;
	font-weight: 700;
}
.keni-main_inner{
	padding: 10px 0;
}
.article-body p{
	margin-bottom: 10px;
	line-height: 1.8;
}
.fl-l,.fl-r{
	float: none;
	display: block;
	margin: 0 auto 1em;
}
/*
# =================================================================
# ヘッダー
# =================================================================
*/
.keni-header_wrap{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	background: none!important;
}
.site-title{
	position: absolute;
	z-index: 3;
}
.keni-header{
	padding: 0;
}
.site-title{
	padding: 5px 0;
}
.keni-header_col1 .keni-header_cont{
	margin: 0;
	display: none!important;
}
.keni-header_col1 .keni-header_cont img{
	bottom: 0!important;
	height: auto!important;
}
.main-catch{
	position: absolute;
	bottom: -10px;
	z-index: 3;
	left: 5px;
	width: 70%;
}
.front-mv{
	position: relative;
	max-width: 1400px;
    max-height: 560px;
    margin: 0 auto;
}
.main-catch-conts{
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.h-fixed p{
	display: none;
}
/*
# =================================================================
# グローバルナビ
# =================================================================
*/
.keni-gnav_btn,.keni-gnav_wrap{
	display: none;
}
.navi-fixed{
	display: none;
}
/*
# =================================================================
# メインビジュアル
# =================================================================
*/
.mv{
	position: relative;
	background: url(images/black-bg.png) repeat;
	background-size: 10px 10px;
}
.slider{
	margin: 0;
	padding: 10px 0;
}
.slider li{
	list-style: none;
	padding: 0  5px;
}
.slider li img{
	width: 100%;
	border: 2px solid #eaeaea;
	box-sizing: border-box;
}
.slick-dots{
	bottom: 15px;
}
.slick-dots li{
	margin: 0;
}
.slick-prev, .slick-next{
	width: 24px;
	height: 24px;
}
.slick-prev{
	left: 0;
	z-index: 5;
}
.slick-next{
	right: 0;
	z-index: 5;
}
.slick-prev:before, .slick-next:before{
	opacity: 1;
}
.slick-prev:before{
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	top: -6px;
	left: 0;
	bottom: 0;
	margin: auto 0;
	background: url("images/prev.png") no-repeat;
	background-size: 24px 24px;
}
.slick-next:before{
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	top: -6px;
	left: 0;
	bottom: 0;
	margin: auto 0;
	background: url("images/next.png") no-repeat;
	background-size: 24px 24px;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.character-01,.character-02{
	display: none!important;
}
/*
# =================================================================
# フッターメニュー
# =================================================================
*/
.sp-menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.is_menu_visible .sp-menu{
	z-index: 70;
	height: 100%;
}
.sp-menu .nav-conts{
}
.sp-menu .nav-conts{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 96%;
	height: 0;
	margin: 0 auto;
	padding: 20px;
	border-radius: 0 0 6px 6px;
	background-color: #ffdf3e;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f9d938), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f9d938),color-stop(.75, #f9d938), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 4px 4px;
	background-size: 4px 4px;
	background-repeat: repeat;
	-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
	animation: fadeIn 0.5s ease 0s 1 normal;
}
.sp-menu .nav-conts .nav-conts-in{
	margin-bottom: 20px;
	padding: 0;
    background: #fff;
    border: 5px solid rgba(255,235,139,0.8);
}
.sp-menu .nav-conts.active{
	display: block;
	height: auto;
	overflow: auto;
	-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
	animation: fadeIn 0.5s ease 0s 1 normal;
}
.sp-menu .nav-conts ul{
	margin: 0;
	padding: 0;
}
.sp-menu .nav-conts ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: 3px solid #eaeaea;
}
.sp-menu .nav-conts ul li:last-child{
	border-bottom: 0;
}
.sp-menu .nav-conts ul li a{
    position: relative;
    display: block;
    padding: 15px;
    background: #fefefe;
    color: #080808;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 700;
}
.sp-menu .nav-conts ul li a:before{
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	position: absolute;
	top: 15px;
	right: 30px;
}
.sp-menu .nav-conts ul li a:hover{
	background: #fefc79;
}
.sp-menu .nav-conts ul li a:hover span{
	position: relative;
	right: -10px;
}
.sp-menu .nav-conts ul li a:hover:before{
	right: 15px;
}
.is_menu_visible {
    overflow: hidden!important;
}
/*
# =================================================================
# フッター
# =================================================================
*/
.keni-copyright_wrap{
	border: 0;
	padding: 0;
}
.keni-copyright{
	text-align: center;
}
.keni-footer-panel ul{
	padding: 0 0 0 25%;
}
.keni-footer-panel li{
	position: relative;
	vertical-align: bottom;
	min-height: 43px;
	padding: 25px 5px 3px;
	font-weight: bold;
	font-size: 1rem;
}
.keni-footer-panel_wrap{
	background: #fafafa;
}
.keni-footer-panel .f-logo{
	position: absolute;
	content: '';
	bottom:0;
	left: 0;
	height: 60px;
	width: 25%;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-bottom: 0;
	border-left: 0;
}
.keni-footer-panel .f-logo img{
	display: block;
	margin: 6px auto 0;
	max-height: 48px;
	width: auto;
}
.icon_menu::before{
	position: absolute;
	content: '';
	top:-10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 36px;
	height: 36px;
	background: url(./images/icon-menu.png);
	background-size: 36px 36px;
}
.icon_tel::before{
	position: absolute;
	content: '';
	top:-10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 36px;
	height: 36px;
	background: url(./images/icon-phone.png);
	background-size: 36px 36px;
}
.icon_mail::before{
	position: absolute;
	content: '';
	top:-10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 36px;
	height: 36px;
	background: url(./images/icon-mail.png);
	background-size: 36px 36px;
}
.icon_arrow_s_up::before{
	position: absolute;
	content: '';
	top:-10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 36px;
	height: 36px;
	background: url(./images/icon-top.png);
	background-size: 36px 36px;
}
.page-top{
	display: none!important;
}
.keni-footer-panel li a{
	padding: 0;
}
/*
# =================================================================
# 固定ページ
# =================================================================
*/
.default article{
	margin: 0 10px;
}
.default .keni-section_wrap{
	margin: 0;
	padding: 20px 10px;
	background: url(images/grid-bg.png);
	border-left: 6px solid #080808;
    border-right: 6px solid #080808;
	border-bottom: 6px solid #080808;
}
/*
# =================================================================
# お問い合わせ
# =================================================================
*/
table.custom-table{
	width: 94%;
	display: table;
	margin: 0 auto;
	background: #fff;
}
table.custom-table th {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
	background: #fafafa;
	border: 0;
}
table.custom-table th span {
    position: relative;
    left: 10px;
    padding: 0.2em 0.5em 0.1em;
    background: #ff444f;
    color: #FFF;
    font-size: 0.825em;
    border-radius: 4px;
}
table.custom-table td {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
	border: 0;
}
table.custom-table td input {
    width: 100%;
    padding: 0.5em 1em;
    box-sizing: border-box;
}
table.custom-table textara{
	padding: 0.5em 1em;
}
input.submit-btn{
	
}
.submit-btn input{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 5px;
	padding: 0;
	border: 0;
}
/*
# =================================================================
# 特定商取引法に基づく表示
# =================================================================
*/
dl.custom-dl{
	margin: 0;
	padding: 0;
}
dl.custom-dl dt{
	background: url(images/shasen_bg.png) repeat center center #424242;
	margin: 0 0 10px;
	padding: 10px;
	color: #fff;
}
dl.custom-dl dd{
	padding: 10px;
	margin: 0 0 20px;
}
/*
# =================================================================
# パン屑
# =================================================================
*/
.keni-breadcrumb-list_wrap{
	margin: 10px 0 0;
	background: #fff;
}
.keni-breadcrumb-list li{
	font-size: 1.2rem;
}
.keni-breadcrumb-list li:first-child::before, .keni-breadcrumb-list li::after{
	font-size: 10px;
}
.keni-breadcrumb-list li::after{
	margin: 0 5px;
}
/*
# =================================================================
# 共通見出し設定
# =================================================================
*/
.default h1.entry_title{
	position: relative;
	margin: 0;
    padding: 0;
    margin-bottom: 0;
    background: #fefc79;
    border: 6px solid #080808;
	border-radius: 6px 6px 0 0;
}
.default h1.entry_title img{
	display: block;
	max-width: 80%;
	margin: 0 auto;
}
h2{
	background: url(images/shasen_bg.png) repeat center center #424242;
}
.keni-section h2{
	margin-top: 30px;
}
/*
# =================================================================
# SNS設定用
# =================================================================
*/
.sns-btn_wrap{
	padding-bottom: 10px;
	margin-bottom: 0;
}
/*
# =================================================================
# トップページ用設定
# =================================================================
*/
.keni-section .front-section img{
	display: block;
	margin: 0 auto;
}
.first-catch,.last-catch{
	position: relative;
	width: 100%;
	padding: 10px 0px 15px;
	background: url(images/grid-bg.png);
    box-sizing: border-box;
}
.first-catch img {
	display: block;
    width: 96%;
	margin: 0 auto;
}
.front-section{
	margin: -10px;
}
.front-section .section-in{
	border-left: 6px solid #080808;
	border-right: 6px solid #080808;
	padding: 20px 10px;
	background: url(images/grid-bg.png);
}
.front-section #resolution .section-in,.front-section #strength .section-in,#works-flow .section-in{
	background: #fcf7d3;
}
.front-section #faq .section-in{
	border-bottom: 6px solid #080808;
}
section#appeal .data{
	padding: 0 10px;
}
section#appeal .data .fl-r{
	margin-bottom: 0;
}
section#appeal p.research{
	text-align: right;
	font-size: 1.2rem;
}
section#appeal .trouble-list ul li{
	position: relative;
    padding-left: 20px;
	line-height: 1.5;
}
section#appeal .trouble-list ul li:last-child{
	margin-bottom: 0;
}
section#appeal .trouble-list ul li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f14a';
	position: absolute;
	top: 0;
	left: 0;
}
section#appeal .trouble-list ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 15px 20px 20px;
    background: #fff;
    box-sizing: border-box;
    font-size: 0.85em;
}
section#appeal .trouble-list ul:last-child{
	margin-bottom: 0;
}
section#appeal .trouble-list h4.h4-red + ul {
	border: 2px solid #f14751;
}
section#appeal .trouble-list h4.h4-blue + ul {
	border: 2px solid #4db1df;
}
section#appeal .trouble-list h4.h4-green + ul {
	border: 2px solid #82d359;
}
section#appeal .trouble-list h4.h4-red + ul li:before {
	color: #f14751;
}
section#appeal .trouble-list h4.h4-blue + ul li:before {
	color: #4db1df;
}
section#appeal .trouble-list h4.h4-green + ul li:before {
	color: #82d359;
}
section#resolution ul.ul-point, section#works-flow ul.ul-point, section#faq ul.ul-point{
	list-style: none;
	margin: 0;
}
section#resolution ul.ul-point li, section#works-flow ul.ul-point li, section#faq ul.ul-point li {
    margin-bottom: 20px;
    padding: 15px 10px;
    border-radius: 6px;
    background-color: #ffdf3e;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f9d938), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f9d938),color-stop(.75, #f9d938), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 4px 4px;
	background-size: 4px 4px;
	background-repeat: repeat;
}
section#resolution ul.ul-point li:last-child, section#works-flow ul.ul-point li:last-child, section#faq ul.ul-point li:last-child{
	margin-bottom: 0;
}
section#resolution ul.ul-point li .box-point, section#works-flow ul.ul-point li .box-point, section#faq ul.ul-point li .box-point {
    margin-bottom: 0px;
    padding: 10px;
    background: #fff;
    border: 5px solid rgba(255,235,139,0.8);
}
.keni-section .front-section img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.keni-section .front-section .box-point img{
	margin: 0 auto 10px;
}
.box-point p:last-child{
	margin-bottom: 0;
}
section#resolution .box-point{
	position: relative;
}
section#resolution .box-point:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;	
	width: 40px;
	height: 40px;
}
section#resolution .box-point.point-01:before {
	background: url(images/point-01.png) no-repeat;	
	background-size: cover;
}
section#resolution .box-point.point-02:before {
	background: url(images/point-02.png) no-repeat;	
	background-size: cover;
}
section#resolution .box-point.point-03:before {
	background: url(images/point-03.png) no-repeat;	
	background-size: cover;
}
section#resolution .box-point.point-04:before {
	background: url(images/point-04.png) no-repeat;	
	background-size: cover;
}
section#resolution .box-point.point-05:before {
	background: url(images/point-05.png) no-repeat;	
	background-size: cover;
}
section#flow ul.ul-flow {
	margin: 0 auto;
}
section#flow ul.ul-flow li {
	position: relative;
	margin: 0;
	padding: 5px 15px;
    list-style: none;
	color: #fff;
}
section#flow ul.ul-flow li:nth-child(1) {
	background-color: #3599c8;
	border-bottom: 5px solid #6facb4;
}
section#flow ul.ul-flow li:nth-child(2) {
	background-color: #7cbfc8;
	border-bottom: 5px solid #56a18f;
}
section#flow ul.ul-flow li:nth-child(3) {
	background-color: #60b39f;
	border-bottom: 5px solid #dbb237;
}
section#flow ul.ul-flow li:nth-child(4) {
	background-color: #f4c63d;
	border-bottom: 5px solid #cf842b;
}
section#flow ul.ul-flow li:nth-child(5) {
	background-color: #e79330;
	border-bottom: 5px solid #bd5822;
}
section#flow ul.ul-flow li:nth-child(6) {
	background-color: #d36226;
}
section#flow ul.ul-flow li:last-child {
	border-bottom: none;	
}
section#flow ul.ul-flow li:before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -23px;
    width: 35px;
    height: 23px;
    z-index: 2;
}
section#flow ul.ul-flow li:nth-child(1):before {
	background: url(images/flow-border-01.png) no-repeat;
	background-size: 100% auto;
}
section#flow ul.ul-flow li:nth-child(2):before {
	background: url(images/flow-border-02.png) no-repeat;
	background-size: 100% auto;
}
section#flow ul.ul-flow li:nth-child(3):before {
	background: url(images/flow-border-03.png) no-repeat;
	background-size: 100% auto;
}
section#flow ul.ul-flow li:nth-child(4):before {
	background: url(images/flow-border-04.png) no-repeat;
	background-size: 100% auto;
}
section#flow ul.ul-flow li:nth-child(5):before {
	background: url(images/flow-border-05.png) no-repeat;
	background-size: 100% auto;
}
section#flow ul.ul-flow li:after {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 10px;
	right: 0;
	width: 100px;
	height: 75px;
	margin: auto 0;
	opacity: 0.5;
}
section#flow ul.ul-flow li:nth-child(1):after {
	background: url(images/flow-illust-01.png) no-repeat;
	background-size: 100% auto;
}
section#flow ul.ul-flow li:nth-child(2):after {	
	background: url(images/flow-illust-02.png) no-repeat;
	background-size: 100% auto;
}
section#flow ul.ul-flow li:nth-child(3):after {	
	background: url(images/flow-illust-03.png) no-repeat;
	background-size: 100% auto;
}
section#flow ul.ul-flow li:nth-child(4):after {	
	background: url(images/flow-illust-04.png) no-repeat;
	background-size: 100% auto;
}
section#flow ul.ul-flow li:nth-child(5):after {	
	background: url(images/flow-illust-05.png) no-repeat;
	background-size: 100% auto;
}
section#flow ul.ul-flow li:nth-child(6):after {	
	background: url(images/flow-illust-06.png) no-repeat;
	background-size: 100% auto;
}
section#flow ul.ul-flow .box-flow{
	position: relative;
	z-index: 1;
}
section#strength .element {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 6px;
    background-color: #ffdf3e;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f9d938), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f9d938),color-stop(.75, #f9d938), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 4px 4px;
}
section#strength .element ul {
    margin: 0px;
    padding: 10px;
    background: #fff;
    border: 5px solid rgba(255,235,139,0.8);
}
section#strength .element ul li {
    list-style: none;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 4px solid #efefef;
}
section#strength .element ul li:last-child{
	margin-bottom: 0;
}
section#strength .element ul.ul-point li p:last-child{
	margin-bottom: 0;
}
.front-section #strength .section-in{
	position: relative;
}
section#strength p.po-impatience,section#strength p.po-mortifying{
	position: absolute;
	z-index: 5;
	bottom: -40px;
	width: 60px;
	height: 90px;
}
section#strength p.po-impatience{
	right: 0;
}
section#strength p.po-mortifying{
	left: 0;
}
.komawari-wrapper {
    border: 6px solid #080808;
	background: #fff;
}
.komawari{
    position: relative;
    margin: 0 auto;
	padding: 40px 20px;
}
.komawari p{
	margin-bottom: 10px;
}
.komawari.koma-y{
	background: #fefc79;
    padding: 40px 20px;
}
.komawari.koma-y.koma-end{
	padding-bottom: 20px;
}
.komawari .naname{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}
.komawari.koma-y .naname{
	background: #fefc79;
}
.komawari.koma-w .naname{
	background: #fefc79;
}
.komawari.koma-y.koma-start .naname{
	background: #fefc79;
}
.keni-section .front-section img.chara-lineup{
	margin: 0 auto 10px;
	border: 4px solid #080808;
}
#works-flow p.lp-flow{
}
#works-flow .chat_l, #works-flow .chat_r{
	margin-bottom: 20px;
}
#works-flow .bubble{
	border-radius: 6px;
	font-size: 1.2rem;
	line-height: 1.5;
}
#works-flow .chat_l,#works-flow .chat_r{
	margin-left: 5px;
	margin-right: 5px;
}
#works-flow .talker img{
	margin: 0 0 5px;
}
#works-flow .talker span{
	display: block;
	text-align: center;
	font-size: 0.925em;
	font-weight: 700;
	line-height: 1.2;
}
section#works-flow ul.ul-point li .lp-flow{
	position: relative;
	border: 4px solid #080808;
}
section#works-flow ul.ul-point li .lp-flow:before {
	position: absolute;
	content: '';
    z-index: 10;
	top: 0;
	left: -5px;
	width: 40px;
	height: 40px;
}
section#works-flow ul.ul-point li .lp-flow.flow-01:before {
	background: url(images/works-flow-01.png) no-repeat;
	background-size: cover;
}
section#works-flow ul.ul-point li .lp-flow.flow-02:before {
	background: url(images/works-flow-02.png) no-repeat;
	background-size: cover;
}
section#works-flow ul.ul-point li .lp-flow.flow-03:before {
	background: url(images/works-flow-03.png) no-repeat;
	background-size: cover;
}
section#works-flow ul.ul-point li .lp-flow.flow-04:before {
	background: url(images/works-flow-04.png) no-repeat;
	background-size: cover;
}
section#works-flow ul.ul-point li .lp-flow.flow-05:before {
	background: url(images/works-flow-05.png) no-repeat;
	background-size: cover;
}
section#works-flow ul.ul-point li .lp-flow.flow-06:before {
	background: url(images/works-flow-bangaihen.png) no-repeat;
	background-size: cover;
}
section#works-flow ul.ul-point li .lp-flow.js-modal-btn:after{
	position: relative;
	cursor: pointer;
}
section#works-flow ul.ul-point li .lp-flow.js-modal-btn:after{
    position: absolute;
    /*content: none;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url(images/btn-play.png) no-repeat;
    background-size: 48px 48px;
    margin: auto;
}
section#works-flow ul.ul-point li:nth-child(1) .chat_l,section#works-flow ul.ul-point li:nth-child(5) .chat_l,section#works-flow ul.ul-point li:nth-child(2) .chat_r,section#works-flow ul.ul-point li:nth-child(3) .chat_r,section#works-flow ul.ul-point li:nth-child(4) .chat_l{
	margin-bottom: 0;
}
section#works-flow ul.play-li{
	margin: 0;
	padding: 0 0 20px;
}
section#works-flow ul.play-li li{
	margin: 0;
	padding: 0 10px;
}
section#works-flow ul.play-li li img.movie{
	border: 4px solid #080808;
}
section#works-flow ul.play-li .js-modal-btn{
	position: relative;
	cursor: pointer;
}
section#works-flow ul.play-li .js-modal-btn:before {
    position: absolute;
    /*content: '';*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url(images/btn-play.png) no-repeat;
    background-size: 48px 48px;
    margin: auto;
}
section#plan .contact-info {
	position: relative;
	margin: -20px 0 0;
}
.contact p:last-child{
	margin-bottom: 0;
}
.keni-section .front-section section#plan .contact-info img{
	position: relative;
	display: block;
	margin: 0 0 -20px;
	width: 35%;
}
section#plan .contact-info:before {
	content: '';
	position: absolute;
	top: inherit;
	bottom: 20px;
	right: 0;
	width: 65%;
	height: 350px;
	background: url(images/contact-message.png) no-repeat right bottom;
	background-size: 100% auto;
}
section#plan .contact-btn {
	position: relative;
	margin-bottom: 10px;
	z-index: 3;
}
section#faq ul.ul-point li:last-child{
	margin-bottom: 0;
}
dl.qa-list{
	margin: 0;
	padding: 10px 0 0;
}
.qa-list dt{
	margin-bottom: 10px;
	padding: 5px 0 10px 45px;
	line-height: 1.5;
}
.qa-list dd{
	padding:0 0 10px 45px;
	border-bottom: 4px solid #efefef;
	line-height: 1.5;
}
.qa-list dd:last-child{
	margin-bottom: 0;
}
.qa-list dt::before, .qa-list dd::before {
    position: absolute;
    top: 0;
    left: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
    margin-right: 1em;
}
.qa-list dt::before{
	background-color: #1ba3df;

}
.qa-list dd::before {
    background-color: #ec6fa7;
}
.last-catch .contact{
	padding: 20px 20px 0;
}
.last-catch .contact-info {
	position: relative;
	margin: -20px 0 0;
}
.last-catch .contact-info img{
	position: relative;
	display: block;
	margin: 0 0 -20px;
	width: 35%;
}
.last-catch .contact-info:before {
	content: '';
	position: absolute;
	top: inherit;
	bottom: 20px;
	right: 0;
	width: 65%;
	height: 100%;
	background: url(images/contact-message.png) no-repeat right bottom;
	background-size: 100% auto;
}
.last-catch .contact-btn {
	position: relative;
	margin: 0 auto 10px;
	z-index: 3;
}
.last-catch .contact-btn img{
	display: block;
	margin: 0 auto;
}
.last-catch img.message{
	display: block;
    width: 96%;
	margin: 0 auto;
}
.last-catch{
	border-top: 6px solid #080808;
	padding: 30px 0 20px;
}
.last-catch .last-btn{
	margin-bottom: 0;
}
/*
# =================================================================
# トップページ用見出し設定
# =================================================================
*/
.keni-section .front-section h2{
	position: relative;
	padding: 15px 0 10px;
	margin-bottom: 0;
	background: #fefc79;
	border: 6px solid #080808;
}
.keni-section .front-section h2 img{
	max-width: 70%;
}
.keni-section .front-section section#appeal h2{
	border-radius: 6px 6px 0 0;
}
/*キャラ設定*/
.keni-section .front-section h2:before{
	content: '';
    position: absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	z-index: 5;
}
.keni-section .front-section section#appeal h2:before,.keni-section .front-section section#flow h2:before,.keni-section .front-section section#strength h2:before,.keni-section .front-section section#faq h2:before{
	width: 80px;
    height: 130px;
}
.keni-section .front-section section#appeal h2:before{
	top: -20px;
    right: -10px;
    background-image: url(images/chara-hero-joy.png);
}
.keni-section .front-section section#flow h2:before{
	top: -20px;
    right: -10px;
    background-image: url(images/chara-hero-finger.png);
}
.keni-section .front-section section#strength h2:before{
	top: -20px;
    left: -10px;
    background-image: url(images/chara-rival-surprise.png);
}
.keni-section .front-section section#works-flow h2:before{
	top: -30px;
    left: -20px;
	width: 100px;
    height: 125px;
    background-image: url(images/chara-hero-surprise.png);
}
.keni-section .front-section section#faq h2:before{
	top: -20px;
    left: 10px;
    background-image: url(images/chara-hero-faq.png);
}


.nav-conts h2{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
.keni-section .front-section section#appeal h3 {
    margin: 30px 0;
    padding: 20px 0 0;
	border-bottom: 0;
    border-top: 5px solid #efefef;
	text-align: center;
}
.keni-section .front-section section#appeal h3 img,.keni-section .front-section section#appeal .fl-l img{
	max-width: 90%;
}
section#resolution h3{
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
}
section#resolution h3:after {
    content: '';
    position: absolute;
    top: -50px;
    left: -20px;
    width: 25%;
    height: 200px;
    background: url(images/chara-hero-hero.png) no-repeat;
    background-size: 100% auto;
}
section#flow ul.ul-flow li h3{
	margin: 0 0 10px;
	padding: 15px 0 10px 36px;
	border-top: 0;
	border-bottom: 2px solid #efefef;
	color: #fff;
	font-size: 1.6rem;
}
section#flow ul.ul-flow h3.step01{
	background: url(images/step-01.png) no-repeat left center;
	background-size: 30px 30px;
}
section#flow ul.ul-flow h3.step02{
	background: url(images/step-02.png) no-repeat left center;
	background-size: 30px 30px;
}
section#flow ul.ul-flow li h3.step03{
	background: url(images/step-03.png) no-repeat left center;
	background-size: 30px 30px;
}
section#flow ul.ul-flow li h3.step04{
	background: url(images/step-04.png) no-repeat left center;
	background-size: 30px 30px;
}
section#flow ul.ul-flow li h3.step05{
	background: url(images/step-05.png) no-repeat left center;
	background-size: 30px 30px;
}
section#flow ul.ul-flow li h3.step06{
	background: url(images/step-06.png) no-repeat left center;
	background-size: 30px 30px;
}
section#strength h3{
	position: relative;
	top: -20px;
	margin: 0 0 -20px;
	padding: 0;
	border: 0;
}
section#original h3{
	position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}
section#original h3:before{
	content: '';
    position: absolute;
    top: -20px;
    right: -10px;
    width: 80px;
    height: 120px;
    background: url(images/chara-hero-finger2.png) no-repeat;
    background-size: 100% auto;
    z-index: 3;
}
section#appeal .trouble-list h4{
	margin: 0;
	padding: 5px 20px;
	border: 0;
	color: #fff;
}
section#appeal .trouble-list h4.h4-red {
	background: #f14751;
}
section#appeal .trouble-list h4.h4-blue {
	background: #4db1df;
}
section#appeal .trouble-list h4.h4-green {
	background: #82d359;
}
section#resolution ul.ul-point li h4, section#works-flow ul.ul-point li h4, section#faq ul.ul-point li h4{
	position: relative;
    margin: 0 auto 5px;
    padding: 0;
	border-bottom: 0;
}
section#resolution ul.ul-point li h4:before,
section#faq ul.ul-point li h4:before {
	content: none;
	position: absolute;
	top: 0;
	left: 0;	
	width: 40px;
	height: 40px;
}
section#resolution ul.ul-point li:first-child h4:before {
	background: url(images/point-01.png) no-repeat;	
	background-size: cover;
}
section#resolution ul.ul-point li:nth-child(2) h4:before {
	background: url(images/point-02.png) no-repeat;	
	background-size: cover;
}
section#resolution ul.ul-point li:nth-child(3) h4:before {
	background: url(images/point-03.png) no-repeat;	
	background-size: cover;
}
section#resolution ul.ul-point li:nth-child(4) h4:before {
	background: url(images/point-04.png) no-repeat;	
	background-size: cover;
}
section#resolution ul.ul-point li:nth-child(5) h4:before {
	background: url(images/point-05.png) no-repeat;	
	background-size: cover;
}
section#strength h4.custom-midashi-h4 {
    position: relative;
	margin: 0 0 10px;
    padding: 10px 10px 10px 40px;
	border: 0;
    background: url(images/shasen_bg.png) repeat center center #da0c41;
    border-radius: 6px;
    color: #fff;
    font-size: 1.6rem;
	line-height: 1.5;
}
section#strength h4.custom-midashi-h4:before {
    content: '';
    position: absolute;
    left: -20px;
	top: -10px;
    width: 60px;
    height: 60px;
    margin: auto 0;
    background: url(images/fukidashi-character-hero.png) no-repeat;
    background-size: auto 100%;
}
.keni-section section#original .komawari h4{
	margin: -20px -10px 10px;
	border: 0;
	text-align: center;
}
@media (min-width : 480px){
	.front-section .section-in{
		padding: 20px;
	}
	/*
	# =================================================================
	# 見出し
	# =================================================================
	*/
	.keni-section .front-section section#appeal h2:before,.keni-section .front-section section#flow h2:before,.keni-section .front-section section#strength h2:before,.keni-section .front-section section#faq h2:before{
		top: -30px;
		width: 104px;
		height: 169px;
	}
	.keni-section .front-section section#works-flow h2:before{
		top: -40px;
		width: 140px;
		height: 175px;
	}
}

@media (min-width : 768px){
	/*
	# =================================================================
	# 全体設定
	# =================================================================
	*/
	.keni-main{
		overflow: hidden;
		font-size: 1.6rem;
	}
	.keni-main .keni-section_wrap{
		padding: 20px 40px;
	}
	/*
	# =================================================================
	# ヘッダー
	# =================================================================
	*/
	.keni-header .site-title, .keni-header_col1 .site-title{
		float: none;
		max-width: 45%;
		padding: 10px;
	}
	.site-title > a{
		display: block;
	}
	/*
	# =================================================================
	# フッター
	# =================================================================
	*/
	
	.keni-footer-panel_wrap.fn-footer-panel{
		display: block;
		bottom: -90px;
	}
	.keni-footer-panel_wrap.active{
		bottom: 0;
	}
	.keni-footer-panel li{
		padding: 36px 10px 5px;
		min-height: 50px;
		font-size: 1.6rem;
	}
	.keni-footer-panel .f-logo{
		height: 80px;
	}
	.keni-footer-panel .f-logo img{
		margin: 6px auto 0;
		max-height: 68px;
	}
	.icon_menu::before,.icon_tel::before,.icon_mail::before,.icon_arrow_s_up::before{
		top: -20px;
		width: 48px;
		height: 48px;
		background-size: 48px 48px;
	}
	/*
	# =================================================================
	# メインビジュアル
	# =================================================================
	*/
	.front-mv_wrap{
		background: url(images/main-bg-tablet.png) no-repeat;
		background-size: 100% auto;
	}
	.main-catch{
		bottom: -50px;
		width: 63%;
	}
	.character-01,.character-02{
		display: block!important;
		position: absolute;
		z-index: 5;
	}
	.character-01{
		height: 0;
		right: -20px;
		bottom: 0;
	}
	.character-02{
		height: 40%;
		top: 20%;
		left: 20px;
		z-index: 0;
	}
	.mv{
		padding: 5px 10px;
	}
	.slick-prev, .slick-next{
		width: 36px;
		height: 36px;
	}
	.slick-next:before,.slick-prev:before{
		width: 36px;
		height: 36px;
		background-size: 36px 36px;
	}
	/*
	# =================================================================
	# 固定用設定
	# =================================================================
	*/
	.default article {
		margin: 0 auto;
		max-width: 1000px;
	}
	.default article{
		padding: 10px 30px 20px;
	}
	.default .keni-section_wrap{
		padding: 40px;
	}
	.default .keni-section_wrap{
		border-width: 8px;
	}
	/*
	# =================================================================
	# 見出し
	# =================================================================
	*/
	.default h1.entry_title{
		border-width: 8px;
	}
	/*
	# =================================================================
	# お問い合わせ
	# =================================================================
	*/
	table.custom-table{
		margin: 30px auto;
		width: 100%;
		display: table;
	}
	table.custom-table tr{
		border-bottom: 1px solid #dddddd;
	}    
	table.custom-table th{
		display: table-cell;
		width: 35%;
		padding: 1.5em 0;
		vertical-align: middle;
	}
	table.custom-table td{
		display: table-cell;
		width: auto;
		padding: 1.5em 0;
		vertical-align: middle;
	}
	table.custom-table td input,table.custom-table td textarea{
		display: block;
		width: 96%;
		margin: 0 auto;
	}
	#company table.custom-table td{
		padding: 1.5em 1em;
		text-align: left;
	}
	input.submit-btn{
		width: 70%;
		margin: 40px auto 10px;
	}
	/*
	# =================================================================
	# トップページ用設定
	# =================================================================
	*/
	.keni-section .front-section img{
		width: auto;
		max-width: 100%;
	}
	.first-catch{
		padding: 30px 20px;
	}
	.front-section .section-in{
		border-left: 8px solid #080808;
		border-right: 8px solid #080808;
		padding: 40px;
	}
	.front-section #faq .section-in{
		border-bottom: 8px solid #080808;
	}
	#appeal .data .fl-l{
		float: left;
		display: inline;
		width: 54%;
	}
	#appeal .data .fl-r{
		float: right;
		display: inline;
		width: 44%;
		margin-bottom: 0;
	}
	.keni-section .front-section section#appeal .fl-l img{
		padding: 0 20px 0 0;
		max-width: 100%;
	}
	section#appeal p.research{
		text-align: center;
		font-size: 1.4rem;
	}
	section#appeal .trouble-list ul{
		font-size: 0.925em;
	}
	section#appeal .data{
		padding: 0;
	}
	section#resolution ul.ul-point li, section#works-flow ul.ul-point li, section#faq ul.ul-point li{
		margin-bottom: 30px;
		padding: 30px 20px;
	}
	section#resolution ul.ul-point li:last-child, section#works-flow ul.ul-point li:last-child, section#faq ul.ul-point li:last-child{
		margin-bottom: 0;
	}
	section#resolution ul.ul-point li .box-point, section#works-flow ul.ul-point li .box-point, section#faq ul.ul-point li .box-point{
		padding: 30px;
	}
	section#resolution .box-point:before{
		content: none;
	}
	section#resolution ul.ul-point li .box-point img.fl-r{
		float: right;
		padding: 0 0 30px 20px;
		width: 40%;
	}
	section#flow ul.ul-flow li{
		padding: 30px 30px 10px 100px;
		background-repeat: no-repeat;
		background-position: 20px 30px;
	}
	section#flow ul.ul-flow li:nth-child(1){
		background-image: url("images/step-01.png");
		background-size: 60px 60px;
	}
	section#flow ul.ul-flow li:nth-child(2){
		background-image: url("images/step-02.png");
		background-size: 60px 60px;
	}
	section#flow ul.ul-flow li:nth-child(3){
		background-image: url("images/step-03.png");
		background-size: 60px 60px;
	}
	section#flow ul.ul-flow li:nth-child(4){
		background-image: url("images/step-04.png");
		background-size: 60px 60px;
	}
	section#flow ul.ul-flow li:nth-child(5){
		background-image: url("images/step-05.png");
		background-size: 60px 60px;
	}
	section#flow ul.ul-flow li:nth-child(6){
		background-image: url("images/step-06.png");
		background-size: 60px 60px;
	}
	section#flow ul.ul-flow li:before{
		width: 48px;
		height: 32px;
		bottom: -22px;
	}
	section#flow ul.ul-flow li:after{
		width: 160px;
	    height: 120px;
	}
	section#strength .element{
		padding: 30px 20px;
	}
	section#strength .element ul{
		padding: 30px;
	}
	section#strength .element ul img.fl-r{
		float: right;
		padding: 0 0 30px 20px;
		width: 40%;
	}
	section#strength .element ul li{
		margin: 0 0 30px;
	}
	section#strength .element ul li:last-child{
		margin-bottom: 0;
	}
	section#strength p.po-mortifying,section#strength p.po-impatience{
		bottom: -20px;
		width: 90px;
		height: 135px;
	}
	.komawari-wrapper {
		border: 8px solid #080808;
		background: #fff;
	}
	.komawari{
		padding: 40px 30px;
	}
	.komawari.koma-w{
		padding: 40px 10px 40px 35%;
	}
	.komawari.koma-y{
		padding: 40px 35% 40px 10px;
	}
	.komawari.koma-y.koma-end{
		padding-bottom: 20px;
	}
	.keni-section .front-section img.chara-lineup{
		position: absolute;
		z-index: 2;
		border: 0;
		top: -30px;
	}
	.keni-section .front-section .komawari.koma-y img.chara-lineup{

	}
	.keni-section .front-section .komawari.koma-w img.chara-lineup{
		
	}
	.keni-section .front-section .komawari button,.keni-section .front-section .komawari p{
		position: relative;
		z-index: 10;
	}
	.keni-section .front-section .komawari p{
		padding: 0 10px;
	}
	.keni-section .front-section .komawari.koma-01 img.chara-lineup{
		right: -10%;
		top: inherit;
		bottom: -30px;
		width: 65%;
	}
	.keni-section .front-section .komawari.koma-02 img.chara-lineup{
		left: -25%;
		width: 70%;
	}
	.keni-section .front-section .komawari.koma-03 img.chara-lineup{
		right: -15%;
		width: 60%;
	}
	.keni-section .front-section .komawari.koma-04 img.chara-lineup{
		left: 5%;
		width: 25%;
	}
	.keni-section .front-section .komawari.koma-05 img.chara-lineup{
		right: -15%;
		width: 60%;
	}
	.keni-section .front-section .komawari.koma-06 img.chara-lineup{
		left: -5%;
		width: 40%;
	}
	.keni-section .front-section .komawari.koma-07 img.chara-lineup{
		right: -10%;
		width: 50%;
	}
	.keni-section .front-section .komawari.koma-08 img.chara-lineup{
		left: 0;
		top: -50px;
		width: 50%;
	}
	.keni-section .front-section .komawari.koma-09 img.chara-lineup{
		right: -10%;
		width: 45%;
	}
	section#works-flow ul.ul-point li .lp-flow:before{
		content: none;
	}
	section#works-flow ul.ul-point li ul.play-li{
		padding: 0;
	}
	section#works-flow ul.ul-point li ul.play-li li{
		padding: 0 5px;
	}
	section#works-flow ul.ul-point li ul.play-li li p{
		margin-bottom: 0.5em;
		font-size: 1.4rem;
	}
	#works-flow .bubble{
		font-size: 1.4rem;
	}
	dl.qa-list{
		margin-bottom: 0;
		font-size: 1.8rem;
	}
	dl.qa-list dd{
		padding: 0 0 20px 45px;
	}
	dl.qa-list dd:last-child{
		margin-bottom: 0;
	}
	.last-catch{
		padding: 30px;
		border-top: 8px solid #080808;
	}
	/*
	# =================================================================
	# 見出し
	# =================================================================
	*/
	.keni-section .front-section h2{
		padding: 20px 0;
		border: 8px solid #080808;
	}
	.keni-section .front-section section#appeal h2:before,.keni-section .front-section section#flow h2:before,.keni-section .front-section section#strength h2:before,.keni-section .front-section section#faq h2:before{
		top: -40px;
		width: 150px;
		height: 240px;
	}
	.keni-section .front-section section#works-flow h2:before{
		top: -60px;
		left: -40px;
		width: 200px;
		height: 250px;
	}
	.keni-section .front-section section#appeal h2:before,.keni-section .front-section section#flow h2:before{
		right: -40px;
	}
	.keni-section .front-section section#strength h2:before{
		left: -30px;
	}
	.keni-section .front-section section#faq h2:before{
		left: 10px;
	}

	.keni-section .front-section section#appeal h2{
	}
	.keni-section .front-section section#appeal h3{
		margin: 0 0 40px;
		padding: 40px 0 20px;
	}
	section#resolution h3{
		margin: 0 0 10px;
	}
	section#resolution h3:after{
		width: 22%;
		height: 200px;
		top: inherit;
		bottom: -5px;
		left: -20px;
		background-size: auto 100%;
	}
	section#flow ul.ul-flow li h3 {
		background: none!important;
		margin-bottom: 0 0 20px;
		padding: 0;
		border: 0;
		font-size: 2.25rem;
	}
	section#strength h3{
		top: -60px;
		margin: 0 0 -60px;
	}
	section#original h3:before{
		width: 120px;
		height: 180px;
	}
	.keni-section .front-section section#appeal h4{
		padding: 5px 10px;
		font-size: 1.8rem;
	}
	section#resolution ul.ul-point li h4, section#works-flow ul.ul-point li h4, section#faq ul.ul-point li h4{
		position: relative;
		margin: 0 auto 10px;
		padding: 0 0 0 70px;
	}
	section#resolution ul.ul-point li h4:before{
		content: '';
		top: -5px;
		width: 60px;
		height: 60px;
		background: red;
		z-index: 10;
	}
	section#strength h4.custom-midashi-h4{
		margin: 0 0 20px;
		padding: 15px 10px 15px 50px;
		font-size: 1.8rem;
	}
	section#strength h4.custom-midashi-h4:before{
		top: -20px;
		left: -30px;
		width: 80px;
		height: 80px;
	}
	.keni-section section#original .komawari h4{
		position: relative;
		z-index: 10;
		margin: -20px 0 20px;
	}
	.keni-section section#original .komawari.koma-y h4{
		text-align: left;
	}
	.keni-section section#original .komawari.koma-w h4{
		text-align: right;
	}
	.keni-section section#original .komawari h4 img{
		margin: 0;
	}
	.keni-section section#works-flow ul.ul-point li h4:before{
		position: absolute;
		content: '';
		top: -5px;
		left: 0;
		z-index: 10;
		width: 60px;
		height: 60px;
	}
	section#works-flow ul.ul-point li:nth-child(1) h4:before{
		background: url(images/works-flow-01.png) no-repeat;
		background-size: 60px 60px;
	}
	section#works-flow ul.ul-point li:nth-child(2) h4:before{
		background: url(images/works-flow-02.png) no-repeat;
		background-size: 60px 60px;
	}
	section#works-flow ul.ul-point li:nth-child(3) h4:before{
		background: url(images/works-flow-03.png) no-repeat;
		background-size: 60px 60px;
	}
	section#works-flow ul.ul-point li:nth-child(4) h4:before{
		background: url(images/works-flow-04.png) no-repeat;
		background-size: 60px 60px;
	}
	section#works-flow ul.ul-point li:nth-child(5) h4:before{
		background: url(images/works-flow-05.png) no-repeat;
		background-size: 60px 60px;
	}
	section#works-flow ul.ul-point li:nth-child(6) h4:before{
		background: url(images/works-flow-bangaihen.png) no-repeat;
		background-size: 60px 60px;
	}
	.keni-section section#faq ul.ul-point li h4:before{
		position: absolute;
		content: '';
		top: -5px;
		left: 0;
		z-index: 10;
		width: 60px;
		height: 60px;
	}
	section#faq ul.ul-point li:nth-child(1) h4:before{
		background: url(images/faq-01.png) no-repeat;
		background-size: 60px 60px;
	}
	section#faq ul.ul-point li:nth-child(2) h4:before{
		background: url(images/faq-02.png) no-repeat;
		background-size: 60px 60px;
	}
	section#faq ul.ul-point li:nth-child(3) h4:before{
		background: url(images/faq-03.png) no-repeat;
		background-size: 60px 60px;
	}
	section#faq ul.ul-point li:nth-child(4) h4:before{
		background: url(images/faq-04.png) no-repeat;
		background-size: 60px 60px;
	}
	section#faq ul.ul-point li:nth-child(5) h4:before{
		background: url(images/faq-05.png) no-repeat;
		background-size: 60px 60px;
	}
	section#faq ul.ul-point li:nth-child(6) h4:before{
		background: url(images/faq-06.png) no-repeat;
		background-size: 60px 60px;
	}
}
@media (min-width : 920px){
	.col1 .keni-section_wrap{
		max-width: 1000px;
	}
	.keni-main .keni-section_wrap{
		padding: 40px 60px;
	}
	/*
	# =================================================================
	# トップページ用設定
	# =================================================================
	*/
	.komawari.koma-y{
		padding: 40px 35% 50px 20px;
	}
	.komawari.koma-w{
		padding: 40px 20px 50px 35%;
	}
	section#strength p.po-mortifying, section#strength p.po-impatience{
		bottom: -60px;
		width: 120px;
		height: 180px;
	}
	#works-flow .bubble{
		font-size: 1.6rem;
	}
	#works-flow .talker span{
		font-size: 1.4rem;
	}
	/*
	# =================================================================
	# 見出し
	# =================================================================
	*/
	.keni-section .front-section h2{
		padding: 25px 0;
	}
	.keni-section .front-section section#appeal h2:before,.keni-section .front-section section#flow h2:before,.keni-section .front-section section#strength h2:before,.keni-section .front-section section#faq h2:before{
		top: -60px;
		width: 180px;
		height: 286px;
	}
	.keni-section .front-section section#works-flow h2:before{
		top: -60px;
		left: -50px;
		width: 250px;
		height: 313px;
	}
	.keni-section .front-section section#appeal h2:before,.keni-section .front-section section#flow h2:before{
		right: -40px;
	}
	.keni-section .front-section section#strength h2:before{
		left: -30px;
	}
	.keni-section .front-section section#faq h2:before{
		left: 10px;
	}
	section#original h3:before{
		width: 160px;
		height: 240px;
	}
	.keni-section section#original .komawari h4{
		margin: 0 0 20px;
	}
}
@media (min-width : 1200px){
	/*
	# =================================================================
	# 全体設定
	# =================================================================
	*/
	body{
		background: #fff;
	}
	.keni-container {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	/*
	# =================================================================
	# ヘッダー
	# =================================================================
	*/
	
	.keni-header_wrap {
		position: relative;
		z-index: 200;
		width: 350px;
		height: auto;
		border-right: 8px solid #080808;
		background: url(images/grid-bg.png)!important;
	}
	.col1 .keni-header_outer{
		display: block;
		max-width: 342px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.keni-header .site-title, .keni-header_col1 .site-title{
		position: relative;
		float: none;
		display: block;
		max-width: 100%;
		margin: 0;
		padding: 20px 0;
	}
	.h-fixed{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		padding: 0 20px;
		border-right: 8px solid #080808;
		border-bottom: 8px solid #080808;
		max-width: 350px;
		height: 228px;
		background: url(images/grid-bg.png);
	}
	.logged-in .h-fixed{
		top: 32px;
	}
	.h-fixed p{
		display: block;
	}
	/*--------------------------------------------------------
	グローバルナビ
	--------------------------------------------------------*/
	
	.navi-fixed{
		display: block;
		position: fixed;
		top: 228px;
		width: 350px;
		margin: 0 -20px;
		border-right: 8px solid #080808;
		background: url(images/grid-bg.png);
		transition: 0.8s;
	}
	.navi-fixed.h-over{
		position: fixed;
		transition: 0.8s;
		overflow-y:auto;
	}
	.navi-fixed.move .keni-gnav_wrap{
	}
	.keni-gnav_wrap{
		display: block;
		border-bottom: 8px solid #080808;
		padding: 20px 20px 20px;
		background: url(images/gray-bg.png);
	}
	.keni-gnav_inner > ul{
		display: block;
		background: #fff;
		border: 4px solid #080808;
	}
	.keni-gnav_inner > ul li{
		display: block;
	}
	.keni-gnav_inner li{
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.5;
	}
	.keni-gnav_inner li a{
		display: block;
		padding: 10px;
		border-bottom: 3px solid #eaeaea;
	}
	.keni-gnav_inner li a:hover,.keni-gnav_inner li a:visited{
		border-bottom: 3px solid #080808;
		background: #fefc79;
	}
	.keni-gnav_inner li a:hover img{
		position: relative;
		right: -5px;
	}
	.keni-gnav_inner li:last-child a{
		border-bottom-width: 0;
	}
	.pc-side-conts{
		padding: 20px;
		border-bottom: 8px solid #080808;
	}
	.pc-side-conts ul{
		margin: 0;
		padding: 0;
		border: 4px solid #080808;
	}
	.pc-side-conts ul li{
		list-style: none;
		margin: 0;
		padding: 0;
		background: #fff;
		border-bottom: 3px solid #eaeaea;
	}
	.pc-side-conts ul li:hover,.pc-side-conts ul li.current{
		border-bottom: 3px solid #080808;
	}
	.pc-side-conts ul li:last-child{
		border-bottom: 0;
	}
	.pc-side-conts ul li a{
		position: relative;
		display: block;
		padding: 15px;
		background: #fefefe;
		color: #080808;
		text-decoration: none;
		font-size: 1.6rem;
		font-weight: 700;
	}
	.pc-side-conts ul li a:before{
		font-family: "Font Awesome 5 Free";
		content: '\f054';
		position: absolute;
		top: 15px;
		right: 30px;
	}
	.pc-side-conts ul li a:hover,.pc-side-conts ul li.current a{
		background: #fefc79;
	}
	.pc-side-conts ul li a:hover span,.pc-side-conts ul li.current a span{
		position: relative;
		right: -10px;
	}
	.pc-side-conts ul li a:hover:before,.pc-side-conts ul li.current a:before{
		right: 15px;
	}

	.navi-fixed::-webkit-scrollbar{
		display:none;
		width: 12px;
	}
	.navi-fixed::-webkit-scrollbar-track{
		background: #fff;
		border: none;
		border-radius: 10px;
		box-shadow: inset 0 0 2px #777;
	}
	.navi-fixed::-webkit-scrollbar-thumb{
		background: #aaa;
		border-radius: 10px;
		box-shadow: none;
	}
	.navi-fixed h3{
		border: 0;
		padding: 0;
		margin: 0;
	}
	/*--------------------------------------------------------
	メインビジュアル
	--------------------------------------------------------*/
	.keni-mv_outer,.col1 .keni-mv_outer{
		max-width: 100%;
	}
	.main-catch{
		bottom: -70px;
	}
	.character-02{
		top: 10%;
		left: 20px;
	}
	.keni-main_wrap {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 0%;
		flex-basis: 0%;
		background: url(images/gray-bg.png);
		background-size: 16px 16px;
		overflow-x: hidden;
	}
	.keni-footer_wrap{
		clear: both;
		width: 100%;
	}
	.keni-footer-panel_wrap.fn-footer-panel{
		display: none!important;
		padding: 0 0 0 350px;
	}
	.col1 .keni-footer-panel_outer{
		max-width: 900px;
	}
	.last-catch{
		padding: 30px 60px;
	}
	.last-catch .contact-info:before{
		bottom: 50px;
	}
	.last-catch .contact-info{
		max-width: 1000px;
		margin: -20px auto -50px;
	}
	.page-top{
		display: block!important;
		background: none;
		opacity: 0!important;
		transition:0.8s;
	}
	.page-top.active{
		opacity: 1!important;
		transition:0.8s;
	}
	.page-top a{
		top: 0;
		padding: 10px;
		position: relative;
		transition:0.3s;
	}
	.page-top a:hover{
		top: -20px;
		position: relative;
		transition:0.3s;
	}
	.page-top a::before{
		
		content: none;
	}
}
@media (min-width : 1600px){
	.col1 .keni-section_wrap{
		max-width: 1000px;
	}
	
}
/*--------------------------------------------------------
floatの回り込みを解除
--------------------------------------------------------*/
.data:after{
	content: '';
	display: block;
	clear: both;
	height: 0;
}

