@charset "UTF-8";
/* ==========================================
COMMON
========================================== */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Khula', sans-serif;
  background: #fff;
  color: #333;
}
.inner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 1000px;
}
a:link, visited, hover, active {
  text-decoration: none;
}
a:link {
  color: #333;
}
a:visited {
  color: #999;
}
a:hover {
  color: #3CF;
}
a:active {
  color: #F30;
}
.gotoTopIcon {
  text-align: right;
  clear: both;
  margin-top: 10px;
}
.gotoTopIcon a::before, .gotoTopIcon a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.gotoTopIcon a, .gotoTopIcon a::before, .gotoTopIcon a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
/* ==========================================
HEADER
========================================== */
#header {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #aaa;
  box-shadow: 0 1px 3px #bbb;
}
/* ==========================================
NAV
========================================== */
.grovalNavi {
  font-size: 0.8em;
  background: #fff;
  width: 100%;
  float: left;
  list-style: none;
  overflow: hidden;
}
.grovalNavi li {
  float: left;
  width: 155px;
}
.grovalNavi li a {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
}
.grovalNavi li a::before, .grovalNavi li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.grovalNavi li a, .grovalNavi li a::before, .grovalNavi li a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.grovalNavi .topButton {
  background: #fff;
  border-left: 5px solid #fff;
}
.grovalNavi .webButton {
  border-left: 5px solid #00f;
}
.grovalNavi .graphicButton {
  border-left: 5px solid #f00;
}
.grovalNavi .anotherButton {
  border-left: 5px solid #32cd32;
}
.grovalNavi .retouchButton {
  border-left: 5px solid #ffd700;
}
.grovalNavi .kikakuButton {
  border-left: 5px solid #ff8c00;
}
.grovalNavi .profileButton {
  border-left: 5px solid #000;
}
.fixed {
  position: fixed;
  /*top: 0;*/
  width: 100%;
  /*margin-left: 200px;*/
  z-index: 1;
}
/* ==========================================
TOP IMAGE
========================================== */
#topImageWrap {
  background: #fff;
  clear: both;
}
.topImage {
  background: #fff;
  width: 1000px;
  height: 500px;
  margin-top: 50px;
}
#snsIcon {
  background: #fff;
  width: 160px;
  float: right;
  clear: both;
  /*margin-top: -10px;*/
  margin-right: 40px;
}
#snsIcon ul {
  list-style: none;
  overflow: hidden;
}
#snsIcon li {
  float: left;
  width: 30px;
  margin-right: 10px;
}
#snsIcon li a {
  display: block;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
#snsIcon li a::before, #snsIcon li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#snsIcon li a, #snsIcon li a::before, #snsIcon li a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
/* ==========================================
MAIN CONTENTS
========================================== */
#mainContentsWrap {
  background: #fff;
}
#pickupWeb {
  overflow: hidden;
  /*background: #bfc;*/
}
#pickupGraphic {
  overflow: hidden;
  /*background: #bfc;*/
}
#pickupAnother {
  overflow: hidden;
  /*background: #bfc;*/
}
#pickupRetouch {
  overflow: hidden;
  /*background: #bfc;*/
}
#pickupkikaku {
  overflow: hidden;
  /*background: #bfc;*/
}
#profile {
  overflow: hidden;
  /*background: #bfc;*/
}
.WEB_DESIGN_WORKS_title {
  height: 30px;
  width: 200px;
  margin: 100px auto 40px auto;
  text-align: center;
  line-height: 40px;
  border-left: 5px solid #00f;
  background: #fff;
  letter-spacing: 0.25em;
}
.WEB_DESIGN_WORKS_pickupImage1 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_web_01-1.jpg);
  float: left;
  margin-right: 50px;
}
.WEB_DESIGN_WORKS_pickupImage1:hover {
  background-image: url(../images/topImage_web_01-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.WEB_DESIGN_WORKS_pickupImage2 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_web_02-1.jpg);
  float: left;
  margin-right: 50px;
}
.WEB_DESIGN_WORKS_pickupImage2:hover {
  background-image: url(../images/topImage_web_02-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.WEB_DESIGN_WORKS_pickupImage3 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_web_03-1.jpg);
  float: left;
}
.WEB_DESIGN_WORKS_pickupImage3:hover {
  background-image: url(../images/topImage_web_03-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
#pickupWebSub {
  width: 1000px;
  margin: 50px auto 0px auto;
  font-size: 0.8em;
  overflow: hidden;
}
.WEB_DESIGN_WORKS_pickupImage4 {
  width: 295px;
  height: 30px;
  float: left;
  margin: 0px 50px 0px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 1px dashed #aaa;
  border-left: 5px solid #00f;
  text-align: center;
  font-weight: normal;
  line-height: 35px;
}
.WEB_DESIGN_WORKS_pickupImage4 a::before, .WEB_DESIGN_WORKS_pickupImage4 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.WEB_DESIGN_WORKS_pickupImage4 a, .WEB_DESIGN_WORKS_pickupImage4 a::before, .WEB_DESIGN_WORKS_pickupImage4 a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
/*WEB*/
/*GRAPHIC*/
.GRAPHIC_DESIGN_WORKS_pickupImage13-15 {
  overflow: hidden;
  margin-bottom: 50px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage1-3 {
  overflow: hidden;
  margin-bottom: 50px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage4-6 {
  overflow: hidden;
  margin-bottom: 50px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage4-6-2 {
  overflow: hidden;
}

.GRAPHIC_DESIGN_WORKS_title {
  height: 30px;
  width: 200px;
  margin: 100px auto 40px auto;
  text-align: center;
  line-height: 40px;
  border-left: 5px solid #f00;
  background: #fff;
  letter-spacing: 0.25em;
}
.GRAPHIC_DESIGN_WORKS_pickupImage13 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_graphic_13-1.jpg);
  float: left;
    margin-right: 50px;

}
.GRAPHIC_DESIGN_WORKS_pickupImage13:hover {
  background-image: url(../images/topImage_graphic_13-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.GRAPHIC_DESIGN_WORKS_pickupImage14 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_graphic_16-1.jpg);
  float: left;
  margin-right: 50px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage14:hover {
  background-image: url(../images/topImage_graphic_16-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.GRAPHIC_DESIGN_WORKS_pickupImage15 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_graphic_15-1.jpg);
  float: left;
  margin-right: 50px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage15:hover {
  background-image: url(../images/topImage_graphic_15-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.GRAPHIC_DESIGN_WORKS_pickupImage16 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_graphic_16-1.jpg);
  float: left;
}
.GRAPHIC_DESIGN_WORKS_pickupImage16:hover {
  background-image: url(../images/topImage_graphic_16-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.GRAPHIC_DESIGN_WORKS_pickupImage17 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_graphic_17-1.jpg);
  float: left;
  margin-right: 50px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage17:hover {
  background-image: url(../images/topImage_graphic_17-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.GRAPHIC_DESIGN_WORKS_pickupImage18 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_graphic_18-1.jpg);
  float: left;
  margin-right: 50px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage18:hover {
  background-image: url(../images/topImage_graphic_18-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}

.GRAPHIC_DESIGN_WORKS_pickupImage1 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_graphic_01-1.jpg);
  float: left;
}
.GRAPHIC_DESIGN_WORKS_pickupImage1:hover {
  background-image: url(../images/topImage_graphic_01-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.GRAPHIC_DESIGN_WORKS_pickupImage2 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_graphic_02-1.jpg);
  margin-right: 50px;
  float: left;
}
.GRAPHIC_DESIGN_WORKS_pickupImage2:hover {
  background-image: url(../images/topImage_graphic_02-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.GRAPHIC_DESIGN_WORKS_pickupImage3 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_graphic_03-1.jpg);
  float: left;
  margin-right: 50px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage3:hover {
  background-image: url(../images/topImage_graphic_03-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.GRAPHIC_DESIGN_WORKS_pickupImage4 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_graphic_04-1.jpg);
  float: left;
}
.GRAPHIC_DESIGN_WORKS_pickupImage4:hover {
  background-image: url(../images/topImage_graphic_04-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.GRAPHIC_DESIGN_WORKS_pickupImage5 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_graphic_05-1.jpg);
  margin-right: 50px;
  float: left;
}
.GRAPHIC_DESIGN_WORKS_pickupImage5:hover {
  background-image: url(../images/topImage_graphic_05-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.GRAPHIC_DESIGN_WORKS_pickupImage6 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_graphic_06-1.jpg);
  margin-right: 50px;
  float: left;
}
.GRAPHIC_DESIGN_WORKS_pickupImage6:hover {
  background-image: url(../images/topImage_graphic_06-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
#pickupGraphicSub {
  width: 1000px;
  margin: 50px auto 0px auto;
  /*font-weight: normal;*/
  font-size: 0.8em;
  overflow: hidden;
}
.GRAPHIC_DESIGN_WORKS_pickupImage7 {
  width: 295px;
  height: 30px;
  float: left;
  margin: 0px 50px 50px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 1px dashed #aaa;
  border-left: 5px solid #f00;
  /*border-bottom: 1px dotted #aaa;*/
  text-align: center;
  font-weight: normal;
  line-height: 35px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage8 {
  width: 295px;
  float: left;
  margin: 0px 50px 50px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 1px dashed #aaa;
  border-left: 5px solid #f00;
  text-align: center;
  font-weight: normal;
  line-height: 35px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage9 {
  width: 295px;
  float: left;
  margin: 0px 0px 50px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 1px dashed #aaa;
  border-left: 5px solid #f00;
  text-align: center;
  font-weight: normal;
  line-height: 35px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage10 {
  width: 295px;
  float: left;
  margin-right: 50px;
  clear: both;
  padding: 20px 0px 20px 0px;
  border-top: 1px dashed #aaa;
  border-left: 5px solid #f00;
  text-align: center;
  font-weight: normal;
  line-height: 35px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage11 {
  width: 295px;
  float: left;
  margin-right: 50px;
  padding: 20px 0px 20px 0px;
  border-top: 1px dashed #aaa;
  border-left: 5px solid #f00;
  text-align: center;
  font-weight: normal;
  line-height: 35px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage12 {
  width: 295px;
  float: left;
  /*margin-right: 50px;*/
  padding: 20px 0px 20px 0px;
  border-top: 1px dashed #aaa;
  border-left: 5px solid #f00;
  text-align: center;
  font-weight: normal;
  line-height: 35px;
}
.GRAPHIC_DESIGN_WORKS_pickupImage7 a::before, .GRAPHIC_DESIGN_WORKS_pickupImage7 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.GRAPHIC_DESIGN_WORKS_pickupImage7 a, .GRAPHIC_DESIGN_WORKS_pickupImage7 a::before, .GRAPHIC_DESIGN_WORKS_pickupImage7 a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.GRAPHIC_DESIGN_WORKS_pickupImage8 a::before, .GRAPHIC_DESIGN_WORKS_pickupImage8 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.GRAPHIC_DESIGN_WORKS_pickupImage8 a, .GRAPHIC_DESIGN_WORKS_pickupImage8 a::before, .GRAPHIC_DESIGN_WORKS_pickupImage8 a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.GRAPHIC_DESIGN_WORKS_pickupImage9 a::before, .GRAPHIC_DESIGN_WORKS_pickupImage90 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.GRAPHIC_DESIGN_WORKS_pickupImage9 a, .GRAPHIC_DESIGN_WORKS_pickupImage9 a::before, .GRAPHIC_DESIGN_WORKS_pickupImage9 a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.GRAPHIC_DESIGN_WORKS_pickupImage10 a::before, .GRAPHIC_DESIGN_WORKS_pickupImage10 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.GRAPHIC_DESIGN_WORKS_pickupImage10 a, .GRAPHIC_DESIGN_WORKS_pickupImage10 a::before, .GRAPHIC_DESIGN_WORKS_pickupImage10 a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.GRAPHIC_DESIGN_WORKS_pickupImage11 a::before, .GRAPHIC_DESIGN_WORKS_pickupImage11 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.GRAPHIC_DESIGN_WORKS_pickupImage11 a, .GRAPHIC_DESIGN_WORKS_pickupImage11 a::before, .GRAPHIC_DESIGN_WORKS_pickupImage11 a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.GRAPHIC_DESIGN_WORKS_pickupImage12 a::before, .GRAPHIC_DESIGN_WORKS_pickupImage12 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.GRAPHIC_DESIGN_WORKS_pickupImage12 a, .GRAPHIC_DESIGN_WORKS_pickupImag12 a::before, .GRAPHIC_DESIGN_WORKS_pickupImage12 a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
/*GRAPHIC*/
/*ANOTHER*/
.ANOTHER_WORKS_title {
  height: 30px;
  width: 200px;
  margin: 100px auto 40px auto;
  text-align: center;
  line-height: 40px;
  border-left: 5px solid #32cd32;
  background: #fff;
  letter-spacing: 0.25em;
  clear: both;
}
.ANOTHER_WORKS_pickupImage1 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_another_01-1.jpg);
  float: left;
  margin-right: 50px;
}
.ANOTHER_WORKS_pickupImage1:hover {
  background-image: url(../images/topImage_another_01-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.ANOTHER_WORKS_pickupImage2 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_another_02-1.jpg);
  float: left;
  margin-right: 50px;
}
.ANOTHER_WORKS_pickupImage2:hover {
  background-image: url(../images/topImage_another_02-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
.ANOTHER_WORKS_pickupImage3 {
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_another_03-1.jpg);
  float: left;
}
.ANOTHER_WORKS_pickupImage3:hover {
  background-image: url(../images/topImage_another_03-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
#pickupAnotherSub {
  width: 1000px;
  margin: 50px auto 0px auto;
  /*font-weight: normal;*/
  font-size: 0.8em;
  overflow: hidden;
}
.ANOTHER_WORKS_pickupImage4 {
  width: 295px;
  height: 30px;
  float: left;
  margin: 0px 50px 50px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 1px dashed #aaa;
  border-left: 5px solid #32cd32;
  text-align: center;
  font-weight: normal;
  line-height: 35px;
}
.ANOTHER_WORKS_pickupImage5 {
  width: 295px;
  height: 30px;
  float: left;
  margin: 0px 50px 50px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 1px dashed #aaa;
  border-left: 5px solid #32cd32;
  text-align: center;
  font-weight: normal;
  line-height: 35px;
}
.ANOTHER_WORKS_pickupImage6 {
  width: 295px;
  height: 30px;
  float: left;
  margin: 0px 0px 50px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 1px dashed #aaa;
  border-left: 5px solid #32cd32;
  text-align: center;
  font-weight: normal;
  line-height: 35px;
}
.ANOTHER_WORKS_pickupImage7 {
  width: 295px;
  height: 30px;
  float: left;
  margin: 0px 50px 0px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 1px dashed #aaa;
  border-left: 5px solid #32cd32;
  text-align: center;
  font-weight: normal;
  line-height: 35px;
  clear: both;
}
.ANOTHER_WORKS_pickupImage8 {
  width: 295px;
  height: 30px;
  float: left;
  margin: 0px 50px 0px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 1px dashed #aaa;
  border-left: 5px solid #32cd32;
  text-align: center;
  font-weight: normal;
  line-height: 35px;
}
.ANOTHER_WORKS_pickupImage9 {
  width: 295px;
  height: 30px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 1px dashed #aaa;
  border-left: 5px solid #32cd32;
  text-align: center;
  font-weight: normal;
  line-height: 35px;
}
.ANOTHER_WORKS_pickupImage4 a::before, .ANOTHER_WORKS_pickupImage4 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ANOTHER_WORKS_pickupImage4 a, .ANOTHER_WORKS_pickupImage4 a::before, .ANOTHER_WORKS_pickupImage4 a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.ANOTHER_WORKS_pickupImage5 a::before, .ANOTHER_WORKS_pickupImage5 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ANOTHER_WORKS_pickupImage5 a, .ANOTHER_WORKS_pickupImage5 a::before, .ANOTHER_WORKS_pickupImage5 a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.ANOTHER_WORKS_pickupImage6 a::before, .ANOTHER_WORKS_pickupImage6 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ANOTHER_WORKS_pickupImage6 a, .ANOTHER_WORKS_pickupImage6 a::before, .ANOTHER_WORKS_pickupImage6 a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.ANOTHER_WORKS_pickupImage7 a::before, .ANOTHER_WORKS_pickupImage7 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ANOTHER_WORKS_pickupImage7 a, .ANOTHER_WORKS_pickupImage7 a::before, .ANOTHER_WORKS_pickupImage7 a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.ANOTHER_WORKS_pickupImage8 a::before, .ANOTHER_WORKS_pickupImage8 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ANOTHER_WORKS_pickupImage8 a, .ANOTHER_WORKS_pickupImage8 a::before, .ANOTHER_WORKS_pickupImage8 a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.ANOTHER_WORKS_pickupImage9 a::before, .ANOTHER_WORKS_pickupImage9 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ANOTHER_WORKS_pickupImage9 a, .ANOTHER_WORKS_pickupImage9 a::before, .ANOTHER_WORKS_pickupImage9 a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
/*ANOTHER*/
/*RETOUCH*/
.RETOUCH_WORKS_title {
  height: 30px;
  width: 200px;
  margin: 100px auto 40px auto;
  text-align: center;
  line-height: 40px;
  border-left: 5px solid #ffd700;
  background: #fff;
  letter-spacing: 0.25em;
  clear: both;
}
.RETOUCH_WORKS_pickupImage {
  width: 1000px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_retouch_01.jpg);
}
.RETOUCH_WORKS_pickupImage:hover {
  background-image: url(../images/topImage_retouch_02.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
/*RETOUCH*/
/*DRAWING*/
.DRAWING_WORKS_title {
  height: 30px;
  width: 200px;
  margin: 100px auto 40px auto;
  text-align: center;
  line-height: 40px;
  border-left: 5px solid #c71585;
  background: #fff;
  letter-spacing: 0.25em;
  clear: both;
}
.DRAWING_WORKS_pickupImage {
  width: 1000px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  background-image: url(../images/topImage_drawing_01.jpg);
}
.DRAWING_WORKS_pickupImage:hover {
  background-image: url(../images/topImage_drawing_03.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
/*DRAWING*/

/*kikaku
.kikaku_title {
	height: 30px;
	width: 200px;
	margin: 100px auto 40px auto;
	text-align: center;
	line-height: 40px;
	border-left: 5px solid #ff8c00;
	background: #fff;
	letter-spacing: 0.25em;
	clear: both;
}

.kikaku_pickupImage1 {
	width: 300px;
	height: 300px;
	text-align: center;
	line-height: 300px;
	background-image: url(../images/topImage_kikaku_01-1.jpg);
	float: left;
	margin-right: 50px;
}

.kikaku_pickupImage1:hover {
	background-image: url(../images/topImage_kikaku_01-2.jpg);
	border-radius: 30px;
	transition: all 0.3s linear;
}

.kikaku_pickupImage2 {
	width: 300px;
	height: 300px;
	text-align: center;
	line-height: 300px;
	background-image: url(../images/topImage_kikaku_02-1.jpg);
	float: left;
	margin-right: 50px;

}

.kikaku_pickupImage2:hover {
	background-image: url(../images/topImage_kikaku_02-2.jpg);
	border-radius: 30px;
	transition: all 0.3s linear;
}

.kikaku_pickupImage3 {
	width: 300px;
	height: 300px;
	text-align: center;
	line-height: 300px;
	background-image: url(../images/topImage_kikaku_03-1.jpg);
	float: left;
}

.kikaku_pickupImage3:hover {
	background-image: url(../images/topImage_kikaku_03-2.jpg);
	border-radius: 30px;
	transition: all 0.3s linear;
}*/
/*PROFILE*/
#profile {
  width: 1000px;
}
.PROFILE_title {
  height: 30px;
  width: 200px;
  margin: 100px auto 40px auto;
  text-align: center;
  line-height: 40px;
  border-left: 5px solid #000;
  background: #fff;
  letter-spacing: 0.25em;
}
#selfPortlait {
  width: 130px;
  height: 150px;
  /*	text-align: center;
line-height: 300px;*/
  background-image: url(../images/topImage_profile01-1.jpg);
  float: left;
  margin-right: 20px;
}
#selfPortlait:hover {
  background-image: url(../images/topImage_profile01-2.jpg);
  border-radius: 30px;
  transition: all 0.3s linear;
}
#selfInfo {
  float: left;
  list-style: none;
  font-weight: bold;
  line-height: 2;
  padding-top: 15px;
}
#selfInfo li a::before, #selfInfo li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#selfInfo li a, #selfInfo li a::before, #selfInfo li a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
#selfInfoWrap {
  overflow: hidden;
  margin: 0px auto 50px 150px;
}
#selfTextWrap {
  clear: both;
  margin: 0px auto 20px auto;
  width: 700px;
  font-size: 0.9em;
}
#selfTextWrap dt {
  margin: 50px auto 20px auto;
  font-weight: bold;
}
#selfTextWrap dd {
  margin-bottom: 40px;
}
#selfText {
  /*margin-bottom: 20px;*/
}
.WEB_DESIGN_WORKS_title a::before, .WEB_DESIGN_WORKS_title a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.WEB_DESIGN_WORKS_title a, .WEB_DESIGN_WORKS_title a::before, .WEB_DESIGN_WORKS_title a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.GRAPHIC_DESIGN_WORKS_title a::before, .GRAPHIC_DESIGN_WORKS_title a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.GRAPHIC_DESIGN_WORKS_title a, .GRAPHIC_DESIGN_WORKS_title a::before, .GRAPHIC_DESIGN_WORKS_title a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.ANOTHER_WORKS_title a::before, .ANOTHER_WORKS_title a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ANOTHER_WORKS_title a, .ANOTHER_WORKS_title a::before, .ANOTHER_WORKS_title a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.RETOUCH_WORKS_title a::before, .RETOUCH_WORKS_title a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.RETOUCH_WORKS_title a, .RETOUCH_WORKS_title a::before, .RETOUCH_WORKS_title a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.kikaku_title a::before, .kikaku_title a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.kikaku_title a, .kikaku_title a::before, .kikaku_title a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.PROFILE_title a::before, .PROFILE_title a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.PROFILE_title a, .PROFILE_title a::before, .PROFILE_title a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
/* ==========================================
FOOTER
========================================== */
#footer {
  background: #efefef;
  border-top: 1px solid #aaa;
  margin-top: 10px;
}
#worksGenreLinkWrap {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  overflow: hidden;
}
#footer dl {
  width: 250px;
}
#footer dt {
  font-size: 0.9em;
  font-weight: bold;
  border-left: 5px solid #333;
  padding-top: 20px;
  padding-left: 10px;
  margin-bottom: 20px;
}
#footer dd {
  font-size: 0.8em;
}
#footer dd a::before, #footer dd a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#footer dd a, #footer dd a::before, #footer dd a::after {
  -webkit-transition: all .5s;
  transition: all .5s;
}
#genreGraphic {
  float: left;
}
#genreWeb {
  float: left;
}
#genreAnother {
  float: left;
}
#worksGenreLinkWrap li {
  list-style-type: square;
  margin-left: 35px;
}
#copyright {
  font-size: 0.6em;
  text-align: center;
  padding-bottom: 10px;
  clear: both;
  width: 1000px;
  margin: 0 auto;
}