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

/*---------------------------------------------
/*  ヘッダー 
/*---------------------------------------------

/*---メインビジュアル---*/
/* SP : ～ 599 px */
#mainVisual {
  height: 100vh;
  width: 100%;
  background-image: url( ../images/mainImg_SP_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#mask {
  height: 100vh;
  width: 100%;
  background-color: #8fc31f;
  opacity: 0.75;
}
.logo_w {
  position: absolute;
  width: 65%;
  bottom: 54%;
  left: 50%;
  -webkit-transform: translate(-50%,50%);
  -ms-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
}
#visualText {
  position: absolute;
  width: 43%;
  max-width: 220px;
  top: 73%;
  left: 8%;
}
#scrollBtn {
  position: absolute;
  width: 12%;
  max-width: 61px;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* tab : 600 px ～ 959 px */
@media only screen and (min-width: 600px) {
}
/* PC : 960 px ～ */
@media only screen and (min-width: 960px) {
#mainVisual {
  background-image: url( ../images/mainImg_PC_01.jpg);
  background-size: contain;
}
.logo_w {
  width: 83vh;
  max-width: 80%;
  top: 37%;
  bottom: auto;
}
#visualText {
  width: 37vh;
  max-width: 30%;
  top: 63%;
  left: 58%;
}
#scrollBtn {
  width: 8vh;
  max-width: 7%;
}
}

/*---メインビジュアル下ロゴ---*/
/* SP : ～ 599 px */
#navigation {
  width: 100%;
  background-color: rgba(255,255,255,0.80);
}
#nav_logo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#nav_logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 56%;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
/* tab : 600 px ～ 959 px */
@media only screen and (min-width: 600px) {
}
/* PC : 960 px ～ */
@media only screen and (min-width: 960px) {
#nav_logo {
  max-width: 1024px;
}
#nav_logo img {
  width: 36%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
}

/*---ナビゲーション---*/
/* SP : ～ 599 px */
nav {
	height: 28px;
}
nav ul {
	width: 100%;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	box-sizing: border-box;
	font-size: 0;
  background: #ffffff;
}
nav ul:after {
  clear: both;
}
nav ul li {
	height: 28px;
	float: left;
	box-sizing: border-box;
	width: 25%;
	text-align: center;
  list-style: none;
  background-color: #8fc31f;
}
nav ul li:nth-child(odd) {
  background-color: #b0ca32;
} 
nav ul li a {
	height: 28px;
	padding-left: 0;
	line-height: 28px;
	width: 100%;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-decoration: none;
  display: block;
  color: #ffffff;
}
.is-fixed { /*グローバルメニュー固定*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
/* tab : 600 px ～ 959 px */
@media only screen and (min-width: 600px) {
}
/* PC : 960 px ～ */
@media only screen and (min-width: 960px) {
nav {
	height: 44px;
  /*ナビ左右の背景グラデ*/
  background:-webkit-gradient(linear, left top, right top, from(#8fc31f), to(#b0ca32));
  background:-webkit-linear-gradient(left, #8fc31f, #b0ca32);
  background: linear-gradient(to right, #8fc31f, #b0ca32);
}
nav ul {
	max-width: 1024px;
	height: 44px;
}
nav ul li {
	height: 44px;
}
nav ul li a {
	height: 44px;
	line-height: 44px;
  font-size: 18px;
  letter-spacing: 0.03em;
}
nav ul li:hover {
	opacity: 0.7;
}	
}


/*---------------------------------------------
/*  メインコンテンツ
/*---------------------------------------------
/*---共通---*/
/* SP : ～ 599 px */
article {
  margin-bottom: 3em;
}

section {
  padding-top: 2em;
  padding-bottom: 2em;
}
.sec_inner {
  width: 94%;
  margin-left: auto;
  margin-right: auto;    
}
h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2em;
  padding: 0.15em 0em;
  display: inline-block;
  letter-spacing: 0.07em;
  color: #8fc31f;
}  
p,dt,dd,label,input,.form_box {
  font-size: 1em;
  font-weight: 300;
  line-height: 2.2em;
  text-align: justify;
	text-justify: inter-ideograph;
  color: #595757;
}
p {
  margin-top: 1.2em;
}
/* tab : 600 px ～ 959 px */
@media only screen and (min-width: 600px) {
}
/* PC : 960 px ～ */
@media only screen and (min-width: 960px) {
section {
  padding-top: 5em;
  padding-bottom: 5em;
}
.sec_inner {
/*  width: 100%;*/
  max-width: 1024px;
}
h2 {
  font-size: 1.3em;
  padding: 0.15em 0.8em;
  background-color: #8fc31f;
  letter-spacing: 0.15em;
  color: #ffffff;
}
p,dt,dd,label,input,.form_box {
  font-size: 1.1em;
  line-height: 2.4em;
  letter-spacing: 0.03em;
}
p {
  margin-top: 1.6em;
}
}

/*---メッセージ---*/
/* SP : ～ 599 px */
#message p,
#profile p {
  text-indent: 1em;
}
#message p:last-child {
  text-indent: 0em;
}
#message p br,
#profile br {
  display: none;
}
#message p:last-child br {
  display: block;
}
#message p span {
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 0.03em;
}

/* tab : 600 px ～ 959 px */
@media only screen and (min-width: 600px) {
}
/* PC : 960 px ～ */
@media only screen and (min-width: 960px) {
#message p,
#profile p {
  text-indent: 0em;
}
#message p br,
#profile br {
  display: block;
}
}

/*---プロフィール---*/
/* SP : ～ 599 px */
#profile {
  padding: 0;
}
#pro_box {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: rgba(143,195,31,0.12);
}
#profile p:nth-child(2) {
  font-size: 1.2em;
  text-indent: 0em;
}
#profile p:nth-child(2) span {
  font-size: 0.7em;
}
#profile p:nth-child(4) {
  text-indent: 0em;
}
#profile p:nth-child(4):before {
  content: "［";
  margin-left: -0.4em;
}
#profile p:nth-child(4):after {
  content: "］";
}
#profile dd {
  margin-left: 1em;
}
#pro_box .illust {
  display: none;
}
.illust {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}
.illust img {
  vertical-align: bottom;
}
/* tab : 600 px ～ 959 px */
@media only screen and (min-width: 600px) {
#profile {
  padding-bottom: 2em;
}
#sns_box .sec_inner {
  position: relative;
}
.illust {
  position: absolute;
  bottom: -2em;
  right: 0;
  width: 30%;
}
.illust:after {
	content: " ";
	display: block;
	clear: both;
}
}
/* PC : 960 px ～ */
@media only screen and (min-width: 960px) {
#pro_box {
  padding-top: 5em;
  padding-bottom: 5em;
  background-color: transparent;
  background-image: -webkit-linear-gradient(-45deg, #fff 15%, rgba(143,195,31,0.15) 15%, rgba(143,195,31,0.15) 50%, #fff 50%, #fff 65%, rgba(143,195,31,0.15) 65%, rgba(143,195,31,0.15));
  background-image: -o-linear-gradient(-45deg, #fff 15%, rgba(143,195,31,0.15) 15%, rgba(143,195,31,0.15) 50%, #fff 50%, #fff 65%, rgba(143,195,31,0.15) 65%, rgba(143,195,31,0.15));
  background-image: linear-gradient(-45deg, #fff 15%, rgba(143,195,31,0.15) 15%, rgba(143,195,31,0.15) 50%, #fff 50%, #fff 65%, rgba(143,195,31,0.15) 65%, rgba(143,195,31,0.15));
  background-size: 12px 12px;
}
#profile p:nth-child(2) {
  font-size: 1.5em;
}
#sns_box .illust {
    display: none;
}
#sns_box .sec_inner {
  position: static;
}
#pro_box .sec_inner {
  position: relative;
}
#pro_box .illust {
  display: block;
}
.illust {
  position: absolute;
  left: auto;
  right: 0;
  bottom: -5em;
  width: 30%;
}
}

/*---SNSエリア---*/
#sns_box {
  width: 100%;
  background-color: rgba(143,195,31,0.12);
  padding-top: 0em;
  padding-bottom: 0em;
}
#sns_area {
  padding-top: 0.1em;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.sns_parts {
  width: 100%;
  max-width: 500px;
  margin-top: 1em;
  display: block;
  background-color: #FFFFFF;
}
.sns_insta {
  padding-top: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  box-sizing: border-box;
}
/* tab : 600 px ～ 959 px */
@media only screen and (min-width: 600px) {
#sns_box {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: rgba(143,195,31,0.20);
}
#sns_area {
  width: 100%;
}
.sns_parts {
  width: 48%;
  max-width: 48%;
  height: 400px;
  margin-top: 0em;
  float: left;
}
.sns_facebook {
  margin-right: 4%;
}
.sns_insta {
  margin-top: 2em;
}
}
/* PC : 960 px ～ */
@media only screen and (min-width: 960px) {
#sns_box {
  padding-top: 5em;
  padding-bottom: 5em;
}
  #sns_area:after {
	content: " ";
	display: block;
	clear: both;
}
.sns_parts {
  width: 30%;
  max-width: 30%;
  height: 400px;
  margin-top: 0em;
  float: left;
}
.sns_facebook,
.sns_twitter {
  margin-right: 5%;
}
.sns_insta {
  margin-top: 0;
}
}

/*---about---*/
/* SP : ～ 599 px */
#about dt,#about dd {
  line-height: 1.8em;
}
#about >.sec_inner > dl > dt {
  padding-top: 0.8em;
}
#about >.sec_inner > dl > dd {
  padding-bottom: 0.8em;
}
#about >.sec_inner > dl > dt {
  font-weight: 500;
}
#about >.sec_inner > dl > dt:before {
  content: "［";
  margin-left: -0.4em;
}
#about >.sec_inner > dl > dt:after {
  content: "］";
}
#about >.sec_inner > dl > dd > span {
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 0.1em;
}
#about >.sec_inner > dl > dd > div {
  padding-left:2em;
  text-indent:-2em;
}
#about >.sec_inner > dl > dd > dl > dt {
  padding-left:1em;
  text-indent:-1em;
}
#about >.sec_inner > dl > dd > dl > dd {
  padding-left: 1em;
}
#about >.sec_inner > dl {
  margin-top: 1.8em;
}
#about >.sec_inner > dl > dt {
  border-top: 1px dotted #8fc31f;
}
#about >.sec_inner > dl > dd:last-child {
  border-bottom: 1px dotted #8fc31f;
}
/* tab : 600 px ～ 959 px */
@media only screen and (min-width: 600px) {
}
/* PC : 960 px ～ */
@media only screen and (min-width: 960px) {
#about {
  padding-bottom: 1em;
}
#about dt,#about dd {
  line-height: 2.5em;
  vertical-align: top;
  box-sizing: border-box;
}
#about >.sec_inner > dl > dt,
#about >.sec_inner > dl > dd {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
#about >.sec_inner > dl > dt {
  font-weight: 300;
}
#about > .sec_inner > dl > dt {
  float: left;
  width: 18%;
}
#about .sec_inner > dl > dd {
  width: 82%;
  margin-left: 18%;
  padding-left: 2em;
  box-sizing: border-box;
}
#about >.sec_inner > dl > dt:before,
#about >.sec_inner > dl > dt:after {
  content: none;
}
#about >.sec_inner > dl > dt,  
#about >.sec_inner > dl > dd {
  border-top: 1px solid #8fc31f;
}
#about >.sec_inner > dl > dd {
  border-left: 1px solid #8fc31f;  
}
#about >.sec_inner > dl > dt:nth-last-child(2),
#about >.sec_inner > dl > dd:last-child {
  border-bottom: 1px solid #8fc31f;
}  
}

/*---contact---*/
/* SP : ～ 599 px */
#contact {
    background-color: rgba(143,195,31,0.20);
}
label,.form_box {
  line-height: 1.5em;
	font-family:  "Noto Sans Japanese", sans-serif;
}
form {
	width: 100%;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}
label {
  display: block;
  margin-top: 1em;
}
.form_box {
  font-weight: normal;
  width: 100%;
  border: 1px solid #8fc31f;
  padding: 0.5em 0.5em;
  line-height: normal;
  box-sizing: border-box;
  margin-top: 0.7em;
  height: 2.4em;
}
.textarea {
  line-height: 1.4em;
}
.form_box::-webkit-input-placeholder {
	font-family:  "Noto Sans Japanese", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #A2A2A2;
}
.form_box:-moz-placeholder {
	font-family:  "Noto Sans Japanese", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #A2A2A2;
}
.form_box::-moz-placeholder {
	font-family:  "Noto Sans Japanese", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #A2A2A2;
}
.form_box:-ms-input-placeholder {
	font-family:  "Noto Sans Japanese", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #A2A2A2;
}
.form_box:placeholder-shown {
	font-family:  "Noto Sans Japanese", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #A2A2A2;
}
.form_box:focus {
	background-color: #FFC;
}
.required:after {
	content: "［必須］";
	color: #FF3333;
	margin-left: -0.3em;
	display: inline-block;
}
.textarea {
	height: 13em;
}
button[type="submit"] {
	display: block;
	height: 44px;
	width: 100%;
	margin-top: 20px;
	border: thin solid #8fc31f;
  background-color: #8fc31f;
	cursor: pointer;
	font-size: 1em;
  font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
  letter-spacing: 0.1em;
	}
.form_note {
	font-size: 0.7em;
/*	color: rgba(255,255,255,0.80);*/
	text-align: center;
	line-height: 1.8em;
	margin-top: 2em;
}
.copyBold {
  font-weight: bold;
}
/* tab : 600 px ～ 959 px */
@media only screen and (min-width: 600px) {
}
/* PC : 960 px ～ */
@media only screen and (min-width: 960px) {
#contact {
  background-color: inherit;
  padding-bottom: 2em;
}
form {
  width: 100%;
    padding: 3em 2em;
    background-color: rgba(143,195,31,0.20);
  box-sizing: border-box;
  margin-top: 2em;
}
.form_boxset {
	/*height: 43px;*/
	margin-bottom: 2em;
}
label {
	width: 25%;
  float: left;
  margin-top: 0;
  line-height: 2.4em;
  height: 2.4em;
}
.form_box {
  width: 75%;
	font-size: 16px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
}
.form_box::-webkit-input-placeholder {
  font-size: 1.1em;
}
.form_box:-moz-placeholder {
  font-size: 1.1em;
}
.form_box::-moz-placeholder {
  font-size: 1.1em;
}
.form_box:-ms-input-placeholder {
  font-size: 1.1em;
}
.form_box:placeholder-shown {
  font-size: 1.1em;
}
.form_box:after {
	content: " ";
	display: block;
	clear: both;
}
.required:after {
	font-size: 0.8em;
}
button[type="submit"] {
	height: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.form_note {
	font-size: 0.9em;
	text-align: center;
	line-height: 1.8em;
	margin-top: 1em;
}
}

/*--------------- 注意書き ---------------*/
/* モバイルレイアウト : 639 px およびそれ以下. */
#notes {
	line-height: 20px;
	margin-top: 60px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
/*タブレットレイアウト : 640 px ～ 959 px */
@media only screen and (min-width: 640px) {
#notes {
	text-align: center;
}
}
/* デスクトップレイアウト : 960 px ～ */
@media only screen and (min-width: 960px) {
#notes {
	width: 800px;
}
}

/*---------------------------------------------
/*  footer 
/*---------------------------------------------
/* SP : ～ 599 px */
footer {
	width: 100%;
	background-color: #8fc31f;
  letter-spacing: -.4em;
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.snsshow {
  opacity: 1;
}
/*--- Copyright ---*/
#copyright {
  width: 50%;
  font-size: 0.6em;
  line-height: 35px;
  display: inline-block;
}
small {
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
/*--- SNSボタン ---*/
#sns_marks {
  width: 50%;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.sns_mark {
  width: 35px;
  display: inline-block;
  margin-left: 8%;
}
.sns_mark a {
  display: block;
}
.sns_mark img {
  vertical-align: middle;
}
/* tab : 600 px ～ 959 px */
@media only screen and (min-width: 600px) {
}
/* PC : 960 px ～ */
@media only screen and (min-width: 960px) {
footer {
  position: static;
  opacity: 1;
  height: 30px;
}
#copyright {
  line-height: 30px;
}
#sns_marks {
  position: fixed;
  left: 0;
  bottom: 50%;
  width: auto;
  padding: 0.3em;
  display: block;
  background-color: rgba(143,195,31,0.50);
  opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  
}
.snsshow #sns_marks {
  opacity: 1;
}
.sns_mark {
  width: 35px;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 0;
}
}

/*--------------- ページトップ ---------------*/
#page-top {
	position: fixed;
	bottom: 3em;
	z-index: 9991;
  height: 26px;
  width: 26px;
  right: 3%;
	background-color: rgba(62,58,57,0.70);
  margin-top: 0;
}
#page-top a {
  display: block;
	height: 26px;
	width: 26px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
	z-index: 9992;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#page-top a span {
  position: absolute;
	width: 6px;
  display: block;
  margin-left: auto;
  margin-right: auto;
	height: 2px;
	background-color: #E5E5E5;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9993;
}
#page-top a span:first-child {
	-webkit-transform: translateY(2px) translateX(-2px) rotate(-45deg);
	-moz-transform: translateY(2px) translateX(-2px) rotate(-45deg);
	-o-transform: translateY(2px) translateX(-2px) rotate(-45deg);
	-ms-transform: translateY(2px) translateX(-2px) rotate(-45deg);	
	transform: translateY(2px) translateX(-2px) rotate(-45deg);
}
#page-top a span:last-child {
	-webkit-transform: translateY(2px)  translateX(2px) rotate(45deg);
	-moz-transform: translateY(2px)  translateX(2px) rotate(45deg);
	-o-transform: translateY(2px)  translateX(2px) rotate(45deg);;
	-ms-transform: translateY(2px)  translateX(2px) rotate(45deg);	
	transform: translateY(2px)  translateX(2px) rotate(45deg);
}
/*タブレットレイアウト : 600 px ～ 959 px */
@media only screen and (min-width: 600px) {
#page-top {
	bottom: 220px;
}
#page-top a {
	border: none;
}
}
/* デスクトップレイアウト : 960 px ～ */
@media only screen and (min-width: 960px) {
#page-top {
	bottom: 3em;
}
}