@charset "UTF-8";
/*
Theme Name: SOHO
*/
body {
  font-family: 'Tenor Sans','Noto Serif JP',serif;
  font-weight: 300;
  position: relative;
  background-color: #222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* html5doctor.com Reset Stylesheet*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  display: inline-block;
}

/* change colours to suit your needs */
/* add text */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* inportant text yellow back*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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

/* change border colour to suit your needs */
/* this is border */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a:active,
a:hover,
button,
input,
select,
textarea {
  outline: 0;
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

*:focus {
  outline: none;
}

.front-main {
  background-color: #fff;
}

.front-body {
  width: 100%;
  height: auto;
}

.front-main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.single-body {
  width: 100%;
  min-height: 100vh;
}

.mv-section-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.front-mv {
  width: 85%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .front-mv {
    width: 90%;
    height: 100vh;
  }
}

.mv-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

@media (max-width: 1024px) {
  .mv-wrapper {
    top: 40%;
  }
}

@media (max-width: 600px) {
  .mv-wrapper {
    top: 40%;
  }
}

.mv-contents {
  width: 60%;
  height: auto;
}

@media (max-width: 1024px) {
  .mv-contents {
    width: 100%;
    height: auto;
  }
}

.mv-h2 {
  font-size: 2vw;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: justify;
  height: 2.5vw;
  position: relative;
  overflow: hidden;
  margin: 0;
  color: #222;
}

@media (max-width: 1024px) {
  .mv-h2 {
    font-size: 8vw;
    height: 9vw;
  }
}

@media (max-width: 600px) {
  .mv-h2 {
    font-size: 6vw;
    height: 7vw;
  }
}

.mv-h2-wrapper {
  padding: 0;
}

.hidden-text {
  position: absolute;
  z-index: 200;
}

.mv-h2-sub {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 30px;
  color: #222;
}

.mv-element {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.circle-motif {
  position: absolute;
  width: 50vw;
  height: 50vw;
  opacity: 1;
  -webkit-animation: 3s linear infinite rotation1;
          animation: 3s linear infinite rotation1;
}

@media (max-width: 1024px) {
  .circle-motif {
    width: 85vw;
    height: 85vw;
  }
}

.circle-motif-right {
  right: -10%;
  bottom: -15%;
}

@media (max-width: 1024px) {
  .circle-motif-right {
    right: -10%;
    bottom: 5%;
  }
}

.circle-motif-left {
  left: -10%;
  bottom: -15%;
}

@media (max-width: 1024px) {
  .circle-motif-left {
    left: 35%;
    bottom: -45%;
  }
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.circle-motif img {
  width: 100%;
  height: auto;
  -ms-filter: blur(2.5rem);
  -webkit-filter: blur(2.5rem);
          filter: blur(2.5rem);
  -webkit-transform: rotate() infinite;
          transform: rotate() infinite;
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
  position: absolute;
  bottom: 0;
  left: 8%;
}

@media (max-width: 1024px) {
  .scrolldown2 {
    left: 5%;
  }
}

.scrolldown2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #222;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 140px;
  }
  100% {
    bottom: -5px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 140px;
  }
  100% {
    bottom: -5px;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.scrolldown2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 160px;
  background: #222;
}

.top-about-image {
  width: 85%;
  height: auto;
  margin: 0 auto;
  border-radius: 3.2rem;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .top-about-image {
    width: 90%;
    height: 40vh;
    border-radius: 1.6rem;
  }
  .top-about-image img {
    width: auto;
    height: 40vh;
  }
}

.common-section-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 120px 0;
}

.common-section-wrapper-mv {
  padding: 0;
}

@media (max-width: 1024px) {
  .common-section-wrapper {
    padding: 40px 0;
  }
}

.common-section-container {
  width: 85%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 100px 0;
}

@media (max-width: 1024px) {
  .common-section-container {
    width: 90%;
    height: auto;
    padding: 40px 0;
  }
}

.common-section-container-flex {
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .common-section-container-flex {
    display: block;
  }
}

.common-section-container-margin40 {
  padding: 40px 0;
}

.common-contents-wrapper {
  width: 50%;
  margin: 0 auto;
}

.common-contents-wrapper-right {
  margin: 0 0 0 auto;
}

.common-contents-wrapper-left {
  margin: 0 auto 0 0;
}

@media (max-width: 1024px) {
  .common-contents-wrapper {
    width: 100%;
  }
}

.br-sp {
  display: none;
}

@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}

.common-h2 {
  font-size: 2rem;
  letter-spacing: 0.01em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 32px;
  color: #222;
}

@media (max-width: 1024px) {
  .common-h2 {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}

.common-h2-wh {
  color: #fff;
}

.common-h3 {
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #222;
}

@media (max-width: 1024px) {
  .common-h3 {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

.common-h3-wh {
  color: #fff;
}

.common-text-en {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  color: #222;
}

.common-text-jp {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  color: #222;
}

.common-text-jp-wh {
  color: #fff;
}

.common-caption {
  font-size: 1.1rem;
  letter-spacing: 0.01em;
  font-weight: 300;
  line-height: 1.6;
  margin: 15px 0;
  color: #222;
}

@media (max-width: 600px) {
  .common-caption {
    font-size: 1rem;
  }
}

.common-caption-wh {
  color: #fff;
}

.common-caption-jp {
  font-size: 1.2rem;
  line-height: 1.8;
}

.common-link-detail {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 300;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
}

.common-link-detail-bk {
  color: #222;
}

.common-link-detail-bk:after {
  width: 20px;
  height: auto;
  padding: 0 0 0 0.4rem;
  display: inline-block;
  content: url("images/icon/icon_arrow_bk.svg");
}

.common-link-detail-wh {
  color: #fff;
}

.common-link-detail-wh:after {
  width: 20px;
  height: auto;
  padding: 0 0 0 0.2rem;
  display: inline-block;
  width: 1rem;
  content: url("images/icon/icon_arrow_wh.svg");
}

.index-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.index-item {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 4% 1%;
  text-align: left;
  border-top: solid 0.5px rgba(255, 255, 255, 0.2);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8fr 0.5fr;
      grid-template-columns: 8fr 0.5fr;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

@media (max-width: 1024px) {
  .index-item {
    padding: 6% 1%;
  }
}

.index-item:nth-child(4) {
  border-bottom: solid 0.5px rgba(255, 255, 255, 0.2);
}

.index-item:hover .index-title {
  color: #898989;
}

.index-item:hover:after {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

.index-item:hover .index-number {
  color: #898989;
}

.index-item:after {
  content: "";
  width: 40px;
  height: 40px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/icon/arrow_wh.svg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .index-item:after {
    width: 30px;
    height: 30px;
  }
}

.index-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-number {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-right: 2px;
  line-height: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .index-number {
    font-size: 1.2rem;
  }
}

.index-title {
  font-size: 3vw;
  line-height: 1;
  font-weight: 300;
  padding: 2% 2% 1% 2%;
  color: #fff;
}

@media (max-width: 1024px) {
  .index-title {
    font-size: 7vw;
    padding: 4% 0% 2% 3%;
  }
}

@media (min-width: 1680px) {
  .index-title {
    font-size: 4.5vw;
  }
}

.section-service-image {
  width: 45%;
  height: auto;
  overflow: hidden;
  border-radius: 50vh;
}

@media (max-width: 1024px) {
  .section-service-image {
    width: 100%;
    margin-top: 64px;
  }
}

.section-service-image img {
  width: 100%;
  height: auto;
}

.common-1column-wrapper {
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .common-1column-wrapper {
    display: block;
  }
}

.common-3column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .common-3column-wrapper {
    display: block;
  }
}

.service-item {
  width: 30%;
  height: auto;
}

@media (max-width: 1024px) {
  .service-item {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.service-item-2column {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  gap: 64px;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .service-item-2column {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 40px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0;
  }
}

.service-item-image {
  width: 100%;
  height: auto;
  border-radius: 3.2rem;
  overflow: hidden;
  border: 1px solid #454545;
  aspect-ratio: 16/10;
  margin-bottom: 24px;
}

.service-item-image-2column {
  width: 100%;
}

@media (max-width: 1024px) {
  .service-item-image {
    border-radius: 2.4rem;
  }
}

.service-item-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
}

.service-item-caption-wrapper {
  width: 100%;
}

.service-item-title {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 12px;
}

@media (max-width: 1024px) {
  .service-item-title {
    font-size: 1.8rem;
  }
}

.service-item-title:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50vh;
  border: 5px solid #fff;
}

@media (max-width: 1024px) {
  .service-item-title:before {
    border: 4px solid #fff;
  }
}

.service-item-title-bk {
  color: #222;
}

.service-item-title-bk:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50vh;
  border: 5px solid #222;
}

@media (max-width: 1024px) {
  .service-item-title-bk:before {
    border: 4px solid #222;
  }
}

.flex-contents20 {
  width: 20%;
  height: auto;
}

@media (max-width: 1024px) {
  .flex-contents20 {
    width: 100%;
  }
}

.flex-contents70 {
  width: 60%;
  height: auto;
}

@media (max-width: 1024px) {
  .flex-contents70 {
    width: 100%;
  }
}

.flex-contents80 {
  width: 80%;
  height: auto;
}

@media (max-width: 1024px) {
  .flex-contents80 {
    width: 100%;
  }
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.news-item {
  width: 33.3%;
  border-top: 1px solid #CFCFD1;
  padding: 32px 24px;
}

@media (max-width: 768px) {
  .news-item {
    width: 100%;
    padding: 20px 16px;
  }
}

.news-item:nth-of-type(1) {
  border-right: 1px solid #CFCFD1;
}

@media (max-width: 1024px) {
  .news-item:nth-of-type(1) {
    border-right: none;
  }
}

.news-item:nth-of-type(2) {
  border-right: 1px solid #CFCFD1;
}

@media (max-width: 1024px) {
  .news-item:nth-of-type(2) {
    border-right: none;
  }
}

.news-item:nth-of-type(4) {
  border-right: 1px solid #CFCFD1;
}

@media (max-width: 1024px) {
  .news-item:nth-of-type(4) {
    border-right: none;
  }
}

.news-item:nth-of-type(5) {
  border-right: 1px solid #CFCFD1;
}

@media (max-width: 1024px) {
  .news-item:nth-of-type(5) {
    border-right: none;
  }
}

.news-item:nth-of-type(7) {
  border-right: 1px solid #CFCFD1;
}

@media (max-width: 1024px) {
  .news-item:nth-of-type(7) {
    border-right: none;
  }
}

.news-item:nth-of-type(8) {
  border-right: 1px solid #CFCFD1;
}

@media (max-width: 1024px) {
  .news-item:nth-of-type(8) {
    border-right: none;
  }
}

.news-item:nth-last-child(1) {
  border-bottom: 1px solid #CFCFD1;
}

.news-item:nth-last-child(2) {
  border-bottom: 1px solid #CFCFD1;
}

@media (max-width: 1024px) {
  .news-item:nth-last-child(2) {
    border-bottom: none;
  }
}

.news-item:nth-last-child(3) {
  border-bottom: 1px solid #CFCFD1;
}

@media (max-width: 1024px) {
  .news-item:nth-last-child(3) {
    border-bottom: none;
  }
}

.news-date {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.2rem;
  color: #222;
  margin-bottom: 8px;
  font-style: italic;
}

@media (max-width: 1024px) {
  .news-date {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
}

.news-tag,
.news-tag a {
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  color: #092267;
  margin-bottom: 20px;
  font-style: italic;
}

@media (max-width: 1024px) {
  .news-tag,
  .news-tag a {
    margin-bottom: 12px;
  }
}

.news-item-title {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  color: #222;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .news-item-title {
    font-size: 1.3rem;
  }
}

.common-h1-wrapper {
  width: 100%;
  height: auto;
  border-top: 1px solid #CFCFD1;
  border-bottom: 1px solid #CFCFD1;
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .common-h1-wrapper {
    margin-top: 80px;
  }
}

.common-h1-container {
  width: 90%;
  margin: 0 auto;
  padding: 64px 0;
}

@media (max-width: 1024px) {
  .common-h1-container {
    padding: 48px 0;
  }
}

.underlayer-common-h1 {
  font-size: 3.5rem;
  font-weight: 300;
  color: #222;
}

@media (max-width: 1024px) {
  .underlayer-common-h1 {
    font-size: 2.5rem;
  }
}

.company-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.company-info-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
}

.company-info-item {
  border-top: 1px solid #CFCFD1;
  padding: 24px 16px;
}

.company-info-item:last-child {
  border-bottom: 1px solid #CFCFD1;
}

.article-wrapper {
  width: 80%;
  height: auto;
  min-height: 70vh;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .article-wrapper {
    width: 90%;
  }
}

.article-contents {
  padding: 120px 0;
}

@media (max-width: 1024px) {
  .article-contents {
    padding: 64px 0;
  }
}

.article-contents p {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  color: #222;
}

.article-contents img {
  width: 100%;
  height: auto;
}

.article-return-button {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .article-return-button {
    margin-top: 0;
  }
}

.casestudy-list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .casestudy-list {
    display: block;
  }
}

.casestudy-item {
  width: 31%;
  height: auto;
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .casestudy-item {
    width: 100%;
    height: auto;
    margin-bottom: 64px;
  }
}

.casestudy-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin-bottom: 16px;
}

.casestudy-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
}

.casestudy-item-title {
  font-size: 3.2rem;
  letter-spacing: 0.01rem;
  line-height: 1.2;
}

.casestudy-tag,
.casestudy-tag a {
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  color: #092267;
  margin-bottom: 6px;
  font-style: italic;
}

@media (max-width: 1024px) {
  .casestudy-tag,
  .casestudy-tag a {
    margin-bottom: 12px;
  }
}

#logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: #000;
}

@media (max-width: 768px) {
  #logo_loader {
    height: -webkit-fill-available;
  }
}

#logo_loader .f_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 100px;
  text-align: center;
  opacity: 0;
  -webkit-animation: logoFade 3s;
          animation: logoFade 3s;
}

@media (max-width: 768px) {
  #logo_loader .f_logo {
    width: 60px;
    height: 100px;
  }
}

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

@keyframes logoFade {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#logo_loader .f_logo img {
  width: 100%;
  height: auto;
}

#logo_loader .f_logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-animation: loadLogo 1.2s;
          animation: loadLogo 1.2s;
}

@-webkit-keyframes loadLogo {
  0% {
    left: 0;
  }
  70% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes loadLogo {
  0% {
    left: 0;
  }
  70% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

#logo_loader .f_logo:before {
  -webkit-animation: loadLogo 1.5s;
          animation: loadLogo 1.5s;
}

#logo_loader.open {
  opacity: 1;
  -webkit-animation-name: slideOut;
          animation-name: slideOut;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes slideOut {
  0% {
    opacity: 1;
    display: block;
  }
  40% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes slideOut {
  0% {
    opacity: 1;
    display: block;
  }
  40% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.header {
  mix-blend-mode: exclusion;
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 9999;
}

.header .header-container {
  width: 95%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 30px 0 20px 0;
}

@media (max-width: 1024px) {
  .header .header-container {
    padding: 15px 0 15px 0;
  }
}

.header .header-logo {
  width: 80px;
  height: auto;
}

@media (max-width: 768px) {
  .header .header-logo {
    width: 60px;
  }
}

.header .header-logo svg {
  width: 100%;
  height: auto;
}

.header .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .header .header-list {
    display: block;
  }
}

.header .header-item {
  display: block;
  height: auto;
}

@media (max-width: 1024px) {
  .header .header-item {
    display: none;
  }
}

.header .header-item a {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.01em;
  font-weight: 300;
  padding: 10px 15px;
  -webkit-transition: .2s;
  transition: .2s;
}

.header .header-item a:hover {
  color: #898989;
}

#soho_logo {
  fill: #fff;
}

body.nav-active #soho_logo {
  fill: #fff;
}

body.nav-active .header-item a {
  color: #fff;
}

body.nav-active .header-container {
  border-bottom: 0.5px solid #fff;
}

.menu-icon {
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-left: 25px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  right: 3%;
}

@media (max-width: 600px) {
  .menu-icon {
    height: 35px;
    width: 35px;
  }
}

.menu-icon__line {
  position: relative;
  left: 0;
  top: 16px;
  height: 1px;
  width: 40px;
  display: block;
  background-color: #fff;
  margin-bottom: 6px;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease;
  z-index: 9999;
}

@media (max-width: 600px) {
  .menu-icon__line {
    width: 35px;
  }
}

body.nav-active .menu-icon__line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
  background-color: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

body.nav-active .menu-icon__line:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  background-color: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.nav {
  position: fixed;
  z-index: 5000;
  width: 100%;
  height: auto;
}

.nav-hidden {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  visibility: hidden;
}

.nav:before,
.nav:after {
  content: "";
  position: fixed;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background: #000;
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(0%) translateY(-100%);
          transform: translateX(0%) translateY(-100%);
}

.nav:after {
  background: #222;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav:before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.nav__content {
  position: fixed;
  width: 80%;
  height: 100vh;
  margin: 0 auto 0 3%;
  padding: 0 0 2% 0;
}

@media (max-width: 1024px) {
  .nav__content {
    width: 85%;
    margin: 30px auto 0 3%;
  }
}

.nav__list {
  width: 100%;
  height: 100vh;
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: scroll;
  margin-top: 20vh;
}

@media (max-width: 1024px) {
  .nav__list {
    margin-top: 10vh;
  }
}

.nav__list-item {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 80%;
  position: relative;
  z-index: 1;
  padding: 1.5% 1%;
  text-align: left;
  border-top: solid 0.5px rgba(255, 255, 255, 0.2);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8fr 0.5fr;
      grid-template-columns: 8fr 0.5fr;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  overflow: scroll;
}

@media (max-width: 1024px) {
  .nav__list-item {
    padding: 3% 1%;
    width: 100%;
  }
}

.nav__list-item:nth-child(4) {
  border-bottom: solid 0.5px rgba(255, 255, 255, 0.2);
}

.nav__list-item:hover .index-title {
  color: #898989;
}

.nav__list-item:hover:after {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

.nav__list-item:hover .nav-number {
  color: #898989;
}

.nav__list-item:hover .nav-title {
  color: #898989;
}

.nav__list-item:hover:after {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

.nav__list-item:hover .index-number {
  color: #898989;
}

.nav__list-item:after {
  content: "";
  width: 40px;
  height: 40px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/icon/arrow_wh.svg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .nav__list-item:after {
    width: 30px;
    height: 30px;
  }
}

.nav-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-number {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-right: 2px;
  line-height: 1;
  color: #fff;
}

@media (max-width: 600px) {
  .nav-number {
    font-size: 1.2rem;
  }
}

.nav-title {
  font-size: 3.5vw;
  line-height: 1;
  font-weight: 300;
  padding: 2% 2% 1% 2%;
  color: #fff;
}

@media (max-width: 1024px) {
  .nav-title {
    font-size: 8vw;
    padding: 8% 0% 7% 3%;
  }
}

@media (min-width: 1680px) {
  .nav-title {
    font-size: 4.5vw;
  }
}

@media (max-width: 1024px) {
  .nav-title {
    font-size: 7vw;
    padding: 5% 0% 5% 3%;
  }
}

body.nav-active .nav {
  visibility: visible;
}

body.nav-active .nav:before,
body.nav-active .nav:after {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}

body.nav-active .nav:after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

body.nav-active .nav:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity 0.5s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.5s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.5s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.5s ease, transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}

body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

body.nav-active .nav__list-item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.footer {
  width: 100%;
  border-top: solid 0.5px rgba(255, 255, 255, 0.2);
  background-color: #000;
}

.footer-container {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}

.footer-container-left {
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .footer-container-left {
    width: 100%;
  }
}

.footer-container-right {
  width: 100%;
  height: auto;
  position: relative;
}

@media (max-width: 600px) {
  .footer-container-right {
    width: 100%;
  }
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .footer-list {
    display: block;
  }
}

.footer-item a {
  padding: 0 3em 0 0;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  color: #fff;
}

@media (max-width: 1024px) {
  .footer-item a {
    padding: 0 0 0.5em 0;
  }
}

.footer-title {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
}

.footer-sns-list {
  width: 20%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 1024px) {
  .footer-sns-list {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .footer-sns-list {
    width: 60%;
  }
}

.footer-sns-item {
  width: 23px;
  height: auto;
}

.footer-sns-item img {
  width: 100%;
  height: auto;
}

.section-cv {
  width: 100%;
  height: auto;
  text-align: left;
  background-color: #000;
}

.section-cv-inner {
  width: 90%;
  margin: 0 auto;
  height: auto;
  padding: 140px 0 80px 0;
}

@media (max-width: 768px) {
  .section-cv-inner {
    width: 90%;
    padding: 60px 0;
  }
}

.section-cv-inner .common-tag-large {
  color: #fff;
}

.cv-title-h3 {
  font-size: 4vw;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

@media (max-width: 1024px) {
  .cv-title-h3 {
    font-size: 6vw;
  }
}

@media (max-width: 600px) {
  .cv-title-h3 {
    font-size: 6.5vw;
  }
}

.cv-title-h3 a {
  color: #fff;
}

.cv-title-h3-mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .cv-title-h3-mail a {
    margin-bottom: 24px;
  }
}

.cv-title-h3-mail a:after {
  content: "";
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/icon/arrow_wh.svg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 0 10px 10px;
}

@media (max-width: 1024px) {
  .cv-title-h3-mail a:after {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .cv-title-h3-mail a:after {
    width: 20px;
    height: 20px;
  }
}

.cv-title-h3-mail a:hover:after {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

#cursor {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: none;
  position: fixed;
  top: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 6000;
  -webkit-transition: width .3s, height .3s, top .3s, left .3s;
  transition: width .3s, height .3s, top .3s, left .3s;
  mix-blend-mode: difference;
}

#cursor.hov_ {
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: rgba(114, 114, 114, 0.75);
}

@media (max-width: 768px) {
  #cursor {
    display: none;
  }
}

#stalker {
  pointer-events: none;
  position: fixed;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-transition: top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
  transition: top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 6000;
  mix-blend-mode: difference;
}

#stalker.hov_ {
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  -webkit-transition: .5s;
  transition: .5s;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

@media (max-width: 768px) {
  #stalker {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */