#designer .mv {
  height: 400px;
  text-align: center;
  background-image: url(../images/share/mv_bg.png);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#designer .mv .photo {
  width: 100%;
  height: 100%;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#designer .mv .wrap {
  margin: auto;
  max-width: 1100px;
  height: 100%;
}
#designer .mv .inner {
  width: 560px;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  display: table;
  height: 100%;
}
#designer .mv .text {
  color: #333;
  display: table-cell;
  vertical-align: middle;
}
#designer .mv .title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
#designer .mv .title .ja {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
  font-family: -apple-system,BlinkMacSystemFont, 'Hiragino Kaku Gothic W2 JIS2004', sans-serif;
  margin-right: 0.3em;
}
#designer .mv .title .ja:after {
  content: '';
  font-family: sans-serif;
}
#designer .mv .title .en {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
#designer .mv .title .en:after {
  content: '';
  font-family: sans-serif;
}
#designer .mv .title:after {
  content: ' ';
  display: block;
  width: 70px;
  height: 2px;
  background-color: #056a3c;
  position: absolute;
  bottom: 0;
  left: 0;
}
#designer .mv .idea {
  font-size: 48px;
  line-height: 1.26;
  font-family: -apple-system,BlinkMacSystemFont, 'Hiragino Kaku Gothic W2 JIS2004', sans-serif;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#designer .profile {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
#designer .profile .desc {
  text-align: center;
  font-size: 15px;
  line-height: 2.0;
}
#designer .topics {
  margin-top: 60px;
}
#designer .topics .wrap {
  font-size: 0;
  width: 880px;
  margin: auto;
  zoom: 1;
}
#designer .topics .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#designer .topics .sketch {
  float: right;
  width: 50%;
  text-align: center;
}
#designer .topics .sketch img {
  width: 100%;
  max-width: none;
}
#designer .topics .text {
  float: left;
  width: 50%;
  height: 258px;
  padding-right: 36px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
}
#designer .topics .desc {
  font-size: 15px;
  line-height: 1.73;
  display: table-cell;
  vertical-align: middle;
}
#designer .detail {
  font-size: 0;
  margin-top: 60px;
}
#designer .detail .collage {
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 0px;
}
#designer .detail .collage span {
  display: block;
}
#designer .worksList {
  padding-top: 100px;
  overflow: hidden;
}
#designer .worksList .title {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
#designer .worksList .title .en {
  font-size: 0;
  display: block;
  width: auto;
  height: 23px;
  margin: 0 auto;
}
#designer .worksList .title .en img {
  max-width: none;
  width: auto;
  height: 100%;
}
#designer .worksList .title .ja {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  font-family: -apple-system,BlinkMacSystemFont, 'Hiragino Kaku Gothic W2 JIS2004', sans-serif;
}
#designer .worksList .title:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #056a3c;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}
@media screen and (max-width: 640px) {
  #designer .worksList .title {
    padding-bottom: 15px;
  }
  #designer .worksList .title .en {
    height: 18px;
  }
  #designer .worksList .title .ja {
    margin-top: 5px;
    font-size: 12px;
  }
  #designer .worksList .title:after {
    content: '';
    width: 46px;
    height: 2px;
    margin-left: -23px;
  }
}
#designer .worksList .blocks {
  font-size: 0;
  position: relative;
  margin-left: -1px;
}
#designer .worksList .blocks .block {
  position: relative;
  display: inline-block;
  width: 25%;
  vertical-align: top;
  background-color: #333333;
  -webkit-transition: background 150ms linear;
  -o-transition: background 150ms linear;
  -moz-transition: background 150ms linear;
  transition: background 150ms linear;
}
#designer .worksList .blocks .block:hover {
  background-color: #666666;
}
#designer .worksList .blocks .block:hover .block__title:after {
  background-color: #fff;
}
#designer .worksList .blocks .block:hover .block__photo img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
@media screen and (max-width: 1280px) {
  #designer .worksList .blocks .block {
    width: 33.333%;
  }
}
#designer .worksList .blocks .block:after {
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
#designer .worksList .blocks .block__wrap {
  display: block;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#designer .worksList .blocks .block__photo {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
#designer .worksList .blocks .block__photo img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  -webkit-transition: -webkit-transform 1400ms ease-out;
  transition: -webkit-transform 1400ms ease-out;
  -o-transition: -o-transform 1400ms ease-out;
  -moz-transition: transform 1400ms ease-out, -moz-transform 1400ms ease-out;
  transition: transform 1400ms ease-out;
  transition: transform 1400ms ease-out, -webkit-transform 1400ms ease-out, -moz-transform 1400ms ease-out, -o-transform 1400ms ease-out;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#designer .worksList .blocks .block__textArea {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 26px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#designer .worksList .blocks .block__inner {
  position: relative;
}
#designer .worksList .blocks .block__title {
  position: relative;
  padding-bottom: 16px;
}
#designer .worksList .blocks .block__title:after {
  content: ' ';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #056a3c;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: background 150ms linear;
  -o-transition: background 150ms linear;
  -moz-transition: background 150ms linear;
  transition: background 150ms linear;
}
#designer .worksList .blocks .block__title__number {
  display: block;
  height: 13px;
}
#designer .worksList .blocks .block__title__number img {
  max-width: none;
  width: auto;
  height: 100%;
}
#designer .worksList .blocks .block__title__text {
  margin-top: 6px;
  display: block;
  font-size: 16px;
}
#designer .worksList .blocks .block__desc {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.4;
}
#designer .worksList .blocks .block__desc br {
  display: none;
}
#designer .worksList .blocks .block__btn {
  display: none;
}
#designer .worksList .blocks .voidBlocks {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  z-index: -1;
}
#designer .worksList .blocks .voidBlocks .block {
  white-space: normal;
  background-color: #262626;
  background-image: url(../images/share/block_void.png);
  background-position: center center;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
}
#designer .columnList {
  font-size: 0;
  text-align: left;
  padding-top: 100px;
}
#designer .columnList .title {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
#designer .columnList .title .en {
  font-size: 0;
  display: block;
  width: auto;
  height: 23px;
  margin: 0 auto;
}
#designer .columnList .title .en img {
  max-width: none;
  width: auto;
  height: 100%;
}
#designer .columnList .title .ja {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  font-family: -apple-system,BlinkMacSystemFont, 'Hiragino Kaku Gothic W2 JIS2004', sans-serif;
}
#designer .columnList .title:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #056a3c;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}
@media screen and (max-width: 640px) {
  #designer .columnList .title {
    padding-bottom: 15px;
  }
  #designer .columnList .title .en {
    height: 18px;
  }
  #designer .columnList .title .ja {
    margin-top: 5px;
    font-size: 12px;
  }
  #designer .columnList .title:after {
    content: '';
    width: 46px;
    height: 2px;
    margin-left: -23px;
  }
}
#designer .columnList .blocks {
  font-size: 0;
  position: relative;
  margin-left: -1px;
}
#designer .columnList .blocks .block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  background-color: #333333;
  -webkit-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  font-family: -apple-system,BlinkMacSystemFont, 'Hiragino Kaku Gothic W2 JIS2004', sans-serif;
}
#designer .columnList .blocks .block:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  right: 0;
}
#designer .columnList .blocks .block:hover {
  background-color: #666666;
}
#designer .columnList .blocks .block__wrap {
  display: block;
  zoom: 1;
  color: inherit;
  text-decoration: none;
}
#designer .columnList .blocks .block__wrap:after {
  content: "";
  display: block;
  clear: both;
}
#designer .columnList .blocks .block__photo img {
  max-width: none;
  width: 100%;
}
#designer .columnList .blocks .block__text {
  padding: 30px 30px 30px 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#designer .columnList .blocks .block__title {
  font-size: 15px;
  line-height: 22px;
}
#designer .columnList .blocks .block__date {
  font-size: 13px;
  line-height: 22px;
}
#designer .columnList .blocks .block__btn {
  display: none;
}
#designer .columnList .blocks .voidBlocks {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  z-index: -1;
}
#designer .columnList .blocks .voidBlocks .block {
  white-space: normal;
  background-color: #262626;
  background-image: url(../images/share/block_void.png);
  background-position: center center;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  #designer .mv {
    height: 240px;
  }
  #designer .mv .wrap {
    max-width: 640px;
  }
  #designer .mv .inner {
    width: 350px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    display: table;
    height: 100%;
  }
  #designer .mv .text {
    color: #000;
    display: table-cell;
    vertical-align: middle;
  }
  #designer .mv .title {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #designer .mv .title .ja {
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
  }
  #designer .mv .title .en {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
  }
  #designer .mv .title:after {
    width: 50px;
  }
  #designer .mv .idea {
    font-size: 30px;
    line-height: 1.3;
  }
  #designer .profile {
    margin-top: 28px;
  }
  #designer .profile .desc {
    font-size: 13px;
    line-height: 1.76;
  }
  #designer .topics {
    margin-top: 28px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #designer .topics .wrap {
    width: auto;
  }
  #designer .topics .sketch {
    float: none;
    width: auto;
  }
  #designer .topics .text {
    margin-top: 15px;
    float: none;
    width: auto;
    height: auto;
    padding-right: 0;
    display: block;
  }
  #designer .topics .desc {
    font-size: 13px;
    display: block;
  }
  #designer .detail {
    margin-top: 28px;
  }
  #designer .detail .collage {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
  }
  #designer .worksList {
    padding-top: 40px;
  }
  #designer .worksList .blocks .block {
    width: 50%;
  }
  #designer .worksList .blocks .block:hover {
    background-color: #333333;
  }
  #designer .worksList .blocks .block:hover .block__title:after {
    background-color: #056a3c;
  }
  #designer .worksList .blocks .block:hover .block__photo img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  #designer .worksList .blocks .block__wrap {
    pointer-events: none;
  }
  #designer .worksList .blocks .block__textArea {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
  }
  #designer .worksList .blocks .block__inner {
    padding-bottom: 65px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
  }
  #designer .worksList .blocks .block__title {
    position: relative;
    padding-bottom: 14px;
  }
  #designer .worksList .blocks .block__title:after {
    width: 46px;
    height: 2px;
  }
  #designer .worksList .blocks .block__title__number {
    height: 12px;
  }
  #designer .worksList .blocks .block__title__text {
    margin-top: 8px;
    font-size: 15px;
  }
  #designer .worksList .blocks .block__desc {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4;
  }
  #designer .worksList .blocks .block__btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
  }
  #designer .worksList .blocks .block__btn__inner {
    display: table;
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background 150ms linear;
    -o-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    transition: background 150ms linear;
    color: inherit;
    text-decoration: none;
  }
  #designer .worksList .blocks .block__btn__inner:hover {
    background-color: #666666;
  }
  #designer .worksList .blocks .block__btn__text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
  }
  #designer .columnList .blocks .block:hover {
    background-color: #333333;
  }
  #designer .columnList .blocks .block__wrap {
    pointer-events: none;
  }
  #designer .columnList .blocks .block__text {
    padding: 18px 20px 80px 20px;
  }
  #designer .columnList .blocks .block__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  #designer .columnList .blocks .block__btn__inner {
    display: table;
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    -webkit-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
  }
  #designer .columnList .blocks .block__btn__inner:hover {
    background-color: #666666;
  }
  #designer .columnList .blocks .block__btn__text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #designer .mv {
    height: 140px;
  }
  #designer .mv .photo {
    -webkit-background-size: auto 90%;
       -moz-background-size: auto 90%;
         -o-background-size: auto 90%;
            background-size: auto 90%;
    background-position: center bottom;
  }
  #designer .mv .wrap {
    max-width: 340px;
  }
  #designer .mv .inner {
    width: 185px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    display: table;
    height: 100%;
  }
  #designer .mv .text {
    color: #000;
    display: table-cell;
    vertical-align: middle;
  }
  #designer .mv .title {
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
  #designer .mv .title .ja {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
  }
  #designer .mv .title .en {
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
  }
  #designer .mv .title:after {
    width: 30px;
  }
  #designer .mv .idea {
    font-size: 15px;
    line-height: 1.3;
  }
  #designer .profile {
    margin-top: 25px;
  }
  #designer .profile .desc {
    text-align: left;
  }
  #designer .detail {
    margin-top: 25px;
  }
  #designer .worksList .blocks .block {
    width: 100%;
    height: auto !important;
  }
  #designer .columnList .blocks .block {
    width: auto;
  }
  #designer .columnList .blocks .block:after {
    display: none;
  }
  #designer .columnList .blocks .block__title {
    font-size: 13px;
    line-height: 18px;
  }
  #designer .columnList .blocks .block__date {
    font-size: 12px;
    line-height: 18px;
  }
  #designer .columnList .blocks .block__thumb {
    width: 35px;
    height: 35px;
    margin-right: 9px;
  }
  #designer .columnList .blocks .block__ruby {
    font-size: 11px;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 3px;
  }
  #designer .columnList .blocks .block__author {
    font-size: 13px;
    line-height: 14px;
  }
}
