@charset "utf-8";

/* PC：style_sp.css
 * **************************************************
 * Common
 * Header
 * 見出し
 * Common Elements
 * Footer
 * **************************************************
 */

/*  Common
------------------------------------------------------------------- */
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* item */
.item dd span {
	color: #699900;
}

/* Header
------------------------------------------------------------------ */
.drawer-nav {
	padding-top: 70px!important;
}


/* 見出し
------------------------------------------------------------------ */
#content h2 {
	font-size: 1em;
	text-align: center;
	padding: 0 0 25px;
	line-height: 1.4;
}
#content h2 > span {
	display: block;
	font-size: 2em;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 0;
}
#content .en_title {
	text-align: left;
	padding: 0 0 1.5em 2.75em;
	position: relative;
	letter-spacing: 0.1rem;
	font-size: 1.2em;
}
#home .en_title {
	color: #afafb0;
}
#subPage .en_title {
	color: #699900;
}
#content .en_title:before {
	content: "";
	width: 2em;
	height: 1px;
	position: absolute;
	top: 0.7em; left: 0em;
}
#home .en_title:before {
	background: #afafb0;
}
#subPage .en_title:before {
	background: #699900;
}


/* Common Elements
------------------------------------------------------------------ */
.spNone {
	display: none;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}

/* リンク */
a {
	display: block;
}
a,
.btn a {
	transition: 0.3s;
	text-decoration: none;
	outline: none;
	color: #000;
}
a:focus,
*:focus {
	outline:none;
}
a:hover,
button:hover {
	opacity: 0.7;
	text-decoration: none;
}
.active a {
	pointer-events: none;
	color: #666;
}
p {
	text-align: justify;
	justify:inter-ideograph;
}
img {
	max-width: 100%;
}
.notes {
	font-size: 0.9em;
	margin-top: 10px;
	color: #777;
}
.notes > li,
p.notes {
	font-size: 0.9em;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
.notes > li:before,
p.notes:before {
	content:"※";
	width: 1em;
	height: 1em;
}
ul + p {
	margin-top: 1em;
}
.disnon {
	display: none;
}
.read {
	line-height: 2;
}
.read + .read {
	margin-top: 1.5em;
}

/* ボタン
------------------------------------------------------------------ */
.btn {
	margin: 30px auto 0;
	text-align: center;
}
.btn a,
.btn .form_inpt {
	display: block;
	position: relative;
	width: 70%;
	max-width: 280px;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 0.75em 0;
	border: 1px solid #e9e9e9;
	background: #fff;
	text-align: center;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn a:hover,
.btn .form_inpt:hover {
	background: #8fbf4a;
	color: #fff;
	opacity: 1;
	border: 1px solid #8fbf4a;
}
.btn a:before,
.btn .form_inpt:before {
	content: "";
	width: 26px;
	height: 4px;
	background: url(../images/common/arrow_right.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%; right: -13px;
	margin-top: -2px;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn a:hover:before,
.btn .form_inpt:hover:before {
	right: -26px;
}
.btn .form_inpt {
	padding: 0;
}
.btn .form_inpt input {
	width: 100%;
	padding: 1em 0;
	border: 0;
	background: none;
}
.btn .form_inpt:hover input {
	color: #fff;
}

/* sns
------------------------------------------------------------------ */
.fb-like {
	vertical-align: top;
}

/* globalNavi
------------------------------------------------------------------ */
#global_nav .drawer-menu {
	border-top: 1px solid #dadada;
}
#global_nav li {
	border-left: 0;
	border-bottom: 1px solid #dadada;
}
#global_nav li span {
	display :none;
}
#global_nav li a {
	padding: 1em 1em 1em 2em;
}

/* share_nav
------------------------------------------------------------------ */
#share_nav {
	font-size: 0.85rem;
	position: fixed;
	top: 90px; right: -240px;
	transform: rotate(90deg);
	transform-origin: top left;
	z-index: 20;
	display: none!important;
}
#share_nav ul,
#share_nav p {
	display: inline-block;
}
#share_nav p {
	color: #525252;
	margin-right: 4em;
	position: relative;
	vertical-align: bottom;
}
#share_nav p:after {
	content: "";
	width: 2em;
	height: 1px;
	background: #666666;
	position: absolute;
	top: 0.8em; right: -3em;
}
#share_nav li {
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
#share_nav li + li {
	margin-left: 3em;
}
#share_nav li + li:before {
	content: "／";
	color: #666666;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.25em; left: -2em;
}
#share_nav li a {
	color: #699900;
	letter-spacing: 0.1em;
}
#share_nav li img {
	width: 20px;
	vertical-align: middle;
	margin: -0.3rem 0.5rem 0 0;
}

/* subPage
------------------------------------------------------------------ */
/* mv */
#subPage #mv {
	position: relative;
	width: 100%;
	height: 38.7vw;
	-webkit-transform: skewY(8deg);
	   -moz-transform: skewY(8deg);
	    -ms-transform: skewY(8deg);
	     -o-transform: skewY(8deg);
	        transform: skewY(8deg);
	transform-origin: top right;
	display: table;
	z-index: 18;
	margin-top: 70px;
}
#subPage #mv:after {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left:0;
	z-index: 19;
	animation: mvAfter 0.4s cubic-bezier(0,0,.58,1) alternate;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
@keyframes mvAfter {
	0% {width: 100%;}
	100% {width: 0%;}
}
#subPage #mv_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
}
#subPage #mv h1 {
  opacity: 0;
	-webkit-transform: skewY(-8deg);
	   -moz-transform: skewY(-8deg);
	    -ms-transform: skewY(-8deg);
	     -o-transform: skewY(-8deg);
	        transform: skewY(-8deg);
	transform-origin: top right;
	position: relative;
	text-align: center;
	margin-top: 11.5vw;
	font-size: 0.9em;
  animation: mv_h1 0.5s cubic-bezier(0,0,.58,1) alternate;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
@keyframes mv_h1 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
#subPage #mv h1 span {
	display: block;
	font-size: 2em;
	line-height: 1;
}
#subPage article:before {
	content: "";
	width: 100%;
	height: 38.7vw;
	background: #f2f4f7;
	-webkit-transform: skewY(-8deg);
	   -moz-transform: skewY(-8deg);
	    -ms-transform: skewY(-8deg);
	     -o-transform: skewY(-8deg);
	        transform: skewY(-8deg);
	transform-origin: top left;
	position: absolute;
	top: 70px; left: 0;
	z-index: 10;
	animation: mv_bg 0.5s cubic-bezier(0,0,.58,1) alternate;
	animation-delay: 0.6s;
}
@keyframes mv_bg {
	0% {width: 0;}
	100% {width: 100%;}
}

/* section skew */
#subPage section.sk_left,
#subPage section.sk_right {
	margin: 0;
	padding: 0;
}
/* section skew */
#subPage section.sk_left + section.sk_left,
#subPage section.sk_right + section.sk_right {
	margin: 14vw 0 0 0;
}
#subPage section.sk_left:before {
	content: "";
	width: 100%;
	height: 135%;
	height: calc(100% + 14vw);
	-webkit-transform: skewY(8deg);
	   -moz-transform: skewY(8deg);
	    -ms-transform: skewY(8deg);
	     -o-transform: skewY(8deg);
	        transform: skewY(8deg);
	transform-origin: top left;
	position: absolute;
	top: -14.1vw; left: 0;
	z-index: -1;
}

/* 見出し */
h3 {
	font-size: 1.3rem;
	margin-bottom: 1.5em;
}
h3 + p {
	margin-top: 1em;
}

/* link
------------------------------------------------------------------ */
#link {
	width: 90%;
	margin: 0 auto;
}
#link li {
	width: 32%;
	float: left;
}
#link li + li {
	margin-left: 2%;
}

/* Information(Whats New) home / company
------------------------------------------------------------------ */
.information li + li {
	padding-top: 0.5em;
	margin-top: 0.5em;
	border-top: 1px solid #f1f2f2;
}
.information li dt span {
	display: inline-block;
	font-size: 0.8rem;
	background: #8fbf4a;
	color: #fff;
	text-align: center;
	padding: 0.2rem 0.5rem;
	margin-right: 1em;
	line-height: 1;
	min-width: 7em;
}
.information li.news_news dt span {
	background: #7c90b7;
}
.information li.news_campaign dt span {
	background: #ac9c81;
}
.information li dd {
	color: #525252;
}

/* pagetop
------------------------------------------------------------------ */
#pagetop {
	position: fixed;
	bottom: 0; right: 8px;
	font-size: 0.75em;
	transform: rotate(90deg);
  transform-origin: top right;
	letter-spacing: 0.1rem;
	z-index: 20;
}
#pagetop a {
	color: #525252;
}
#pagetop:before {
  content: "";
  width: 92px;
  height: 4px;
  position: absolute;
  top: 14px;
  right: 0;
  background: url(../images/common/pagetop_gray.svg) no-repeat center center;
  background-size: contain;
	animation: pagetop 2s ease infinite;
	transform-origin: top right;
}
@keyframes pagetop {
  0% {transform: scale(1,1);}
  50% {transform: scale(0,1);}
  100% {transform: scale(1,1);}
}
#pagetop.footarea a {
	color: #fff;
}
#pagetop.footarea:before {
  background: url(../images/common/pagetop_wh.svg) no-repeat center center;
  background-size: contain;
}

/* footer _ contact
------------------------------------------------------------------ */
#ft_contact {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin-top: 20px;
}
#ft_contact dt {
	background: #8fbf4a;
	width: 50%;
	float: left;
	position: relative;
}
#ft_contact dt:after {
	content: "";
	width: 100%;
	height: 80%;
	background: url(../images/common/contact_obj.svg) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	right: 4%; bottom: 0;
}
#ft_contact dt p {
	color: #fff;
	padding: 4em 0 4em 2em;
	font-size: 0.8rem;
}
#ft_contact dt p span {
	font-size: 1.4rem;
	display: block;
	letter-spacing: 0.1em;
	line-height: 1;
	position: relative;
}
#ft_contact dd {
	width: 50%;
	float: right;
	background: #f2f4f7;
	display: table;
}
#ft_contact dd .btn {
	margin-top: 0;
	display: table-cell;
	vertical-align: middle;
}
#ft_contact dd .btn a {
	padding: 0.5em 0;
	font-size: 1rem;
}
#ft_contact dd .btn a:before {
  width: 26px;
  right: -13px;
}

/* breadclumb
------------------------------------------------------------------ */
#breadclumb ul {
	margin: 0 0 0 5%;
	white-space: nowrap;
}
#breadclumb li {
	display: inline-block;
	font-size: 0.8rem;
}
#breadclumb li a {
	padding: 0.5em 0;
}
#breadclumb li + li {
	margin-left: 3em;
	position: relative;
}
#breadclumb li + li:before {
	content: "\03e";
	font-size: 0.7em;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.6em; left: -2em;
}
#breadclumb .mCSB_draggerContainer {
	display: none;
}

/* footer _ contact
------------------------------------------------------------------ */
#footer {
	background: #8fbf4a;
}
#footer nav {
	background: #699900;
}
#footer nav li {
	width: 50%;
	float: left;
	border-left: 1px solid #96b84c;
}
#footer nav li:nth-of-type(odd) {
	border-left: 0;
}
#footer nav li:nth-of-type(n+3) {
	border-top: 1px solid #96b84c;
}
#footer nav li a {
	color: #fff;
	font-size: 0.9em;
	padding: 1em 10%;
}
#footer nav li.active a {
	color: #ddd;
}
#footer nav + div {
	margin: 30px 5% 0;
	padding: 0 0 10px 0;
}
#footer .logo {
	width: 30%;
	display: block;
}
#footer small {
	display: inline-block;
	color: #fff;
	font-size: 0.7rem;
	margin-top: 2em;
	vertical-align: bottom;
	letter-spacing: 0.1em;
}

/* Animation
------------------------------------------------------------------ */
/* .fadeIn */
#home #mv {
	opacity: 0;
}
#home #mv.fadeIn {
	opacity: 1;
}
/* blur_text */
#home #mv h1 em {
	font-style: normal;
  color: transparent;
  animation: blur 6s ease-in;
	animation-fill-mode: forwards;
}
#home #mv h1 em:nth-child(1) { animation-delay: 0.1s; }
#home #mv h1 em:nth-child(2) { animation-delay: 0.2s; }
#home #mv h1 em:nth-child(3) { animation-delay: 0.3s; }
#home #mv h1 em:nth-child(4) { animation-delay: 0.4s; }
#home #mv h1 em:nth-child(5) { animation-delay: 0.5s; }
#home #mv h1 em:nth-child(6) { animation-delay: 0.6s; }
#home #mv h1 em:nth-child(7) { animation-delay: 0.7s; }
#home #mv h1 em:nth-child(8) { animation-delay: 0.8s; }
#home #mv h1 em:nth-child(9) { animation-delay: 0.9s; }
#home #mv h1 em:nth-child(10) { animation-delay: 1.0s; }
#home #mv h1 em:nth-child(11) { animation-delay: 1.1s; }
#home #mv h1 em:nth-child(12) { animation-delay: 1.2s; }
#home #mv h1 em:nth-child(13) { animation-delay: 1.3s; }
@keyframes blur {
	0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%    {opacity: 1;}
  20%    {text-shadow:  0 0 0px #fff;}
  100%    {text-shadow:  0 0 0px #fff; opacity: 1;}
}

/* .fadeInUp */
article > section,
#ft_contact,
#map,
article > nav {
	opacity: 0;
	transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: .8s;
}
article > section.fadeInUp,
#ft_contact.fadeInUp,
#map.fadeInUp,
article > nav.fadeInUp {
	opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
