#mainContents #content {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

#mainContents #content #contentsHeader {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto 120px;
}
#mainContents #content #contentsHeader h2 {
  text-align: center;
  font-size: 42px;
  line-height: 1em;
  color: #181818;
}
#mainContents #content #contentsHeader h2 span {
  font-size: 18px;
  display: block;
  line-height: 1.8em;
  margin: 19px 0 80px;
  color: #242424;
  letter-spacing: 1.95px;
}
#mainContents #content #contentsHeader .mainPic {
  width: 100%;
}
#mainContents #content #contentsHeader .mainPic img {
  width: 100%;
  height: auto;
}
#mainContents #content #contentsHeader p {
  font-size: 16px;
}

#mainContents #content #contentsHeader p.lead {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0 30px;
}
#mainContents #content #contentsHeader .description {
	font-size: 16px;
	line-height: 2.2;
  margin: 50px auto 0;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 30px 0px rgba(35, 24, 21, 0.1);
  padding: 50px 40px 70px;
}
#mainContents #content #about {
  position: relative;
}
#mainContents #content #about .line1 {
  transform: translate(0px, 0px) scaleX(0) scaleY(0);
  -webkit-transform: translate(0px, 0px) scaleX(0) scaleY(1.0);
}
#mainContents #content #about .line1.view{
  transition: all 1s ease-in-out;
  background: rgba(114,224,224,0.9);
  transform: translate(0px, 0px) scaleX(1.0) scaleY(1.0) skewX(0deg) skewY(20deg);
  -webkit-transform: translate(0px, 0px) scaleX(1.0) scaleY(1.0) skewX(0deg) skewY(20deg);
  width: 100%;
  height: 100px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 30%;
  left: 0;
}
#mainContents #content #about .line2 {
  transform: translate(0px, 0px) scaleX(0) scaleY(0);
  -webkit-transform: translate(0px, 0px) scaleX(0) scaleY(1.0);
}
#mainContents #content #about .line2.view{
  background: rgba(114,224,224,0.9);
  transition: all 1s ease-in-out;
  transform: translate(0px, 0px) scaleX(1.0) scaleY(1.0) skewX(0deg) skewY(-29deg);
  -webkit-transform: translate(0px, 0px) scaleX(1.0) scaleY(1.0) skewX(0deg) skewY(-29deg);
  width: 100%;
  height: 100px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 30%;
  left: 0;
}

#mainContents #content #about .inner{
  width: 90%;
  max-width: 965px;
  margin: 0 auto 150px;
  position: relative;
}
#mainContents #content #about h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-align: center;
}
#mainContents #content #about p.mainLead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.2em;
}
#mainContents #content #about p.producer {
  text-align: center;
  margin-bottom: 60px;
}
#mainContents #content #about p.producer img {
  width: 100%;
  max-width: 952px;
}
#mainContents #content #about #kawata p.pic {
  float: left;
  width: 50%;
}
#mainContents #content #about #kawata p.pic img {
  width: 90%;
  max-width: 455px;
}
#mainContents #content #about #kawata .text {
  float: right;
  width: 50%;
}
#mainContents #content #about #kawata .text p{
  font-size: 16px;
}
#mainContents #content #about #kawata .text p.lead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: left;
}
#mainContents #content #about #kawata .text p.name {
  line-height: 1em;
  margin-bottom: 40px;
  width: auto;
}
#mainContents #content #about #kawata .text p.name img{
  width: 100%;
  max-width: 329px;
  height: auto;
}
#mainContents #content #about #kawata .text p.link {
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 0.5em;
}
#mainContents #content #about #kawata .text p.link span {
  display:block;
  font-size: 16px;
  color: #26d0ce;
  line-height: 28px;
}
#mainContents #content #about #kawata .text p.link a {
  text-decoration: none;
  display: block;
  padding: 10px 45px 5px;
  border: 2px solid #26d0ce;
  background: url(../img/common/icon_arrow_r_g.png) no-repeat right center;
  background-position-x: 95%;
}
#mainContents #content #about table {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto 80px;
  border-collapse: collapse;
  border-spacing: 0;
}
#mainContents #content #about table tr th,
#mainContents #content #about table tr td{
  border-bottom: 1px solid #181818;
  padding: 15px 0;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
}
#mainContents #content #about table tr th {
  width: 25%;
  padding-right: 5%;
  vertical-align: top;
  text-align: right;
}
#mainContents #content #about table tr td {
  width: 70%;
}
#mainContents #content #about table tr.nb th,
#mainContents #content #about table tr.nb td{
  border: none;
}
@media screen and (max-width: 769px) {
  #mainContents #content #contentsHeader {
    margin-bottom: 60px;
  }
  #mainContents #content #contentsHeader h2 {
    text-align: center;
    font-size: 26px;
    line-height: 1em;
    color: #181818;
  }
  #mainContents #content #contentsHeader h2 img {
		margin: 0 auto;
		height:26px;
	}
  #mainContents #content #contentsHeader h2 span {
    font-size: 10px;
    display: block;
    line-height: 1.75em;
    margin: 12px 0 0px;
    color: #181818;
    letter-spacing: 1.0px;
  }
	#mainContents #content #contentsHeader .mainPic {
	  width: 100%;
		margin-top: 19px;
	}
  #mainContents #content #contentsHeader p {
    font-size: 14px;
  }
	#mainContents #content #contentsHeader .description {
		font-size: 16px;
		line-height: 1.7;
	  margin: 50px auto 0;
	  border-radius: 12px;
	  background-color: rgba(255, 255, 255, 0.8);
	  box-shadow: 0px 0px 30px 0px rgba(35, 24, 21, 0.1);
	  padding: 50px 20px 70px;
	}
  #mainContents #content #contentsHeader p.lead {
    width: 90%;
    font-size: 23px;
    margin: 20px auto;
  }
  #mainContents #content #about .inner {
    margin-bottom: 70px;
  }
  #mainContents #content #about h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
  }
  #mainContents #content #about p.mainLead {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
  }
  #mainContents #content #about #kawata p.pic,
  #mainContents #content #about #kawata .text {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  #mainContents #content #about #kawata p.pic {
    width: 90%;
    margin-bottom: 15px;
  }
  #mainContents #content #about #kawata .text p.name {
    width: 50%;
    text-align: center;
    margin: 0 auto 15px;
  }
  #mainContents #content #about #kawata .text .div {
    margin-left: 0;
  }
  #mainContents #content #about #kawata .text p {
    font-size: 14px;
    font-weight: normal;
  }
  #mainContents #content #about #kawata .text p.lead {
    display: none;
  }
  #mainContents #content #about #kawata .text p.link {
    font-size: 20px;
  }
  #mainContents #content #about .line1.view{
    top: 10%;
    left: 0;
  }
  #mainContents #content #about .line2.view{
    top: 10%;
    left: 0;
  }
  #mainContents #content #about table tr th,
  #mainContents #content #about table tr td{
    border-bottom: 1px solid #181818;
    padding:  0;
    margin: 0 ;
    font-size: 14px;
    font-weight: bold;
  }
  #mainContents #content #about table tr th {
    width:100%;
    padding-right: 5%;
    vertical-align: top;
    text-align: left;
    border-bottom: none;
    display: block;
  }
  #mainContents #content #about table tr td {
    width: 100%;
    border-bottom: 1px solid #181818;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}