body {
    font-family: "Montserrat","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .8px;
    color: #333;
  }
  
  a {
    transition: opacity .3s;
    text-decoration: none;
    color: #1ca9e3;
  }
  
  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border-style: none;
  }
  
  ul,
  li {
    list-style: none;
  }
  
  .pc-only {
    display: block;
  }
  
  .sp-only {
    display: none;
  }
  
  .start {
      background: #FFF;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 9000;
  }
  .start p {
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: none;
      z-index: 9999;
      width: 280px;
  }
  
  
  @font-face {
      font-family: 'donut';
      src: url(../fonts/DonauUppercase-Neue.ttf);
      font-weight: 400;
  }
  
  @font-face {
      font-family: 'comforta';
      src: url(../fonts/ComfortaaLight-MJ0v.ttf);
      font-weight: 400;
  }
  
  @font-face {
      font-family: 'MPLUS';
      src: url(../fonts/MPLUS1p-Light.ttf);
      font-weight: 400;
  }
  
  
  .work-article {
      /* position: absolute; */
  
    /* max-width: 860px; */
    /* margin: 0 auto; */
    color: rgb(60, 55, 54);
  
  }
  
  .work-article h1 {
  
  font-family: 'comforta';
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.7;
  /* margin-top: 10%; */
  }
  
  .work-article h2 {
  
      font-family: 'comforta';
    text-align: center;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.7;
  margin-top: 10%;
  }
  
  .work-article-jap h1 {
  
    font-family: 'MPLUS';
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.7;
    /* margin-top: 10%; */
    }
    
    .work-article-jap h2 {
    
      font-family: 'MPLUS';
      text-align: center;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.7;
    margin-top: 10%;
    }
    
  
  .work-article p {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-left: 10%;
    margin-right: 10%;
  }
  
  
  /*1.フェードインアニメーションの指定*/
  .scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
  .fadeInDown {
      animation-name: fadeInDown;
      animation-duration: 2s;
      animation-fill-mode: forwards;
  }
  @keyframes fadeInDown {
      0% {
          opacity: 0;         
      }
      100% {
      opacity: 1;
      transform: translate(0);
      }
  }
   
  /*2.上下の動きを指定*/
  .updown {transform: translateY(-100px);}
  .downup {transform: translateY(100px);}
   
  /*3.左右の動きを指定*/
  .sect02{overflow: hidden;} /*横スクロールバーを隠す*/
  .slide-right {transform: translateX(200px);}
  .slide-left {transform: translateX(-200px);}
  
  
  
  
  /*--------------------------------
   レイアウト
  ---------------------------------*/
  .wrapper {
    padding-top: 73px;
  }
  
  .section {
    padding: 90px 0;
  }
  
  .section:nth-of-type(odd) {
    background-color: #f7f7f7;
  }
  
  .inner {
    font-family: 'MPLUS';
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
  }
  
  /*--------------------------------
   見出し
  ---------------------------------*/
  .title {
    font-family: 'comforta';
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: .05em;
    color: #333;
  }
  
  .title-work {
    font-family: 'comforta';
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
    margin-top: 4vw;
    text-align: center;
    letter-spacing: .05em;
    color: #333;
  }
  
  .lead {
    margin-bottom: 30px;
  }
  
  /*--------------------------------
  ヘッダー
  ---------------------------------*/
  .header {
    font-family: 'comforta';
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 10px -6px rgba(0,0,0,.1);
  }
  
  .header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
  }
  
  .header-logo {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-right: 20px;
    letter-spacing: .05em;
  }
  
  .header-logo a {
    color: #333;
  }
  
  .header-nav {
  font-family: 'comforta';
  }
  
  .header-nav-list {
    display: flex;
    justify-content: space-between;
  }
  
  .header-nav-item:not(:last-child) {
    margin-right: 20px;
  }
  
  .header-nav-item a {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 0;
    transition: .3s;
    letter-spacing: .05em;
    color: #333;
  }
  .header-nav-item a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    content: "";
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
  }
  
  .header-nav-item a:hover:after {
    width: 100%;
  }
  
  .phone_area {
    display: none;
  }
  
  .pc_area{
    display:block;
  }
  
  /*--------------------------------
   メインビジュアル
  ---------------------------------*/
  .main-visual {
    font-family: 'comforta';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85vh;
    text-align: center;
  }
  
  .main-visual-bg {
    margin-top: 50px;
    position: absolute;
    width: 1100px;
    height: auto;
  }
  
  
  .main-visual-title {
    /* font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: .1em; */
  
    position: absolute;
    font-size: 60px;
      width: 100%;
      max-width: 1040px;
      top: 70%;
      left: 20%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  }
  .main-visual-subtitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: .08em;
  }
  
  
  /* てすと！！！！ */
  
  .locate {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 10%;
    height: 90%;
    border: solid 6px rgb(110, 177, 172);
    border-radius: 50%;
    background-color: rgb(250, 250, 250);
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  }
  /* 
  .locate:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 60%;
    background-color: rgb(226, 165, 99);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    transition: transform ease 0.4s;
  }
  
  .locate:hover:after {
    transform: translate(-50%, -50%) scale(1.1, 1.1);
  }
  
  .locate:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 55%;
    left: 50%;
    width: 20%;
    height: 20%;
    /* border-style: solid; */
    /* border-color: rgb(110, 177, 172);
    border-width: 6px 0 0 6px;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: border-color ease 0.1s;
  }
  
  .locate:hover:before {
    border-color: rgb(110, 177, 172);
  }
  
  /****** Base style. ******/
  /* .locate-body {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    margin: 0;
  } */ */ */
  
  
  /* .fuwafuwa {
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 70px;
    height: 70px;
    margin-top: 15px;
  } */
   
  @keyframes fuwafuwa {
    0% {
      transform:translate(0, 0) rotate(-7deg);
    }
    50% {
      transform:translate(0, -7px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(7deg);
    }
  }
   
  
  /*--------------------------------
   Works
  ---------------------------------*/
  .works-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
    justify-content: center;
  }
  
  .works-item {
    width: 31.74603%;
    margin-right: 1.58730%;
    justify-content: center;
    margin-bottom: 40px;
    color: #333;
  }
  
  .works-item:hover {
    opacity: .9;
  }
  
  .works-item:nth-of-type(3n) {
    margin-right: 0;
  }
  
  
  .works-can img {
    border: 0px solid #e6e6e6;
    width: 100%;
    height: 100%;
    /* left: 8%; */
    position: relative;
    margin: 0px;
    margin-left: 0%;
  }
  
  .works-can-size {
    margin-left: 5vw;
  
  }
  
  
  .works-name {
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
    width: 100%;
    text-align: center;
    /* height: 30%; */
  }
  
  .works-info {
    font-size: 10px;
  }
  
  
  
  
  
  .proto{
    margin-left: auto;
    margin-right: auto;
    width: 20vw;
  }
  
  
  
  
  
  .good {
  
    top: 75%;
    left: 23%;
    position: absolute;
  
    /* margin: 3px; */
    /* padding: 3px; */
    text-align: center;
  
      width: 9vw;
      height: 9vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
  
  }
  .good-ni {
  
    position: absolute;
    top: 60.5%;
    left: 12%;
    text-align: center;
  
    width: 7vw;
      height: 7vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
  }
  .good-san {
    width:9vw;
    position: absolute;
    top: 74%;
    left: 13%;
  
    text-align: center;
    width: 9vw;
      height: 9vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
  }
  .good-si {
    /* width:6vw; */
    position: absolute; 
    top: 48%;
    left: 16%;
    text-align: center;
  
    text-align: center;
    width: 8vw;
      height: 8vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
  }
  .good-go {
    /* width:9vw; */
    position: absolute;
    top: 58%;
    left: 25.5%;
    text-align: center;
  
    text-align: center;
    width: 9vw;
      height: 9vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
  
  }
  .good-roku {
    /* width:9vw; */
    position: absolute;
    top: 71%;
    left: 32%;
    text-align: center;
  
    text-align: center;
    width: 9vw;
      height: 9vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
  }
  .good-nana {
    /* width:7.5vw; */
    position: absolute;
    top: 63%;
    left: 19%;
    text-align: center;
  
    text-align: center;
    width: 7vw;
      height: 7vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
  }
  
  .good-hati {
    /* width:8vw; */
    position: absolute;
    top: 49%;
    left: 32.5%;
    text-align: center;
  
    text-align: center;
    width: 8vw;
      height: 8vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
  }
  
  .work-size {
    width: 40%;
    height: 40%;
  
  }
  
  .hover-sample:hover{
    color: #FF0000;
    font-size: 20px;
    font-weight: bold;
  }
  
  .hover-work:hover{
    color: #FF0000;
    font-size: 20px;
    font-weight: bold;
  }
  
  
  
  .btn {
      /* position: relative;
      width: 9vw;
      height: 9vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer; */
  }
  .btn img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      display: block;
      -webkit-transition: .4s ease-in-out;
      transition: .4s ease-in-out;
  }
  .btn:hover img:nth-of-type(2) {
      opacity: 0;
  }
  
  .menuetest{
    position: absolute;
    left: 53%;
    /* /* margin-left: 7%%; */
    margin-top: 2%;
    width: 90%;
  }
  
  /* .video{
    width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0;
    align-items: center;
    opacity: 1;
    transform: translate(0, 0);
    min-height: 50vh;
  } */
  
  .video {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    bottom: 5vw;
  
    overflow: hidden;
    }
    
    .video iframe {
    position: absolute;
    top: 2vw;
    left: 0;
  
    width: 100%;
    height: 100%;
    }
  
   /* ギャラリー */
    .out{
      position: relative;
  }
  .in img{
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: .3s;
  }
  img{
      display: block;
      max-width: 100%;
      height: auto;
  }
  input{
      display: none;
  }
  .in{
      display: flex;
      justify-content: center;
  }
  label span{
      display: block;
      width: 30px;
      height: 30px;
      padding: 7px;
      margin: -40px 0 0;
      border-radius: 100%;
      cursor: pointer;
      position: relative;
      z-index: 2;
  }
  label span::before{
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #4287f5;
      opacity: 0.5;
      border-radius: 100%;
  }
  
  label input:checked + span::before{
      background: #000;
      opacity: 1;
  }
  
  label input:checked ~ img,label input:checked ~ a img{
      opacity: 1;
      z-index: 1;
  }
  
  /*--------------------------------
   Skill
  ---------------------------------*/
  .skill-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -50px;
  }
  
  .skill-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 20%;
    margin-bottom: 50px;
  
  }
  
  .skill-img {
    position: absolute;
    font-size: 13px;
    width: 70px;
    height: auto;
    left: 15px;
    margin-right: 10px;
    margin-top: -23px;
  }
  
  .skill-name {
    font-weight: bold;
    margin-top: 8px;
  }
  
  
  
  .imgsikill {
  
    width: 5vw;
    height: 5vw;
    left: 24%;
    top: 23%;
    position: absolute;
  }
  
  
  @keyframes load {/*アニメーション*/
    0% {
      stroke-dashoffset: 0;
    }
  }
  .progress {/*親要素*/
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
  }
  .progress > li {/*プログレスバーを包括する子要素*/
    display: inline-block;
    position: relative;
    text-align: center;
    color: #93A2AC;
    font-weight: 100;
    margin: 5vw;
  }
  .progress > li:before {/*カスタムデータ属性に設定したデータ名のテキストを表示*/
    content: attr(data-name);
    position: absolute;
    width: 100%;
    bottom: -2rem;
    font-weight: 400;
  }
  .progress > li:after {/*パーセンテージを表示*/
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
  }
  .progress svg {/*プログレスバー*/
    width: 10vw;
    height: 10vw;
  }
  .progress svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
  }
  .progress svg:nth-child(2) path {
    fill: none;
    stroke-width: 25;
    stroke-dasharray: 629;
    stroke: #fff;
    opacity: .9;
    animation: load 10s;
  }
  
  
  /*--------------------------------
   About
  ---------------------------------*/
  .profile {
    /* font-family: 'MPLUS'; */
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
  }
  .profile-img {
    width: 20%;
    margin-right: 30px;
    border-radius: 50%;
  }
  .profile-img img {
    border-radius: 50%;
  }
  .profile-body {
    font-family: 'MPLUS';
    flex: 1;
  }
  .profile-body p:not(:last-child) {
    margin-bottom: 30px;
  }
  
  /*--------------------------------
   Contact
  ---------------------------------*/
  .contact {
    text-align: center;
  }
  
  .contact-item:not(:last-child) {
    margin-right: 10px;
  }
  
  .contact-text {
    margin-top: 10px;
  }
  /*--------------------------------
   ページトップ
  ---------------------------------*/
  .page-top {
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    background-color: #4c4c4c;
  }
  
  .page-top .material-icons-outlined {
    vertical-align: bottom;
    color: #fff;
  }
  
  /*--------------------------------
   フッター
  ---------------------------------*/
  .footer {
    padding: 30px;
    background-color: #333;
  }
  
  .copyright {
    font-size: 10px;
    text-align: center;
    color: #797979;
  }
  
  /*--------------------------------
   下層：Worksページ
  ---------------------------------*/
  .article {
  
    margin: 10px 10vw 10px 10vw;
    padding: 10px 0;
  }
  
  .article-inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .article-title {
    margin-bottom: 30px;
    text-align: center;
  }
  
  .article-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 90%;
    align-items: center;
  
  
  }
  
  .article-body {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  
  .article-info-title {
    font-size: 15px;
  }
  
  .article-body img {
    margin-bottom: 30px;
  }
  
  .article-body p {
    margin-bottom: 30px;
  }
  
  .home-link {
    text-align: center;
    margin: 5vw;
  }
  
  .fv-intro{
    font-size: 11px;
    padding-top: 0vw;
    margin-left: 6vw;
    margin-right: 6vw;
    width: 19vw;
    /* padding-right: 40px; */
  }
  
  .work-article-goods{
    font-family: 'MPLUS';
    text-align: center;
    font-size: 1vw;
    font-weight: 100;
    letter-spacing: 0.15em;
    line-height: 1.7;
    /* margin-top: 10%; */
  }
  
  .fv-intro-goods{
    /* text-align: center; */
    font-size: 1vw;
    /* padding-top: 5vw; */
    margin: auto;
    width: 23vw;
    /* padding-right: 40px; */
  }
  
  .fv-intro-goods h1{
    font-family: 'MPLUS';
    /* text-align: center; */
    font-size: 2vw;
    /* padding-top: 5vw; */
    margin: auto;
    width: 23vw;
    /* padding-right: 40px; */
  }
  
  .pc-goods{
    width: 65vw;
    /* height: 35vw; */
    margin: 3vw;
  }
  
  
  .data{
    font-weight: 300;
    margin-bottom: 30%;
    line-height: 1.5;
  }
  
  
  
  .pc{
    width: 60vw;
    /* height: 35vw; */
    margin: auto;
  }
  
  .phone_img{
    width: 45em;
    margin: 2vw;
  }
  
  .first-view{
    display: flex;
  }
  
  .h2-n{
  font-size: 24px;
  margin-bottom: 2vw;
  }
  
  .h2-n-jap{
    font-family: 'MPLUS';
    font-size: 24px;
    margin-bottom: 2vw;
    }
  
  .concept-p{
    font-family: 'MPLUS';
    /* color: #dc726d; */
    font-size: 20px;
    /* font-weight: 600; */
    margin-bottom: 20px;
  }
  
  
  .button:hover {
    background-color: #59b1eb;
  }
  
  .button {
    display: inline-block;
    width: 200px;
    height: 54px;
    bottom: 20px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    background-color: #333;
    color: #fff;
  }
  .button::before,
  .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .button,
  .button::before,
  .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  
  /*media Queries 767
  ----------------------------------------------------*/
  @media screen and (max-width: 700px) {
    body {
      font-size: 13px;
      line-height: 1.7;
    }
  
    .pc-only {
      display: none;
    }
  
    .sp-only {
      display: block;
    }
  
    .main-visual {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 85vh;
      text-align: center;
    }
  
    .main-visual-bg {
      /* margin-top: 150px; */
      position: absolute;
      width: 1100px;
      height: auto;
    }
  
    /* 見出し */
    .title {
      margin-top: 40px;
      font-size: 26px;
      margin-bottom: 20px;
    }
    .title-work {
      margin-top: 130px;
      font-size: 26px;
      margin-bottom: 20px;
    }
  
  
    /* レイアウト */
    .wrapper {
      padding-top: 57px;
    }
  
    .section {
      padding: 60px 0;
    }
  
    .inner {
      padding: 0 20px;
    }
  
    /* ヘッダー */
   
  
  
  
  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 20px;
    top   : 20px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #BBBBBB;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  /* メニュー背景　*/
  nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba( 71,70,73,0.6 );
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
  
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
     transform: translateX(0%);
  }
  
  
  
    .header-nav-item {
      display: none;
    }
  
    /*  メインビジュアル */
    .main-visual {
      /* height: 75vh; */
    }
  
    .main-visual-inner {
      padding: 0 20px;
    }
  
    .main-visual-title {
      font-size: 30px;
    }
    .main-visual-subtitle {
      font-size: 16px;
      margin-bottom: 20px;
    }
  
    .phone_area{
      display:block;
    }
    .pc_area{
      display:none;
    }
  
  
    /* Works */
    .works-name {
      font-size: 10px;
    }
  
    .works-list {
      justify-content: space-between;
    }
    
    .works-item {
      flex: 0 0 48%;
      margin-right: 0;
      margin-bottom: 30px;
    }
  
    .works-can img {
      border: 0px solid #e6e6e6;
      width: 100%;
      height: 100%;
      left: 0%;
      /* right: -18px; */
      position: relative;
    }
  
  
    .fv-intro{
      font-size: 11px;
      padding-top: 5vw;
      margin-left: 6vw;
      width: 90vw;
      /* padding-right: 40px; */
    }
  
    .data{
      font-weight: 300;
      margin-bottom: 10%;
      line-height: 1.5;
    }
  
  
  
  
  
    .good {
      /* width:17vw; */
      top: 83%;
      left: 47%;
      position: absolute;
  
      /* margin: 3px; */
      /* padding: 3px; */
      text-align: center;
  
      width: 17vw;
      height: 17vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    }
    .good-ni {
      /* width:13vw; */
      /* height: auto; */
      position: absolute;
      top: 72%;
      left: 22%;
      text-align: center;
  
      width: 13vw;
      height: 13vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    }
    .good-san {
      /* width:16vw; */
      position: absolute;
      top: 81%;
      left: 25%;
      text-align: center;
  
      width: 16vw;
      height: 16vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    }
    .good-si {
      width:12vw;
      position: absolute;
      top: 65%;
      left: 32.5%;
      text-align: center;
  
      width: 15vw;
      height: 15vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    }
    .good-go {
      width:17vw;
      position: absolute;
      top: 71%;
      left: 53.5%;
      text-align: center;
  
      width: 17vw;
      height: 17vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
  
    }
    .good-roku {
      width:17vw;
      position: absolute;
      top: 80%;
      left: 65%;
      text-align: center;
  
      width: 17vw;
      height: 17vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    }
    .good-nana {
      width:14.5vw;
      position: absolute;
      top: 75.5%;
      left: 38%;
      text-align: center;
  
      width: 14.5vw;
      height: 14.5vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    }
    
    .good-hati {
      width:16vw;
      position: absolute;
      top: 64%;
      left: 66%;
      text-align: center;
  
      width: 16vw;
      height: 16vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    }
    
    .work-size {
      text-align: center;
      width: 80%;
      height: 80%;
      margin: auto;
  
    }
  
    .works-can-size {
      margin-left: 5vw;
      margin-top: 50%;
    }
  
  
    .btn {
      /* position: relative; */
      width: 17vw;
      height: 17vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    }
    .btn img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      display: block;
      -webkit-transition: .4s ease-in-out;
      transition: .4s ease-in-out;
    }
    .btn:hover img:nth-of-type(2) {
      opacity: 0;
    }
  
    .menuetest{
      position: absolute;
      left: 12%;
      /* /* margin-left: 7%%; */
      margin-top: 5%;
      width: 80%;
    }
  
    /* Skill */
  
    .imgsikill {
  
      width: 7vw;
      height: 7vw;
      left: 27%;
      top: 25%;
      position: absolute;
    }
  
    .skill-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: -30;
    }
  
    .skill-item {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      width: 20%;
      margin-bottom: 50px;
    }
  
    .skill-img {
      font-size: 9px;
      width: 50px;
      height: auto;
      margin-right: 10px;
    }
  
    .skill-item:last-child {
      margin-bottom: 0;
    }
    .progress svg {
      width: 15vw;
      height: 15vw;
  }
  
    
    .circle {
      position: relative;
      width: 60px;
      height: 60px;
      background: #333;
      border-radius: 50%;
      text-align: center;
      overflow: hidden;
      z-index: 1;
    }
    
    .circle::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -30px;
      width: 60px;
      height: 60px;
      background: #999;
      transform-origin: right 30px;
      z-index: 2;
      animation: rotate-circle-left 2s linear forwards;
    }
    
    .circle::after {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      left: 30px;
      width: 60px;
      height: 60px;
      background: #999;
      transform-origin: left 30px;
      z-index: 3;
      animation: rotate-circle-right 2s linear forwards;
    }
    
    .circle .circle-inner {
      position: absolute;
      top: 5px;
      left: 5px;
      width: 50px;
      height: 50px;
      padding-top: 38px;
      background: #fff;
      border-radius: 50%;
      z-index: 4;
    }
    
    @keyframes rotate-circle-right {
      0%   {
          transform: rotate(0deg);
          background: #999;
      }
      50%  {
          transform: rotate(180deg);
          background: #999;
      }
      50.01% {
          transform: rotate(360deg);
          background: #333;
      }
      100% {
          transform: rotate(360deg);
          background: #333;
      }
    }
    
    @keyframes rotate-circle-left {
      0%   { transform: rotate(0deg); }
      50%  { transform: rotate(0deg); }
      100% { transform: rotate(180deg); }
    }
    
  
  
    /* About */
    .profile {
      /* font-family: 'MPLUS'; */
      display: block;
    }
    .profile-img {
      width: 150px;
      margin: 0 auto;
      margin-bottom: 25px;
    }
  
    .profile-body p:not(:last-child) {
      margin-bottom: 20px;
    }
  
    /* フッター */
    .footer {
      padding: 20px;
    }
  
    /* 下層ページ */
    .article {
      padding: 50px 0;
    }
  }
  
  @media screen and (min-width: 1441px) {
    
    .good {
  
      top: 75%;
      left: 25%;
      position: absolute;
  
  
      text-align: center;
  
      width: 6vw;
      height: 6vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    }
    .good-ni {
  
      position: absolute;
      top: 59%;
      left: 13%;
      text-align: center;
  
      width: 5vw;
      height: 5vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    }
    .good-san {
  
      position: absolute;
      top: 73%;
      left: 16%;
      text-align: center;
  
      width: 6vw;
      height: 6vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    } 
    .good-si {
      position: absolute;
      top: 43%;
      left: 17%;
      text-align: center;
  
      width: 6vw;
      height: 6vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    } 
    .good-go {
  
      position: absolute;
      top: 52%;
      left: 29.5%;
      text-align: center;
  
      width: 6vw;
      height: 6vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
  
    }
    .good-roku {
      width:17vw;
      position: absolute;
      top: 70%;
      left: 33%;
      text-align: center;
  
      width: 6vw;
      height: 6vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    }
    .good-nana {
      width:14.5vw;
      position: absolute;
      top: 59.5%;
      left: 22%;
      text-align: center;
  
      width: 5.5vw;
      height: 5.5vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    }
    
    .good-hati {
      width:16vw;
      position: absolute;
      top: 64%;
      left: 66%;
      text-align: center;
  
      width: 16vw;
      height: 16vw;
      margin: 0 auto;
      display: block;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
    }
  } 
