/* html {
  scroll-behavior: smooth;
} */
.softview{
    vertical-align:middle;
}
.softicon{
    width: 2rem;
    vertical-align:middle;
}
.countertitle{
    color:rgb(255, 255, 255);
    font-family: Poppins,Noto Sans JP;
    font-size: 1rem;
}
.count{
        font-family: Poppins,Noto Sans JP;
    color:rgb(255, 255, 255);
    font-size: 1.5rem;
}
hr{
    margin: 3rem auto;
    max-width: 100px;
}
.read_contact{
    font-size: 16px;
    
    font-family: Poppins,Noto Sans JP;
    letter-spacing: 3px;
    margin-bottom: 70px;
    font-weight: 400;
    
}

b{
    font-size: 120%;
    transition: 1s;
    padding: 5px;
    border-radius: 5px;
}
b:hover{
    background-color: #fff;
    color: #0d0d0d;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    transition: 1s;

}
.contact_list{
    overflow-x: hidden;
    padding-top: 1000px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    font-family: Josefin Sans;
    font-size: 1rem;
    text-align: left;
    padding: 0;
    margin-top: 4rem;
    margin-bottom: 4rem;

}

.contact_list_table > tr{
    padding-top: 1000px;

}

.contact_list_table{
    margin: 0 auto;
}


@media screen and (max-width: 482px){
    .svg_th{
        padding-bottom: 40px;
        padding-right: 170px;
        padding-left: 130px;
    }

}
.svg_th{
    display: flex;
    flex-direction: row-reverse;
    padding-right: 25px;

}

.contact_td{
    padding-bottom: 40px;
    padding-right: 170px;
}

.contact_svg{
    width: 15%;
    max-width: 200px;
    min-width: 30px;

}
.otherwork{
    user-select: none;
    width:30%;
    min-width: 300px;
    margin: auto;
    display: block;
    /* pointer-events: none; */


}


.container2 {

  display: flex;
  align-items: center;
  justify-content: center;

}


a.button-wrap {

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
  transition: transform .3s cubic-bezier(.24,.45,.32,1);
  will-change: transform;
  position: relative;
}

a.button-wrap:hover .button {
  background-color: white;
  color: #333;
}








.data-scroll-container > div{
  min-height: 100vh;
  overflow: hidden;  
}

.mouse-stalker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1px;
  height: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  mix-blend-mode: exclusion;
  user-select: none
}

.mouse-stalker > div {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  z-index:0;
  user-select: none
}

body {
  font-family: "Montserrat","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP",Meiryo,sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  background:#070707 ;
  color: #ffffff;
  
  /* background-image: url("https://pbs.twimg.com/profile_banners/1468890632945278976/1662188692/1500x500");
  background-size: 1920px,1080px; */
}


/*--------------------------------
 Link
---------------------------------*/

.twitter{
  fill: #1DA1F2;
  font-size: 1.5vmax;;
  
}
:root {
  --color-black: #0d0d0d;
  --color-gray: #383838;
  --color-white: #ffffff;
  --color-red: #e21915;
  --color-blue: #0415ff;
}

a {
  transition: opacity .3s;
  text-decoration: none;
  color: #ffffff;
}

.b {
  transition: opacity .3s;
  text-decoration: none;
  color: var(--color-white);
  font-size: 20px;
  padding: 50px;
}

/* a:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
} */

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
  position: relative;
  z-index: 1000;
}


testimg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
  
}
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/*--------------------------------
 レイアウト
---------------------------------*/
.wrapper {
  padding-top: 73px;
}

.section {
  padding: 0px 0;
}



.container {
  z-index: 1002;
  margin: 0 auto;
  padding: 0 0px;
}

/*--------------------------------
 見出し
---------------------------------*/
.title {
  font-family: "Syne","Noto Sans JP";
  font-size: 2vw;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: .05em;
  color: #ffffff;
  user-select: none;
  transition: 1s;
}

.title:hover{
    font-size: 3vw;
    transition: 1s;
}

.lead {
  font-size: 1.2vw;
  line-height: 3;

  text-align: center;
  letter-spacing: .05em;
  min-width: 80px;
  transition: 0.5s 
}

/* .lead:hover {
  font-size: 200%;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: .05em;
  color: rgba(0, 0, 0, 0.699);
  min-width: 80px;
  transition: 1s 
  
  
} */

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 1002;
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
  box-shadow: 0 5px 10px -6px rgba(0,0,0,.1);

}

/* backdrop-filter 非対応ブラウザ用 */
@supports not ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
	.header {
		background: rgb(7,7,7);
    background: -moz-linear-gradient(90deg, rgba(7,7,7,1) 0%, rgba(65,65,65,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(7,7,7,1) 0%, rgba(65,65,65,1) 100%);
    background: linear-gradient(90deg, rgba(7,7,7,1) 0%, rgba(65,65,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#070707",endColorstr="#414141",GradientType=1);
	}
}
.header .container {
  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: rgba(255,255,255,1);;

}

.gnav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.gnav-item2 a {
    margin-right: 10px;
    font-family: Josefin Sans;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    transition: .3s;
    letter-spacing: .05em;
    color: var(--color-black);
    padding : 15px ;
    background: rgba(255, 255, 255, 255);
    box-shadow: 0 8px 32px 0 rgba( 255, 255, 255, 0.37 );
    backdrop-filter: blur( 20px );
    -webkit-backdrop-filter: blur( 20px );
    border-radius: 25px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    transition: 1s;
} 
  .gnav-item2 a:hover{
    font-family: Josefin Sans;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    transition: .3s;
    letter-spacing: .05em;
    color: var(--color-white);
    background: #00000000;
    color: #ffffff;
    border-radius: 25px;
    padding : 20px ;
    z-index: 1000;
    transition: 1s;
}
    

.gnav-item a {
  margin-right: 10px;
  font-family: Josefin Sans;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  transition: .3s;
  letter-spacing: .05em;
  color: var(--color-white);
  padding : 15px ;
  background: rgba( 10, 22, 0, 0 );
  box-shadow: 0 8px 32px 0 rgba( 255, 255, 255, 0.37 );
  backdrop-filter: blur( 20px );
  -webkit-backdrop-filter: blur( 20px );
  border-radius: 25px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  transition: 1s;
}


.gnav-item a:hover{
  font-family: Josefin Sans;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  transition: .3s;
  letter-spacing: .05em;
  color: var(--color-white);
  background: #ffffff;
  color: #000000;
  border-radius: 25px;
  padding : 20px ;
  z-index: 1000;
  transition: 1s;
  
}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.mv {
  margin-top: -50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  text-align: center;
  user-select: none;
  z-index:1000;
}

.mv-container {
  font-family: "Space Grotesk","Noto Sans JP";
  padding: 0 40px;
  justify-content: space-between;
  letter-spacing: 3px;
  margin-bottom: -50px;
}


.icon {
  width: 666px;
  transition: 1s;
  z-index: 0;
  position: relative;
  padding-bottom:-500px;
  transition: all .3s cubic-bezier(.24,.45,.32,1);


}

.icon:hover{
  width: 800px;
  transition: 1s 
}

.icon.play {

  background-image: "img/ロゴモーション.gif;

}



.mv-subtitle {

  font-size: 60px;
  font-weight: bold;
  margin: 20px;
  margin-top: -100px;

  

}

.mv-text {
  line-height: 50px;
  
}

.softview{
  margin: 20px;
}



/*--------------------------------
 Skill
---------------------------------*/
.skill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px;

}

.skill-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 50px;
}

.skill-img {
  width: 60px;
  height: auto;
  margin-right: 20px;
}

.skill-body {
  flex: 1;
}

.skill-name {
  line-height: 1.5;
  color: var(--color-white);
  background-color: var(--color-blue);
  margin-bottom: 10px;
}

.skill-text {
  font-size: 14px;
  line-height: 1.8;

}

/*--------------------------------
 About
---------------------------------*/
.profile {
  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 {
  flex: 1;
}

.profile-body p {
  font-size: 15px;
  line-height: 1.8;
}

.profile-body p:not(:last-child) {
  margin-bottom: 30px;
}

/*--------------------------------
 Contact
---------------------------------*/
.contact {
  text-align: center;
}
.contact-list{
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-item{

  transition-property:background;
  display: inline-block;
  font-size: 10px;               
  line-height: 1;
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: bolder;
  align-self: center;
  letter-spacing: 0px;
  transition: 1s 
  
}
.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;

  transition: 1s;
}
.page-top:hover {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;

  transition: 1s;
}

.page-top .material-icons-outlined {
  vertical-align: bottom;
  color: var(--color-white);
  transition: 1s;
}
.page-top .material-icons-outlined:hover {
  vertical-align: bottom;
  padding-bottom: 100px;
  color: var(--color-white);
  transition: 1s;
}
/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 30px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#070707",endColorstr="#414141",GradientType=1);
  
  /* background: linear-gradient(90deg, rgba(0,185,255,1) 0%, rgb(38, 27, 255) 51%, rgba(124,0,255,1) 100%); */
}

.copyright {
  position: relative;
  font-size: 10px;
  text-align: center;
  color: var(--color-white);
}

/*--------------------------------
 下層：Worksページ
---------------------------------*/
.article {
  padding: 80px 0;
}

.article-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 10 20px;
}

.article-title {
  margin-bottom: 30px;
  text-align: center;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.article-body h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 1em;
}

.article-body h3:not(:first-child) {
  margin-top: 50px;
}

.article-body h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  border-radius: 3px;
  background-color: rgb(0, 0, 0);
}

.article-body p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.home-link {
  text-align: center;
}

/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 800px) {


  .otherwork{
    user-select: none;
width: 8        0%;
    margin: auto;
    display: block;
    /* pointer-events: none; */
  }

  .mouse-stalker{
    display:none;
  }
  .button-wrap:hover {
    pointer-events: none;
  }
  body {
    font-size: 14px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  /* 見出し */
  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .lead {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  /* レイアウト */
  .wrapper {
    padding-top: 57px;
  }

  .section {
    padding: 5px 0;
  }

  .container {
    padding: 0 20px;
  }

  /* ヘッダー */
  .header .container {
    padding: 15px;
  }

  .header-logo {
    font-size: 15px;
    margin-right: 15px;
  }


  .gnav-item a {
    font-size: 10px;
  }

  .gnav-item a:after {
    display: none;
  }

  /*  メインビジュアル */
  .mv {
    height: 65vh;
  }

  .mv-container {
    padding: 0 20px;
  }

  .mv-title {

    font-size: 30px;
  }
  .mv-title:hover {
    background:var(--color-white) ;
    color:var(--color-blue);
    transition-property:background;
    transition-timing-function:ease;
    transition-delay: 0.1s;
    display: inline-block;
    font-size: 40px;
    letter-spacing: 4px;
    transition: 1s 
    
  }
  .mv-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }


  .works-info {
    margin-top: 3px;
  }

  .works-list {
    justify-content: space-between;
  }

  .works-item {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 30px;

  }

  /* Skill */
  .skill-list {
    display: block;
    margin-bottom: 0;
  }

  .skill-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .skill-item:last-child {
    margin-bottom: 0;
  }

  .skill-name {
    margin-bottom: 5px;
  }

  .skill-text {
    font-size: 13px;
    line-height: 1.7;
  }

  /* About */
  .profile {
    display: block;
  }
  .profile-img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .profile-body p {
    font-size: 14px;
    line-height: 1.7;
  }

  .profile-body p:not(:last-child) {
    margin-bottom: 20px;
  }

  /* フッター */
  .footer {
    padding: 20px;
  }

  /* 下層ページ */
  .article {
    padding: 50px 0;
  }

  .article-body h3 {
    font-size: 16px;
    padding-left: .8em;
  }

  .article-body h3:not(:first-child) {
    margin-top: 30px;
  }

  .article-body p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .twitter{
    fill: #1DA1F2;
    font-size: 3vmax;;
    
  }
  .b {
    transition: opacity .3s;
    text-decoration: none;
    color: var(--color-white);
    padding: 20px;
    font-size: 20px;
  }

  
  .header-logo a {
    color: rgba(255,255,255,1);;
    margin-left: 10px;
  }
}
