body {
    margin: 0;
    padding: 0;
    background-color: #172d52;
}

h1,
h2,
ul,
li {
    margin: 0;
    padding: 0;
}


.bg_img {

    width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
}


header .bg_img .navigation {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

/*ロゴの設定*/
.navigation {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.navigation .logo {
    margin: 20px;
}

.navigation .logo span {
    visibility: hidden;
}
/*ロゴ画像を背景として表示して設定*/
.navigation .logo #a_link {
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-image: url(../img/ame_logo2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    background-position: 40% 34%;
}

.navigation .logo {
    width: 200px;
    height: 60px;
}


.navigation .nav {
    display: none;
   
}

.navigation .nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.navigation .nav ul li {
    color: #f6ECE0;
    font-size: 1em;
    padding-right: 20px;
    padding-top: 20px;
    /* position: relative; */
    width: 100%;
    text-align: center;
}

.navigation .nav ul li a{
    text-decoration: none;
    width: 100%;
    position: relative;
    transition: 1s;
}
/* メニューのホバー状態前(メニューの下にボーダーラインをつける前の状態) */
.navigation .nav ul li a::after{
    content:"";
    position: absolute;
    bottom:0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #909090;
    transition: 1s;
}
/* メニューのホバー状態後(メニューの下にボーダーラインをつけた後の状態) */
.navigation .nav ul li a:hover::after{
    content:"";
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #909090;
    transition: 1s;
   
}

.navigation .nav_sp{
    background-color: #3f3f3fbd;
    position: fixed;
    top:0;
    left:-101%;
    /* left:-200px; */
    /* width:150px; */
    width:100%;
    height: 100vh;
    transition: 1s;
}
.navigation .nav_sp ul{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.navigation .nav_sp ul li{
    width: 100%;
margin-top:50px ;
    list-style: none;
    text-align: center;

}
.navigation .nav_sp ul li a{
    text-decoration: none;
    /* position: relative; */
}

.navigation .nav_sp.active{
    position: fixed;
    top:0;
    left:0px;
   transition: 1s;
}

/* .navigation .nav_sp.active ul li a::after{
    content:"";
    position: absolute;
    bottom:0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #909090;
    transition: 1s;
}
.navigation .nav_sp.active ul li a:hover::after{
    content:"";
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #909090;
    transition: 1s;
} */


a,
a:hover,
a:visited {
    color: inherit;
}

header .title {
    width:100%;
    height:200px;
    color: #f6ECE0;
    
    text-align: left;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 200px;
    margin-left: 50px;
    position: relative;
}

header .title::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 5px;
    height: 50%;
    background-color: rgb(255, 255, 255);
}

img {

    width: 100%;
    /* width: 200px;
    height: 120px; */
}


main {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

main .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 100px;
}

.creation .title {
    width: 100%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.creation .title p {
    margin-top: 10px;
}



main .creation {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*スライド設定*/

.slide_pc {
    display: none;
    width: 100%;

}

.slide_sp {

    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    top: 35%;
}

main .creation .slide_sp section {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
   
}

main .creation .slide_sp section div {
    width: 70%;
    height: 80vh;

}

main .creation .slide_sp section a {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-decoration: none;
    /* position: relative; */
    height: 80%
}


main .creation .slide_sp section a span {
    /* font-size: 1em; */
    margin-top: 10px;
}

main .creation .slide_sp section a>span {
    font-size: 1.2em;

}

main .creation .slide_sp section a p {
    display: flex;
    flex-direction: column;
    font-size: 1em;
    width: 90%;
    height: 100%;
    margin-top: 10px;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}


main .creation .slide_sp section a img {
    width: 70%;
    border-radius: 10px;
}



.creation ul li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.creation a p {
    width: 80%;
}

.creation a span {
   
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}



.slide-arrow {
    background-color: #33333300;
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}

.prev-arrow {
    border-bottom: 20px solid #33333300;
    border-left: 0;
    border-right: 20px solid #fff;
    border-top: 20px solid #33333300;
    left: -35px;
}

.next-arrow {
    border-bottom: 20px solid #33333300;
    border-left: 20px solid #fff;
    border-right: 0;
    border-top: 20px solid #33333300;
    right: -35px;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
}


.skill {
    
    width: 100%;
    height: 100%;
    /* height: 100vh; */
}

#particles-skill {
    position: relative;
    width: 100%;
    /* height: 100%; */
}

.skill .title {
    margin-bottom: 50px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.skill_containar {
    width: 100%;
    height: 75%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.skill_containar ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.skill_containar ul>div {
    width: 45%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.skill_containar ul>div li {
    list-style: none;
    display: flex;
}


.skill_containar ul div li>div {
    width: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
}

.skill_containar ul li figure img {
    width: 100%;
}

.skill_containar ul li .skillname {
    width: 90%;
    display: flex;
    flex-direction: column;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.about {
    width: 100%;
    height: 100vh;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#particles-about {
    position: relative;
    width: 100%;
    height: 100vh;
}

#particles-about .title {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#particles-about .about_text {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    border: 1px solid #f6ECE0;
    border-radius: 10px;
    padding: 20px;
}

#particles-about .about_text div {
    width: 100%;
    /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; */
}


@media(min-width:768px) {

    .bg_img {

        height: 250px;
        margin-bottom: 50px;
        
    }


    .navigation .logo #a_link {


        background-image: url(../img/ame_logo2.png);
        background-repeat: no-repeat;
        background-size: cover;

        width: 70px;
        height: 70px;
        display: block;
        border-radius: 100%;
        background-position: 40% 34%;
    }
    .navigation .nav {
       
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    .navigation .nav ul li {
        color: #f6ECE0;
        font-size: 1.2em;
        padding-right: 20px;
        padding-top: 20px;
    }
    .navigation .nav_sp{
        display: none;
    }
    header .title {
        /* margin-top: 100px; */
        margin-left: 150px;
    }
    header .title::after {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        width: 5px;
        height: 80%;
        background-color: rgb(255, 255, 255);
    }
    header .title p {
        font-size: 1.7em;
    }

    .content {
        width: 800px;
    }

    main .content {
       
        width: 100%;
        height: 100%;
        display: flex;
       
        flex-direction: column;
        
        justify-content: space-around;
        
    }

    .creation ul {
        display: none;
    }

    .creation .title {
        margin-top: 0;
        margin-bottom: 370px;
        position: absolute;
        top: 30%;
        right: 39%;
    }

    main .creation {
       
        
        height: 100vh;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

    }
    main .creation.active{
        top: 0;
        visibility: visible;
    }
    .slide_sp {
        display: none;

    }

    .slide_pc {
        display: block;
        
        width: 68%;
        height: 90%;
        position: absolute;
        top: 13%;
        left: 22%;
        z-index: 5;
       
    }

    main .creation .slide_pc .splide {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    main .creation .slide_pc .splide .splide__track {
        width: 100%;
        height: 100%;
    }

    main .creation .slide_pc .splide .splide__track .splide__list {
        width: 100%;
        height: 100%;
        align-items: center;
    }

    main .creation .slide_pc .splide .splide__slide {
        width: 80%;
        height: 80%;

    }

    main .creation .slide_pc .splide__slide a {
        position: relative;
        width: 95%;
        height: 100%;
        display: block;
    }


    main .creation .slide_pc .splide__slide a img {
        width: 97%;
        height: auto;
        border-radius: 20px;
    }

    main .creation .slide_pc a>span {
        position: absolute;
        top: 10%;
        left: 5%;
        z-index: 2;
        font-size: 1.2em;
    }

    main .creation .slide_pc a p {
        position: absolute;
        top: 30%;
        left: 5%;
        z-index: 2;
    }

    main .creation .slide_pc a p>span:nth-of-type(1) {
        position: absolute;
        top: -30%;
        left: 0%;
        z-index: 2;
    }

    main .creation .slide_pc a p>span:nth-of-type(2) {
        position: absolute;
        top: 10%;
        left: 0%;
        z-index: 2;
    }

    main .creation .slide_pc a p>span:nth-of-type(3) {
        position: absolute;
        top: 45%;
        left: 0%;
        z-index: 2;
    }



    main .creation .slide_pc a .curtain {
        position: absolute;
        top: 0;
        left: 0;
        width: 77%;
        height: 95%;
        background-color: rgba(0, 0, 0, 0.655);
        z-index: 2;
        border-radius: 0 0 40% 0;
    }

    .splide .splide__track {
        width: 100%;
        
        padding-left: 0rem !important;
        padding-left: 4rem;
       
    }


    .splide__arrows {
        position: absolute;
        
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 125%;
        height: auto;
    }

    .splide__arrows .button {
        background-color: transparent;
        /* ボタンの背景を透明にする */
        height: 50px;
        transition: .2s;
        width: 30px;
    }

    /* 矢印共通のスタイル */
    .button::before {
        background-color: rgba(255, 255, 255, 0.803);
        content: "";
        height: 50px;
        width: 30px;
    }

    /* 前の矢印 */
    .prev::before {
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
    }

    /* 次の矢印 */
    .next::before {
        clip-path: polygon(0 0, 0 100%, 100% 50%);
    }

    /* 次のスライドが無い場合の矢印 */
    .button:disabled::before {
        background-color: #ccc;
    }

    
    main .creation .slide_pc a p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        font-size: 1em;
        width: 70%;
        height: 100px;
    }

  

    main .creation .slide_pc section .slick-next {
        position: absolute;
        left: 0;
    }


    .skill {
        height: 100vh;
    }
   
    .skill .title {

        margin-top: 100px;
        margin-bottom: 50px;
        position: absolute;
        
        top: 20%;
        left: 11%;
        
    }

    .skill_containar {
        width: 75%;
        position: absolute;
        top: 15%;
        left: 61%;
    }

    .skill_containar ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .skill_containar ul li {
        width: 85%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    
    .skill_containar ul div li>div {
        width: 20%;
    }

    

    .skill_containar ul li .skillname {
        width: 65%;
        display: flex;
        flex-direction: column;
    }
   
    #particles-about .title {
        margin-top: 100px;
        margin-bottom: 50px;
        position: absolute;
      
        top: 20%;
        left: 11%;
    }

    #particles-about .about_text {
        width: 50%;
        position: absolute;
        top: 25%;
        left: 57%;
       
    }

}