@charset "UTF-8";
/* color */
:root {
	--base-color:#1e6b37;
	--sub-color:#7aa583;
}

.grad { background: linear-gradient(64deg, #07913a 50%, #d8de00 100%); }
/*-- Anchor -------------------------------------------------------------*/
a         { resize: none; }
a:link    { color:var(--base-color); text-decoration: none; }
a:visited { color:var(--base-color); text-decoration: none; }
a:hover   { color:#333; text-decoration: underline; }
a:active  { color:var(--base-color); text-decoration: none; }

.tag a         { resize: none; }
.tag a:link    { color:#333; }
.tag a:visited { color:#333; }
.tag a:hover   { color:var(--base-color); text-decoration: underline; }
.tag a:active  { color:#333; }

footer a         { resize: none; }
footer a:link    { color:#fff; text-decoration: none; }
footer a:visited { color:#fff; text-decoration: none; }
footer a:hover   { color:#FFE300; text-decoration: none; }
footer a:active  { color:#fff; text-decoration: none; }

em { color: #C00;}

/*-- リスト全体をリンク　hover透過　グループリンク
-------------------------------------------------------------*/
.g_box { position:relative; }
.g_box:hover { cursor:pointer; opacity:0.7; }
.g_link { margin-bottom:0px; }
.g_link a {position:absolute; text-indent:-9999px; top:0px; left:0px; width:100%; height:100%; }

@media screen and (max-width: 599px) {
	.pc { display: none; }
}
@media screen and (min-width: 600px) {
	.sp { display: none; }
	.alC_pc { text-align: center; }
}
@media screen and (max-width: 1089px) {
	.pc_tab { display: none; }
}
@media screen and (min-width: 1090px) {
	.sp_tab { display: none; }
}
@media screen and (max-width: 899px) {
	.pc_tab_mini { display: none; }
}
@media screen and (min-width: 900px) {
	.sp_tab_mini { display: none; }
}
/*-- imaga -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.img_t_R { float:right; margin:0 0 2% 4%; width:45%;}
	.img_t_L { float:left; margin:0 4% 2% 0; width:45%;}
	.img_y_R { margin:0 10% 4%; width:80%;}
	.img_y_L { margin:0 10% 4%; width:80%;}
}
@media screen and (min-width: 600px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:20%; position: relative; z-index: 1; }
	.img_t_L { float:left; margin:0 40px 40px 0; width:30%; position: relative; z-index: 1;}
	.img_y_R { float:right; margin:0 0 40px 40px; width:30%; position: relative; z-index: 1;}
	.img_y_L { float:left; margin:0 40px 40px 0; width:30%; position: relative; z-index: 1;}
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:40%;}
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:35%;}
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	.img_t_R { float:right; margin:0 0 40px 40px; width:30%;}
}

#wrapper { overflow-x: hidden; }
/*-- header -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	header .in-head-flex { display: flex; justify-content: space-between; align-items: center; margin: 1% 1%; }
	header .in-head-flex .hL { margin-left: 1%; padding: 1vh 0; width: 70%; }
}
@media screen and (min-width: 600px) {	
	header .in-head-flex .hL { margin-left: 2%; padding: 2vh 0; width: 30%; }
	header .in-head-flex .hR { background: var(--base-color); width: 100%; }
	header .in-head-flex .hR ul { max-width: 1100px; margin: 0 auto;}
	header .in-head-flex .hR ul li { width: 25%; text-align: center; height: 50px; line-height: 50px; font-size: 1.0em; border-right: 1px solid var(--opa-color); }
	header .in-head-flex .hR ul li:nth-child(1) { border-left: 1px solid var(--opa-color); }
	header .in-head-flex .hR ul li a         { resize: none; display: block; }
	header .in-head-flex .hR ul li a:link    { color:#fff; text-decoration: none; }
	header .in-head-flex .hR ul li a:visited { color:#fff; text-decoration: none; }
	header .in-head-flex .hR ul li a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
	header .in-head-flex .hR ul li a:active  { color:#fff; text-decoration: none; }
	header .in-head-flex .hR ul { display: flex; justify-content: flex-end; align-items: center; }
} 
@media screen and (min-width: 600px) and (max-width: 899px) {
	header .in-head-flex .hL { padding: 1vh 0; width: 50%; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	header .in-head-flex .hL { padding: 1vh 0; width: 40%; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	header .in-head-flex .hL { padding: 1vh 0; width: 30%; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
}

/*@media screen and (min-width: 1590px)  {
	header .in { margin: 0 2%; }
	header .in-head-flex { display: flex; justify-content: space-between; align-items: center; margin: 1vh 0;  }
	header .in-head-flex .hL { width: 30%; }	
	header .in-head-flex .hR { width: 56%; }
	header .in-head-flex .hR ul li { margin-left: 4%; font-size: 1.1em; line-height: 1.0; }
	
	header .in-head-flex .hR li.navbar { position: relative; }
	header .in-head-flex .hR li.navbar a:hover { text-decoration: none; }
	header .in-head-flex .hR li.navbar a::after { position: absolute; bottom: -2px; left: 5%; content: ''; width: 90%; height: 2px; background: var(--base-color); transform: scale(0, 1); transform-origin: left top; transition: transform .3s; z-index: 1; }
	header .in-head-flex .hR li.navbar a:hover::after { transform: scale(1, 1); }
}*/
/*-- is-fix  -------------------------------------------------------------*/
header.is-fix { position: fixed; left: 0; top: 0; width: 100%; z-index: 9999; background: #fff; }
@media screen and (max-width: 599px) {
	header.is-fix { box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25); }
	header.is-fix .in-head-flex .hL .logo-mark { width: 40px; margin-right: 0px; }
	header.is-fix .in-head-flex .hL .name { width: calc(100% - 40px); }
	header.is-fix .in-head-flex .hL .h_ttl01 { font-size: 1.0em; }
	header.is-fix .in-head-flex .hL .h_ttl02 { font-size: 0.6em; margin-bottom: 0px; }
}
@media screen and (min-width: 600px) {	
	header.is-fix { box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25); }
	header.is-fix .in-head-flex .hL .h_ttl01 { font-size: 1.2em; }
	header.is-fix .in-head-flex .hL .h_ttl02 { font-size: 0.7em; margin-bottom: 0px; }
} 
@media screen and (min-width: 600px) {
	header.is-fix .in-head-flex { display: flex; justify-content: space-between; align-items: center; margin: 0.5vh 0;  }
	header.is-fix .in-head-flex .hL { width: 20%; padding: 0; margin-left: 0%; }	
	header.is-fix .in-head-flex .hR { width: 56%; background: none; margin-right: 2%;  }
	header.is-fix .in-head-flex .hR ul li { position: relative; width: inherit; margin-left: 4%; height: auto; line-height: 1.0; border-left: none; border-right: none; }
	header.is-fix .in-head-flex .hR ul li a:link    { color:var(--base-color); text-decoration: none; }
	header.is-fix .in-head-flex .hR ul li a:visited { color:var(--base-color); text-decoration: none; }
	header.is-fix .in-head-flex .hR ul li a:hover   { color:var(--base-color); text-decoration: none; opacity: 1.0; }
	header.is-fix .in-head-flex .hR ul li a:active  { color:var(--base-color); text-decoration: none; }
	header.is-fix .in-head-flex .hR li.navbar a::after { position: absolute; bottom: -2px; left: 5%; content: ''; width: 90%; height: 2px; background: var(--base-color); transform: scale(0, 1); transform-origin: left top; transition: transform .3s; z-index: 1; }
	header.is-fix .in-head-flex .hR li.navbar a:hover::after { transform: scale(1, 1); }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	header.is-fix .in-head-flex .hL { width: 40%; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	header.is-fix .in-head-flex .hL { width: 30%; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	header.is-fix .in-head-flex .hL { width: 25%; }
}
@media screen and (min-width: 1190px) and (max-width: 1589px) {
}
@media screen and (min-width: 1590px)  {
	header.is-fix .in { margin: 0 1%; }
	header.is-fix .in-head-flex { display: flex; justify-content: space-between; align-items: center; margin: 0.5vh 0; }
	header.is-fix .in-head-flex .hL { width: 25%; padding: 0; }	
	header.is-fix .in-head-flex .hR ul li { font-size: 1.0em; }
}

/*-- SP menu-trgger -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	header .in-head-flex .hR ul li.h_menu { display: block; position: relative; z-index: 9999; }
	.menu-trigger,.menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; }
	.menu-trigger { width: 45px; height: 20px; display: flex; justify-content: space-between; align-items:flex-start; flex-direction: column; }
	.menu-trigger:hover{ cursor:pointer; }
	.menu-trigger span { left: 4.2px; width: 100%; height: 1px; background-color: var(--base-color); border-radius: 2px; }
	.menu-trigger span:nth-of-type(1) { }
	.menu-trigger span:nth-of-type(2) { width: 75%; }
	.menu-trigger span:nth-of-type(3) { }
	
	.h_menu .active span { background-color: var(--base-color) !important; } /* 色を変える */
	.h_menu .active span:nth-of-type(3) { bottom: 15px; }
	.menu-trigger.active span:nth-of-type(1) {
	 -webkit-transform: translateY(20px) rotate(-45deg);
	 transform: translateY(8px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) { opacity: 0; }
	.menu-trigger.active span:nth-of-type(3) {
	 -webkit-transform: translateY(-20px) rotate(45deg);
	 transform: translateY(-8px) rotate(45deg);
	}
	header nav#overlay{ display: none; width: 80%; margin: 0 0 0 10%; padding: 15% 6% 6%; height: calc(100% - 0px); text-align: center; position: fixed; top: 0px; right: 0px; z-index: 999; background:#fff; box-sizing: border-box; box-shadow: -4px 0px 16px -6px rgba(0,0,0,0.6);}
	header nav#overlay .in { overflow: auto; height: 100%; -webkit-overflow-scrolling: touch; }
	header nav#overlay ul.scroll-menu { margin-bottom: 20px; }
	header nav#overlay ul.scroll-menu li { font-size: 0.9rem; margin-bottom: 10px; padding:10px 10px 10px 1em; text-align: left; border-left: 5px solid var(--base-color); background: #f4f4f4; position: relative; }
	header nav#overlay ul.scroll-menu li:after { content: "\f105"; font-family: "Font Awesome 5 Free";font-weight: 900; position: absolute; top: 50%; right: 4%; transform: translateY(-50%); color: var(--base-color); }
	header nav#overlay ul.scroll-menu li a         { resize: none; display: block; }
	header nav#overlay ul.scroll-menu li a:link    { color:var(--base-color); text-decoration: none; }
	header nav#overlay ul.scroll-menu li a:visited { color:var(--base-color); text-decoration: none; }
	header nav#overlay ul.scroll-menu li a:hover   { color:var(--base-color); text-decoration: none; opacity: 0.7; }
	header nav#overlay ul.scroll-menu li a:active  { color:var(--base-color); text-decoration: none; }
}

/* スマホ時のみ初期状態で非表示にする */
@media screen and (max-width: 767px) {
  .sp-toggleContent {
    display: none;
  }
}

/*-- コンテンツ -------------------------------------------------------------*/
@media screen and (max-width: 1089px) {
	.lead { color: var(--base-color); margin-bottom: 20px; font-size: 1.2em; line-height: 1.7; letter-spacing: 0.05em; text-align: center; padding-bottom: 5vh; margin-bottom: 5vh; border-bottom: 1px solid var(--opa-color); }	
	.ttl01 { color: var(--base-color); margin-bottom: 20px; font-size: 1.2em; line-height: 1.7; letter-spacing: 0.1em; text-align: center; }	
	.subTtl { font-size: 1.5em; color: var(--base-color); margin-bottom: 20px; }
	.subTtl02 { font-size: 1.5em; color: var(--base-color); margin-bottom: 20px; text-align: center; }
	.mark { width: 50px; margin: 0 auto 20px; }
}
@media screen and (min-width: 600px) and (max-width: 1089px) {
	section .in { margin: 0 2%; }
	.ttl01 { font-size: 1.3rem; }
	.lead { font-size: 1.3rem; } 
	.subTtl { font-size: 1.8em; color: var(--base-color); margin-bottom: 20px; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	.ttl01 { font-size: 1.4rem; }
	.lead { font-size: 1.4rem; } 
	.subTtl { font-size: 1.8em; color: var(--base-color); margin-bottom: 20px; }
}

@media screen and (min-width: 1090px) {
	section .in { max-width: 1200px; width: 96%; margin: 0 auto 10vh; padding: 0 2%;}
	.lead { color: var(--base-color); margin-bottom: 40px; font-size: 1.8rem; line-height: 1.7; letter-spacing: 0.1em; text-align: center; padding-bottom: 5vh; margin-bottom: 5vh; border-bottom: 1px solid var(--opa-color); }	
	.ttl01 { color: var(--base-color); margin-bottom: 40px; font-size: 1.8rem; line-height: 1.7; letter-spacing: 0.1em; text-align: center; }	
	.subTtl { font-size: 1.8em; color: var(--base-color); margin-bottom: 20px; }
	.subTtl02 { font-size: 1.8em; color: var(--base-color); margin-bottom: 20px; text-align: center; }
	.mark { width: 50px; margin: 0 auto 20px; }
}
@media screen and (min-width: 1090px) and (min-width: 1189px) {
	.ttl01 { font-size: 1.5rem; }
	.lead { font-size: 1.5rem; } 
}
@media screen and (min-width: 1190px) and (min-width: 1289px) {
	.ttl01 { font-size: 1.6rem; }
	.lead { font-size: 1.6rem; } 
}
@media screen and (min-width: 1290px) and (min-width: 1389px) {
	.ttl01 { font-size: 1.7rem; }
	.lead { font-size: 1.7rem; } 
}


/*-- footer fix bnr  -------------------------------------------------------------*/
@media screen and (max-width: 1079px) {
	#contact-fixed ul { position: fixed; z-index: 888; bottom: 0; left: 0.5%; right: 0.5%; margin: 0 auto; width: 99%; display: flex; justify-content: center;}
	#contact-fixed ul li { width: 33%; }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
	#contact-fixed { display: none; }
}

/*-- footer ------------------------------------------------------------*/
footer { border-top: 1px solid #dedede; margin-top: 5vh; padding-top: 5vh; }
@media screen and (max-width: 899px) {
	footer { padding-top: 2vh; position: relative; z-index: 10; }
	footer .in { color:#000; padding:30px 2%; padding-bottom: 1vh; }
	footer .in .fMark { width: 200px; margin: 0 auto 10px; }
	footer .in p { font-size: 0.9em; word-break: keep-all; margin-bottom: 5px; }
	footer .in p.xlarge { font-size: 1.1em; }
}
@media screen and (min-width: 900px) {	
	footer { padding-top: 2vh; position: relative; z-index: 10; }
	footer .in { color:#000; padding:30px 2%; padding-bottom: 1vh; }
	footer .in .fMark { width: 300px; margin: 0 auto 10px; }
	footer .in p { font-size: 0.9em; word-break: keep-all; margin-bottom: 5px; }
	footer .in p.xlarge { font-size: 1.1em; }
}

/*-- copyright ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	#copyright { text-align:center; margin-bottom:0px; padding:1px 0; color:#000; font-size:12px; }
}
@media screen and (min-width: 600px) {
	#copyright { text-align:center; margin-bottom:0px; padding:1px 0; color:#000; font-size:12px; }
}
/*-- pagetop ------------------------------------------------------------*/
#pagetop { background: var(--base-color); opacity: 0.5; }
#pagetop a         { color:#fff; display: block; resize: none; }
#pagetop a:link    { color:#fff; text-decoration: none; }
#pagetop a:visited { color:#fff; text-decoration: none; }
#pagetop a:hover   { color:#999; text-decoration: none; }
#pagetop a:active  { color:#fff; text-decoration: none; }
@media screen and (max-width: 599px) {
	#pagetop { width: 40px; height: 40px; line-height: 40px; position:fixed; right:2%; bottom:2%; opacity:0.8; z-index: 999; text-align: center; margin-bottom: 0px; border-radius: 50%; }
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
	#pagetop { width: 50px; height: 50px; line-height: 50px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999; text-align: center; margin-bottom: 0px; border-radius: 50%; }
}
@media screen and (min-width: 1080px) {
	#pagetop { width: 50px; height: 50px; line-height: 50px; position:fixed; right:20px; bottom:20px; opacity:0.8; z-index: 999; text-align: center; margin-bottom: 0px; border-radius: 50%; }
}

/*-- box LINK ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.box_link_btn a { color:#fff; width:80%; height:30px; line-height:30px; border:var(--grn-color) 1px solid; border-radius: 15px; display:block; text-align:center; margin:0 10%; background:var(--grn-color); font-size: 12px;}
	.box_link_btn a:link    { color:#fff; text-decoration: none; }
	.box_link_btn a:visited { color:#fff; text-decoration: none; }
	.box_link_btn a:hover   { color:var(--grn-color); text-decoration: none; background:#fff; }
	.box_link_btn a:active  { color:#fff; text-decoration: none; }
	
	.box_link_btn_navy a { border:#0e2f5d 1px solid; background:#0e2f5d;}
	.box_link_btn_navy a:hover { color:#0e2f5d; text-decoration: none; background:#fff; }
}
@media screen and (min-width: 600px) {
	.box_link_btn a { color:#fff; width:80%; height:35px; line-height:35px; border:var(--grn-color) 1px solid; border-radius: 20px; display:block; text-align:center; margin:0 10%; background:var(--grn-color); font-size: 13px;}
	.box_link_btn a:link    { color:#fff; text-decoration: none; }
	.box_link_btn a:visited { color:#fff; text-decoration: none; }
	.box_link_btn a:hover   { color:var(--grn-color); text-decoration: none; background:#fff; }
	.box_link_btn a:active  { color:#fff; text-decoration: none; }
	
	.box_link_btn_navy a { border:#0e2f5d 1px solid; background:#0e2f5d;}
	.box_link_btn_navy a:hover { color:#0e2f5d; text-decoration: none; background:#fff; }
	
	.box_link_btn_L a { margin: 0 0;}
	
	.box_link_btn_300 a { width: 300px; margin: 0 auto;}
	.box_link_btn_80 a { width: 80%; margin: 0 auto;}
	.box_link_btn_200 a { width: 200px; margin: 0 auto; height:30px; line-height: 30px; font-size: 0.8rem; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	.box_link_btn a { width: 100%;}
}

.arrow-button a { display:inline-block; cursor:pointer; position: relative; text-decoration: none; background: #f5f5ee; padding: 2px 40px 2px 20px; font-size: 0.8rem; margin-bottom: 40px;}
.arrow-button a::after { content: ""; display: block; position: absolute; top: calc(50%); left: 90%; width: 40px; height: 5px; border: none; border-right: 2px solid #000; border-bottom: 1px solid #000; transform: skew(45deg); transition: .3s; }
.arrow-button a:hover::after { position: absolute; top: calc(50%); left: 90%; width: 60px; height: 5px; }

@media screen and (max-width: 599px) {
	.arrow-button a { font-size: 0.8rem; margin-bottom: 20px; padding: 5px 40px 5px 10px; }
	.arrow-button a::after { top: calc(30%); left: 95%; width: 30px; }
}

.arrow-button :hover { color:var(--base-color); }
.arrow-button a:hover::after { border-right: 2px solid var(--base-color); border-bottom: 1px solid var(--base-color); }
.arrow-button a:hover::after { }
	
.fa-window-restore { opacity: 0.5; }
/*-- text-shadow ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.tShadow {
		text-shadow: 2px 2px 2px rgba(0,0,0,0.7), -2px -2px 2px rgba(0,0,0,0.7), -2px 2px 2px rgba(0,0,0,0.7), 2px -2px 2px rgba(0,0,0,0.7), 2px 0px 2px rgba(0,0,0,0.7), -2px -0px 2px rgba(0,0,0,0.7), 0px 2px 2px rgba(0,0,0,0.7), 0px -2px 2px rgba(0,0,0,0.7);
	}
	.tShadow-wh {
		text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px -0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
	}
}
@media screen and (min-width: 600px) {
	.tShadow {
		text-shadow: 2px 2px 2px rgba(0,0,0,0.7), -2px -2px 2px rgba(0,0,0,0.7), -2px 2px 2px rgba(0,0,0,0.7), 2px -2px 2px rgba(0,0,0,0.7), 2px 0px 2px rgba(0,0,0,0.7), -2px -0px 2px rgba(0,0,0,0.7), 0px 2px 2px rgba(0,0,0,0.7), 0px -2px 2px rgba(0,0,0,0.7);
	}
	.tShadow-wh {
		text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
	}	
}

/*-- sp tbl overscroll ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.scroll { overflow-y: scroll; padding: 0 4% 4%; margin-bottom: 60px; max-height: 80vh; }
	.scroll::-webkit-scrollbar { width: 6px; }
	.scroll::-webkit-scrollbar-track { margin: 0 2px; background: #ccc; border-radius: 5px; }
	.scroll::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; }
}
@media screen and (min-width: 600px) {
	.scroll { overflow-y: scroll; padding: 0 4% 4%; margin-bottom: 60px; max-height: 80vh; }
	.scroll::-webkit-scrollbar { width: 10px; }
	.scroll::-webkit-scrollbar-track { margin: 0 2px; background: #ccc; border-radius: 5px; }
	.scroll::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; }
	
	.scroll-x { overflow-x: scroll; }
}


/*-- arrow list ------------------------------------------------------------*/

.arrow_list_t { margin-bottom:20px; }
.arrow_list_t li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:1px dotted #DEDEDE; }
.arrow_list_t li:before { content:"\f0c6"; font-family:"Font Awesome 5 Free"; font-weight: bold; margin-right:10px; color:var(--base-color); }

/*-- wordpress ページャーカラー ------------------------------------------------------------*/
#pager a:hover { background: #ccc !important; }
#pager .pages, #pager .current, #pager .extend, #pager a { color: #333 !important; background: #fff !important; }
#pager a { color: #333 !important;  }
#pager .pages, #pager .current { background: #dedede !important;}
#pager a.page { border: 1px solid #dedede; }

/*-- animation ------------------------------------------------------------*/
/* 点滅 */
.flash1{ animation: Flash1 1.0s infinite; }
@keyframes Flash1{ 50%{ opacity: 0.5; }}
/* 揺れる */
.fluffy { width: 100%; height: auto; animation: fluffy1 3s ease infinite; }
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
	
/*-- Adjustment ------------------------------------------------------------*/
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

.mr5  { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }

.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

.ml5  { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }

.pg5  { padding:  5px !important; }
.pg10 { padding: 10px !important; }
.pg15 { padding: 15px !important; }
.pg20 { padding: 20px !important; }
.pg25 { padding: 25px !important; }
.pg30 { padding: 30px !important; }
.pg35 { padding: 35px !important; }
.pg40 { padding: 40px !important; }

.mg0  { margin: 0  !important; }
.pg0  { padding: 0 !important; }

.ofh  { overflow: hidden; }
.fltR { float: right; }
.fltL { float: left; }
.clr  { clear: both; }

.posRe { position: relative; }
.posAb { position: absolute; }

.alJ { text-align: justify; }
.alC { text-align: center; }
.alR { text-align: right; }
.alL { text-align: left; }

.xlarge { font-size: 1.2em; }
.large  { font-size: 1.1em; }

.xsmall { font-size: 0.8em; }
.small  { font-size: 0.9em; }

.bold { font-weight: bold; }
.red  { color: #ef5555; }
.blk {color:#000;}
.endi { color: var(--base-color);}

.under {text-decoration:underline; border-color:#666; color: #2e73ba; }

.marker { background:linear-gradient(transparent 60%, #ffff00 60%); }

.border-dotted { display: block; clear: both; height: 1px; border: none; border-bottom: dotted 1px #ddd !important; }
.border-solid  { display: block; clear: both; height: 1px; border: none; border-bottom: solid 1px #ddd  !important; }

.trans-ease { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }

.link-hover { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }
.link-hover:hover { opacity: 0.7; filter: alpha(opacity=70); }

.roboto { font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
.g_font { font-family: "Rounded Mplus 1c"; font-weight:300; }
.gothic { font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif; }
.min { font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro', serif; }
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/*-- clearfix ------------------------------------------------------------*/
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* *html .cf { zoom: 1; } */
*:first-child+html .cf { zoom: 1; } /* IE7 */

/*-- loading ------------------------------------------------------------*/
#loading{ position: absolute; left: 45%; top: 40%; }
#loader-bg { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background: #fff; z-index: 8888; }
body{ background-color: #fff; }
@media screen and (max-width: 767px) { 
	#loading{ position: absolute; left: 45%; top: 40%; }
	#loading img { width:40px; }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	#loading{ position: absolute; left: 45%; top: 40%;}
	#loading img { width:50px; }
}
@media screen and (min-width: 961px) {
	#loading{ position: absolute; left: 48%; top: 40%;}
	#loading img { width:60px; }
}



