@charset "UTF-8";
html {
  visibility: hidden;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

html.wf-active {
  visibility: visible;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "source-han-sans-cjk-ja","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.m-0 {
  margin: 0 auto;
}

.load {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.load__img-before {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: url(../images/main_line.jpg) no-repeat center;
  background-size: cover;
  background-position: top;
  z-index: 2;
}

.load__img-after {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: url(../images/main_after.jpg) no-repeat center;
  background-size: cover;
  background-position: top;
  filter: blur(8px);
  z-index: 1;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 0.8s;
  background-color: #efefef;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  height: 2px;
  width: 100%;
  margin: 30px 0;
  top: 45%;
  position: relative;
  background-color: #1E2A36;
}

.spinner:before {
  top: 0;
  left: 0;
  width: 0;
  content: '';
  height: inherit;
  position: absolute;
  background: #a2d8cb;
  animation: bar 2000ms linear infinite;
}

@keyframes bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.header {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
}

.header__logo {
  display: block;
  position: absolute;
  top: 24px;
  left: 40px;
}

.header__img {
  display: inline-block;
  width: 24px;
}

.hamb {
  display: none;
}

nav {
  display: block;
  position: absolute;
  top: 16px;
  right: 40px;
}

.menu {
  display: block;
  float: right;
}

.menu__list {
  display: inline-block;
  position: relative;
  font-family: oskar, sans-serif;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.9);
  list-style: none;
  margin-right: 40px;
}

.menu__list:last-child {
  margin-right: 0;
}

.menu__link {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.menu__link:link, .menu__link:visited {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.menu__link:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .4s;
}

.menu__link:hover::after {
  transform: scale(1, 1);
}

.menu__link.active {
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
}

.menu__link.blue {
  color: #1E2A36;
}

.menu__link.blue:link, .menu__link.blue:visited {
  color: #1E2A36;
}

.menu__link.blue:after {
  background: #1E2A36;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  z-index: 0;
}

#dom_overlay_container {
  pointer-events: none;
  overflow: hidden;
  width: 100vw;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}

#animation_container {
  position: absolute;
  margin: auto;
  width: 100%;
  left: -100%;
  right: -100%;
}

.mainvisual {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  overflow: hidden;
  z-index: 1;
}

.mainvisual__shadow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(30, 42, 54, 0.2);
  z-index: 2;
}

.mainvisual__txt {
  display: block;
  position: absolute;
  width: 100%;
  top: 40%;
  bottom: 40%;
  z-index: 3;
}

.mainvisual__ttl {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
  font-family: oskar, sans-serif;
  font-weight: 300;
  font-size: 120px;
  line-height: 104px;
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
  z-index: 3;
}

.mainvisual__subttl {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: oskar, sans-serif;
  font-weight: 300;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 16px;
  padding: 0;
}

.mainvisual__btn {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 120px;
  z-index: 3;
}

.mainvisual__img {
  display: none;
}

.snsbtn {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 24px;
  z-index: 4;
}

.snsbtn__link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: ease 0.3s;
}

.snsbtn__link:hover {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

.snsbtn__wrap {
  display: block;
  position: relative;
  width: 164px;
}

.snsbtn__flex {
  display: flex;
  justify-content: space-between;
}

.snsbtn__img {
  width: 40px;
  height: 40px;
}

.snsbtn__menu {
  display: none;
}

.pagebtn {
  display: block;
  position: relative;
  width: 240px;
  color: rgba(255, 255, 255, 0.9);
  font-family: oskar, sans-serif;
  font-size: 32px;
  text-align: center;
  line-height: 32px;
  padding: 2px 2px 4px 2px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  transition: ease .3s;
}

.pagebtn:link, .pagebtn:visited {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.pagebtn:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #1E2A36;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.pagebtn__back {
  margin-top: 40px;
}

.pagebtn__back.work {
  margin-top: 80px;
}

h1 {
  display: block;
  position: relative;
  width: 400px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 80px;
  padding: 1rem 2rem;
  font-family: oskar, sans-serif;
  font-weight: 300;
  font-size: 64px;
  color: #fff;
  text-align: center;
  z-index: 3;
}

h1:after {
  top: 0;
  left: 0;
  width: 160px;
  height: 64px;
  border-top: 2px solid #7DBDAE;
  border-left: 2px solid #7DBDAE;
}

h1:before {
  right: 0;
  bottom: 0;
  width: 160px;
  height: 64px;
  border-right: 2px solid #7DBDAE;
  border-bottom: 2px solid #7DBDAE;
}

h1:before,
h1:after {
  position: absolute;
  content: '';
}

h2 {
  display: block;
  position: relative;
  font-family: oskar, sans-serif;
  font-weight: 300;
  font-size: 56px;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

h3 {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  color: #a2d8cb;
  margin-bottom: 24px;
  padding: 0;
}

main {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.content {
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/page_bk.jpg) no-repeat center;
  background-size: cover;
  z-index: 0;
}

.content:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(24px);
  -moz-filter: blur(24px);
  -o-filter: blur(24px);
  -ms-filter: blur(24px);
  filter: blur(24px);
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
}

.content__bk {
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(30, 42, 54, 0.9);
  z-index: 1;
}

.content__theme {
  display: inline-block;
  position: absolute;
  top: 22px;
  font-family: "source-han-sans-cjk-ja","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #b9c8da;
  margin-left: 24px;
}

.content__wrap {
  display: block;
  position: relative;
  padding-right: 10%;
  padding-left: 10%;
  z-index: 3;
}

.content__txt {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 60px;
}

.content__txt p {
  margin-bottom: 1rem;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
  word-break: break-all;
}

.txtlink {
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
}

.txtlink:link, .txtlink:visited {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-decoration-color: #a2d8cb;
}

.clear {
  clear: both;
}

.mine {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}

.mine__img {
  display: block;
  width: 160px;
  height: 160px;
  margin-right: 40px;
}

.mine__img img {
  width: 160px;
  height: 160px;
  border-radius: 100%;
}

.mine__name {
  font-family: "source-han-sans-cjk-ja","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}

.mine__name--en {
  font-family: bilo, sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
}

.mine__job {
  font-family: bilo, sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #b9c8da;
  margin-top: 8px;
}

.mine__locality {
  font-family: bilo, sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #b9c8da;
  margin-top: 8px;
}

.profile, .policy, .skill, .want, .works, .hobby, .task, .story, .design, .form {
  display: block;
  position: relative;
  margin: 80px 0 80px 0;
}

.works__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.works__link {
  display: inline-block;
  width: 48%;
  margin-bottom: 40px;
  filter: saturate(60%) brightness(70%);
  transition: ease 0.3s;
}

.works__link:hover {
  filter: saturate(120%);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

.works__box {
  position: relative;
  width: 100%;
}

.works__box:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.works__box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works__bk {
  display: block;
  position: relative;
  top: 0;
  width: 100vw;
  height: 100vh;
}

.works__bk.bizpa-net {
  background: url(../images/bizpa-net_top.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.works__bk.bizpa-co-jp {
  background: url(../images/bizpa-co-jp_top.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.works__bk.cybozu-trial {
  background: url(../images/cybozu-trial_top.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.works__bk.cybozu-shiki {
  background: url(../images/cybozu-shiki_top.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.works__bk.online {
  background: url(../images/online_top.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.works__bk.cybozu-training {
  background: url(../images/cybozu-training_top.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.works__bk.fdcp {
  background: url(../images/4c_top.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.works__bk.rizap {
  background: url(../images/rizap_top.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.works__bk.marukome {
  background: url(../images/marukome_top.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.works__bk.graphic {
  background: url(../images/graphic_top.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.works__ttl {
  display: block;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  font-family: "source-han-sans-cjk-ja","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-bottom: 80px;
}

.works__thumb-ttl {
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  z-index: 3;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(38, 47, 56, 0.9);
  padding: 6px 4px 4px 10px;
  box-sizing: border-box;
}

.works__desc {
  display: block;
  border-bottom: 1px solid #a2d8cb;
  padding-bottom: 40px;
  margin-bottom: 80px;
}

.works__desc dt {
  display: block;
  color: #7DBDAE;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  float: left;
  margin-bottom: 24px;
}

.works__desc dt:last-child {
  margin-bottom: 0;
}

.works__desc dd {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  margin: 0 0 24px 80px;
}

.works__desc dd:last-child {
  margin-bottom: 0;
}

.works__theme {
  display: block;
  position: relative;
  margin: 40px auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.works__scr {
  display: block;
  width: 100%;
  margin: 24px 0 24px 0;
}

.works__scr img {
  width: 100%;
}

.works__scr.medium {
  width: 720px;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

.works__scr-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 24px 0 24px 0;
}

.works__scr-2__img {
  width: 48%;
}

.works__scr-2__img img {
  width: 100%;
}

.works__design {
  display: block;
  width: 600px;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

.works__design img {
  width: 100%;
}

.swiper-slide {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
}

.hobby__flex {
  display: flex;
  flex-wrap: wrap;
}

.hobby__link {
  display: inline-block;
  width: 32%;
  margin-bottom: 40px;
  margin-left: 2%;
  filter: saturate(30%) brightness(40%);
  transition: ease 0.3s;
}

.hobby__link:nth-child(3n+1) {
  margin-left: 0;
}

.hobby__link:hover {
  filter: saturate(130%);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.hobby__box {
  position: relative;
  width: 100%;
}

.hobby__box:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.hobby__box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form {
  display: block;
  position: relative;
}

.form__wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 80px;
  border-bottom: 1px solid #fff;
}

.form__contents {
  display: inline-block;
  width: 15%;
  height: 35px;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  box-sizing: border-box;
}

.form__inner {
  display: inline-block;
  position: relative;
  width: 79%;
  margin-bottom: 24px;
}

.form__submit {
  display: block;
  width: 240px;
  height: 40px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
  background: #4b8477;
  border: 2px solid #4b8477;
  border-radius: 30px;
  transition: 0.3s;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
}

.form__submit:link, .form__submit:visited {
  color: #fff;
  text-decoration: none;
}

.form__submit:hover {
  color: #4b8477;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

.form__label-danger {
  display: inline-block;
  width: 5%;
  height: 35px;
  vertical-align: top;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #7DBDAE;
  border-radius: 2px;
}

.form__label-success {
  display: inline-block;
  width: 5%;
  height: 35px;
  vertical-align: top;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  color: #57887d;
  border: 1px solid #7DBDAE;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.form__txt {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 24px;
}

.form__desc {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 24px;
  margin-bottom: 64px;
}

.name__error, .email__error, .detail__error {
  margin: 4px 0 0 5%;
  color: #ff6b6b;
  font-size: 0.875rem;
}

.form__name, .form__add, .form__phone {
  display: inline-block;
  width: 15%;
  height: 35px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  box-sizing: border-box;
}

input#form_name, input#form_email, input#form_phone {
  font-family: inherit;
  width: 95%;
  height: 35px;
  font-size: 16px;
  margin-left: 5%;
  padding: 8px;
  color: #1E2A36;
  font-weight: 300;
  box-sizing: border-box;
  border-radius: 4px;
  background: #d9e7e4;
  border: none;
}

textarea#form_detail {
  font-family: "source-han-sans-cjk-ja","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  width: 95%;
  height: 200px;
  font-size: 1rem;
  margin-left: 5%;
  padding: 8px;
  color: #1E2A36;
  font-weight: 400;
  box-sizing: border-box;
  border-radius: 4px;
  background: #d9e7e4;
  border: none;
}

input#form_name.inp_error, input#form_email.inp_error, textarea#form_detail.inp_error {
  background: #ffe4e4;
  border: 1px solid #ff6b6b;
}

.anime {
  display: block;
  position: relative;
}

#page-animate::before {
  content: '';
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 9999;
  pointer-events: none;
  right: 100%;
  -webkit-transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate.is-slide-in::before {
  right: 0;
}

/*==============タブレット============*/
@media (max-width: 1024px) and (min-width: 768px) {
  .header {
    display: block;
  }
  .header.active {
    width: 100vw;
    height: 100vh;
  }
  .header__logo {
    display: block;
    position: absolute;
    top: 18px;
    width: 30px;
    left: 24px;
    z-index: 999999;
  }
  .header__logo a {
    width: 100%;
  }
  .header__img {
    width: 30px;
  }
  .mainvisual {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    overflow: hidden;
    z-index: 1;
  }
  .mainvisual.active {
    filter: blur(10px);
  }
  .mainvisual__btn {
    bottom: 180px;
  }
  .mainvisual__shadow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 42, 54, 0.2);
    z-index: 2;
  }
  .mainvisual__ttl {
    font-size: 104px;
    line-height: 110px;
  }
  .mainvisual__subttl {
    margin-top: 8px;
  }
  .mainvisual__img {
    display: none;
  }
  .hamb {
    display: block;
    position: absolute;
    top: 16px;
    right: 24px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    z-index: 99999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .hamb__link {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }
  .hamb__line {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 30px;
    height: 2px;
    background: #1E2A36;
    transition: ease 0.3s;
    z-index: 99999;
  }
  .hamb__line:nth-child(2) {
    top: 30px;
  }
  .hamb__line:nth-child(3) {
    top: 40px;
  }
  .hamb__line.active:nth-child(1) {
    top: 9px;
    transform: translateY(20px) rotate(-45deg);
  }
  .hamb__line.active:nth-child(2) {
    opacity: 0;
  }
  .hamb__line.active:nth-child(3) {
    top: 49px;
    transform: translateY(-20px) rotate(45deg);
  }
  .hamb__bk {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: 999;
  }
  .hamb__bk.active {
    visibility: visible;
    opacity: 1;
  }
  nav {
    display: none;
  }
  nav.active {
    display: block;
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .menu {
    display: block;
    position: relative;
    float: none;
    width: 500px;
    margin: 0 auto;
    padding: 0;
    top: 22%;
  }
  .menu__list {
    display: block;
    width: 480px;
    font-size: 104px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .menu__list:last-child {
    margin: 0 auto;
  }
  .menu__link {
    color: #1E2A36;
    text-align: left;
  }
  .menu__link:link, .menu__link:visited {
    color: #1E2A36;
  }
  .snsbtn {
    bottom: 40px;
  }
  .snsbtn__menu {
    display: none;
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 99999;
  }
  .snsbtn__menu.active {
    display: block;
  }
  .snsbtn__inner {
    display: block;
    position: relative;
    width: 260px;
    margin: 0 auto;
  }
  .snsbtn__link {
    width: 60px;
    height: 60px;
  }
  .snsbtn__img {
    width: 60px;
    height: 60px;
  }
  .snsbtn__wrap {
    width: 260px;
  }
  main {
    display: block;
    position: absolute;
  }
  main.active {
    filter: blur(10px);
  }
  .content__wrap {
    padding-right: 5%;
    padding-left: 5%;
  }
  .mine__name {
    font-size: 32px;
  }
  .works {
    display: flex;
  }
  .works__link {
    width: 48%;
    margin-bottom: 24px;
  }
  .works__thumb-ttl {
    font-size: 10px;
  }
  .works__bk {
    width: 100vw;
    height: 45vh;
  }
  .works__ttl {
    width: 700px;
    margin-bottom: 64px;
  }
  .works__scr {
    width: 100%;
  }
  .works__scr.medium {
    width: 100%;
  }
  .profile, .policy, .skill, .want, .works, .hobby, .task, .story, .design, .form {
    display: block;
    position: relative;
    margin: 64px 0 64px 0;
  }
  .pagebtn {
    display: block;
    position: relative;
    z-index: 999999;
  }
  .pagebtn__back.work {
    margin-top: 64px;
  }
  .hobby__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hobby__link {
    display: inline-block;
    width: 48%;
    margin-bottom: 32px;
    margin-left: 0;
    filter: saturate(30%) brightness(40%);
    transition: ease 0.3s;
  }
  .hobby__link:nth-child(3n+1) {
    margin-left: 0;
  }
  .hobby__link:hover {
    filter: saturate(130%);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  }
  .hobby__box {
    position: relative;
    width: 100%;
  }
  .hobby__box:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .hobby__box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .form {
    display: block;
    position: relative;
  }
  .form__wrap {
    display: block;
    position: relative;
    width: 610px;
    margin: 0 auto;
    padding-bottom: 80px;
    border-bottom: 1px solid #fff;
  }
  .form__inner {
    display: block;
    width: 100%;
  }
  .form__contents {
    width: 18%;
    font-size: 14px;
    padding-top: 7px;
    margin-bottom: 8px;
  }
  .form__label-danger {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 60px;
    font-size: 14px;
  }
  .form__label-success {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 60px;
    font-size: 14px;
  }
  .form__name, .form__add, .form__phone {
    width: 18%;
    font-size: 14px;
    padding-top: 7px;
    margin-bottom: 8px;
  }
  input#form_name, input#form_email, input#form_phone {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  textarea#form_detail {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

/*==============スマートフォン============*/
@media only screen and (max-width: 767px) {
  #canvas {
    display: none;
  }
  #animation_container {
    display: none;
  }
  .header {
    display: block;
  }
  .header.active {
    width: 100vw;
    height: 100vh;
  }
  .header__logo {
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    width: 24px;
    z-index: 999999;
  }
  .header__logo a {
    width: 100%;
  }
  .header__img {
    width: 24px;
  }
  nav {
    display: none;
  }
  nav.active {
    display: block;
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .menu {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    top: 22%;
  }
  .menu__list {
    display: block;
    width: 220px;
    font-size: 56px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .menu__list:last-child {
    margin: 0 auto;
  }
  .menu__link {
    color: #1E2A36;
    text-align: left;
  }
  .menu__link:link, .menu__link:visited {
    color: #1E2A36;
  }
  .hamb {
    display: block;
    position: absolute;
    top: 12px;
    right: 16px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 99999;
  }
  .hamb__link {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }
  .hamb__line {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 13px;
    width: 25px;
    height: 2px;
    background: #1E2A36;
    transition: ease 0.3s;
    z-index: 99999;
  }
  .hamb__line:nth-child(2) {
    top: 25px;
  }
  .hamb__line:nth-child(3) {
    top: 35px;
  }
  .hamb__line.active:nth-child(1) {
    top: 5px;
    transform: translateY(20px) rotate(-45deg);
  }
  .hamb__line.active:nth-child(2) {
    opacity: 0;
  }
  .hamb__line.active:nth-child(3) {
    top: 45px;
    transform: translateY(-20px) rotate(45deg);
  }
  .hamb__bk {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: 999;
  }
  .hamb__bk.active {
    visibility: visible;
    opacity: 1;
  }
  .snsbtn {
    bottom: 40px;
  }
  .snsbtn__menu {
    display: none;
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 99999;
  }
  .snsbtn__menu.active {
    display: block;
  }
  .snsbtn__inner {
    display: block;
    position: relative;
    width: 160px;
    margin: 0 auto;
  }
  .snsbtn__link {
    width: 40px;
    height: 40px;
  }
  .snsbtn__img {
    width: 40px;
    height: 40px;
  }
  .snsbtn__wrap {
    width: 160px;
  }
  .mainvisual {
    display: block;
    position: absolute;
    min-width: 100vw;
    min-height: calc(var(--vh, 1vh) * 100);
    top: 0;
    left: 0;
    background: transparent;
    overflow: hidden;
    z-index: 1;
  }
  .mainvisual.active {
    filter: blur(10px);
  }
  .mainvisual__btn {
    bottom: 180px;
  }
  .mainvisual__shadow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    /* Fallback */
    background: rgba(30, 42, 54, 0.2);
    z-index: 2;
  }
  .mainvisual__ttl {
    font-size: 80px;
    line-height: 64px;
  }
  .mainvisual__subttl {
    font-size: 24px;
    line-height: 24px;
    margin-top: 24px;
  }
  .mainvisual__txt {
    top: 35%;
    bottom: 35%;
  }
  .mainvisual__img {
    display: block;
    position: absolute;
    min-width: 100vw;
    min-height: calc(var(--vh, 1vh) * 100);
    background: url(../images/main_after.jpg) no-repeat center;
    background-size: cover;
    background-position: center top;
  }
  .mainvisual__shadow {
    min-width: 100vw;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  main {
    display: block;
    position: absolute;
  }
  main.active {
    filter: blur(10px);
  }
  .content__wrap {
    padding-right: 5%;
    padding-left: 5%;
  }
  .content__theme {
    display: block;
    position: relative;
    top: 0;
    font-family: "source-han-sans-cjk-ja","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #b9c8da;
    margin-left: 0;
  }
  .content__txt {
    margin-bottom: 48px;
  }
  h1 {
    width: 200px;
    margin-top: 120px;
    margin-bottom: 64px;
    font-size: 40px;
  }
  h2 {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .mine {
    display: block;
  }
  .mine__img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .mine__img img {
    width: 100%;
    height: 100%;
  }
  .mine__name {
    margin-top: 16px;
    font-size: 32px;
    text-align: center;
  }
  .mine__name--en {
    display: block;
    font-size: 32px;
    text-align: center;
  }
  .mine__job {
    text-align: center;
    font-size: 18px;
  }
  .mine__locality {
    text-align: center;
    font-size: 18px;
  }
  .profile, .policy, .skill, .want, .hobby, .task, .story, .design, .form {
    display: block;
    position: relative;
    margin: 48px 0 48px 0;
  }
  .works {
    display: block;
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .works__link {
    width: 100%;
    margin-bottom: 24px;
  }
  .works__thumb-ttl {
    font-size: 10px;
  }
  .works__bk {
    width: 100vw;
    height: 30vh;
  }
  .works__ttl {
    width: 100%;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 48px;
  }
  .works__desc {
    margin-bottom: 48px;
  }
  .works__desc dd {
    word-break: break-all;
    margin: 0;
    margin-bottom: 16px;
    line-height: 20px;
  }
  .works__desc dt {
    width: 100%;
    float: none;
    margin-bottom: 16px;
  }
  .works__scr.medium {
    display: block;
    width: 100%;
  }
  .works__scr-2 {
    display: block;
  }
  .works__scr-2__img {
    width: 100%;
    margin: 24px 0 24px 0;
  }
  .works__design {
    width: 100%;
  }
  .pagebtn {
    font-size: 24px;
  }
  .pagebtn__back.work {
    margin-top: 48px;
  }
  .hobby__flex {
    display: block;
  }
  .hobby__link {
    display: inline-block;
    width: 100%;
    margin-bottom: 32px;
    margin-left: 0;
    filter: saturate(30%) brightness(40%);
    transition: ease 0.3s;
  }
  .hobby__link:nth-child(3n+1) {
    margin-left: 0;
  }
  .hobby__link:last-child {
    margin-bottom: 0;
  }
  .hobby__link:hover {
    filter: saturate(130%);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  }
  .hobby__box {
    position: relative;
    width: 100%;
  }
  .hobby__box:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .hobby__box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .form {
    display: block;
    position: relative;
  }
  .form__wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 48px;
    border-bottom: 1px solid #fff;
  }
  .form__desc {
    font-size: 14px;
  }
  .form__inner {
    display: block;
    width: 100%;
  }
  .form__contents {
    width: auto;
    font-size: 14px;
    font-weight: 600;
    padding-top: 7px;
    margin: 0 16px 8px 0;
  }
  .form__label-danger {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 60px;
    font-size: 14px;
  }
  .form__label-success {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 60px;
    font-size: 14px;
  }
  .form__name, .form__add, .form__phone {
    width: auto;
    font-size: 14px;
    font-weight: 600;
    padding-top: 7px;
    margin: 0 16px 8px 0;
  }
  .name__error, .email__error, .detail__error {
    margin: 4px 0 0 0;
  }
  input#form_name, input#form_email, input#form_phone {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  textarea#form_detail {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  @supports (-webkit-touch-callout: none) {
    .load__img-before {
      /* The hack for Safari */
      height: -webkit-fill-available;
    }
    .load__img-after {
      /* The hack for Safari */
      height: -webkit-fill-available;
    }
    #animation_container {
      /* The hack for Safari */
      height: -webkit-fill-available;
    }
    .mainvisual__img {
      /* The hack for Safari */
      height: -webkit-fill-available;
    }
    .mainvisual {
      /* The hack for Safari */
      height: -webkit-fill-available;
    }
  }
}
