@charset "UTF-8";
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/* RESET HTML5 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #efe9db;
  background-color: #fff;
  color: #000;
  position: relative;
  font-weight: 500;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-family: "input-mono", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* GENERAL */
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after,
.itemList:after,
.ttlArea:after,
.headerBox:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
  border-radius: 0;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
  border-radius: 0;
}

.mfp-bg {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.popupWorksBox {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /*
  	position: absolute;
  	left: 0%;
  	width: 100%;
  	text-align: center;
  	top: 50%;
  	z-index: 2;

  	.popupBox{
  		text-align: left;
  		display: inline-block;
  	}


  	transform: translateY(-50%) translateX(0%);
  */
}
.popupWorksBox .slick-track {
  height: 100vh;
}
.popupWorksBox .slide {
  width: calc(100% - 60px);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.popupWorksBox .popupSlider.slick-initialized .slick-prev, .popupWorksBox .popupSlider.slick-initialized .slick-next {
  width: 44px;
  height: 44px;
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.popupWorksBox .popupSlider.slick-initialized .slick-prev:before, .popupWorksBox .popupSlider.slick-initialized .slick-next:before {
  display: none;
}
.popupWorksBox .popupSlider.slick-initialized .slick-prev {
  left: -70px;
  left: -140px;
  background-image: url("../images/arr_left.png");
}
.popupWorksBox .popupSlider.slick-initialized .slick-next {
  right: -70px;
  right: -140px;
  background-image: url("../images/arr_right.png");
}
.popupWorksBox .overArea {
  position: absolute;
  z-index: 2;
}
.popupWorksBox .imgLhide {
  opacity: 0;
}
.popupWorksBox .imgL {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.popupWorksBox .imgL img {
  max-width: 100%;
  max-height: 80vh;
  max-height: calc(100vh -200px);
}
.popupWorksBox .ttl {
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-top: 10px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-open .popupBox {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

/*
button.mfp-close{
	right: 5px;
	top: 10px;
}

button.mfp-close{
			background-image: url("../images/ico_slider_right.png");	
}
*/
.mfp-close {
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
  text-indent: -9999px;
  background-image: url("../images/btn_close.png");
}

html.hidden, body.hidden {
  overflow: hidden;
}

.popupBox {
  text-align: center;
}
.popupBox a {
  color: #000;
}
.popupBox .img {
  margin-bottom: 20px;
  position: relative;
}
.popupBox .img img {
  max-width: 100%;
  max-height: 80vh;
}
.popupBox .caption a {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
}
.popupBox .caption a .ttl {
  text-decoration: underline;
}
.popupBox .caption a .price {
  text-decoration: none;
  padding-top: 5px;
}

.onlyPc {
  display: block !important;
}

.onlySp {
  display: none !important;
}

.sec {
  position: relative;
  padding-top: 16%;
  padding-top: 8%;
  padding-bottom: 8%;
  /*
  	transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  	opacity: 0;
  	transition-delay: 0.25s;

  	&.active{
  		opacity: 1;
  		top: 0;
  	}
  */
}

.contentBox {
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}

.fade {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

/*
.container {
	max-height: 100vh;
	overflow-y: scroll;
	position: relative;
	scroll-snap-type: y mandatory;
	-webkit-overflow-scrolling: touch;
}
*/
.container {
  position: relative;
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.headline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: calc(1rem + 15vmin);
  font-size: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  scroll-snap-align: start;
  white-space: nowrap;
}

.word{
	margin-right: 20px;
}

.word,
.char {
  -webkit-animation-delay: var(--del);
          animation-delay: var(--del);
  -webkit-animation-direction: var(--dir, normal);
          animation-direction: var(--dir, normal);
  -webkit-animation-duration: var(--dur);
          animation-duration: var(--dur);
  -webkit-animation-iteration-count: var(--it, infinite);
          animation-iteration-count: var(--it, infinite);
  -webkit-animation-name: var(--name);
          animation-name: var(--name);
  -webkit-animation-timing-function: var(--tf);
          animation-timing-function: var(--tf);
  -webkit-animation-fill-mode: var(--fill, forwards);
          animation-fill-mode: var(--fill, forwards);
  display: inline-block;
  position: relative;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  z-index: 1;
}

.headline--hide {
  --dur: 4s;
  /*
    .whitespace{
  	  width: 20px;
    }
  */
}
.headline--hide .word:after {
  -webkit-animation: hide-cover calc(var(--dur) * 2) ease-out infinite;
          animation: hide-cover calc(var(--dur) * 2) ease-out infinite;
  border-top: 8px solid black;
  border-top: 8px solid #fff;
  background-color: var(--color);
  content: "";
  height: 150%;
  left: 0;
  position: absolute;
  top: 100%;
  top: calc(100% - 8px);
  width: 100%;
  z-index: 2;
}
.headline--hide .word {
  padding-bottom: 0px;
}
.headline--hide .char {
  --name: hide-jump;
  --del: calc(var(--char-index) * 0.04s);
  --td: cubic-bezier(0.215, 0.61, 0.355, 1);
  --dir: alternate;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.headline--hide .char[data-char=i]:after {
  --name: hide-peek;
  --dir: alternate;
  -webkit-animation: var(--name) var(--dur) var(--td) infinite var(--dir);
          animation: var(--name) var(--dur) var(--td) infinite var(--dir);
  content: attr(data-char);
  visibility: visible;
}
@-webkit-keyframes hide-jump {
  0%, 10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  20%, 100% {
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
  }
}
@keyframes hide-jump {
  0%, 10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  20%, 100% {
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
  }
}
@-webkit-keyframes hide-peek {
  0%, 35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 60% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  70%, 90% {
    -webkit-transform: translateY(-45%) skewY(10deg);
            transform: translateY(-45%) skewY(10deg);
  }
  95%, 100% {
    -webkit-transform: translateY(-46%) skewY(-10deg);
            transform: translateY(-46%) skewY(-10deg);
  }
}
@keyframes hide-peek {
  0%, 35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 60% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  70%, 90% {
    -webkit-transform: translateY(-45%) skewY(10deg);
            transform: translateY(-45%) skewY(10deg);
  }
  95%, 100% {
    -webkit-transform: translateY(-46%) skewY(-10deg);
            transform: translateY(-46%) skewY(-10deg);
  }
}
@-webkit-keyframes hide-cover {
  0%, 7% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  8%, 95% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  98%, 100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes hide-cover {
  0%, 7% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  8%, 95% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  98%, 100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.headline--jump .char {
  --name: jump;
  --dur: 800ms;
  --del: calc(var(--char-index) * 0.075s);
  --tf: cubic-bezier(0.165, 0.44, 0.64, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes jump {
  20% {
    -webkit-transform: translateY(2%) scaleY(0.9);
            transform: translateY(2%) scaleY(0.9);
  }
  40% {
    -webkit-transform: translateY(-50%) scaleY(1.2);
            transform: translateY(-50%) scaleY(1.2);
  }
  50% {
    -webkit-transform: translateY(10%) scaleY(0.8);
            transform: translateY(10%) scaleY(0.8);
  }
  70% {
    -webkit-transform: translateY(-5%) scaleY(1);
            transform: translateY(-5%) scaleY(1);
  }
  80%, 100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
}
@keyframes jump {
  20% {
    -webkit-transform: translateY(2%) scaleY(0.9);
            transform: translateY(2%) scaleY(0.9);
  }
  40% {
    -webkit-transform: translateY(-50%) scaleY(1.2);
            transform: translateY(-50%) scaleY(1.2);
  }
  50% {
    -webkit-transform: translateY(10%) scaleY(0.8);
            transform: translateY(10%) scaleY(0.8);
  }
  70% {
    -webkit-transform: translateY(-5%) scaleY(1);
            transform: translateY(-5%) scaleY(1);
  }
  80%, 100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 40;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
header.open .logo a {
  color: #000;
}
header .headerBox {
  padding-left: 60px;
  padding-right: 60px;
}
header .logo {
  margin-top: 20px;
  float: left;
  width: 33.33%;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
header .logo a {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .logo .main {
  font-size: 20px;
  display: block;
}
header .logo .sub {
  font-size: 10px;
  display: block;
}
header .navList {
  margin-top: 24px;
  float: left;
  width: 33.33%;
  font-weight: 700;
  font-weight: 200;
  font-size: 13px;
}
header .navList li {
  margin-bottom: 6px;
}
header .navList li.current a:after {
  width: 100%;
}
header .navList li a {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
header .navList li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .navList li a:hover:after {
  width: 100%;
}

.mainVisual {
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  position: relative;
  overflow: hidden;
}
.mainVisual img {
  width: 100%;
}

.topSlider {
  margin: -1px;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.topSlider.active {
  opacity: 1;
}

.topSlider div {
  width: calc(100vw + 2px);
  height: calc(100vh + 2px);
}

body.top {
  color: #fff;
}
body.top header {
  color: #fff;
}
body.top header a {
  color: #fff;
}
body.top .navList li a:after {
  background-color: #fff;
}

main {
  padding-top: 200px;
  overflow: hidden;
}

.worksList li {
  float: left;
  width: 33.33%;
  width: calc(33.33% - 80px);
  position: relative;
  margin: 0 40px;
  margin-bottom: 80px;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
}
.worksList li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.worksList li a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
}
.worksList li a {
  /*
  			position: absolute;
  			left: 0;
  			top: 50%;
  			transform: translate(0%, -50%);
  			text-align: center;	
  			display: block;
  */
}
.worksList li a:hover .overArea {
  opacity: 1;
}
.worksList li a:hover .img {
  opacity: 0.1;
}
.worksList li .img {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
}
.worksList li .img img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.worksList li .img img.lazyloaded {
  opacity: 1;
}
.worksList li .overArea {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
  font-weight: 200;
  font-size: 13px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  z-index: 2;
}

.profileBox {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  margin-bottom: 80px;
  font-weight: 200;
  letter-spacing: 0.05em;
  font-size: 46px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.profileBox:hover .imgBox .over {
  opacity: 1;
}
.profileBox .text {
  position: relative;
  z-index: 2;
}
.profileBox .imgBox {
  position: absolute;
  right: -40px;
  bottom: -60px;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  z-index: 1;
  width: 250px;
}
.profileBox .imgBox img {
  width: 100%;
}
.profileBox .imgBox .over {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  left: 0;
  top: 0;
}

.profileBoxSub {
  width: 80%;
  line-height: 200%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.profileBoxSub p {
  margin-bottom: 20px;
}

#button_container {
  display: none;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .onlyPc {
    display: none !important;
  }

  .onlySp {
    display: block !important;
  }

  header .headerBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .navList {
    display: none;
  }

  #button_container {
    display: block;
  }

  /*
  .container{
  	bottom: 100px;
  	transform: translate(-50%, 0%);
  }
  */
  .headline {
    font-size: 40px;
    letter-spacing: 0.15em;
  }

  .headline--hide .word:after {
    border-top: 4px solid #fff;
    top: calc(100% - 4px);
  }

  .contentBox {
    padding-left: 20px;
    padding-right: 20px;
  }

  main {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .worksList li {
    width: auto;
    float: none;
    margin: 0;
    margin-bottom: 20px;
  }
  .worksList li:before {
    display: none;
  }
  .worksList li a {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .worksList li .img {
    height: auto;
  }
  .worksList li .img img {
    position: relative !important;
    top: initial !important;
    left: initial !important;
  }

  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 5px;
    top: 10px;
  }

  .profileBox {
    font-size: 25px;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  .profileBox .imgBox {
    bottom: initial;
    position: relative;
    float: right;
    margin-top: -20px;
    width: 200px;
  }

  .profileBoxSub {
    width: 100%;
    font-size: 12px;
    line-height: 180%;
  }

  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }

  .popupWorksBox {
    padding-left: 30px;
    padding-right: 30px;
  }

  .popupWorksBox .popupSlider.slick-initialized .slick-prev {
    left: -35px;
  }

  .popupWorksBox .popupSlider.slick-initialized .slick-next {
    right: -35px;
  }

  .mfp-close {
    right: 10px;
    top: 10px;
  }
}
/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 320px) {
  .profileBox {
    font-size: 20px;
  }
}