@charset "UTF-8";

@font-face {
    font-family: PixelMplus;
    src: url(../font/PixelMplus/PixelMplus10-Regular.ttf);
}

*{
    padding: 0;
    margin: 0;
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

.haikei{
   
    display: none;
}

section{
    background-color: white;
    position: relative;
    width: 62%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vw;
    z-index: 2;
}

.logo{
    position: fixed;
    z-index: 100;
    left: 7vw;
    top: 7vw;
    background-color: #F5F5F5;
    width: 11vw;
    height: 11vw;
    border-radius: 10vw;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.logo:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.logo img{
    width: 73%;
    display: block;
    margin: 2vw 1.8vw auto auto;
}

.menu{
    
    position: fixed;
    z-index: 100;
    width: 80%;
    top: 9vh;
    left: 2vw;
    border-radius: 3vw;
    
    
}

.about{
    width: 41%;
    color: #1F01FF;
    font-size: 1.3vw;
    display: inline-block;
    position: relative;
    top: 0.5vw;
    left: 1.5vw;
}

.about img{
    position: absolute;
   
    display: block;
}

.gif {
    top: 0.5vw;
    width: 110%;
    z-index: 101;
}

.png{
    left: 0.2vw;
    width: 100%;
    z-index: 102;
}


.about:hover .png {
  opacity: 0;
}


.about p{
    text-align: center;
    margin-top: 6vw;
}

.works{
    width: 41%;
    color: #1F01FF;
    font-size: 1.3vw;
    display: inline-block;
    position: relative;
    top: 1vw;
    left: 2.2vw;
}

.works img{
    position: absolute;
   
    display: block;
}

.gif2 {
    top: 1vw;
    width: 64%;
    z-index: 101;
    left: 1vw;
}

.png2{
    left: 0.2vw;
    width: 92%;
    z-index: 102;
}


.works:hover .png2 {
  opacity: 0;
}


.works p{
    text-align: center;
    margin-top: 5.7vw;
}
.skills{
    width: 41%;
    color: #1F01FF;
    font-size: 1.3vw;
    display: inline-block;
    position: relative;
    top: 1vw;
    left: 1.3vw;
}

.skills img{
    position: absolute;
   
    display: block;
}

.gif3 {
    top: 0.8vw;
    left: 1.3vw;
    width: 81%;
    z-index: 101;
}

.png3{
    left: 0.2vw;
    width: 107%;
    z-index: 102;
}


.skills:hover .png3 {
  opacity: 0;
}


.skills p{
    text-align: center;
    margin-top: 6vw;
}

.contact{
    width: 41%;
    color: #1F01FF;
    font-size: 1.3vw;
    display: inline-block;
    position: relative;
    top: 1vw;
    left: 2.3vw;
}

.contact img{
    position: absolute;
   
    display: block;
}

.gif4 {
    top: 0.2vw;
    left: 0.1vw;
    width: 93%;
    z-index: 101;
}

.png4{
    left: 0.2vw;
    width: 100%;
    z-index: 102;
}


.contact:hover .png4 {
  opacity: 0;
}


.contact p{
    text-align: center;
    margin-top: 6vw;
}

.flex1{
    display: flex;
}

.flex2{
    display: flex;
}

.menu{
  display: flex;
  position: fixed;
  z-index: 25;
  left: 50vw;
  top: 9vw;
  width: 35%;
}

.menu .flex1{
  width:70%;
}

.menu .flex1 .gif{
  margin-top: -0.2vw;
}

.menu .flex1 p{
  margin-top: 4.9vw;
}

.menu .works{
  width: 39%;
  margin-left: 1.4vw;
  margin-top: -0.2vw;
}

.menu .works .gif2{
  margin-top: 0vw;
}

.menu .works p{
  margin-top: 4.7vw;
}

.menu .flex2{
  width: 60%;
  margin-top: -0.4vw;
  margin-left: 0;
}

.menu .flex2 p{
  margin-top: 4.8vw;
}

.menu .gif3{
  margin-top: -0.3vw;
}

.menu .contact{
  width: 43%;
  margin-left: 2vw;
}

.menu .contact p{
  margin-top: 4.8vw;
}


.bbs-left{
    font-family: PixelMplus;
  align-items: center;
  background: #E73C2C;
  color: #fff;
  display: flex;
  height: 4.5vw;
  line-height: 40px;
  overflow:hidden;
  width: 130%;
  white-space:nowrap;
  position:fixed;
  left: -62.3vw;
  z-index: 99;
  transform: rotate(-90deg);
  display: none;
}
.bbs-left ul {
  animation: flowing 19s linear infinite;
  font-size: 1vw;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
.bbs-left ul li{
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

.bbs-right{
    font-family: PixelMplus;
  align-items: center;
  background: #1F01FF;
  color: #fff;
  display: flex;
  height: 4.5vw;
  line-height: 40px;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  position:fixed;
  left: 0;
  top: 0;
  z-index: 99;
  
}
.bbs-right ul {
  animation: flowing 15s linear infinite;
  font-size: 1vw;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
.bbs-right ul li{
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

.koteimoji-left{
    width: 10%;
    position: fixed;
    z-index: 98;
    transform: rotate(90deg);
    left: 1vw;
    top: 50vh;
    display: none;
}

.koteimoji-left img{
    width: 100%;
  
}

.koteimoji-right{
    width: 11%;
    position: fixed;
    z-index: 98;
    transform: rotate(-90deg);
    left: 87.5vw;
    top: 51vh;
    display: none;
}

.koteimoji-right img{
    width: 100%;
}



.dekalogo{
  width: 75%;
    position: absolute;
    z-index: 5;
    top: 25.5vw;
    left: 4vw;
    dominant-baseline: inline-block;
    margin-bottom: 10vh;
  animation: shake 1.5s linear infinite;
  transform-origin: center bottom; /* 下側を支点にする場合 */
}

.dekalogo img{
  width: 100%;
}

@keyframes shake {
  0%   { transform: translate(0px, 0px) rotate(0deg); }
  10%  { transform: translate(-1px, 0px) rotate(-1deg); }
  20%  { transform: translate(1px, 0px) rotate(1deg); }
  30%  { transform: translate(-1px, -1px) rotate(-1deg); }
  40%  { transform: translate(1px, 1px) rotate(1deg); }
  50%  { transform: translate(-1px, 1px) rotate(-1deg); }
  60%  { transform: translate(1px, -1px) rotate(1deg); }
  70%  { transform: translate(-1px, 0px) rotate(0deg); }
  80%  { transform: translate(1px, 0px) rotate(0deg); }
  90%  { transform: translate(0px, 1px) rotate(1deg); }
  100% { transform: translate(0px, 0px) rotate(0deg); }
}

.katati1 img{
  width: 11vw;
    position: absolute; /* 画面上に自由に配置 */
  top: -200px;        /* 画面外からスタート */
  left: 81%;          /* 横位置は中央 */
  transform: translateX(-50%); /* 中央揃え */
  animation: drop 1s ease-in forwards;
  z-index: 8;
}

@keyframes drop {
  0% {
    top: -7vw; /* 画面外 */
    transform: translateX(-50%) rotate(0deg);
    opacity: 0;
  }
  50% {
    top: 7vw; /* 落下途中 */
    transform: translateX(-50%) rotate(10deg);
    opacity: 1;
  }
  100% {
    top: 20.6vw; /* 画面内の最終位置 */
    transform: translateX(-50%) rotate(7deg);
    opacity: 1;
  }
}

.katati2 img{
    width: 12vw;
    position: absolute; /* 画面上に自由に配置 */
  top: -200px;        /* 画面外からスタート */
  left: 40%;          /* 横位置は中央 */
  transform: translateX(-50%); /* 中央揃え */
  animation: drop2 1s ease-in forwards;
  animation-delay: 1s; 
  z-index: 8;
}

@keyframes drop2 {
  0% {
    top: -200px; /* 画面外 */
    transform: translateX(-50%) rotate(0deg);
    opacity: 0;
  }
  50% {
    top: 4vw; /* 落下途中 */
    transform: translateX(-50%) rotate(-7deg);
    opacity: 1;
  }
  100% {
    top: 16.8vw; /* 画面内の最終位置 */
    left: 12vw;
    transform: translateX(-50%) rotate(3deg);
    opacity: 1;
  }
}

.katati3 img{
    width: 10vw;
    position: absolute; /* 画面上に自由に配置 */
  top: -200px;        /* 画面外からスタート */
  left: 80%;          /* 横位置は中央 */
  transform: translateX(-50%); /* 中央揃え */
  animation: drop3 1s ease-in forwards;
  animation-delay: 1.2s; 
  
}

@keyframes drop3 {
  0% {
    top: -5px; /* 画面外 */
    transform: translateX(-50%) rotate(0deg);
    opacity: 0.5;
  }
  50% {
    top: 0vw; /* 落下途中 */
    transform: translateX(-50%) rotate(9deg);
    opacity: 1;
  }
  100% {
    top: 12vw; /* 画面内の最終位置 */

    transform: translateX(-50%) rotate(0deg);
    opacity: 1;
  }
}

.katati4 img{
    width: 10vw;
    position: absolute; /* 画面上に自由に配置 */
  top: -200px;        /* 画面外からスタート */
  left: 20%;          /* 横位置は中央 */
  transform: translateX(-50%); /* 中央揃え */
  animation: drop4 1s ease-in forwards;
  animation-delay: 1.6s; 
  z-index: 8;
}

@keyframes drop4 {
  0% {
    top: -3vw; /* 画面外 */
    transform: translateX(-50%) rotate(0deg);
    opacity: 0;
  }
  50% {
    top: 2vw; /* 落下途中 */
    transform: translateX(-50%) rotate(-9deg);
    opacity: 1;
  }
  100% {
    top: 15.8vw; /* 画面内の最終位置 */
    left: 20.5vw;
    transform: translateX(-50%) rotate(6deg);
    opacity: 1;
  }
}

.po1{
    width: 20vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2vw;
     filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
}

.po2{
    width: 44vw;
    display: block;
    margin-left:-3vw;
    margin-right: auto;
    padding-top: 0vw;
     filter: drop-shadow(8px 8px 12px rgba(0,0,0,0.3));

}

html{
    cursor: url(../images/桃のアイコン素3.png), auto;
}

.scroll {
  position: relative;
}
.scroll-text {
  position: relative;
  color: #E72ECC;
  font-size: 1.5vw;
  top: 24vw;
  left: -22vw;
  text-align: center;
  font-family: PixelMplus;
}
.scroll-border {
  position: relative;
  top: 24vw;
  left: -22vw;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background: #98FC34;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}

.section1{
  top: 28vw;
    background-color: white;
    position: relative;
    width: 120%;
    z-index: 15;
    margin-top: 10vh;
}

.fade{
  opacity: 0;
}

.displayed{
  animation: fadeUp 1s forwards;
}
@keyframes fadeUp{
  0%{opacity:0; transform: translateY(0);}
100%{opacity:1; transform: translateY(-100px);}
}

.about-box1{
  width: 20.5vw;
  background-color: white;
  border: 3px solid #1F01FF;
  border-radius: 0.4vw;
  font-size: 1.8vw;
  font-weight: 500;
  color: white;
  padding:0.2vw 1.9vw 0.2vw 1.9vw;
  margin: 1vw auto auto 5vw;
}

.about-box2{
  letter-spacing: 3px;
  width: 20.5vw;
  background-color: white;
  border:  3px solid #1F01FF;
  background-color: #E73C2C;
  border-radius: 0.4vw;
  font-size: 1.6vw;
  font-weight: 500;
  color: white;
  padding:0.2vw 1.9vw 0.2vw 1.9vw;
  margin: -3vw auto auto 4.5vw;
  text-align: center;
}

.section1 .h31{
  font-size: 4.5vw;
  font-weight: 400;
  color: #1F01FF;
  position: relative;
  top: 30vw;
  margin-left: auto;
  margin-right: auto;
}

.section1 .h32{
  font-size: 4.5vw;
  font-weight: 400;
  color: #E73C2C;
  margin: 3vw auto auto 4vw;
  position: relative;
  top: 27vw;
  }

.section1 p{
  width: 82%;
  margin: 5vw auto auto 4.3vw;
  white-space: pre-wrap;
  font-size: 13.5px;
  line-height: 23px;
  position: relative;
  z-index: 15;
}




.about-me{
  width: 13vw;
  border: 3px solid #1F01FF;
  border-radius: 2vw;
  color: #1F01FF;
  font-size: 1.3vw;
  font-weight: 500;
  text-align: center;
  padding-top: 0.8vw ;
  padding-bottom: 0.8vw;
  margin-top: 2.5vw;
  margin-left: auto;
  margin-right: auto;
  transition: .5s;
}
.section1 a{
  text-decoration: none;
}

.about-me:hover{
  background-color: #1F01FF;
  color: white;
}

.sen1{
  position: relative;
  display: inline-block;
}

.sen1::after{
  content: "　　　　";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 98%;
  background-image: url(../images/sen1.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transform: rotate(3deg);
}

.sen2{
  position: relative;
  display: inline-block;
}

.sen2::after{
  content: "　　　　";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 98%;
  background-image: url(../images/sen4.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.sen3{
  position: relative;
  display: inline-block;
}

.sen3::after{
  content: "　　　　";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 98%;
  background-image: url(../images/sen2.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.sen4{
  position: relative;
  display: inline-block;
}

.sen4::after{
  content: "　　　　";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 98%;
  background-image: url(../images/sen3.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.sen5{
  position: relative;
  display: inline-block;
}

.sen5::after{
  content: "　　　　";
  position: absolute;
  left: -3px;
  bottom: -2px;
  width: 130%;
  background-image: url(../images/sen5.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}



.section2{
  
  width: 100%;
  padding-bottom: 10vw;
}

.aomaru{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  top: 43vw;
  position: relative;
}

.aomaru img{
  width: 100%;
}

.section2 h3{
  position: relative;
  z-index: 20;
  color: white;
  font-size: 4.5vw;
  font-weight: 500;
  top: -2.5vw;
  left: 19vw;
}

.section2 p{
  position: relative;
  z-index: 20;
  color: white;
  font-size: 1.2vw;
  white-space: pre-wrap;
  top: -2vw;
  text-align: center;
}


.scroll-container {
    display: flex;
    width: 100%;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    top: -6.5vw;
}

.scroll-content {
    display: flex;
    animation: scroll 20s linear infinite;
}

.scroll-container:hover .scroll-content {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.scroll-content .item1{
      width: 23vw;
      background-color:#DFDFDF;
      height: 17vw;
}

.scroll-content .item1 img{
  width: 100%;
}

.scroll-content .item2{
      width: 23vw;
      background-color:#DFDFDF;
      height: 17vw;
      margin-left: 2vw;
      margin-right: 1vw;
}

.scroll-content .item2 img{
  width: 94%;
}

.scroll-content .item3{
      width: 21.7vw;
      margin-left: 1vw;
      margin-right: vw;
}

.scroll-content .item3 img{
  width: 94%;
}

.scroll-content .item4{
      width: 21.6vw;
      margin-left: 1vw;
      margin-right: vw;
}

.scroll-content .item4 img{
  width: 94%;
}

.scroll-content .item5{
      width: 21.8vw;
      margin-left: 1vw;
      margin-right: vw;
}

.scroll-content .item5 img{
  width: 94%;
}

.scroll-content .item6{
      width: 21.7vw;
      margin-left: 1vw;
      margin-right: vw;
}

.scroll-content .item6 img{
  width: 94%;
}

.scroll-content .item7{
      width: 21.7vw;
      margin-left: 1vw;
      margin-right: 1vw;
}

.scroll-content .item7 img{
  width: 94%;
}

.my-works{
  width: 28%;
  top: 18vw;
  position: relative;
  z-index: 30;
  border: 3px solid white;
  border-radius: 2vw;
  color: white;
  font-size: 1.3vw;
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.8vw ;
  padding-bottom: 0.8vw;
  transition: .5s;
}

.my-works:hover{
  background-color: white;
  color: #1F01FF;
}

.section2 a{
  text-decoration: none;
}

.section3{
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
  z-index: 3;
}

.section3 h3{
  font-size: 2.8vw;
  padding-top: 4vw;
  padding-left: 0.5vw;
  font-weight: 500;
  color: #E73C2C;
  border-bottom: 2px dashed #E73C2C;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.hand{
  width: 14%;
  position: relative;
  top: -5.8vw;
  left: 18vw;
}

.parallelogram {
  width: 70%;
  background-color: transparent; 
  border: 3.5px solid #1F01FF;    
  border-radius: 15px;          
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  transform: skew(-20deg);   
  margin-left: 4vw;
  margin-right: auto; 
}


.parallelogram span {
  display: inline-block;
  color: #1F01FF;
  font-size: 1.3vw;
}

.parallelogram p {
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: inline-block;
  transform: skew(20deg);     
  font-size: 1.4vw;  
}

.parallelogram2 {
  width: 70%;
  background-color: transparent; 
  border: 3.5px solid #E73C2C;    
  border-radius: 15px;          
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  transform: skew(20deg);   
  margin-left: auto;
  margin-right: 4vw; 
  margin-top: 1vw;
  margin-bottom: 1vw;
}


.parallelogram2 span {
  display: inline-block;
  color: #E73C2C;
  font-size: 1.3vw;
}

.parallelogram2 p {
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: inline-block;
  transform: skew(-20deg);     
  font-size: 1.4vw;  
}

/*アバウトページここから*/

.menu-about{
  display: flex;
  position: fixed;
  z-index: 25;
  left: 51vw;
  top: 9vw;
  width: 35%;
}

.menu-about .flex1{
  width:70%;
}

.menu-about .flex1 .gif{
  margin-top: -0.2vw;
}

.menu-about .flex1 p{
  margin-top: 4.9vw;
}

.menu-about .works{
  width: 39%;
  margin-left: 1.4vw;
  margin-top: -0.2vw;
}

.menu-about .works .gif2{
  margin-top: 0vw;
}

.menu-about .works p{
  margin-top: 4.7vw;
}

.menu-about .flex2{
  width: 60%;
  margin-top: -0.4vw;
  margin-left: 0;
}

.menu-about .flex2 p{
  margin-top: 4.8vw;
}

.menu-about .gif3{
  margin-top: -0.3vw;
}

.menu-about .contact{
  width: 43%;
  margin-left: 2vw;
}

.menu-about .contact p{
  margin-top: 4.8vw;
}

.about-section{
  display: flex;
  align-items: flex-start;
  
}


.about-photo{
  width: 56%;
  position: sticky;
  top: 1vw;
  height: 90vh;
  z-index: 16;
}

.about-photo::before{
  content: "ABOUT ME";
  position: relative;
  top: 16vw;
  left: 0vw;
  font-size: 2.7vw;
  font-weight: 500;
  color: #1F01FF;
  border-bottom: 2px dashed #1F01FF;
  display: block;
  width: 29vw;
}



.about-photo img:nth-of-type(1){
  width: 90%;
  object-fit: cover;
  margin-top: 19vw;
}

.about-photo img:nth-of-type(2){
  width: 20%;
  object-fit: cover;
  position: absolute;
  top: 15.2vw;
  left: 14vw;
}

.about-contents{
  width: 50%;
}

.about-contents h2:nth-of-type(1){
  margin-top: 25vw;
  font-size: 2vw;
}

.about-contents h2:nth-of-type(1)::after{
  content: "のがみ　ゆうか";
  font-size: 1.4vw;
  font-weight: 400;
  margin-left: 1vw;
}

.about-contents h4{
  color: #1F01FF;
  font-family: PixelMplus;
  font-weight: 400;
  font-size: 1.1vw;
  margin-top: 1.5vw;
  margin-bottom: 0.7vw;
}

.about-contents p{
  font-size: 1.3vw;
  white-space: pre-wrap;
}

.tap{
  position: relative;
  top: 1.5vw;
  left: 13vw;
  font-family: PixelMplus;
  font-size: 1.3vw;
}

.myp1{
    cursor: pointer;
      position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vw;
  overflow: hidden;
}

.myp1 img{
  width: 100%;
 transition: transform .6s ease;
}

.hover-mask1{
  align-items: center;
  background: rgba(0, 0, 0, .3);
  bottom: 0;
  color: #fff;
  justify-content: center;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  opacity: 0;
}

.hover-mask1:hover{
  opacity: 1;
}

.myp1:hover img{
    transform: scale(1.1,1.1);
}

.myp2{
    cursor: pointer;
      position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vw;
  overflow: hidden;
}

.myp2 img{
  width: 100%;
 transition: transform .6s ease;
}

.hover-mask2{
  align-items: center;
  background: rgba(0, 0, 0, .3);
  bottom: 0;
  color: #fff;
  justify-content: center;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  opacity: 0;
}

.hover-mask2:hover{
  opacity: 1;
}

.myp2:hover img{
    transform: scale(1.1,1.1);
}

.myp3{
    cursor: pointer;
      position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vw;
  overflow: hidden;
}

.myp3 img{
  width: 100%;
 transition: transform .6s ease;
}

.hover-mask3{
  align-items: center;
  background: rgba(0, 0, 0, .3);
  bottom: 0;
  color: #fff;
  justify-content: center;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  opacity: 0;
}

.hover-mask3:hover{
  opacity: 1;
}

.myp3:hover img{
    transform: scale(1.1,1.1);
}

.myp4{
    cursor: pointer;
      position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vw;
  overflow: hidden;
}

.myp4 img{
  width: 100%;
 transition: transform .6s ease;
}

.hover-mask4{
  align-items: center;
  background: rgba(0, 0, 0, .3);
  bottom: 0;
  color: #fff;
  justify-content: center;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease;
  width: 100%;
  opacity: 0;
}

.hover-mask4:hover{
  opacity: 1;
}

.myp4:hover img{
    transform: scale(1.1,1.1);
}

/*スキル*/

.giza{
  width: 15%;
  position: relative;
  top: 16.5vw;
  left: 10vw;
}

.giza img{
  width: 75%;
}

.skill{
  position: relative;
  
}

.skill h3{
  font-size: 2.8vw;
  padding-top: 12vw;
  padding-left: 0.5vw;
  font-weight: 500;
  color: #E73C2C;
  border-bottom: 2px dashed #E73C2C;
  width: 95%;
}

.skills1{
  display: flex;
}

.skills1 img{
  width: 4.5%;
  height: 4.5%;
  margin-top: 5vw;
  margin-left: 2vw;
}

.illustrator{
  width: 80%;
  margin-top: 5vw;
  margin-left: 3vw;
}

.illustrator h4{
  font-size: 1.8vw;
  color: #E73C2C;
  font-family: PixelMplus;
}

.illustrator p:nth-of-type(1){
  font-family: PixelMplus;
  font-size: 1.3vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.illustrator p:nth-of-type(2){
  font-size: 1.2vw;
  white-space: pre-wrap;
}


.skills2{
  display: flex;
}

.skills2 img{
  width: 4.5%;
  height: 4.5%;
  margin-top: 5vw;
  margin-left: 2vw;
}

.photoshop{
  width: 80%;
  margin-top: 5vw;
  margin-left: 3vw;
}

.photoshop h4{
  font-size: 1.8vw;
  color: #1F01FF;
  font-family: PixelMplus;
}

.photoshop p:nth-of-type(1){
  font-family: PixelMplus;
  font-size: 1.3vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.photoshop p:nth-of-type(2){
  font-size: 1.2vw;
  white-space: pre-wrap;
}

.skills3{

  display: flex;
}

.skills3 img{
  width: 5%;
  height: 5%;
  margin-top: 5vw;
  margin-left: 2vw;
}

.cording{

  width: 80%;
  margin-top: 5vw;
  margin-left: 3vw;
}

.cording h4{
  font-size: 1.8vw;
  color: #E73C2C;
  font-family: PixelMplus;
}

.cording p:nth-of-type(1){
  font-family: PixelMplus;
  font-size: 1.3vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.cording p:nth-of-type(2){
  font-size: 1.2vw;
  white-space: pre-wrap;
}

.otherpage{
  margin-top: 7vw;
}



/*わーくすぺーじ*/

.works-section{
  background-color: white;
  padding-top: 12vw;
}

.neko{
  width: 9vh;
  position: fixed;
  top: 87vh;
  left: 83.2vw;
}

.return-top{
  font-family: PixelMplus;
  font-size: 1.9vw;
  color: #E73C2C;
  position: fixed;
  top: 91.9vh;
  left: 78.5vw;
}

.title-works{
  font-size: 2.8vw;
  padding-top: 4vw;
  padding-left: 0.5vw;
  font-weight: 500;
  color: #1F01FF;
  border-bottom: 2px dashed #1F01FF;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.webpage{
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 2vw;
}

.works-menu{
  display: flex;
  width: 85%;
  margin-left: 1vw;
  margin-right: auto;
  margin-top: 3vw;
}

.works-menu a:hover{
  transform: scale(1.15);
}

.webp2{
  color: white;
  font-family: PixelMplus;
  font-size: 1.7vw;
  width: 13%;
  background-color: #E73C2C;
  border: 2px solid #E73C2C;
  text-align: center;
  padding-top: 0.2vw;
  padding-bottom: 0.2vw;
  position: relative;
  z-index: 5;
}

.webp1{
  border: 2px solid #E73C2C;
  width:13% ;
  position: relative;
  top: 2.1vw;
  left: 0.4vw;
  z-index: 4;
  font-size: 1.6vw;
}


.webp3{
  border: 2px solid #E73C2C;
  width:13% ;
  position: relative;
  left: 7vw;
  top: -.4vw;
  color: white;
  z-index: 4;
  font-size: 1.6vw;
  text-decoration: none;
  text-align: center;
}

.webp4{
  color: white;
  font-family: PixelMplus;
  font-size: 1.7vw;
  width: 13%;
  background-color: #E73C2C;
  border: 2px solid #E73C2C;
  text-align: center;
  padding-top: 0.2vw;
  padding-bottom: 0.2vw;
  position: relative;
  z-index: 5;
  text-decoration: none;
}


.dental{
  background-color: white;
}

.dentaldesktop{
background-color: #dfdfdf;
width: 50%;
margin: 2vw auto;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.dental div img{
  width: 100%;
}

.den1{
  width: 50%;
  margin-left: 2vw;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.den2{
  width: 50%;
  position: relative;
  top: 0.2vw;
  left: 27vw;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.den3{
  width: 50%;
  margin-left: 2vw;
  margin-top: 0.2vw;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.den4{
  width: 50%;
  position: relative;
  top: 0.2vw;
  left: 27vw;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.zehi{
  font-size: 1.3vw;
  font-family: PixelMplus;
  text-align: center;
  color: #1F01FF;
  margin-top: 1.8vw;
}

.dental a{
  background-color: white;
  text-decoration: none;
}

.webmiru{
  width: 28%;
  border: 3px solid #1F01FF;
  border-radius: 2vw;
  color: #1F01FF;
  font-size: 1.3vw;
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vw;
  padding-top: 0.8vw ;
  padding-bottom: 0.8vw;
  transition: .5s;
}

.webmiru:hover{
  background-color: #1F01FF;
  color: white;
}

.cafepage{
  
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 4vw;
  margin-bottom: 10vw;
}

.cafedesktop{
background-color: #dfdfdf;
width: 50%;
margin: 2vw auto;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.cafe div img{
  width: 100%;
}

.cafe1{
  width: 25%;
  margin-left: 11vw;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.cafe2{
  width: 25%;
  position: relative;
  left: 6vw;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.cafe a{
  background-color: white;
  text-decoration: none;
}

.setumei1{
  margin-top: 3vw;
  
  width: 100%;
 opacity:0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  
}

.setumei2{
  margin-top: 3vw;
  
  width: 100%;
 opacity:0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  
}

.setumei1.displayed{
  animation: fadeInLeft 1.4s forwards;
  

}
.setumei2.displayed{
  animation: fadeInRight 1.4s forwards;
  

}


@keyframes fadeInLeft{
  0%{transform: translateX(-50px);
  opacity: 0;}
100%{transform: translateX(0);
opacity:1;}
}
@keyframes fadeInRight{
  0%{transform: translateX(50px);
  opacity: 0;}
100%{transform: translateX(0);
opacity:1;}
}

.setumei-in1{
  width: 25%;
}

.setumei-in1 h4{
  color: #e36565;
  font-size: 1.1vw;
  font-weight: 400;
  margin-bottom: .4vw;
  margin-left: 1vw;
  margin-top: 1vw;
}

.setumei-in1 p{
  font-size: 1.2vw;
  font-weight: 400;
  margin-bottom: 2vw;
  margin-left: 1vw;
}

.setumei-p1{
  width: 80%;
}

.setumei-p1 h3{
  color: #1F01FF;
  font-size: 2.5vw;
  font-weight: 400;
}

.setumei-p1 h4{
  font-size: 1.2vw;
  color: #1F01FF;
  font-weight: 400;
}


.setumei-p1 h5{
  color: #E73C2C;
  font-size: 1.1vw;
  font-weight: 400;
  margin-top: .8vw;
}

.setumei-p1 p{
  width: 90%;
  font-size: 1.2vw;
  white-space: pre-wrap;
}

.hoken{
  width: 100%;
  margin-top: 5vw;
}

.hoken img{
  display: block;
  width: 47%;
  margin-left: auto;
  margin-right: auto;
}

.jins{
  width: 100%;
  margin-top: 10vw;
}

.jins img{
  display: block;
  width: 47%;
  margin-left: auto;
  margin-right: auto;
}

.taisin{
  width: 100%;
  margin-top: 10vw;
}

.taisin img{
  display: block;
  width: 47%;
  margin-left: auto;
  margin-right: auto;
}


.hoken{
  width: 100%;
}

.hoken img{
  display: block;
  width: 47%;
  margin-left: auto;
  margin-right: auto;
}


.biore{
  width: 100%;
  margin-top: 10vw;
}

.biore img{
  display: block;
  width: 47%;
  margin-left: auto;
  margin-right: auto;
}

.hudousan{
  width: 100%;
  margin-top: 10vw;
  margin-bottom: 2vw;
  margin-bottom: 10vw;
}

.hudousan img{
  display: block;
  width: 47%;
  margin-left: auto;
  margin-right: auto;
}

.n1{
  background-color: #fafafa;
width: 35%;
margin: 4vw auto 0vw auto;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
float: left;
margin-left: 2.5vw;
}

.n1 img{
  width: 100%;
}

.n1:nth-of-type(2){
  position: relative;
  width: 33.8%;
}

.n2{
  background-color: #dfdfdf;
width: 35%;
margin: 2vw auto 3vw auto;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
float: left;
position: relative;
left: 15.2vw;
}

.n2 img{
  width: 100%;
}

.n3{
  background-color: #dfdfdf;
width: 35%;
margin: 2vw auto 3vw auto;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
float: left;
position: relative;
left: 13vw;
}

.n3 img{
  width: 100%;
}

.w1{
  background-color: #fafafa;
  width: 34%;
margin: 10vw auto 0vw 7vw;
float: left;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.w1 img{
  width: 100%;
}

.w2{
  width: 40%;
  margin: 10vw 2vw 0vw 2vw;
}


.ota1{
  width: 26%;
  position: relative;
  top: 0vw;
  left: 5vw;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.ota2{
  width: 40%;
  position: relative;
  left: 15.5vw;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.otap{
  font-size: 4.5vw;
  color: #1F01FF;
  position: relative;
  left: 24vw;
  top: -5vw;
}

.um1{
  width: 26%;
  position: relative;
  top: -3.8vw;
  left: 5vw;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.um2{
  width: 40%;
  position: relative;
  left: 15.5vw;
  top: -3.8vw;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.ump{
  font-size: 4.5vw;
  color: #1F01FF;
  position: relative;
  left: 24vw;
  top: -8.5vw;
}

.otarup{

  margin-top: -10.5vw;
}

.meisi{
  margin-bottom: 12vw;
  margin-top: 10vw;
}

.meisidiv{
  background-color: #fafafa;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vw;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.meisidiv img{
  width: 100%;
}

.works-section img{
  
transition: transform 0.3s ease;

}

.works-section img:hover{
  transform: scale(1.2);
}

/*フッター*/

footer{
  background-color: #1F01FF;
  position: relative;
  z-index: 150;
}



.back p{
  font-size: 1.5vw;
  text-align: center;
  background-color: #98FC34;
  font-family: PixelMplus;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.back a{
  color: #1F01FF;
  text-decoration: none;
  transition: .2s;
}

.back a:hover{
  color: white;
}

.footer-contents{
  background-color: #1F01FF;
  display: grid;
  grid-template-columns: 50% 50%;
  padding-top: 7vw;
  padding-bottom: 7vw;
}


.footer-contents a{
  color: white;
  text-decoration: none;
  width: 80%;
  text-align: center;
  margin-top: 1vw;
  margin-left: 1vw;

}

.footer-contents p{
       position: relative;  
  display: inline-block;
}

.footer-contents p::before{
  position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 0%;
    height: 0.2vw;
    background-color: white;
    transition: .5s;
}

.footer-contents p:hover::before{
    width: 100%;
    transition: .5s;

}

small{
  background-color: #1F01FF;
  color: white;
  text-align: center;
}

.skills4{

  display: flex;
}

.skills4 img{
  width: 4.5%;
  height: 4.5%;
  margin-top: 5vw;
  margin-left: 2vw;
}

.other{

  width: 80%;
  margin-top: 5vw;
  margin-left: 3vw;
}

.other h4{
  font-size: 1.8vw;
  color: #1F01FF;
  font-family: PixelMplus;
}

.other p:nth-of-type(1){
  font-size: 1.2vw;
  margin-top: 1.2vw;
  margin-bottom: 0.2vw;
}

.other p:nth-of-type(2){
  font-size: 1.2vw;
  white-space: pre-wrap;
}

.other p:nth-of-type(3){
  font-size: 1.2vw;
  margin-top: 1.2vw;
  margin-bottom: 0.2vw;
}

.other p:nth-of-type(4){
  font-size: 1.2vw;
  white-space: pre-wrap;
}

.other p:nth-of-type(5){
  font-size: 1.2vw;
  margin-top: 1.2vw;
  margin-bottom: 5vw;
}
