/* fontスタイル指定 */
.kw-font01 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: none;
  letter-spacing: 2px;
}
.kw-font02 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: none;
  letter-spacing: 2px;
  font-size: 48px;
  font-weight: 400;
}
.texttransform-none {
  text-transform: none;
}
.midashi30 {
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 60px;
}
.midashi30b {
  font-size: 30px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 60px;
}
.midashi26 {
  font-size: 26px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 50px;
}
.midashi26b {
  font-size: 26px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 50px;
}
.midashi24 {
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 50px;
}
.midashi24b {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 50px;
}
.midashi21 {
  font-size: 21px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 50px;
}
.midashi21b {
  font-size: 21px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 50px;
}
.midashi18 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 40px;
}
.midashi18b {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 40px;
}
.midashi16 {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 40px;
}
.midashi16b {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 40px;
}
.ptext18 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5em;
  padding-bottom: 0.8em;
}
.ptext18b {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5em;
  padding-bottom: 0.8em;
}
.ptext16 {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5em;
  padding-bottom: 0.8em;
}
.ptext16b {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5em;
  padding-bottom: 0.8em;
}
.ptext14 {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5em;
  padding-bottom: 0.8em;
}
.ptext14b {
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5em;
  padding-bottom: 0.8em;
}
.ptext13 {
  font-size: 13px;
  font-weight: 200;
  text-transform: none;
  line-height: 1.5em;
  padding-bottom: 0.8em;
}
.ptext12 {
  font-size: 12px;
  font-weight: 200;
  text-transform: none;
  line-height: 1.5em;
  padding-bottom: 0.8em;
}
.color-bk {
  color: #000000;
}
.color-dg {
  color: #333333;
}
.color-mg {
  color: #999999;
}
.color-lg {
  color: #cccccc;
}
.color-wh {
  color: #ffffff;
}
.color-red {
  color: #DD301A;
}
.font-italic {
  font-style: italic;
}
.p-underline {
  /*text-decoration: underline;*/
  text-decoration-color: #ffffff;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  /*added*/
  display: inline-block; /*横幅いっぱいにしない*/
  border-bottom: 1px solid #ffffff;
}
.hr1pxccc {
  border-top: 1px solid #cccccc;
  margin: 0;
}
.hr1pxcccdot {
  border-top: 1px dotted #cccccc;
  margin: 0;
}
.linkbtn-p14 {
  padding: 8px 20px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}
.linkbtn-p14:hover, .linkbtn-p14:focus {
  background: rgba(255, 255, 255, 0.5);
  color: #111;
}
.linkbtn-p14-dg {
  padding: 8px 20px;
  border-radius: 2px;
  background: rgba(59, 59, 59, 1.00);
  color: #fff;
}
.linkbtn-p14-dg:hover, .linkbtn-p14-dg:focus {
  background: rgba(59, 59, 59, 0.5);
  color: #fff;
}
/* ナビゲーション部 */
.navbar-custom .navbar-brand {
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
/* homeメインイメージ部 */
.kw-logo01 {}
.kw-logo01 img {
  max-width: 420px;
}
/* メインnavi部 */
.headernavifont li a {
  font-size: 14px;
}
/* Information */
#kw-info {
  background-color: #121212;
}
.infoarea {
  margin-bottom: 50px;
  padding: 20px;
}
.infotextarea {
  padding: 0;
}
.infoingarea {
  padding-left: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .infoingarea img {
    max-width: 280px;
  }
}
.aroro {
  padding-top: 40px;
}
/* home bannerエリア */
#banners {
  padding-bottom: 150px;
}
.bannerbox-wrap {
  display: flex;
  padding: 5px;
  margin-bottom: 20px;
  text-align: center;
}
.bannerbox {
  flex: 1;
  width: 100%;
  padding: 0 15px;
}
.bannerbox-imgarea {
  max-width: 180px;
  margin: 0 auto;
}
.bannerbox-2 {
  flex: 2;
  width: 100%;
  padding: 0 15px;
}
.bannerbox-3 {
  flex: 3;
  width: 100%;
  padding: 0 15px;
}
/* Footer */
.footer {
  text-align: center;
}
.footer p {
  color: #B2B2B2;
}
/* 各ページheader部 */
.kw-header {
  margin: 0;
  padding: 90px;
}
/* Profile頁 */
.profile-photo {
  text-align: center;
  padding: 20px;
}
/* Works頁 */
.kw-works-header {
  margin: 0;
  padding: 70px;
}
.subnav-works {}
.btn.btn-border-snw {
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 14px;
}
.btn.btn-border-snw:hover, .btn.btn-border-snw:focus {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ccc;
  background: rgba(0, 0, 0, 0.5);
}
/* 通常時はホバー時の文字を非表示にする */
a .hover {
  display: none;
}
/* ホバー時は通常時の文字を非表示にする */
a:hover .nomal {
  display: none;
}
/* ホバー時に、ホバー時の文字を表示する */
a:hover .hover {
  display: inline;
}
/* WORK NAVページ */
.btn-border-awnav {
  background: #ffffff;
  border: 1px solid #333333;
  color: #131313;
  font-size: 16px;
  padding: 1.5em;
}
.btn-border-awnav:hover, .btn-border-awnav:focus {
  background: #DBDBDB;
  border: 1px solid #cccccc;
  color: #ffffff;
}
.works-nen {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-bottom: 0.5em;
  font-style: italic;
  border-bottom: 1px solid #BBBBBB;
}
.works-box {
  padding: 10px 20px 10px 20px;
}
.works-title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  padding-bottom: 10px;
  text-indent: -0.5em;
  padding-left: 1.1em;
}
.works-date {
  font-size: 16px;
  color: #333333;
  padding-left: 21px;
}
.works-text {
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
  padding-bottom: 0.3em;
  line-height: 1.4em;
}
.works-text2 {
  font-size: 14px;
  color: #666666;
  padding-left: 20px;
  padding-bottom: 0.3em;
  line-height: 1.4em;
}
.works-img {
  text-align: center;
  padding: 0 20px;
}
/* Exhibition頁 */
#exhibition {}
.exhibition {
  margin-bottom: 60px;
}
.exhibition-subnav .exhib-nennen {
  padding: 6px 25px;
}
.exhibition-subnav a {
  margin: 6px;
}
.exhibi-textarea {}
.exhib-nen {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #666666;
  padding: 0.5em 1em;
  display: inline-block;
  margin-top: 4em;
  margin-bottom: 2em;
}
.exhibi-title {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.exhibi-date {
  font-size: 16px;
  color: #333333;
}
.exhibi-space {
  font-size: 16px;
  color: #333333;
}
.exhibi-address {
  font-size: 14px;
  color: #999999;
}
.exhibi-text {
  margin-top: 1em;
  font-size: 14px;
  color: #666666;
}
.exhibi-imgarea {
  text-align: center;
  padding: 20px;
}
.exhibi-imgarea .borderariimg {
  border: 1px solid #E0E0E0;
}
/* Life Hands頁 */
#lifehands {}
.lh-imgarea {
  text-align: center;
  padding: 20px;
}
/* gallery頁 */
.work-item:hover .work-image > img {
  -webkit-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
}
.gallerypage-header {
  margin: 0;
  padding: 70px;
}
.gallerypage-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
}
.gallery-tx-title {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
}
.gallery-tx-date {
  font-size: 16px;
  padding-bottom: 0.7em;
}
.gallery-tx-text {
  font-size: 16px;
  padding-bottom: 0.7em;
  line-height: 1.4em;
}
.gallery-tx-text2 {
  font-size: 14px;
  padding-bottom: 0.7em;
  line-height: 1.4em;
}
.gallery-tx-thumb {
  font-size: 18px;
  padding-bottom: 0.7em;
  line-height: 1.4em;
  color: #000000;
}
.gallery-img {
  /*text-align: center;
    padding: 0 20px;*/
}
#returngallerytop {
  padding-top: 20px;
  padding-bottom: 120px;
}
/* contact頁 */
.con-imgarea {
  text-align: center;
  padding: 20px;
}
.con-imgarea img {
  border-radius: 16px;
  max-width: 80%;
}
/*かり*/
.works-grid.works-grid-gut {
  margin: 0 0 0 -30px;
}
.works-grid.works-grid-gut .work-item {
  padding: 0 0 30px 30px;
}