@charset "UTF-8";

/* ========================================
  Layout
======================================== */

/* ----------------------------------------
  home
---------------------------------------- */
.home #bg-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img01.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.home #bg-photo li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home #bg-photo .photo01 {
  background: url(../images/img01.jpg) no-repeat center center;
  background-size: cover;
}
.home #bg-photo .photo02 {
  background: url(../images/img02.jpg) no-repeat center center;
  background-size: cover;
}
.home #bg-photo .photo03 {
  background: url(../images/img03.jpg) no-repeat center center;
  background-size: cover;
}

.home .header__logo {
  color: #FFF;
}

.home .header__gnavi li a {
  color: #FFF;
}
.home .header__gnavi li a:hover {
  color: #000;
}

.home #container {
  min-height: 500px;
}

.home .footer__copyright {
  margin-top: 41px;
}
.home .footer__copyright small {
  color: #FFF;
}

/* ----------------------------------------
  section
---------------------------------------- */
.section {
  position: relative;
}
.text-heading {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.text-sentence {
  line-height: 2.4;
}

/* mouse-over */
.mo_opacity {
  opacity: 1;
  transition: opacity 0.6s;
}
.mo_opacity:hover {
  opacity: 0.7;
  transition: opacity 0.6s;
}

/* float */
.float_left {
  float: left !important;
}
.float_right {
  float: right !important;
}

/* ----------------------------------------
  about
---------------------------------------- */
.about-text {
  max-width: 660px;
  margin: 0 auto;
  padding: 66px 0 0;
  font-size: 1.3rem;
}
.about-profile {
  padding-top: 130px;
}

.about-profile .text-sentence {
  line-height: 2.0;
}

.profile-name-yomi {
  font-size: 0.9rem;
  padding-left: 26px;
}

/* ----------------------------------------
  design
---------------------------------------- */
/* index */
.design-index {
  margin-bottom: 150px;
}
.design-index:last-child {
  margin-bottom: 0;
}
.design-index .section_ttl {
  margin: 0 auto 50px;
  font-size: 1.4rem;
  text-align: center;
}
.design-index .section_ttl span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #A2A2A2;
}

.design-list {
  width: 1035px;
  margin-right: -35px;
  margin-bottom: -55px;
  overflow: hidden;
}
.design-list li {
  float: left;
  margin-right: 35px;
  margin-bottom: 55px;
}
.design-list__name {
  display: block;
  padding: 12px 0 0;
  text-align: center;
  letter-spacing: 0.05em;
}

/* common */
.design-prev-page {
  position: absolute;
  top: -30px;
  left: 0;
}

/* works */
.design-works {
  width: 800px;
  margin: 0 auto;
}
.design-works__pic #slide-area {
  height: 560px;
  overflow: hidden;
}
.design-works__pic .controls-btn {
  height: 69px;
  padding-top: 19px;
}
.controls-btn .disabled {
  display: none;
}
.design-works__pic .prev {
  float: left;
}
.design-works__pic .next {
  float: right;
}
.design-works__text {
  width: 536px;
}
.design-works__text p {
  line-height: 1.58;
  margin: 0 0 20px;
}
.design-works__text p:last-child {
  margin: 0;
}
.design-works__btn {
  position: relative;
  float: right;
  margin: 2px 0 0;
}
.design-works__btn .layer {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../design/images/btn_gallery_on.png);
  opacity: 0;
  transition: opacity 0.6s;
}
.design-works__btn .layer:hover {
  opacity: 1;
  transition: opacity 0.6s;
}

/* gallery */
.design-gallery__photo {
  width: 1038px;
  margin-right: -38px;
  margin-bottom: -38px;
  overflow: hidden;
}
.design-gallery__photo li {
  float: left;
}
.design-gallery__photo li img {
  display: block;
  margin-right: 38px;
  margin-bottom: 38px;
}

/* ----------------------------------------
  contact
---------------------------------------- */
.contact-text {
  max-width: 660px;
  margin: 0 auto;
  padding-top: 75px;
  font-size: 1.3rem;
}
.contact-text .logo_text {
  margin-bottom: 36px;
}
.contact-text .text-sentence {
  line-height: 2.0;
}
.address {
  line-height: 2.0;
  margin: 25px 0 0;
}