@import url("https://fonts.googleapis.com/css?family=Lato");
/* ---------------------------------------------------------- */
/* body*/
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* wrapper*/
/* ---------------------------------------------------------- */
#wrapper {
  background-color: #d2d9df;
  background-image: url("../../concept/images/main_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
/* ---------------------------------------------------------- */
/* body debug のとき*/
/* ---------------------------------------------------------- */
.debug #loading {
  display: none;
}
.debug #column1 {
  background: rgba(255,0,0,0.5);
  border-bottom: 1px solid #333;
}
.debug #column2 {
  background: rgba(100,0,0,0.5);
  border-bottom: 1px solid #333;
}
.debug #column3 {
  background: rgba(100,100,0,0.5);
  border-bottom: 1px solid #333;
}
.debug #column4 {
  background: rgba(100,100,100,0.5);
  border-bottom: 1px solid #333;
}
.debug #column5 {
  background: rgba(50,50,100,0.5);
  border-bottom: 1px solid #333;
}
.debug #column6 {
  background: rgba(50,50,100,0.5);
  border-bottom: 1px solid #333;
}
.debug #column7 {
  background: rgba(50,50,50,0.5);
  border-bottom: 1px solid #333;
}
.debug #collaborated {
  background: rgba(100,100,100,0.5);
}
.debug #banner {
  background-repeat: no-repeat;
}
/* ---------------------------------------------------------- */
/* main*/
/* ---------------------------------------------------------- */
#main {
  width: 1100px;
  margin: 0 auto;
}
/* ---------------------------------------------------------- */
/* column all*/
/* ---------------------------------------------------------- */
#main > div {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#loading {
  display: none;
}
/* ---------------------------------------------------------- /* about
/* ---------------------------------------------------------- */
#about {
  text-align: center;
}
#about h2 {
  margin: 100px 10px 0 0;
}
#about .subttl {
  margin-top: 58px;
}
#about .desc {
  width: 498px;
  font-size: 100%;
  line-height: 1.857142857142857;
  margin: 20px auto 0;
}
#about .img {
  margin-top: 38px;
}
/* ---------------------------------------------------------- /* beauty
/* ---------------------------------------------------------- */
#beauty {
  position: relative;
  height: 467px;
}
#beauty h2 {
  margin: 81px 0 0 72px;
}
#beauty .subttl {
  margin: 26px 0 0 72px;
}
#beauty .desc {
  width: 400px;
  font-size: 86%;
  line-height: 2.166666666666667;
  margin: 17px 0 0 72px;
}
#beauty p[class^="img"] {
  position: absolute;
}
#beauty .img1 {
  top: 127px;
  right: 147px;
  z-index: 10;
}
#beauty .img2 {
  top: 289px;
  right: 349px;
  z-index: 9;
}
/* ---------------------------------------------------------- /* pure
/* ---------------------------------------------------------- */
#pure {
  position: relative;
  height: 601px;
}
#pure h2 {
  margin: 91px 0 0 412px;
}
#pure .subttl {
  margin: 24px 0 0 412px;
}
#pure .desc {
  width: 411px;
  font-size: 86%;
  line-height: 2.166666666666667;
  margin: 17px 0 0 412px;
}
#pure p[class^="img"] {
  position: absolute;
}
#pure .img1 {
  top: 110px;
  left: 44px;
  z-index: 8;
}
#pure .img2 {
  top: 297px;
  left: 268px;
  z-index: 9;
}
#pure .img3 {
  top: 403px;
  left: 542px;
  z-index: 10;
}
/* ---------------------------------------------------------- /* ethical
/* ---------------------------------------------------------- */
#ethical {
  position: relative;
}
#ethical h2 {
  margin: 124px 0 0 178px;
  position: relative;
  z-index: 10;
}
#ethical .subttl {
  margin: 30px 0 0 178px;
}
#ethical .desc {
  width: 441px;
  font-size: 86%;
  line-height: 2.166666666666667;
  margin: 16px 0 0 178px;
}
#ethical .btn {
  margin: 67px 0 0 178px;
}
#ethical .btn a {
  display: block;
  width: 400px;
  height: 55px;
}
#ethical .img1,
#ethical .img2 {
  position: absolute;
}
#ethical .img1 {
  top: -158px;
  left: 46px;
  z-index: 9;
}
#ethical .img2 {
  top: 100px;
  right: 20px;
}
#ethical .img3 {
  margin: 86px 0 0 102px;
  padding-bottom: 92px;
}
/* ---------------------------------------------------------- /
* pageNav
/* ---------------------------------------------------------- */
#pageNav {
  position: fixed;
  top: 50%;
  margin-top: -36px;
  right: 30px;
  z-index: 1000;
}
#pageNav li {
  margin-top: 11px;
}
#pageNav li:first-child {
  margin-top: 0;
}
#pageNav a {
  width: 150px;
  height: 10px;
  display: block;
  text-align: right;
}
#pageNav a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border: 1px solid #000;
}
#pageNav a:hover img {
  display: inline;
}
#pageNav a:hover::after {
  background-color: #000;
}
#pageNav a.is-active::after {
  background-color: #000;
}
#pageNav a.is-active img {
  display: inline;
}
#pageNav a img {
  display: none;
}
