@charset "UTF-8";
/* !!------------------------------------ */
/* !! 共通 */
/* !!------------------------------------ */
a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
  color: inherit;
  outline: none; }

div, 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, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent; }

img {
  vertical-align: bottom; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
  line-height: 1; }

iframe {
  max-width: 100% !important; }

alabel {
  cursor: pointer; }

blockquote {
  padding: 0;
  margin: 0;
  display: block; }

address, em {
  font-style: normal; }

hr {
  border: 0;
  margin: 0;
  padding: 0; }

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none; }

button, select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none; }

table {
  border-collapse: collapse; }

*:before, *:after {
  padding: 0;
  margin: 0;
  line-height: 1; }

::selection {
  color: #fff;
  background: #a216ff; }

::-moz-selection {
  color: #fff;
  background: #a216ff; }

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

html {
  min-height: 100%;
  font-size: 10px;
  visibility: hidden; }

html.wf-active {
  visibility: visible; }

body {
  width: 100%;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #EFEFEF;
  font-family: iroha-26tubaki-stdn, sans-serif;
  font-style: normal;
  vertical-align: baseline;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #000;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative; }
  body.fixed {
    overflow: hidden; }
  @media screen and (max-width: 767px) {
    body {
      min-width: inherit; } }

.cursor,
.follower {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none; }

.cursor {
  z-index: 1001;
  width: 8px;
  height: 8px;
  background-color: #000; }
  @media screen and (max-width: 767px) {
    .cursor {
      display: none; } }

.follower {
  z-index: 1000;
  width: 40px;
  height: 40px;
  background-color: rgba(253, 254, 0, 0.5);
  transition: transform linear 0.2s, width ease 0.1s, height ease 0.1s; }
  @media screen and (max-width: 767px) {
    .follower {
      display: none; } }
  .follower.is-active {
    width: 120px;
    height: 120px; }

.pc {
  display: block !important; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block !important; } }

.inner {
  max-width: 73.2064421669vw;
  margin: 0 auto;
  padding: 0 3.6603221083vw;
  position: relative; }
  @media screen and (max-width: 767px) {
    .inner {
      max-width: 100%;
      padding: 0; } }

img {
  width: 100%;
  height: auto; }

.container {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1; }

section {
  padding: 5.4904831625vw 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    section {
      padding: 12.8205128205vw 0; } }

.wrap {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .wrap {
      flex-direction: column; } }

.en-font {
  font-family: noka, sans-serif;
  font-weight: 500;
  font-style: normal; }
  .en-font.bold {
    font-weight: bold;
    font-weight: 600; }

.ttl-h2 {
  font-size: 2.9282576867vw;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 3.6603221083vw; }
  @media screen and (max-width: 767px) {
    .ttl-h2 {
      font-size: 10.2564102564vw;
      margin-bottom: 12.8205128205vw; } }
  .ttl-h2:after {
    content: "";
    width: 0.7320644217vw;
    height: 0.7320644217vw;
    background: #666;
    border-radius: 50%;
    display: block;
    margin: 1.4641288433vw auto 0; }
    @media screen and (max-width: 767px) {
      .ttl-h2:after {
        width: 2.5641025641vw;
        height: 2.5641025641vw;
        margin-top: 5.1282051282vw; } }

.lead-txt {
  font-size: 1.1713030747vw;
  line-height: 2.2;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lead-txt {
      font-size: 3.5897435897vw;
      line-height: 2; } }

.reversal {
  display: inline-block;
  transform: scale(-1, 1); }

.ttl-h3 {
  font-size: 1.9033674963vw;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 5.8565153734vw 0 3.6603221083vw; }
  @media screen and (max-width: 767px) {
    .ttl-h3 {
      font-size: 6.6666666667vw;
      margin: 20.5128205128vw 0 12.8205128205vw; } }

/* !!------------------------------------ */
/* !! 画面遷移 */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a216ff;
  z-index: 9999999;
  text-align: center;
  color: #fff; }

#splash-logo {
  font-size: 1.0248901903vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/*画面遷移アニメーション*/
.splashbg {
  display: none; }

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleY(0);
  background-color: #a216ff;
  /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

@keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0); }
  50% {
    transform-origin: top;
    transform: scaleY(1); }
  50.001% {
    transform-origin: bottom; }
  100% {
    transform-origin: bottom;
    transform: scaleY(0); } }
/*画面遷移の後現れるコンテンツ設定*/
.container {
  opacity: 0;
  /*はじめは透過0に*/ }

/*bodyにappearクラスがついたら出現*/
body.appear .container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes PageAnimeAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Loadingバー中央配置　*/
#splash_text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 10%;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 767px) {
    #splash_text {
      width: 20%; } }

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 0.0732064422vw; }
  @media screen and (max-width: 767px) {
    #splash_text svg {
      height: 0.2564102564vw; } }

.progressbar-text {
  font-size: 1.1713030747vw;
  margin: -1.4641288433vw 0 0; }
  @media screen and (max-width: 767px) {
    .progressbar-text {
      font-size: 4.1025641026vw;
      margin-top: -5.1282051282vw;
      white-space: nowrap; } }

/* !!------------------------------------ */
/* !! header */
.header {
  width: 100%;
  height: 8.0527086384vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .header {
      height: 20.5128205128vw; } }
  .header .logo {
    width: 4.1727672035vw;
    height: 3.6603221083vw;
    position: absolute;
    top: 2.196193265vw;
    left: 3.6603221083vw;
    animation: katakata 6s infinite ease-in-out alternate; }
    @media screen and (max-width: 767px) {
      .header .logo {
        width: 14.6153846154vw;
        height: 12.8205128205vw;
        top: 3.8461538462vw;
        left: 7.6923076923vw; } }
  @media screen and (max-width: 767px) {
    .header .nav {
      width: 100%;
      height: 100vh;
      background: #a216ff;
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .header .gnav-list {
      height: 100%;
      flex-direction: column;
      position: relative;
      top: -12.8205128205vw; }
    .header .gnav-list-item a {
      font-size: 10.2564102564vw;
      padding: 5.1282051282vw; } }

.gnav-list {
  display: flex;
  align-items: center;
  justify-content: center; }

.gnav-list-item {
  display: flex;
  align-items: center;
  justify-content: center; }
  .gnav-list-item a {
    font-size: 1.1713030747vw;
    font-family: noka, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.3em;
    color: #fff;
    padding: 1.8301610542vw; }
    .gnav-list-item a.none {
      color: #efefef;
      text-decoration: line-through;
      pointer-events: none;
      opacity: 0.3; }
    .gnav-list-item a:hover {
      color: #a216ff; }
      @media screen and (max-width: 767px) {
        .gnav-list-item a:hover {
          color: #fff; } }

@media screen and (max-width: 767px) {
  .btn-hbg {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    position: absolute;
    top: 3.8461538462vw;
    right: 5.1282051282vw; }
    .btn-hbg span {
      width: 6.4102564103vw;
      height: 0.2564102564vw;
      background: #EFEFEF;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .btn-hbg span:before, .btn-hbg span:after {
        content: "";
        width: 100%;
        height: 0.2564102564vw;
        background: #EFEFEF;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      .btn-hbg span:before {
        top: -2.3076923077vw; }
      .btn-hbg span:after {
        bottom: -2.3076923077vw; }
    .btn-hbg.on span {
      background: transparent; }
      .btn-hbg.on span:before {
        top: 50%;
        transform: translate(-50%, -50%) rotate(135deg); }
      .btn-hbg.on span:after {
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%) rotate(-135deg); } }
/* !!------------------------------------ */
/* !! KV */
.kv-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0; }
  .kv-section picture {
    width: 100%; }
  .kv-section .ttl-h1 {
    width: 32.9428989751vw;
    height: 14.494875549vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: 4.0263543192vw; }
    @media screen and (max-width: 767px) {
      .kv-section .ttl-h1 {
        width: 33.3333333333vw;
        height: 75.641025641vw;
        top: -7.6923076923vw; } }
    .kv-section .ttl-h1:before {
      content: "";
      width: 9.0043923865vw;
      height: 7.906295754vw;
      background-image: url(../img/logo-type.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      top: -7.906295754vw;
      right: 6.2957540264vw;
      animation: katakata 6s infinite ease-in-out alternate; }
      @media screen and (max-width: 767px) {
        .kv-section .ttl-h1:before {
          width: 22.0512820513vw;
          height: 19.4871794872vw;
          top: -15.641025641vw;
          right: 0; } }
  .kv-section .en-font {
    font-size: 1.4641288433vw;
    color: #666;
    text-align: center;
    margin-top: 7.3206442167vw; }
    @media screen and (max-width: 767px) {
      .kv-section .en-font {
        font-size: 3.0769230769vw;
        margin-top: 7.6923076923vw;
        position: relative;
        top: -7.6923076923vw; } }
  .kv-section .scroll {
    height: 4.39238653vw;
    font-size: 0.7320644217vw;
    letter-spacing: 0.3em;
    margin-top: 0;
    position: absolute;
    bottom: 2.196193265vw;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .kv-section .scroll {
        height: 30.7692307692vw;
        font-size: 2.5641025641vw;
        text-align: left;
        top: auto;
        right: 10.2564102564vw;
        bottom: 17.9487179487vw;
        left: auto;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl; } }
    .kv-section .scroll:before {
      content: "";
      width: 0.0732064422vw;
      height: 2.9282576867vw;
      display: block;
      margin: 0.7320644217vw auto 0;
      background: #333;
      position: absolute;
      top: 0.7320644217vw;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .kv-section .scroll:before {
          width: 0.2564102564vw;
          height: 13.8461538462vw;
          margin-top: 2.5641025641vw;
          top: 15.3846153846vw; } }
    .kv-section .scroll:after {
      content: "";
      width: 0.0732064422vw;
      height: 2.9282576867vw;
      display: block;
      margin: 0.7320644217vw auto 0;
      background: #EFEFEF;
      animation: pathmove 1.4s ease-in-out infinite;
      opacity: 0;
      position: absolute;
      top: 0.7320644217vw;
      left: 50%;
      transform: translate(-50%, 0); }
      @media screen and (max-width: 767px) {
        .kv-section .scroll:after {
          width: 0.2564102564vw;
          height: 13.8461538462vw;
          margin-top: 2.5641025641vw;
          top: 15.3846153846vw;
          animation: pathmovesp 1.4s ease-in-out infinite; } }

@keyframes pathmove {
  0% {
    height: 0;
    top: 0.7320644217vw;
    opacity: 0; }
  30% {
    height: 2.9282576867vw;
    opacity: 1; }
  100% {
    height: 0;
    top: 5.8565153734vw;
    opacity: 0; } }
@keyframes pathmovesp {
  0% {
    height: 0;
    top: 15.3846153846vw;
    opacity: 0; }
  30% {
    height: 22.5641025641vw;
    opacity: 1; }
  100% {
    height: 0;
    top: 27.6923076923vw;
    opacity: 0; } }
.sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 7.3206442167vw;
  bottom: 2.5622254758vw;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .sns-list {
      right: 7.6923076923vw;
      bottom: 7.6923076923vw; } }

.sns-list-item a {
  font-size: 1.0248901903vw;
  padding: 1.0980966325vw; }
  @media screen and (max-width: 767px) {
    .sns-list-item a {
      font-size: 3.5897435897vw;
      padding: 3.8461538462vw; } }
  .sns-list-item a:hover {
    color: #a216ff; }
    @media screen and (max-width: 767px) {
      .sns-list-item a:hover {
        color: #fff; } }

.btn-contact-wrap {
  width: 13.9092240117vw;
  height: 13.9092240117vw;
  font-size: 1.0248901903vw;
  color: #a216ff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: fixed;
  bottom: 2.5622254758vw;
  left: 3.6603221083vw;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .btn-contact-wrap {
      width: 41.0256410256vw;
      height: 41.0256410256vw;
      font-size: 3.0769230769vw;
      bottom: 5.1282051282vw;
      left: 5.1282051282vw; } }
  .btn-contact-wrap .inner {
    width: 1em;
    height: 1em;
    max-width: initial;
    padding: 0;
    border-radius: 50%;
    animation: rotateAnim 20s linear infinite;
    position: absolute; }
    .btn-contact-wrap .inner:hover {
      animation-play-state: paused; }
  .btn-contact-wrap span {
    position: absolute;
    inset: 0; }
  .btn-contact-wrap a {
    width: 100%;
    height: 100%;
    font-size: 1.0248901903vw;
    color: #a216ff;
    letter-spacing: 0.3em;
    text-stroke: 0.0366032211vw #a216ff;
    -webkit-text-stroke: 0.0366032211vw #a216ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .btn-contact-wrap a {
        font-size: 3.0769230769vw; } }
    .btn-contact-wrap a:before {
      content: "";
      width: 9.8828696925vw;
      height: 9.8828696925vw;
      border: 0.1464128843vw solid #a216ff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      @media screen and (max-width: 767px) {
        .btn-contact-wrap a:before {
          width: 28.2051282051vw;
          height: 28.2051282051vw;
          border-width: 0.5128205128vw; } }
    .btn-contact-wrap a:hover {
      color: #a216ff;
      text-stroke: 0.0366032211vw #fff;
      -webkit-text-stroke: 0.0366032211vw #fff; }
      @media screen and (max-width: 767px) {
        .btn-contact-wrap a:hover {
          text-stroke-color: #a216ff;
          -webkit-text-stroke-color: #a216ff; } }
      .btn-contact-wrap a:hover:before {
        background: #a216ff; }
        @media screen and (max-width: 767px) {
          .btn-contact-wrap a:hover:before {
            background: none; } }
  .btn-contact-wrap.on {
    color: #fff; }
    .btn-contact-wrap.on a {
      color: #fff;
      text-stroke: 0.0366032211vw #fff;
      -webkit-text-stroke: 0.0366032211vw #fff; }
      .btn-contact-wrap.on a:before {
        border-color: #fff; }
      .btn-contact-wrap.on a:hover {
        border-color: #fff; }
    .btn-contact-wrap.on:hover {
      color: #fff;
      text-stroke: 0.1282051282vw #a216ff;
      -webkit-text-stroke: 0.1282051282vw #a216ff; }
      .btn-contact-wrap.on:hover:before {
        background: #fff; }

@keyframes rotateAnim {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
/* !!------------------------------------ */
/* !! ABOUT */
.about-section {
  padding-top: 14.6412884334vw; }
  @media screen and (max-width: 767px) {
    .about-section {
      padding-top: 12.8205128205vw; } }
  .about-section .service-list {
    width: 46.8521229868vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .about-section .service-list {
        width: 64.1025641026vw; } }
  .about-section .service-list-item {
    height: 8.0527086384vw;
    flex-basis: 7.3206442167vw;
    max-width: 7.3206442167vw;
    font-size: 1.1713030747vw;
    text-align: center;
    margin-right: 5.8565153734vw;
    position: relative; }
    .about-section .service-list-item:nth-child(4n), .about-section .service-list-item:last-child {
      margin-right: 0; }
    .about-section .service-list-item:nth-child(n + 5) {
      margin-top: 3.6603221083vw; }
      @media screen and (max-width: 767px) {
        .about-section .service-list-item:nth-child(n + 5) {
          margin-top: 12.8205128205vw; } }
    @media screen and (max-width: 767px) {
      .about-section .service-list-item {
        height: 28.2051282051vw;
        flex-basis: 25.641025641vw;
        max-width: 25.641025641vw;
        font-size: 3.5897435897vw;
        margin-right: 12.8205128205vw; }
        .about-section .service-list-item:nth-child(2n) {
          margin-right: 0; }
        .about-section .service-list-item:nth-child(n + 3) {
          margin-top: 12.8205128205vw; } }
    .about-section .service-list-item .img-wrap {
      height: 5.8565153734vw;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .about-section .service-list-item .img-wrap {
          height: 20.5128205128vw;
          border-width: 0.2564102564vw; } }
    .about-section .service-list-item .txt {
      white-space: nowrap;
      transform: translateX(-50%);
      position: absolute;
      bottom: 0;
      left: 50%; }
    .about-section .service-list-item img {
      width: auto;
      height: 2.9282576867vw; }
      @media screen and (max-width: 767px) {
        .about-section .service-list-item img {
          height: 10.2564102564vw; } }

/* !!------------------------------------ */
/* !! PROFILE */
.profile-section .name-txt {
  font-size: 1.4641288433vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.196193265vw; }
  @media screen and (max-width: 767px) {
    .profile-section .name-txt {
      font-size: 4.6153846154vw;
      margin-bottom: 7.6923076923vw; } }
  .profile-section .name-txt .en-font {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2.196193265vw; }
    @media screen and (max-width: 767px) {
      .profile-section .name-txt .en-font {
        margin-left: 5.1282051282vw; } }
    .profile-section .name-txt .en-font:before {
      content: "";
      width: 0.0732064422vw;
      height: 1.4641288433vw;
      background: #666;
      margin-right: 2.196193265vw; }
      @media screen and (max-width: 767px) {
        .profile-section .name-txt .en-font:before {
          width: 0.2564102564vw;
          height: 5.1282051282vw;
          margin-right: 5.1282051282vw; } }
.profile-section .position-txt {
  font-size: 1.1713030747vw;
  text-align: center;
  margin-bottom: 3.6603221083vw; }
  @media screen and (max-width: 767px) {
    .profile-section .position-txt {
      font-size: 3.5897435897vw;
      margin-bottom: 12.8205128205vw; } }
.profile-section .wrap {
  text-align: center;
  display: block; }
.profile-section .policy-list {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  counter-reset: number 0; }
  @media screen and (max-width: 767px) {
    .profile-section .policy-list {
      padding: 0 7.6923076923vw; } }
  .profile-section .policy-list .lead-txt {
    text-align: left; }
    @media screen and (max-width: 767px) {
      .profile-section .policy-list .lead-txt {
        line-height: 1.86;
        text-align: justify;
        display: flex;
        align-items: baseline;
        margin-bottom: 7.6923076923vw; }
        .profile-section .policy-list .lead-txt:last-child {
          margin-bottom: 0; } }
    .profile-section .policy-list .lead-txt:before {
      counter-increment: number 1;
      content: "0" counter(number) ".";
      color: #666;
      margin-right: 1.4641288433vw; }
      @media screen and (max-width: 767px) {
        .profile-section .policy-list .lead-txt:before {
          margin-right: 3.8461538462vw;
          white-space: nowrap; } }

/* !!------------------------------------ */
/* !! WORKS */
.worsk-section {
  padding-bottom: 0;
  opacity: 0.3;
  cursor: not-allowed; }
  .worsk-section .ttl-h2 {
    color: #efefef;
    text-decoration: line-through; }
  .worsk-section .works-list {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .worsk-section .works-list {
        flex-direction: column; } }
  .worsk-section .works-list-item {
    flex-basis: 21.9619326501vw;
    max-width: 21.9619326501vw;
    margin-right: 2.196193265vw; }
    .worsk-section .works-list-item:nth-child(4n), .worsk-section .works-list-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .worsk-section .works-list-item {
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 0 12.8205128205vw; }
        .worsk-section .works-list-item:last-child {
          margin-bottom: 0; } }
  .worsk-section .img-wrap {
    width: 21.9619326501vw;
    height: 14.6412884334vw;
    background: #666; }
    @media screen and (max-width: 767px) {
      .worsk-section .img-wrap {
        width: 76.9230769231vw;
        height: 51.2820512821vw; } }
  .worsk-section .txt {
    font-size: 0.878477306vw;
    line-height: 1.67;
    margin-top: 1.4641288433vw; }
    @media screen and (max-width: 767px) {
      .worsk-section .txt {
        font-size: 3.0769230769vw;
        margin-top: 5.1282051282vw; } }

/* !!------------------------------------ */
/* !! CONTACT */
.contact-section {
  width: 100%;
  height: 21.9619326501vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14.6412884334vw;
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .contact-section {
      height: 64.1025641026vw;
      margin-top: 38.4615384615vw; } }
  .contact-section .scroll {
    width: 0.0732064422vw;
    height: 7.3206442167vw;
    position: absolute;
    top: -3.6603221083vw;
    left: 50%;
    z-index: 1;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .contact-section .scroll {
        width: 0.2564102564vw;
        height: 25.641025641vw;
        top: -12.8205128205vw; } }
    .contact-section .scroll:before {
      content: "";
      width: 0.0732064422vw;
      height: 7.3206442167vw;
      background: rgba(239, 239, 239, 0.3);
      position: absolute;
      top: 0;
      left: 50%; }
      @media screen and (max-width: 767px) {
        .contact-section .scroll:before {
          width: 0.2564102564vw;
          height: 25.641025641vw; } }
    .contact-section .scroll:after {
      content: "";
      width: 0.0732064422vw;
      height: 7.3206442167vw;
      background: #EFEFEF;
      animation: pathmove2 1.4s ease-in-out infinite;
      opacity: 0;
      position: absolute;
      top: -3.6603221083vw;
      left: 50%; }
      @media screen and (max-width: 767px) {
        .contact-section .scroll:after {
          width: 0.2564102564vw;
          height: 25.641025641vw;
          margin-top: 2.5641025641vw;
          top: -12.8205128205vw;
          animation: pathmove2sp 1.4s ease-in-out infinite; } }
  .contact-section a {
    width: 100%;
    height: 100%;
    background: #4D0D77;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .contact-section a .en-font {
      font-size: 2.9282576867vw;
      color: #EFEFEF;
      letter-spacing: 0.3em;
      text-stroke: 0.0732064422vw #EFEFEF;
      -webkit-text-stroke: 0.0732064422vw #EFEFEF;
      opacity: 0.3;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      @media screen and (max-width: 767px) {
        .contact-section a .en-font {
          font-size: 7.6923076923vw;
          text-stroke-width: 0.2564102564vw;
          -webkit-text-stroke-width: 0.2564102564vw; } }
    .contact-section a:hover {
      background: #a216ff; }
      .contact-section a:hover .en-font {
        color: transparent; }

@keyframes pathmove2 {
  0% {
    height: 0;
    top: -3.6603221083vw;
    opacity: 0; }
  30% {
    height: 7.3206442167vw;
    opacity: 1; }
  100% {
    height: 0;
    top: 7.3206442167vw;
    opacity: 0; } }
@keyframes pathmove2sp {
  0% {
    height: 0;
    top: -12.8205128205vw;
    opacity: 0; }
  30% {
    height: 25.641025641vw;
    opacity: 1; }
  100% {
    height: 0;
    top: 25.641025641vw;
    opacity: 0; } }
.top-end {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5.4904831625vw 0;
  overflow: hidden;
  transition: background-color 0.7s ease-out; }
  @media screen and (max-width: 767px) {
    .top-end {
      margin: 12.8205128205vw 0; } }
  .top-end .en-font {
    font-size: 13.17715959vw;
    font-weight: bold;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .top-end .en-font {
        font-size: 12.8205128205vw; } }
  .top-end.is-active {
    background: #a216ff;
    color: #fff; }

/* !!------------------------------------ */
/* !! footer */
.footer {
  padding: 1.8301610542vw 0 3.6603221083vw; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 8.9743589744vw 0 51.2820512821vw; }
      .footer .nav {
        display: block !important; }
      .footer .gnav-list {
        flex-direction: column; }
      .footer .gnav-list-item a {
        font-size: 3.5897435897vw;
        padding: 3.8461538462vw 0; } }
  .footer .copylight {
    font-size: 0.878477306vw;
    line-height: 1.4;
    color: #666;
    text-align: center;
    padding-top: 1.8301610542vw; }
    @media screen and (max-width: 767px) {
      .footer .copylight {
        font-size: 3.0769230769vw;
        padding-top: 12.8205128205vw; } }

.line-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  .line-wrap .item-line {
    flex-basis: calc(100% / 8);
    max-width: calc(100% / 8);
    height: 100%;
    border-right: 0.0732064422vw solid #111; }
    .line-wrap .item-line:last-of-type {
      border-right: none; }
    @media screen and (max-width: 767px) {
      .line-wrap .item-line {
        flex-basis: calc(100% / 4);
        max-width: calc(100% / 4);
        border-width: 0.2564102564vw; }
        .line-wrap .item-line:nth-of-type(4) {
          border-right: none; } }

/* !!------------------------------------ */
/* !! ポートフォリオ */
.page .portfolio-section {
  padding: 10.980966325vw 0; }
  @media screen and (max-width: 767px) {
    .page .portfolio-section {
      padding: 25.641025641vw 0; } }
.page .ttl-h2 {
  margin-bottom: 7.3206442167vw; }
  @media screen and (max-width: 767px) {
    .page .ttl-h2 {
      margin-bottom: 12.8205128205vw; } }
.page .portfolio-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3.6603221083vw; }
  @media screen and (max-width: 767px) {
    .page .portfolio-list {
      flex-direction: column;
      padding: 0 7.6923076923vw; } }
.page .portfolio-list-item {
  flex-basis: calc((100% - (3.6603221083vw * 3))/4);
  margin-right: 3.6603221083vw; }
  @media screen and (max-width: 767px) {
    .page .portfolio-list-item {
      flex-basis: 100%;
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 7.6923076923vw; } }
  .page .portfolio-list-item:nth-child(4n), .page .portfolio-list-item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .page .portfolio-list-item:nth-child(4n) {
      margin-bottom: 7.6923076923vw; }
    .page .portfolio-list-item:last-child {
      margin-bottom: 0; } }
  .page .portfolio-list-item:nth-child(n + 5) {
    margin-top: 3.6603221083vw; }
    @media screen and (max-width: 767px) {
      .page .portfolio-list-item:nth-child(n + 5) {
        margin-top: 0; } }
  .page .portfolio-list-item a {
    width: 100%;
    height: 100%;
    display: block; }
    .page .portfolio-list-item a:hover .img-wrap img {
      filter: none;
      -webkit-filter: none;
      -moz-filter: none;
      -o-filter: none;
      -ms-filter: none;
      transform: scale(1.1); }
  .page .portfolio-list-item .img-wrap {
    overflow: hidden; }
    .page .portfolio-list-item .img-wrap img {
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s; }
  .page .portfolio-list-item p {
    font-size: 0.878477306vw;
    line-height: 1.67;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .page .portfolio-list-item p {
        font-size: 3.5897435897vw; } }
    .page .portfolio-list-item p.ttl {
      font-family: noka, iroha-26tubaki-stdn, sans-serif;
      margin-top: 1.4641288433vw; }
      @media screen and (max-width: 767px) {
        .page .portfolio-list-item p.ttl {
          margin-top: 5.1282051282vw; } }
  .page .portfolio-list-item .pass-list {
    display: flex;
    align-items: center;
    margin-top: 0.7320644217vw; }
    @media screen and (max-width: 767px) {
      .page .portfolio-list-item .pass-list {
        margin-top: 10px; } }
  .page .portfolio-list-item .pass-list-item {
    font-size: 0.878477306vw;
    margin-right: 1em; }
    @media screen and (max-width: 767px) {
      .page .portfolio-list-item .pass-list-item {
        font-size: 3.5897435897vw; } }
    .page .portfolio-list-item .pass-list-item:before {
      margin-right: 0.5em; }
    .page .portfolio-list-item .pass-list-item:first-child:before {
      content: "ID :"; }
    .page .portfolio-list-item .pass-list-item:last-child {
      margin-right: 0; }
      .page .portfolio-list-item .pass-list-item:last-child:before {
        content: "PASS :"; }
  .page .portfolio-list-item .tag-list {
    font-size: 0.7320644217vw;
    line-height: 1;
    font-family: noka, sans-serif;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.7320644217vw; }
    @media screen and (max-width: 767px) {
      .page .portfolio-list-item .tag-list {
        font-size: 3.0769230769vw;
        margin-top: 2.5641025641vw; } }
  .page .portfolio-list-item .tag-list-item {
    line-height: 2;
    display: flex;
    align-items: center;
    margin-right: 1em; }
    .page .portfolio-list-item .tag-list-item:before {
      content: "#"; }
    .page .portfolio-list-item .tag-list-item:last-child {
      margin-right: 0; }
.page .footer {
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    .page .footer {
      padding-bottom: 12.8205128205vw; } }
  .page .footer .copylight {
    padding-top: 0; }

/* !!------------------------------------ */
/* !! アニメーション */
@keyframes katakata {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1; }
  21% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1; }
  22% {
    transform: translate(0, 0) rotate(-3deg);
    opacity: 1; }
  23% {
    transform: translate(0, -1px) rotate(0deg);
    opacity: 1; }
  24% {
    transform: translate(0, -1px) rotate(3deg);
    opacity: 1; }
  25% {
    transform: translate(1px, 0) rotate(-2deg);
    opacity: 1; }
  26% {
    transform: translate(0, 1px) rotate(0deg);
    opacity: 1; }
  27% {
    transform: translate(0, 0) rotate(3deg);
    opacity: 1; }
  28% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1; }
  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1; } }
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@media screen and (max-width: 767px) {
  .kv-section .ttl.fadeUp {
    animation: none; } }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.scroll.fadeUp {
  animation-name: fadeUpAnime2; }
@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    transform: translate(-50%, 0); }
  to {
    opacity: 1;
    transform: translate(-50%, 0); } }
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02); }
  to {
    filter: blur(0);
    transform: scale(1); } }
.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce {
  opacity: 0; }

/*# sourceMappingURL=main.css.map */
