@charset "utf-8";

/* === メインヴィジュアル === */
.mvbox {
    border-radius: 20px;
    border: 3px solid #1A1A1A;
    position: relative;
    height: auto;
    width: 88.9%;
    margin: 105px auto 0;
    overflow: hidden;
    opacity: 0;  
    animation: slideUpFadeIn 1s ease-out forwards;
}
@keyframes slideUpFadeIn {
    from {
        margin-top: 200px;
        opacity: 0;
    }
    to {
        margin-top: 105px;
        opacity: 1;
    }
}

/* タイトル */

.pc_title {
    position: absolute;
    left: 11%;
    top: 13.5%;
    width: 54.8%;
    z-index: 10;
}


.sp_title {
    display: none;
}

/* mvイメージ */
.mv__img {
    width: 85%;
    margin: 11.5% auto 1.5%;
    position: relative;
    left: 1.25%;
    z-index: 1;
}
.pcmv {
    display: block;
}
.spmv {
    display: none;
}
.spmv_2 {
    display: none;
}
.pcanimation {
    width: 23%;
    position: absolute;
    bottom: 4%;
    right: 13%;
    transform: rotate(3deg);
    transition: transform 0.3s ease;
    z-index: 2;
}
.pcanimation:hover {
    transform: scale(1.1); /* 1.1 = 10%拡大 */
}
.clickanimation {
    position: absolute;
    top: 48%;
    right: 7.5%;
    z-index: 2;
}
.click__txtbox {
    width: 80px;
    height: 80px;
    border: 2px dashed #1A1A1A;
    border-radius: 50px;
}
.click__txt {
    font-family: Kanit;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 22px;
}
.click__arrow {
    width: 16px;
    position: relative;
    top: 2px;
    right: 4px;
}
@media screen and (min-width: 1600px) {
    .mvbox {
        margin: 120px auto 0;
        overflow: hidden;
        opacity: 0;  
    }
    @keyframes slideUpFadeIn {
        from {
            margin-top: 240px;
            opacity: 0;
        }
        to {
            margin-top: 120px;
            opacity: 1;
        }
    }
    .clickanimation {
        position: absolute;
        top: 52%;
        right: 7.5%;
    }
  }
  @media screen and (min-width: 1800px) {
    .mvbox {
        margin: 135px auto 0;
        overflow: hidden;
        opacity: 0;  
    }
    @keyframes slideUpFadeIn {
        from {
            margin-top: 270px;
            opacity: 0;
        }
        to {
            margin-top: 135px;
            opacity: 1;
        }
    }
  }
  @media screen and (min-width: 2200px) {
    .mvbox {
        margin: 160px auto 0;
        overflow: hidden;
        opacity: 0;  
    }
    @keyframes slideUpFadeIn {
        from {
            margin-top: 320px;
            opacity: 0;
        }
        to {
            margin-top: 160px;
            opacity: 1;
        }
    }
  }
@media screen and (min-width: 2400px) {
    .clickanimation {
        position: absolute;
        top: 57%;
        right: 9%;
    }
    
}
@media screen and (max-width: 2400px) {
    .clickanimation {
        position: absolute;
        top: 57%;
        right: 9%;
    }
    
}
@media screen and (max-width: 2200px) {
    .clickanimation {
        position: absolute;
        top: 54%;
        right: 9%;
    }
    
}
@media screen and (max-width: 1920px) {
    .clickanimation {
        position: absolute;
        top: 53%;
    }
    
}
@media screen and (max-width: 1820px) {
    .clickanimation {
        position: absolute;
        top: 52%;
    }
    
}
@media screen and (max-width: 1760px) {
    .clickanimation {
        position: absolute;
        top: 51.5%;
        right: 8.5%;
    }
    
}
@media screen and (max-width: 1700px) {
    .clickanimation {
        position: absolute;
        top: 51%;
        right: 8%;
    }
    
}
@media screen and (max-width: 1380px) {
    .clickanimation {
        position: absolute;
        top: 48%;
        right: 7%;
    }
}
@media screen and (max-width: 1300px) {
    .clickanimation {
        position: absolute;
        top: 48%;
        right: 7%;
    }
    .click__txtbox {
        width: 70px;
        height: 70px;
        border: 1.5px dashed #1A1A1A;
        border-radius: 50px;
    }
    .click__txt {
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
        margin-top: 22.5px;
        margin-left: 1px;
    }
    .click__arrow {
        width: 15px;
        position: relative;
        right: 3px;
        top: 3px;
    }
}
@media screen and (max-width: 1200px) {
    .pcanimation {
        width: 23.5%;
        bottom: 4.2%;
        right: 13%;
    }
    .clickanimation {
        position: absolute;
        top: 48%;
        right: 7%;
    }
    .click__txtbox {
        width: 65px;
        height: 65px;
        border: 1.5px dashed #1A1A1A;
        border-radius: 50px;
    }
    .click__txt {
        font-size: 1.4rem;
        font-weight: 700;
        text-align: center;
        margin-top: 20.5px;
        margin-left: 1px;
    }
    .click__arrow {
        width: 15px;
        position: relative;
        right: 3px;
        top: 3px;
    }
}
@media screen and (max-width: 1060px) {
    .clickanimation {
        position: absolute;
        top: 48%;
        right: 7%;
    }
    .click__txtbox {
        width: 55px;
        height: 55px;
        border: 1.5px dashed #1A1A1A;
        border-radius: 50px;
    }
    .click__txt {
        font-family: Kanit;
        font-size: 1.2rem;
        font-weight: 700;
        text-align: center;
        margin-top: 17.5px;
    }
    .click__arrow {
        width: 13px;
        position: relative;
        right: 5px;
        top: 3px;
    }
}
@media screen and (max-width: 960px) {
    .mvbox {
        width: 88.9%;
        border-radius: 16px;
        border: 3px solid #1A1A1A;
        margin: 95px auto 0;
    }
    @keyframes slideUpFadeIn {
        from {
            margin-top: 190px;
            opacity: 0;
        }
        to {
            margin-top: 95px;
            opacity: 1;
        }
    }
    
    /* タイトル */
    .pc_title {
        position: absolute;
        left: 11%;
        top: 14%;
        width: 60%;
    }
    .sp_title {
        display: none;
    }

    /* イメージ */
    .mv__img {
        width: 97%;
        margin: 15% 0 2%;
        position: relative;
        left: 2%;
    }
   
    .spmv {
        display: none;
    } 
    .spmv_2 {
        display: none;
    }
    .pcanimation {
        width: 29%;
        bottom: 4%;
        right: 5%;
    }
    .clickanimation {
      display: none;
    }
}
@media screen and (max-width: 860px) {
    .mvbox {
        margin: 95px auto 0;
    }
    @keyframes slideUpFadeIn {
        from {
            margin-top: 190px;
            opacity: 0;
        }
        to {
            margin-top: 95px;
            opacity: 1;
        }
    }
}

@media screen and (max-width: 769px) {
    .mvbox {
        width: 88.9%;
        border-radius: 16px;
        border: 3px solid #1A1A1A;;
        margin: 80px auto 0;
    }
    @keyframes slideUpFadeIn {
        from {
            margin-top: 160px;
            opacity: 0;
        }
        to {
            margin-top: 80px;
            opacity: 1;
        }
    }
    
    /* タイトル */
    .pc_title {
        display: none;
    }
    .sp_title {
        display: block;
        position: absolute;
        left: 6.5%;
        top: 14%;
        width: 87%;
        z-index: 10;
    }
    /* イメージ */
    .mv__img {
        width: 100%;
        margin: 8.5% 0 0.5%;
        position: relative;
        left: 0%;
    }
    .pcmv {
        display: none;
    }
    .spmv {
        display: none;
    } 
    .spmv_2 {
        display: block;
    }
    .pcanimation {
        width: 49%;
        bottom: 5.5%;
        right: 2%;
    }
    .clickanimation {
      display: none;
    } 
}
@media screen and (max-width: 680px) {
    .mvbox {
        width: 94.6%;
        border-radius: 16px;
        border: 2px solid #1A1A1A;;
        margin: 90px auto 0;
    }
}
@media screen and (max-width: 480px) {
    .mvbox {
        width: 94.6%;
        border-radius: 16px;
        border: 2px solid #1A1A1A;;
        margin: 70px auto 0;
    }
    @keyframes slideUpFadeIn {
        from {
            margin-top: 140px;
            opacity: 0;
        }
        to {
            margin-top: 70px;
            opacity: 1;
        }
    }
    
    /* タイトル */
    .sp_title {
        display: block;
    }
    /* イメージ */
    .mv__img {
        width: 100%;
        margin: 17% 0 1%;
        position: relative;
        left: 0%;
    }
    .pcmv {
        display: none;
    }
    .spmv {
        display: block;
    } 
    .spmv_2 {
        display: none;
    }
    .pcanimation {
        width: 55.2%;
        bottom: 6%;
        right: 1%;
    }
}

/* === メインヴィジュアル エンド　=== */










/* === アバウト === */
.about {
    width: 88.9%;
    margin: 130px auto 0;
}
.about__main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 7.6%;
    margin-top: 50px;
}

/* タイトル */
.about__title {
    display: flex;
    position: relative;
}
.about__title01 {
    font-family: Kanit;
    font-size: max(1.2rem, 0.97vw);
    font-weight: 600;
    position: relative;
    bottom: 2px;
    left: 0px;
}
.about__titlemain p {
    font-family: Kanit;
    font-size: 5.5vw;
    font-weight: 600;
    line-height: 71.25%;
    position: relative;
    right: 3px;
}
.about__title02 {
    font-family: "Noto Sans JP";
    font-size: max(1.2rem, 0.97vw);
    font-weight: 700;
    position: absolute;
    bottom: -3px;
    left: 9.3%;
}

/* アバウトイメージ */
.about__img {
    width: 24.3%;
}


/* アバウトテキスト */
.about__txt {
    width: 43%;
}
.about__name {
    display: flex;
    align-items: center;
    gap: 0 6px;
}
.about__name01 {
    font-family: Kanit;
    font-size: max(2.5rem, 2.7vw);
    font-weight: 600;
    line-height: 175%;
}
.about__nameline {
    width: 5px;
    height: 1px;
    background-color: #1A1A1A;
    position: relative;
    top: 5px;
}
.about__name02 {
    font-size: max(1.4rem, 1.3vw);
    font-weight: 500;
    position: relative;
    top: 4px;
}
.about__txtmain {
    font-size: max(1.3rem, 1.1vw);
    font-weight: 500;
    line-height: 175%;
    margin-top: 15px;
}



/* アバウトクリック */
.about__link {
    display: block;
    margin-top: 30px
}
.about__click {
    display: flex;
    align-items: center;
    position: relative;
}
.about__clicktxt {
    font-family: Kanit;
    font-size: max(2rem, 1.3vw);
    font-weight: 600;
    margin-right: 15px;
    position: relative;
    padding-bottom: 2px;
    --underline-width: 0;
}
.about__clicktxtspace {
    margin-right: 3px;
}

.about__clicktxt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: #1A1A1A;
    width: var(--underline-width);
    transition: width 0.4s ease;
}

.about__clicktxt span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.about__clicktxt.animate span {
    animation: bounce 0.4s ease forwards;
}
.about__clicktxt.animate span:nth-child(1) { animation-delay: 0s; }
.about__clicktxt.animate span:nth-child(2) { animation-delay: 0.05s; }
.about__clicktxt.animate span:nth-child(3) { animation-delay: 0.1s; }
.about__clicktxt.animate span:nth-child(4) { animation-delay: 0.15s; }
.about__clicktxt.animate span:nth-child(5) { animation-delay: 0.2s; }
.about__clicktxt.animate span:nth-child(6) { animation-delay: 0.25s; }
.about__clicktxt.animate span:nth-child(7) { animation-delay: 0.3s; }
.about__clicktxt.animate span:nth-child(8) { animation-delay: 0.35s; }
.about__clicktxt.animate span:nth-child(9) { animation-delay: 0.4s; }

@keyframes bounce {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-2px); }
    60%  { transform: translateY(0px); }
    100% { transform: translateY(0); }
}
.about__clickimg {
    position: relative;
    bottom: 2px;
}
.about__link.hovered .about__clicktxt::after {
    width: calc(100% + 32.5px); /* 下線を矢印分延長 */
}
  .about__link.hovered .about__clickimg img {
    animation: arrow-slide 1s forwards;
}
  
@keyframes arrow-slide {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(15px);
    }
    100% {
      transform: translateX(0);
    }
}
@media screen and (max-width: 1360px) {
    .about__nameline {
        top: 4.8px;
    }
    .about__name02 {
        top: 3.8px;
    }
}
@media screen and (max-width: 1260px) {
    .about__nameline {
        top: 5px;
    }
    .about__name02 {
        top: 4px;
    }
}
@media screen and (max-width: 1160px) {
    .about__nameline {
        top: 4.5px;
    }
    .about__name02 {
        top: 3.5px;
    }
}
@media screen and (max-width: 1060px) {
    .about {
        width: 88.9%;
        margin: 120px auto 0;
    }
    .about__name01 {
        font-weight: 600;
    }
    .about__nameline {
        width: 5px;
        height: 1px;
        background-color: #1A1A1A;
        position: relative;
        top: 3.5px;
    }
    .about__name02 {
        font-weight: 500;
        position: relative;
        top: 2.5px;
    }
}
@media screen and (max-width: 960px) {
    .about {
        width: 88.9%;
        margin: 80px auto 0;
    }
    .about__main {
        margin-top: 30px;
    }
    
    /* タイトル */
    .about__title {
        display: flex;
        position: relative;
    }
    .about__title01 {
        font-size: clamp(1.2rem, 0.9vw, 1.6rem);
    }
    .about__titlemain p {
        font-size: 5rem;
    }
    .about__title02 {
        position: relative;
        bottom: -55.5px;
        left: -101px;
        font-size: clamp(1.2rem, 0.9vw, 1.6rem);
    }
    /* アバウトイメージ */
    .about__img {
        width: 28%;
    }
    
    
    /* アバウトテキスト */
    .about__txt {
        width: 59%;
    }
    .about__name {
        display: flex;
        align-items: center;
        gap: 0 6px;
    }
    .about__name01 {
        font-size: clamp(2.5rem, 2.7vw, 4rem);
        font-weight: 600;
    }
    .about__nameline {
        width: 5px;
        height: 1px;
        background-color: #1A1A1A;
        position: relative;
        top: 3.5px;
    }
    .about__name02 {
        font-size: clamp(1.4rem, 1.3vw, 2rem);
        font-weight: 500;
        position: relative;
        top: 2.5px;
    }
    .about__txtmain {
        font-size: clamp(1.3rem, 1.1vw, 1.8rem);
        font-weight: 500;
        line-height: 175%;
        margin-top: 15px;
    }
    
    
    
    /* アバウトクリック */
    .about__link {
        display: block;
        margin-top: 30px
    }
    .about__click {
        display: flex;
        align-items: center;
        position: relative;
    }
    .about__clicktxt {
        font-family: Kanit;
        font-size: 2rem;
        font-weight: 600;
        margin-right: 15px;
        position: relative;
        padding-bottom: 2px;
        --underline-width: 0;
    }
    .about__clicktxtspace {
        margin-right: 3px;
    }
    
    .about__clicktxt::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        border-radius: 2px;
        background: #1A1A1A;
        width: var(--underline-width);
        transition: width 0.4s ease;
    }
    
    .about__clicktxt span {
        display: inline-block;
        transition: transform 0.3s ease;
    }
    
    .about__clicktxt.animate span {
        animation: bounce 0.4s ease forwards;
    }
    .about__clicktxt.animate span:nth-child(1) { animation-delay: 0s; }
    .about__clicktxt.animate span:nth-child(2) { animation-delay: 0.05s; }
    .about__clicktxt.animate span:nth-child(3) { animation-delay: 0.1s; }
    .about__clicktxt.animate span:nth-child(4) { animation-delay: 0.15s; }
    .about__clicktxt.animate span:nth-child(5) { animation-delay: 0.2s; }
    .about__clicktxt.animate span:nth-child(6) { animation-delay: 0.25s; }
    .about__clicktxt.animate span:nth-child(7) { animation-delay: 0.3s; }
    .about__clicktxt.animate span:nth-child(8) { animation-delay: 0.35s; }
    .about__clicktxt.animate span:nth-child(9) { animation-delay: 0.4s; }
    
    @keyframes bounce {
        0%   { transform: translateY(0); }
        30%  { transform: translateY(-2px); }
        60%  { transform: translateY(0px); }
        100% { transform: translateY(0); }
    }
    .about__clickimg {
        position: relative;
        bottom: 2px;
    }
    .about__link.hovered .about__clicktxt::after {
        width: calc(100% + 32.5px); /* 下線を矢印分延長 */
    }
      .about__link.hovered .about__clickimg img {
        animation: arrow-slide 1s forwards;
    }
      
    @keyframes arrow-slide {
        0% {
          transform: translateX(0);
        }
        50% {
          transform: translateX(15px);
        }
        100% {
          transform: translateX(0);
        }
    }
        
}

@media screen and (max-width: 769px) {
    .about {
        width: 88.9%;
        margin: 68px auto 0;
    }
    .about__main {
        display: block;
        gap: 0;
        margin-top: 14px;
    }
    /* タイトル */
    .about__title01 {
        font-family: Kanit;
        font-size: clamp(1rem, 0.9vw, 1.6rem);
        font-weight: 600;
        position: relative;
        left: 0px;
        bottom: 2px;
    }
    .about__titlemain p {
        font-size: 5rem;
        right: 3px;
    }
    .about__title02 {
        position: relative;
        font-size: clamp(1rem, 0.9vw, 1.6rem);
        bottom: -58px;
        left: -101px;
    }
  
    /* アバウトイメージ */
    .about__img {
        width: 42%;
        display: block;
        margin: 0 auto;
    }
    /* アバウトテキスト */
    .about__txt {
        width: 91.2%;
        max-width: 500px;
        margin: 10px auto;
    }
    .about__name {
        width: 263px;
        gap: 0 3px;
        position: relative;
        margin: 20px auto;
    }
    .about__nameline {
        top: 3px;
    }
    .about__name02 {
        top: 2px;
    }

    .about__link {
        display: block;
        position: relative;
        left: 10px;
        margin: 30px auto 0;
        width: 137px;
    }
    .about__click {
        display: flex;
        align-items: center;
        position: relative;
    }
    .about__clicktxt {
        font-family: Kanit;
        font-size: 2rem;
        font-weight: 600;
        margin-right: 15px;
        position: relative;
        padding-bottom: 2px;
        --underline-width: 0;
    }
    .about__link.hovered .about__clicktxt::after {
        width: calc(100% + 32.5px); /* 下線を矢印分延長 */
    }
    
        
}

@media screen and (max-width: 680px) {
    .about {
        width: 94.6%;
        margin: 68px auto 0;
    }
}

@media screen and (max-width: 480px) {
    .about {
        width: 94.6%;
        margin: 68px auto 0;
    }
    .about__main {
        display: block;
        gap: 0;
        margin-top: 14px;
    }
    /* タイトル */
    .about__title01 {
        bottom: 2.5px;
    }
    .about__title02 {
        bottom: -44px;
        left: -82px;
    }
    .about__titlemain p {
        font-family: Kanit;
        font-size: 4rem;
        font-weight: 600;
        line-height: 71.25%;
        position: relative;
        right: 3px;
    }
    /* アバウトイメージ */
    .about__img {
        width: 50.9%;
        display: block;
        margin: 0 auto;
    }
    /* アバウトテキスト */
    .about__txt {
        width: 91.2%;
        margin: 10px auto;
    }
    .about__name {
        gap: 0 3px;
        margin: 10px auto;
    }
    .about__nameline {
        top: 3px;
    }
    .about__name02 {
        top: 2px;
    }

    .about__link {
        display: block;
    }
    .about__click {
        display: flex;
        align-items: center;
        position: relative;
    }
    .about__clicktxt {
        font-family: Kanit;
        font-size: 2rem;
        font-weight: 600;
        margin-right: 15px;
        position: relative;
        padding-bottom: 2px;
        --underline-width: 0;
    }
    .about__link.hovered .about__clicktxt::after {
        width: calc(100% ); /* 下線を矢印分延長 */
    }
    
        
}
/* === アバウト エンド　=== */










/* === スキル === */
.skills {
    background-color: #1A1A1A;
    border-radius: 0 200px 0 200px;
    margin-top: 120px;
    padding: 140px 0 180px;
}
.skills__mainbox {
    width: 88.9%;
    margin: 0 auto;
}

/* タイトル */
.skills__title {
    display: flex;
    color: white;
    position: relative;
}
.skills__title01 {
    font-family: Kanit;
    font-size: max(1.2rem, 0.97vw);
    font-weight: 600;
    position: relative;
}
.skills__titlemain {
    font-family: Kanit;
    font-size: 5.5vw;
    font-weight: 600;
    line-height: 71.25%;
    position: relative;
    left: 2px;
}
.skills__title02 {
    font-family: "Noto Sans JP";
    font-size: max(1.2rem, 0.97vw);
    line-height: 95%;
    font-weight: 700;
    position: absolute;
    bottom: 1%;
    left: 21.1%;
}

/* スキルメイン */
.skills_box {
    display: flex;
    gap: 0 5.8%;
    width: 90.4%;
    margin: 80px auto 0;
}
.skills_box01 {
    width: 46.9%;
    padding: 2.6%;
    background: #9AE39D;
    border-radius: 20px;
    border: 3px solid #1A1A1A;
    box-shadow: 5px 5px 0px 0px #E2E2E2;
}
.skills_box02 {
    width: 46.9%;
    padding: 2.6%;
    background: #9BCFFF;
    border-radius: 20px;
    border: 3px solid #1A1A1A;
    box-shadow: 5px 5px 0px 0px #E2E2E2;
}
.skills_boxtitle {
    display: flex;
    align-items: center;
    gap: 0 40px;
}
.skills_boxtitle p {
    font-family: Kanit;
    font-size: 2.1vw;
    font-size: max(2.5rem, 2.1vw);
    font-weight: 600;
}
.skills_boxtitle__img01 {
    position: relative;
    bottom: 4px;
    width: 19%;
}
.skills_boxtitle__img01 img {
    width: 100%;
}
.skills_boxtitle__img02 {
    width: 12%;
    position: relative;
    bottom: 6px;
}
.skills_boxtitle__img02 img {
    width: 100%;
}
.skills_boxline {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #1A1A1A;
    margin-top: 10px;
}
.skills_box__txt {
    font-size: max(1.3rem, 1.1vw);
    font-weight: 500;
    line-height: 175%;
    margin-top: 15px;
}
.skills_box__tool {
    font-size: max(1.3rem, 1.1vw);
    font-weight: 700;
    margin-top: 50px;
}
@media screen and (max-width: 1200px) {
    .skills__title02 {
        left: 21.1%;
    }
}
@media screen and (max-width: 1060px) {
    .skills {
        border-radius: 0 180px 0 180px;
        margin-top: 120px;
        padding: 120px 0 150px;
    }
    .skills__title02 {
        left: 21.5%;
    }
}
@media screen and (max-width: 960px) {
    .skills {
        border-radius: 0 160px 0 160px;
        margin-top: 110px;
        padding: 110px 0 140px;
        width: 100%;
    }

    /* タイトル */
    .skills__titlemain {
        font-family: Kanit;
        font-size: 5rem;
        font-weight: 600;
        line-height: 71.25%;
        position: relative;
        left: 2px;
    }
    .skills__title01 {
        font-size: clamp(1.2rem, 0.9vw, 1.6rem);
        bottom: 3px;
    }
    .skills__title02 {
        font-size: clamp(1.2rem, 0.9vw, 1.6rem);
        position: relative;
        bottom: -24px;
        left: 3px;
    }
    /* スキルメイン */
    .skills_box {
        width: 100%;
        margin: 50px auto 0;
    }
    .skills_box01 {
        padding: 25px;
    }
    .skills_box02 {
        padding: 25px;
    }
    .skills_boxtitle {
        display: flex;
        align-items: center;
        gap: 0 40px;
    }
    .skills_boxtitle__img01 {
        position: relative;
        bottom: 4px;
        width: 75px;
    }
    .skills_boxtitle__img02 {
        width: 55px;
        position: relative;
        bottom: 6px;
    }
    .skills_box__tool {
        margin-top: 30px;
    }
}
@media screen and (max-width: 860px) {
    .skills {
        border-radius: 0 140px 0 140px;
        margin-top: 80px;
        padding: 80px 0 120px;
    }
}
@media screen and (max-width: 769px) {
    .skills {
        border-radius: 0 130px 0 130px;
    }
    .skills__mainbox {
        width: 88.9%;
        margin: 0 auto;
    }
    /* タイトル */
    .skills__title01 {
        font-family: Kanit;
        font-size: clamp(1rem, 0.9vw, 1.6rem);
        font-weight: 600;
        position: relative;
        bottom: 3px;
    }
    .skills__titlemain p {
        font-size: 5rem;
        position: relative;
        left: 2px;
    }
    .skills__title02 {
        font-size: clamp(1rem, 0.9vw, 1.6rem);
        position: relative;
        bottom: -24.5px;
        left: 5px;
    }
    /* スキルメイン */
    .skills_box {
        display: block;
        gap: 0;
        width: 91.2%;
        max-width: 501px;
        margin: 45px auto 0;
    }
    .skills_box01 {
        width: 100%;
        padding: 20px;
        border-radius: 16px;
        border: 3px solid #1A1A1A;
        box-shadow: 3px 3px 0px 0px #E2E2E2;
    }
    .skills_box02 {
        margin-top: 20px;
        width: 100%;
        padding: 20px;
        border-radius: 16px;
        border: 3px solid #1A1A1A;
        box-shadow: 3px 3px 0px 0px #E2E2E2;
    }
    .skills_boxtitle {
        gap: 0 20px;
    }
    .skills_boxtitle p {
        font-family: Kanit;
        font-size: clamp(2.5rem, 2.1vw, 1.8rem);
        font-weight: 600;
    }
    .skills_boxtitle__img01 {
        bottom: 6px;
        width: 65px;
    }
    .skills_boxtitle__img02 {
        width: 45px;
        bottom: 8px;
    }
    .skills_boxline {
        height: 1.5px;
        margin-top: 1px;
    }
    .skills_box__txt {
        font-size: clamp(1.3rem, 1.1vw, 1.6rem);
        font-weight: 500;
        line-height: 175%;
        margin-top: 5px;
    }
    .skills_box__tool {
        font-size: clamp(1.3rem, 1.1vw, 1.6rem);
        font-weight: 600;
        margin-top: 30px;
    }
    
}

@media screen and (max-width: 680px) {
    .skills {
        border-radius: 0 120px 0 120px;
    }
    .skills__mainbox {
        width: 94.6%;
        margin: 0 auto;
    }
    .skills_box01 {
        border: 2px solid #1A1A1A;
    }
    .skills_box02 {
        border: 2px solid #1A1A1A;
    }
}

@media screen and (max-width: 480px) {
    .skills {
        border-radius: 0 110px 0 110px;
    }
    /* タイトル */
    .skills__title01 {
        bottom: 3px;
    }
    .skills__titlemain {
        font-size: 4rem;
        position: relative;
        left: 2px;
    }
    .skills__title02 {
        position: relative;
        bottom: -18px;
        left: 5px;
    }
    
}
/* === スキル エンド　=== */










/* === ワークス === */
.works {
    width: 88.9%;
    margin: 150px auto 0;
}

/* タイトル */
.works__title {
    display: flex;
    position: relative;
}
.works__title01 {
    font-family: Kanit;
    font-size: max(1.2rem, 0.97vw);
    font-weight: 600;
    position: relative;
}
.works__titlemain {
    font-family: Kanit;
    font-size: 5.5vw;
    font-weight: 600;
    line-height: 71.25%;
    position: relative;
    left: 2px;
}
.works__title02 {
    font-family: "Noto Sans JP";
    font-size: max(1.2rem, 0.97vw);
    font-weight: 700;
    line-height: 95%;
    position: absolute;
    bottom: 1.5%;
    left: 22.6%;
}


/* メインボックス */
.works__mainbox {
    margin-top: 80px;
}
.works__mainbox1 {
    width: 90.4%;
    margin: 0 auto;
    display: flex;
    gap: 0 70px;
}
.works__mainbox2 {
    width: 90.4%;
    margin: 70px auto 0;
    display: flex;
    gap: 0 70px;
}
.works__mainbox1 a {
    width: 46.9%;
}
.works__mainbox2 a {
    width: 46.9%;
}
.works__box {
    border: 3px solid #1A1A1A;
    border-radius: 20px;
    padding: 5.3%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 7px 7px 0px 0px #1A1A1A;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.works__box.pressed {
    transform: translate(7px, 7px);
    box-shadow: 0px 0px 0px 0px #1A1A1A;
}
.works__boximg {
    border-radius: 10px;
}
.works__boxct {
    border-radius: 7px;
    background: #1A1A1A;
    width: 15%;
    padding: 6px;
    position: relative;
    bottom: 18px;
}
.works__boxct p {
    color: rgba(255, 255, 255, 0.80);
    font-family: Kanit;
    font-size: 0.97vw;
    font-weight: 600;
    text-align: center;
}
.works__boxtitle {
    font-family: "Noto Sans JP";
    font-size: 2vw;
    font-weight: 600;
}
.works__boxsubtitle {
    color: #939393;
    font-family: "Noto Sans JP";
    font-size: 0.96vw;
    font-weight: 500;
    margin-top: 5px;
}
.works__boxline {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #1A1A1A;
    margin-top: 75px;
}
.works__boxclick {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

/* VIEW MOREアニメーション */
.works__boxclick p {
    color: #1A1A1A;
    font-family: Kanit;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    cursor: pointer;
} 
.works__boxclick p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 2px;
    width: 100%;
    background-color: #1A1A1A;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.works__boxclick p.hover::after {
    transform: scaleX(1);
}



/* 矢印アニメーション */
.works__boxarrow {
    width: 41px;
    height: 41px;
    border: 1.5px solid #1A1A1A;
    border-radius: 50%;
    background-color: #1A1A1A; /* ← 初期は黒塗り */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    cursor: pointer;
}
.works__boxarrow:hover {
    background-color: #1A1A1A;
}
.works__boxarrow p {
    text-align: center;
    position: relative;
    bottom: 11px;
    width: 10px;
}
.works__boxarrow img {
    transition: transform 0.6s ease, opacity 0.3s ease;
}

.works__boxarrow:hover img {
    transform: rotate(360deg);
    content: url("../images/top/worksArrowBlack.svg");
}

/* ワークスクリック */
.works__link {
    display: block;
    width: 16.9%;
    margin: 65px auto 150px;
    text-decoration: none;
    position: relative;
    left: 23px;
}
.works__click {
    display: flex;
    align-items: center;
    position: relative;
}
.works__clicktxt {
    color: #1A1A1A;
    font-family: Kanit;
    font-size: max(4rem,2.7vw);
    font-weight: 600;
    margin-right: 20px;
    position: relative;
    padding-bottom: 2px;
    --underline-width: 0;
}
.works__clicktxt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: #1A1A1A;
    width: var(--underline-width);
    transition: width 0.4s ease;
}
.works__clicktxtspace {
    margin-right: 3px;
}

.works__clicktxt span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.works__clicktxt.animate span {
    animation: bounce 0.4s ease forwards;
}
.works__clicktxt.animate span:nth-child(1) { animation-delay: 0s; }
.works__clicktxt.animate span:nth-child(2) { animation-delay: 0.05s; }
.works__clicktxt.animate span:nth-child(3) { animation-delay: 0.1s; }
.works__clicktxt.animate span:nth-child(4) { animation-delay: 0.15s; }
.works__clicktxt.animate span:nth-child(5) { animation-delay: 0.2s; }
.works__clicktxt.animate span:nth-child(6) { animation-delay: 0.25s; }
.works__clicktxt.animate span:nth-child(7) { animation-delay: 0.3s; }
.works__clicktxt.animate span:nth-child(8) { animation-delay: 0.35s; }

@keyframes bounce {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-5px); }
    60%  { transform: translateY(0px); }
    100% { transform: translateY(0); }
}

.works__link.hovered .works__clicktxt::after {
    width: calc(100% + 43px); /* 下線を矢印分延長 */
}
  .works__link.hovered .works__clickimg img {
    animation: arrow-slide 1s forwards;
}
  
@keyframes arrow-slide {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(15px);
    }
    100% {
      transform: translateX(0);
    }
}
@media screen and (min-width: 1700px) {
    .works__boxclick p {
        font-size: 2.5rem;
    } 
    .works__boxarrow {
        width: 45px;
        height: 45px;
    }
    .works__boxarrow p {
        bottom: 14.5px;
        width: 10px;
    }
}
@media screen and (min-width: 2000px) {
    .works__boxclick {
        margin-top: 40px;
    }
    .works__boxclick p {
        font-size: 3.5rem;
    } 
    .works__boxarrow {
        width: 55px;
        height: 55px;
    }
    .works__boxarrow p {
        bottom: 22px;
        width: 10px;
    }
}
@media screen and (max-width: 1440px) {
    .works__link {
        width: 216.5px;
    }
}
@media screen and (max-width: 1300px) {
    .works__boxct {
        width: 78px;
    }
    .works__boxct {
        bottom: 16.5px;
    }
}
@media screen and (max-width: 1200px) {
    .works__title02 {
        left: 22.9%;
    }
    .works__boxct {
        width: 73px;
        bottom: 16.5px;
    }
}
@media screen and (max-width: 1160px) {
    .works {
        margin: 120px auto 0;
    }
    .works__link {
        margin: 50px auto 120px;
    }
    .works__boxct {
        bottom: 16px;
    }
    .works__boxline {
        margin-top: 45px;
    }
}
@media screen and (max-width: 1100px) {
    .works__boxct {
        width: 60px;
        bottom: 15.5px;
    }
    /* 矢印アニメーション */
    .works__boxarrow {
        width: 32px;
        height: 32px;
    }
    .works__boxarrow p {
        bottom: 11px;
        width: 8px;
    }
}
@media screen and (max-width: 1060px) {
    .works__title02 {
        left: 23%;
    }
}
@media screen and (max-width: 960px) {
    .works {
        margin: 110px auto 0;
    }
    
    /* タイトル */
    .works__title01 {
        font-size: clamp(1.2rem, 0.9vw, 1.6rem);
        position: relative;
        bottom: 3px;
    }
    .works__titlemain {
        font-family: Kanit;
        font-size: 5rem;
        font-weight: 600;
        line-height: 71.25%;
    }
    .works__title02 {
        font-size: clamp(1.2rem, 0.9vw, 1.6rem);
        position: relative;
        top: 22.5px;
        left: 3px;
    }

    /* メインボックス */
    .works__mainbox {
        margin-top: 50px;
    }
    .works__mainbox1 {
        width: 100%;
        gap: 0 50px;
    }
    .works__mainbox2 {
        width: 100%;
        margin: 50px auto 0;
        gap: 0 50px;
    }
    .works__mainbox1 a {
        width: 46.9%;
    }
    .works__mainbox2 a {
        width: 46.9%;
    }
    .works__box {
        box-shadow: 5px 5px 0px 0px #1A1A1A;
    }
    .works__box.pressed {
        transform: translate(5px, 5px);
        box-shadow: 0px 0px 0px 0px #1A1A1A;
    }
    .works__boximg {
        border-radius: 16px;
    }
    .works__boxct {
        bottom: 15px;
    }
    .works__boxct p {
        font-size: 1rem;
    }
    .works__boxtitle {
        font-family: "Noto Sans JP";
        font-size: clamp(2rem, 2vw, 3.5rem);
        font-weight: 600;
    }
    .works__boxsubtitle {
        color: #939393;
        font-family: "Noto Sans JP";
        font-size: clamp(1.2rem, 0.96vw, 1.8rem);
        font-weight: 500;
        margin-top: 5px;
    }
    .works__boxline {
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background: #1A1A1A;
        margin-top: 45px;
    }
    .works__boxclick {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }
    
    /* VIEW MOREアニメーション */
    .works__boxclick p {
        color: #1A1A1A;
        font-family: Kanit;
        font-size: clamp(1.6rem, 1.38vw, 2.5rem);
        font-weight: 700;
        position: relative;
        display: inline-block;
        cursor: pointer;
    } 
    .works__boxclick p::after {
        height: 1.5px;
    }
    .works__boxclick p {
        font-size: 1.6rem;
        font-weight: 700;
    } 
    
    /* 矢印アニメーション */
    .works__boxarrow {
        width: 30px;
        height: 30px;
    }
    .works__boxarrow p {
        bottom: 8.5px;
        width: 8px;
    }
    
    /* ワークスクリック */
    .works__link {
        width: 155px;
        margin: 50px auto 110px;
        left: 18px;
    }
    .works__clicktxt {
        color: #1A1A1A;
        font-family: Kanit;
        font-size: 3rem;
        font-weight: 600;
        margin-right: 8px;
        position: relative;
        padding-bottom: 2px;
        --underline-width: 0;
    }
    .works__clicktxt::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
    }
    .works__clicktxtspace {
        margin-right: 3px;
    }

    .works__clickimg {
        width: 15px;
        position: relative;
        bottom: 1px;
    }
    .works__link.hovered .works__clicktxt::after {
        width: calc(100% + 20px); /* 下線を矢印分延長 */
    }
}
@media screen and (max-width: 860px) {
    .works {
        margin: 80px auto 0;
    }
    .works__link {
        margin: 50px auto 80px;
    }
    .works__boxct {
        bottom: 14.5px;
    }
}
@media screen and (max-width: 769px) {
    .works {
        width: 88.9%;
        margin: 80px auto 0;
    }
    
    /* タイトル */
    .works__title01 {
        position: relative;
        font-size: clamp(1rem, 0.9vw, 1.6rem);
        bottom: 2px;
    }
    .works__titlemain {
        line-height: 71.25%;
        font-size: 5rem;
    }
    .works__title02 {
        font-size: clamp(1rem, 0.9vw, 1.6rem);
        position: relative;
        left: 3px;
        top: 23.5px;
    }
    /* メインボックス */
    .works__mainbox {
        margin-top: 40px;
    }
    .works__mainbox1 {
        max-width: 500px;
        width: 91.2%;
        margin: 0 auto;
        display: block;
        gap:0px;
    }
    .works__mainbox2 {
        max-width: 500px;
        width: 91.2%;
        margin: 0 auto;
        display: block;
        gap:0px;
        margin-top: 20px;
    }
    .works__mainbox1 a {
        width: 100%;
    }
    .works__mainbox2 a {
        width: 100%;
    }
    .works02 {
        display: block;
        margin-top: 20px;
    }
    .works08 {
        display: block;
        margin-top: 20px;
    }
    .works__box {
        border: 3px solid #1A1A1A;
        padding: 5.5%;
        border-radius: 20px;
        box-shadow: 5px 5px 0px 0px #1A1A1A;
    }
    .works__box.pressed {
        transform: translate(5px, 5px);
    }
    .works__boximg {
        border-radius: 10px;
    }
    .works__boxct {
        width: 58px;
        padding: 4px 10px;
        bottom: 13px;
        border-radius: 5px;
    }
    .works__boxtitle {
        position: relative;
        bottom: 5px;
    }
    .works__boxsubtitle {
        margin-top: 0px;
        position: relative;
        bottom: 5px;
    }
    .works__boxline {
        height: 1.5px;
        margin-top: 35px;
    }
    .works__boxclick {
        margin-top: 15px;
    }
    /* 矢印アニメーション */
    .works__boxarrow {
        width: 28px;
        height: 28px;
    }
    .works__boxarrow p {
        bottom: 11px;
        width: 8px;
    }

    /* VIEW MOREアニメーション */
    .works__boxclick p::after {
        height: 1.5px;
    }
    .works__boxclick p {
        font-size: 2rem;
        font-weight: 700;
    } 

    .works__clicktxt::after {
        bottom: 3px;
        left: 0;
        height: 2px;
    }
}

@media screen and (max-width: 680px) {
    .works {
        width: 94.6%;
        margin: 80px auto 0;
    }
    .works__box {
        border: 2px solid #1A1A1A;
    }
}

@media screen and (max-width: 480px) {
    .works {
        width: 94.6%;
        margin: 80px auto 0;
    }
    
    /* タイトル */
    .works__title01 {
        position: relative;
        bottom: 3px;
    }
    .works__titlemain {
        line-height: 71.25%;
        font-size: 4rem;
    }
    .works__title02 {
        position: relative;
        left: 3px;
        top: 17px;
    }

    /* メインボックス */
    .works__mainbox {
        margin-top: 40px;
    }
    .works__mainbox1 {
        width: 91.2%;
        margin: 0 auto;
        display: block;
        gap:0px;
    }
    .works__mainbox2 {
        width: 91.2%;
        margin: 0 auto;
        display: block;
        gap:0px;
        margin-top: 20px;
    }
    .works__mainbox1 a {
        width: 100%;
    }
    .works__mainbox2 a {
        width: 100%;
    }
    .works02 {
        display: block;
        margin-top: 20px;
    }
    .works08 {
        display: block;
        margin-top: 20px;
    }
    .works__box {
        border: 2px solid #1A1A1A;
        border-radius: 16px;
        padding: 5.5%;
        border-radius: 16px;
        box-shadow: 5px 5px 0px 0px #1A1A1A;
    }
    .works__box.pressed {
        transform: translate(5px, 5px);
    }
    .works__boximg {
        border-radius: 8px;
    }
    .works__boxct {
        width: 58px;
        padding: 3px 10px;
        bottom: 12px;
    }
    .works__boxct p {
        color: rgba(255, 255, 255, 0.80);
        font-family: Kanit;
    }
    .works__boxtitle {
        position: relative;
        bottom: 5px;
    }
    .works__boxsubtitle {
        margin-top: 0px;
        position: relative;
        bottom: 5px;
    }
    .works__boxline {
        height: 1.5px;
        margin-top: 35px;
    }
    .works__boxclick {
        margin-top: 15px;
    }

    /* VIEW MOREアニメーション */
    .works__boxclick p::after {
        height: 1.5px;
    }

    /* 矢印アニメーション */
    .works__boxclick p {
        font-size: 1.6rem;
        font-weight: 700;
    } 
    .works__boxarrow {
        width: 28px;
        height: 28px;
    }
    .works__boxarrow p {
        bottom: 8.5px;
        width: 8px;
    }

    /* ワークスクリック */
    .works__link {
        width: 136px;
        margin: 25px auto 80px;
        left: 2.5%;
    }
    .works__clicktxt {
        font-size: 2.5rem;
        margin-right: 8px;
        position: relative;
        padding-bottom: 2px;
    }
    .works__clicktxt::after {
        height: 2px;
    }
    .works__clicktxtspace {
        margin-right: 3px;
    }
    .works__clickimg {
        width: 15px;
        position: relative;
        bottom: 1px;
    }
    .works__link.hovered .works__clicktxt::after {
        width: calc(100% + 23px); /* 下線を矢印分延長 */
    }
}

/* === ワークス　エンド === */

  
  
  
  
  


