@charset "utf-8";

/* ===================================================================
 * 此処に集うすべてのエネルギーが応援
=================================================================== */
/*
@font-face {
    font-family: cinecaption;
    src: url("./cinecaption2.28.ttf");
}
*/

/* RESET
--------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
   display:block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* 基本設定
--------------------------------------------------*/
/*html { line-break: strict; }*/
body {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	font-feature-settings: "palt";
	background-color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
}

a { text-decoration: none; color: #333; }
svg.path { display: none; }
.small {font-size:80%!important;}
.kusa {font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; font-size:95%;}

/* ヘッダー・グローバルメニュー・フッター
--------------------------------------------------*/
#logo_nav {
	width: 60px;
	position: fixed;
	padding-left: 30px;
	padding-top: 36px;	
	z-index: 5;
    display:block;
    background:rgba(255,255,255,1.0);
}

#logo_nav ul li {
	margin: 20px 0 0;
	opacity: 0.5;
	transition: opacity 0.2s linear;
}

#logo_nav ul li a { font-size: 14px; }
#logo_nav ul li:first-child { margin: 0; }
#logo_nav ul.active li, #logo_nav ul li.active { opacity: 1; }
#logo_nav ul li:hover { opacity: 1; }
#logo_nav ul.active li:hover { opacity: 0.5; }

/* side_menu
--------------------------------------------------*/
#imenu{ display:none; }
#side_menu{ position:fixed; height:0; z-index:10; margin-bottom:0;}
#side_menu_window { width:200px; height:100%; padding-top:33px; top:0; right:0; display:none; position:fixed; background:rgba(255,255,255,0.6); 
text-shadow:3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff;
}
#side_menu:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#side_menu input:checked ~ #side_menu_window { display:block; }
#side_menu label {display:inline-block; width:54px; height:60px; padding:37px 0 0 1px; background:rgba(255,255,255,0.9) url(../img/icon_menu.png) 50% 30% no-repeat; position:fixed; top:9px; right:10px; z-index:10; border-radius:8px; text-align:center; border:0px solid #ccc; }
#side_menu input:checked ~ label {background:rgba(255,255,255,0.8) url(../img/icon_menu_close.png) 50% 30% no-repeat; }
#side_menu label:after { content:"menu"; font-size:12px; font-weight:bold; color:#555;}
#side_menu input:checked ~ label:after { content:"close"; }
#side_menu label:hover { cursor: pointer; }

#side_menu a:hover, #side_menu .current a {color:#aaa;}
#side_menu_window dl dt:before { content:"" color:#888; }
#side_menu_window dl dt { padding-left:18px; width:80%; font-size: 12px; margin:27px 0 0; height:18px; font-weight:bold; color:#333; display:inline-block; }
#side_menu_window dl dd a, #side_menu_window ul li a {
font-weight:bold;
letter-spacing: 0.08em;
margin:0 9px;
padding-left:9px;
height:28px;
line-height:28px;
text-align:left;
font-size:88%;
color:#333;
display:block;
}
#side_menu_window dl dd a span, #side_menu_window ul li a span {
	font-size: 13px;
	display: inline-block;
	margin-left: 6px;
    font-weight:bold;
    letter-spacing: 0.02em;
}
#side_menu_window dl dd a span.kusa, #side_menu_window ul li a span.kusa {
	margin-left: 0;
    font-weight:bold;
    letter-spacing: 0.02em;
}
#side_menu_window ul {margin-top:20px;}

/* footer
--------------------------------------------------*/
footer {
	padding: 20px 0 38px;
}

#scroll_top {
    margin:0 auto;
	width: 100%;
	height: 130px;
	background: url(../img/ari_mimizu.gif) 50% 0% no-repeat;
	background-size: 190px auto;
    position:absolute;
	padding: 40px 0 0;
	cursor: pointer;
}
/*
#scroll_top {
	width: 130px;
	height: 130px;
	background-image: url(../img/anime_mimizu2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 130px;	
	animation: mimizu 3s steps(3) infinite;
	padding: 90px 0 0;
	cursor: pointer;
	position: absolute;
	left: 8px;
	bottom: 10px;
}

@keyframes mimizu {
  to {
	background-position: -390px 0;
  }
}
*/

#scroll_top:after {
	content: "scroll to top";
	display: block;
	text-align: center;
	font-size: 12px;
	width: 100%;
}

#sign {
	position: fixed;
	right: 5px;
	bottom: 60px;
	transform: rotate(90deg);
	color: #999;
	font-size: 12px;
}

/* Top画とアニメーション
--------------------------------------------------*/
#keyvisual {
    width:100%;
	height: 600px;
	position: relative;
	background-size: auto 90%;
	display: block;
}
.keyvisual1 { background: url(../img/key_visual1.jpg) 50% 40% no-repeat; }
.keyvisual2 { background: url(../img/key_visual2.jpg) 50% 90% no-repeat; }
.keyvisual3 { background: url(../img/key_visual3.jpg) 50% 50% no-repeat; }
.keyvisual4 { background: url(../img/key_visual4.jpg) 50% 50% no-repeat; }
.keyvisual5 { background: url(../img/key_visual5.jpg) 50% 50% no-repeat; }
.keyvisual6 { background: url(../img/key_visual6.jpg) 50% 50% no-repeat; }
.keyvisual7 { background: url(../img/key_visual7.jpg) 50% 50% no-repeat; }
.keyvisual8 { background: url(../img/key_visual8.jpg) 50% 50% no-repeat; }
.keyvisual9 { background: url(../img/key_visual9.jpg) 50% 50% no-repeat; }
.keyvisual10 { background: url(../img/key_visual10.jpg) 50% 50% no-repeat; }
.keyvisual11 { background: url(../img/key_visual11.jpg) 50% 50% no-repeat; }
.keyvisual12 { background: url(../img/key_visual12.jpg) 50% 50% no-repeat; }
.keyvisual13 { background: url(../img/key_visual13.jpg) 50% 50% no-repeat; }

#keyvisual .chou {
	display: inline-block;
	width: 70px;
	height: 70px;
	background-image: url(../img/anime_chou.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 70px;	
	animation: chou 1s steps(4) infinite;
}
@keyframes chou {
  to {
	background-position: -280px 0;
  }
}
#keyvisual .fuwafuwa {
	cursor: pointer;
	position: absolute;
    left: 50%;
	top: 50%;
	transform: translate3d(0,0,0);
	animation: fuwafuwa1 5s infinite;
	transition: opacity 0.4s ease 0.8s;
}
@keyframes fuwafuwa1 {
	0%   {transform: translate3d(48px,-101px,0);}
	25%  {transform: translate3d(43px,-96px,0);}
	50%  {transform: translate3d(40px,-109px,0);}
	75%  {transform: translate3d(46px,-105px,0);}
	100% {transform: translate3d(52px,-103px,0);}
}

#keyvisual .fuwafuwa2 {	animation: fuwafuwa2 5s infinite; }
@keyframes fuwafuwa2 {
	0%   {transform: translate3d(-5px,-204px,0);}
	25%  {transform: translate3d(-10px,-199px,0);}
	50%  {transform: translate3d(-13px,-212px,0);}
	75%  {transform: translate3d(-7px,-208px,0);}
	100% {transform: translate3d(-1px,-206px,0);}
}

#keyvisual .fuwafuwa3 {	animation: fuwafuwa3 5s infinite; }
@keyframes fuwafuwa3 {
	0%   {transform: translate3d(99px,-130px,0);}
	25%  {transform: translate3d(94px,-125px,0);}
	50%  {transform: translate3d(91px,-138px,0);}
	75%  {transform: translate3d(97px,-134px,0);}
	100% {transform: translate3d(103px,-132px,0);}
}

#keyvisual .fuwafuwa4 {	animation: fuwafuwa4 5s infinite; }
@keyframes fuwafuwa4 {
	0%   {transform: translate3d(49px,-215px,0);}
	25%  {transform: translate3d(44px,-210px,0);}
	50%  {transform: translate3d(41px,-223px,0);}
	75%  {transform: translate3d(47px,-219px,0);}
	100% {transform: translate3d(53px,-217px,0);}
}
.hide {display:none;}


/* mainページ
--------------------------------------------------*/
main {display: block; padding-bottom:90px;}
main * {max-width:100%!important;}

#top_content {
	width: 100%;
	position: relative;
	padding: 50px 0 0;
}

aside#news {text-align:center; padding-top:20px;}
aside#news h2 {margin-bottom:10px;}
aside#news li {font-size:88%; }

.home_list {
	max-width: 1200px;
	padding: 0 80px;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
}

.home_list li {
	width: calc((100% - 60px)/3);
	margin: 30px 30px 0 0;
}

.home_list li:nth-child(3n) {
	margin-right: 0;
}

.home_list li .img {
	width: 100%;
	padding-top: 50%;
	position: relative;
	overflow: hidden;
	background-color: #efefef;
	border-radius: 4px;
}

.home_list li .img img {
	position: absolute;
	left: 0;
	top: 0;
}

.home_list li h2 {
	font-size: 28px;
	margin: 1em 0 0;
}

.home_list li h2 .en {
	font-size: 18px;
	display: inline-block;
	margin-left: 0.7em;
}

.home_list li p {
	line-height: 1.74;
	margin: 0.95em 0 0;
}


/* Topナビゲーションページ
--------------------------------------------------*/
.content {
	/*width: 780px;*/
	margin: 0 auto;
	padding: 80px;
	position: relative;
    overflow:hidden;
    display:inline-block;
}

.content .title {
	font-size: 30px;
	letter-spacing: 0.1em;
    padding:0 8px 0 8px;
    margin-right:8px;
	display: inline-block;
}

.content .title span.en {
	font-size: 100%;
	display: inline-block;
	margin:0 0 0 0.5em;
	letter-spacing: 0.05em;
}

.content .discription {
	font-size: 80%;
	display: inline-block;
	padding-top:10px;
	letter-spacing: 0.05em;
    color:#777;
}

.content .wrap {
	padding: 18px 0 0 0px;
}

.page_index {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 0px;
	margin: 46px 0 0 14px;
}

.page_index li {
	margin: 12px 18px 0 0;
}

.page_index li a {
	font-size: 14px;
    color:#000;
	transition: 0.15s linear;
}
.page_index li a.en {
	font-size: 15px;
}
.page_index li a:hover {
	opacity: 0.5;
}

.content .wrap p {
	font-size: 17px;
	line-height: 1.66;
	margin: 1.1em 0 0 14px;
	letter-spacing: 0.07em;
	padding: 0;
}

.content .wrap p.en {
	font-size: 14px;
	line-height: 1.7;
	margin: 3em 0 0 14px;
	letter-spacing: 0.09em;
	padding-left: 0;
}


.service_list {
	max-width: 1200px;
	padding: 0 80px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.service_list li {
	width: calc(50% - 30px);
	margin: 80px 60px 0 0;
}

.service_list li:nth-child(2n) {
	margin-right: 0;
}

.service_list li .img {
	width: 100%;
	padding-top: 50%;
	position: relative;
	overflow: hidden;
	background-color: #efefef;
	border-radius: 4px;
}

.service_list li .img img {
	position: absolute;
	left: 0;
	top: 0;
}

.home_list li .img:before,
.service_list li .img:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: 0.15s linear;
	opacity: 0;
}

.home_list li .img:after,
.service_list li .img:after {
	content: "read more";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	color: #fff;
	transform: translate3d(-50%,-50%,0);
	opacity: 0;
	transition: 0.2s linear;
}
.home_list li .mada:after,
.service_list li .mada:after {
	content: "準備中";
}

.service_list li h2 {
	font-size: 22px;
	margin: 1.3em 0 0;
	padding: 0 18px 0;
}

.service_list li h2 .en {
	font-size: 17px;
	display: inline-block;
	margin-left: 0.9em;
}

.service_list li p {
	line-height: 1.74;
	margin: 1.2em 0 0;
	padding: 0 19px 0;
	font-size: 15px;
}

.service_list li p.en {
	font-size: 11px;
	line-height: 1.74;
	margin: 0.85em 0 0;
	letter-spacing: 0.1em;
	padding: 0 21px 0;
}


.index .btn {
	width: 96px;
	height: 96px;
	position: absolute;
	right: -35px;
	top: 100px;
	transition: 1s ease 0.8s;
	opacity: 0;
	transform: translate3d(5px,5px,0);
}

.index .btn.kamakiri:before {
	width: 82px;
	height: 82px;
	background-image: url(../img/anime_kamakiri.jpg);
	background-size: auto 82px;	
	animation: kamakiri 1s steps(3) infinite;
	margin: 2px 0 0 6px;
}
	
@keyframes kamakiri {
	to {
		background-position: -246px 0;
	}
}

.index .btn.bee:before {
	width: 82px;
	height: 82px;
	background-image: url(../img/anime_bee.jpg);
	background-size: auto 82px;	
	margin: 2px 0 0 6px;
}


.index .btn.tentomushi:before {
	width: 74px;
	height: 74px;
	background-image: url(../img/anime_tentomushi.jpg);
	background-size: auto 74px;	
	/*animation: ari 1s steps(3) infinite;*/
	margin: 16px 0 0 16px;
}

/* PCのみ */
@media screen and (min-width: 768px) {
    br.sp_only {
	    display: none;
    }	
	#logo_nav ul li {
		writing-mode: vertical-rl;
		font-feature-settings: initial;
	}
	
	#logo_nav ul li:hover {
		opacity: 1;
	}
	
	.home_list li a:hover .img:before,
	.home_list li a:hover .img:after,
	.service_list li a:hover .img:before,
	.service_list li a:hover .img:after {
		opacity: 1;
	}

}
