@charset "UTF-8";

html {
    font-size: 62.5%;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

body {
    font-family: "Zen Kaku Gothic New Medium" "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;

}

/* ふわっと表示させる */
.fade-in-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* ここまで */

/* 切り取り画像が動く */
.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    width: 160px;
}

/* 振り子　遅 */
.keyframe3 {
    animation-name: anim_s;
    transform: rotate(30deg);
    animation-duration: 5s;
}

@keyframes anim_s {
    50% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(30deg);
    }
}

/* 振り子　遅　ここまで */

/* 振り子　速 */
.keyframe2 {
    animation-name: anim_s;
    transform: rotate(20deg);
    animation-duration: 2.7s;
}

@keyframes anim_s {
    50% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(20deg);
    }
}

/* 振り子　速　ここまで */

/* 回転 */
.animation4 {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    width: 128px;
}

.keyframe4 {
    animation-name: anim_r;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-direction: normal;
}

@keyframes anim_r {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 回転ここまで */

.top-main-visual {
    position: relative;
}

.cut-meguro {
    display: block;
    position: absolute;
    z-index: 12;
    left: -1%;
    top: px;
    width: 130px;
}

.cut-cocoapuffy {
    display: block;
    position: absolute;
    z-index: 12;
    left: -2%;
    top: 73%;
    width: 180px;
}

.cut-aji {
    display: block;
    position: absolute;
    z-index: 12;
    left: 42%;
    top: -7%;
}

.cut-tachiuo {
    display: block;
    position: absolute;
    z-index: 12;
    left: 38%;
    top: 87%;
    width: 17%;

}

.cut-sandwitch {
    display: block;
    position: absolute;
    z-index: 12;
    right: 4%;
    top: px;
    width: 110px;
}

.cut-kabuki {
    display: block;
    position: absolute;
    z-index: 12;
    right: 4%;
    top: 82%;
    width: 130px;
}

/* 切り取り画像が動く */


/* ここまで */

/* ↑共通設定 */
/* ヘッダー */

.sp {
    display: none;
}


header {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem 0;
    /* background-color: aqua; */

}


.header-nav {
    display: flex;
    gap: 2.8rem;
    padding-bottom: 1rem;
    font-family: "ベストテン-CRT " "DotGothic16", sans-serif;
}



.header-nav a:hover {
    color: #f28705;
}

.item-a {
    font-size: 19px;
    color: white;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* メインヴィジュアル */
.top-main-visual {
    /* background-color: aqua; */
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 3.2rem;
}

.sp-top {
    display: none;
}

/* ヘッダーとメインヴィジュアルの背景 */
.bg-top {
    background-color: #0359a7;
    padding-top: 1px;
    padding-bottom: 150px;
    background-image: url(image-assets/base-part.png);
    background-position: bottom center;
    background-repeat: repeat-x;
}

/* 自己紹介 */
.self-introdaction {
    max-width: 1200px;
    /* background-color: aqua; */
    margin: 0 auto;
    padding: 140px 0;
    padding-bottom: 30px;

}

.h-self-introdaction {
    /* background-color: aliceblue; */
    margin: 0 auto;
    padding-top: 50px;
    display: block;
}

.bg-self-introdaction {
    background-color: #021f59;

}

.self-introdaction-container {
    padding: 90px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.s-name {
    padding: 2rem 3.3rem;
}

.s-i-right {
    padding-top: 20px;
    margin-right: 20px;
    max-width: 630px;
    height: 300px;
    /* background-color: black; */
    line-height: 2;
}

.s-i-right p {
    margin-bottom: 4rem;
    color: white;
}

/* 趣味 */
.hobby {
    max-width: 1200px;
    /* height: 1700px; */
    /* background-color: black; */
    margin: 0 auto;
    padding: 75px 0;
}

.h-hobby {
    margin: 0 auto;
    display: block;
    /* background-color: aqua; */
    padding-bottom: 70px;

}

.hobby-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px 164px;
    color: white;
    max-width: 924px;
    margin: 0 auto;

}

.hobby-items h3 {
    padding: 2rem 0;
    font-size: 2.8rem;
    text-align: center;
}

.hobby-items p {
    font-size: 1.8rem;
    line-height: 2.0;
}

.bg-hobby {
    background-color: #0359a7;
    border-radius: 65px;

}

.bg-bg-hobby {
    background: linear-gradient(180deg, #021f59 0%, #021f59 50%, #f28705 50%, #f28705 100%);
}

/* 資格・スキル */
.bg-skill {
    background-color: #f28705;
}

.skill {
    max-width: 710px;
    padding-bottom: 100px;

    /* background-color: #777; */
    margin: 0 auto;
}

.h-skill {
    margin: 0 auto;
    display: block;
    /* background-color: aqua; */
    padding: 100px 0;
}

.icon-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background-color: aqua; */
    height: 580px;
}

.l-skill {
    line-height: 2.0;
}

.l-skill h3 {
    /* padding-top: 33px; */
}

.skill-container {
    display: flex;
    gap: 0 44px;
}

.l-1 {
    padding-top: 1rem;
}

.l-2 {
    /* background-color: aliceblue; */
    padding-top: 45px;
    padding-bottom: 10px;
}

.l-3 {
    /* background-color: aliceblue; */
    padding-top: 32px;
}

.p-3 {
    line-height: 1.3;
}

.l-4 {
    padding-top: 45px;
    padding-bottom: 10px;
}

.l-5 {
    padding-top: 45px;
    padding-bottom: 10px;
}

/* 作品 */
.bg-work {
    background-color: #0359a7;
    border-radius: 65px 65px 0 0;
    padding: 50px;
    background-image: url(image-assets/base-part.png);
    background-position: bottom center;
    background-repeat: repeat-x;
}

.bg-bg-work {
    background-color: #f28705;
}

.work {
    max-width: 1180px;
    /* height: 3600px; */
    margin: 0 auto;
    /* background-color: #777; */
}

.h-work {
    margin: 0 auto;
    display: block;
    /* background-color: aqua; */
    padding-top: 100px;
    padding-bottom: 45px;

}

/* .h2-work{
    margin: 0 auto;
    display: block;
    background-color: aqua;
    padding-top: 100px;
    padding-bottom: 60px;
} */
.work-base {
    background-color: white;
    max-width: 1176px;
    /* height: 655px; */
    border-radius: 52px;
    margin: 0 auto 100px;
    padding-top: 10px;
}

.work-text-a {
    /* background-color: #f28705; */
    /* max-width: 400px;
    height: 130px;
    margin-left: 70px;
    margin-top: 50px; */
    display: flex;
    justify-content: space-around;
    padding: 35px 35px;
    gap: 3rem;

}

.sub-p {
    font-size: 1.6rem;
}

.main-p {
    font-size: 25px;
    line-height: 1.7;
    font-family: "Zen Kaku Gothic New Black" "Zen Kaku Gothic New", sans-serif;
}

.a-size {
    font-size: 15px;
    line-height: 1.7;
    font-family: "Zen Kaku Gothic New ";
    padding-left: 0.5rem;
}

.h3-web {
    text-align: center;
    width: 330px;
    margin: 0 auto;
    /* background-color: aqua; */
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
    font-size: 28px;
    font-weight: normal;

}

.h3-bg {
    background-image: url(image-assets/sakuhin-midashi.png);
    background-position: center;


}

.h3-banner {
    text-align: center;
    width: 330px;
    margin: 0 auto;
    /* background-color: aqua; */
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
    font-size: 28px;
    font-weight: normal;
}

.h3-paper {
    text-align: center;
    width: 330px;
    margin: 0 auto;
    /* background-color: aqua; */
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
    font-size: 28px;
    font-weight: normal;
}

.work-base-banner {
    background-color: white;
    max-width: 1176px;
    /* height: 1100px; */
    border-radius: 52px;
    margin: 0 auto 100px;
    padding-top: 10px;
}

.banner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 27px 27px;
    /* background-color: aquamarine; */
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 30px;
}

.work-base-paper {
    background-color: white;
    max-width: 1176px;
    /* height: 710px; */
    border-radius: 52px;
    margin: 0 auto 100px;
    padding-top: 10px;
}

.paper-container {
    /* background-color: #f28705; */
    display: flex;
    gap: 66px;
    max-width: 910px;
    margin: 0 auto;
    padding: 30px 30px;
}

.site {
    font-size: 1.6rem;
}

/* お問い合わせ */
.bg-contact {
    background-color: #021f59;
    padding-bottom: 30px;
}

.contact {
    max-width: 650px;
    /* height: 1038px; */
    /* background-color: #777; */
    margin: 0 auto;
    color: white;
}

.h-contact {
    /* background-color: #f28705; */
    text-align: center;
    padding-top: 140px;
    font-size: 30px;
    padding-bottom: 70px;
}

.contact h3 {
    font-size: 18px;
    font-weight: normal;

}

.c-name {
    background-color: white;
    max-width: 650px;
    width: 100%;
    height: 60px;
    border-radius: 9px;
    margin: 10px 0;
    padding-left: 1rem;

}

.c-textarea {
    background-color: white;
    max-width: 650px;
    width: 100%;
    height: 335px;
    border-radius: 9px;
    margin: 10px 0;
    padding-left: 1rem;
}

.c-buttom {
    background-color: #f28705;
    width: 226px;
    height: 62px;
    border-radius: 31px;
    display: block;
    margin: 69px auto;
    font-size: 24px;
    font-family: "Zen Kaku Gothic New Black" "Zen Kaku Gothic New", sans-serif;
    /* transition: 0.5s; */
}

.c-buttom:hover {
    background-color: #a35c06;
}




/* フッター */
.bg-footer {
    background-color: #0359a7;
    border-radius: 65px 65px 0 0;
}

.bg-bg-footer {
    background-color: #021f59;
}

footer {
    max-width: 930px;
    /* height: 450px; */
    /* background-color: #777; */
    margin: 0 auto;
}

.f-nav-container {
    /* background-color: aqua; */
    height: 242px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.f-nav-items a {
    font-family: "ベストテン-CRT" "DotGothic16", sans-serif;
    color: white;
}

.f-nav-items {
    padding: 10px;
}

.footer-container {
    /* background-color: aquamarine; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.top-back {
    /* background-color: #f28705; */
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 6px 40px;

}

small {
    /* background-color: #f28705; */
    color: white;
    display: block;
    text-align: right;
    padding-top: 50px;
    padding-bottom: 10px;
}

.f-nav-items a:hover {
    color: #f28705;
}

/* レスポンシブ対応 */
@media (max-width:600px) {


    /* ハンバーガーメニュー */
    .sp {
        display: block;
        position: relative;
    }

    .menu {
        position: fixed;
        right: 25px;
        top: 25px;
        display: block;
        z-index: 20;


    }

    /* .activeで表示される、通常時offのメニュー */

    .menu-botton {
        display: none;
        position: fixed;
        z-index: 30;
        right: 25px;
        top: 25px;

    }

    .menu-botton.active {
        display: block;
    }


    .menu-header-nav {
        background-color: #021f59;
        border-radius: 25px;
        padding: 80px 75px;
        position: fixed;
        z-index: 29;
        right: 0;
        top: 0;
        display: none;
        gap: 4rem;
        flex-direction: column;
    }

    .menu-header-nav.active {
        display: flex;
    }

    .menu-header-nav a {
        font-size: 21px;
        font-family: "ベストテン-CRT" "DotGothic16", sans-serif;
    }

    /* ここまで */


    /* ヘッダー */
    .header-nav {
        display: none;
        flex-direction: column;
    }

    .header-container {
        display: flex;
        justify-content: center;
    }


    .top-logo {
        display: block;
        margin: 0 auto;
        width: 282px;
        /* background-color: aliceblue; */


    }



    /* メインヴィジュアル */
    .pc-top {
        display: none;
    }

    .sp-top {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        text-align: center;
    }

    .slick-slide img {
        margin: 0 auto;
    }

    .cut-meguro {
        display: none;
    }

    .cut-cocoapuffy {
        display: none;
    }

    .cut-aji {
        display: none;
    }

    .cut-kabuki {
        display: none;
    }

    .cut-tachiuo {
        display: none;
    }

    .cut-sandwitch {
        display: none;
    }

    /* ヘッダーとメインヴィジュアルの背景 */
    .bg-top {
        background-size: 25%;
        padding-bottom: 10px;
    }


    /* 自己紹介 */

    .self-introdaction {
        /* background-color: aqua; */
        padding-bottom: 150px;
        padding-top: 0;
    }


    .self-introdaction-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 3rem 0;

    }

    .h-self-introdaction {
        /* background-color: aquamarine; */
        width: 150px;
        padding-top: 36px;
        display: block;
        margin: 0 auto;

    }

    .img-profile {
        width: 135px;
        /* background-color: #f28705; */
    }

    .s-name {
        width: 212px;
        /* background-color: aliceblue; */
    }

    .s-i-right {
        margin-right: 0;
        height: 200px;

    }

    .s-i-right p {
        display: block;
        margin: 0 auto;
        font-size: 15px;
        padding: 0 3.5rem;
        line-height: 2.8;
        /* background-color: #f28705; */

    }

    .self-introdaction-items img {
        display: block;
        margin: 0 auto;
        /* background-color: aqua; */
        padding: 3rem 0;
    }


    /* 趣味 */
    .hobby {
        padding-top: 45px
    }

    .hobby-container {
        display: flex;
        flex-direction: column;
        gap: 40px 0;

    }

    .h-hobby {
        /* background-color: aquamarine; */
        width: 78px;
        padding-bottom: 30px;
        display: block;
        margin: 0 auto;
    }

    .hobby-items img {
        width: 290px;
        display: block;
        margin: 0 auto;

    }

    .hobby-items p {
        padding: 0 3.5rem;
    }

    /* 資格・スキル */
    .skill {
        padding-bottom: 70px;
    }

    .h-skill {
        /* background-color: aquamarine; */
        width: 215px;
        /* padding-top: 30px; */
        padding-bottom: 30px;
        display: block;
        margin: 0 auto;

    }


    .icon-items {
        /* background-color: aqua; */
        width: 90px;
        padding-left: 30px;
        padding-top: 66px;
    }

    .skill-container {
        gap: 0 20px;
    }

    .l-skill {
        padding-top: 60px;
    }


    .l-skill p {
        font-size: 13px;
    }

    .l-1 {
        font-size: 18px;
        /* background-color: antiquewhite; */
    }

    .l-2 {
        font-size: 21px;
        /* background-color: aqua; */
        padding-top: 55px;
        padding-bottom: 0;
    }

    .p-2 {
        /* background-color: antiquewhite; */
        padding-right: 35px;
    }

    .l-3 {
        font-size: 21px;
        /* background-color: aqua; */
        padding-top: 35px;
        padding-bottom: 0;
    }

    .p-3 {
        /* background-color: antiquewhite; */
        padding-right: 35px;
        line-height: 2.1;
    }

    .l-4 {
        font-size: 21px;
        /* background-color: aqua; */
        padding-top: 45px;
        padding-bottom: 0;
    }

    .p-4 {
        /* background-color: antiquewhite; */
        padding-right: 35px;
        line-height: 2.1;
    }

    .l-5 {
        font-size: 21px;
        /* background-color: aqua; */
        padding-top: 50px;
        padding-bottom: 0;
    }

    .p-5 {
        /* background-color: antiquewhite; */
        padding-right: 35px;
        line-height: 2.1;
    }


    /* 作品 */

    .banner-container {
        display: flex;
        flex-direction: column;
    }

    .paper-container {
        display: flex;
        flex-direction: column;
    }

    .h-work {
        /* background-color: aquamarine; */
        width: 83px;
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
        margin: 0 auto;
    }

    .bg-work {
        padding: 0;
    }

    .h3-web {
        font-size: 17px;
        width: 60%;
        padding: 10px 0;
    }

    .h3-bg {
        width: 60%;
        /* background-color: #f28705; */
        background-size: contain;
        margin: 0 auto;
        margin-bottom: 22px;

    }

    .work-text-a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 20px;
        padding-bottom: 20px;
        gap: 2rem;
    }

    .work-base {
        border-radius: 40px;
        margin: 0 7px;
    }

    .main-p {
        font-size: 13px;
        font-weight: bold;
        text-align: center;
    }

    .sub-p {
        font-size: 13px;
        text-align: center;
    }

    .a-size {
        font-size: 13px;
    }

    .work-base {
        margin-bottom: 43px;
    }

    /* 作品ーバナー */
    .h3-banner {
        font-size: 17px;
        width: 60%;
        padding: 10px 0;
    }

    .work-base-banner {
        border-radius: 40px;
        margin: 0 7px;
        margin-bottom: 43px;

    }

    /* 作品ーチラシ */
    .h3-paper {
        font-size: 17px;
        width: 60%;
        padding: 10px 0;
    }

    .work-base-paper {
        border-radius: 40px;
        margin: 0 7px;
        margin-bottom: 10px;
    }

    .bg-work {
        background-size: 25%;
        padding-bottom: 70px;
    }

    /* お問い合わせ */
    .bg-contact {
        padding-bottom: 10px;
    }

    .h-contact {
        padding-top: 50px;
        padding-bottom: 20px;
        font-size: 20px;
    }

    .contact h3 {
        font-size: 13px;
        padding-top: 5px;
    }


    .contact-container {
        margin: 0 40px;
    }

    .c-buttom {
        margin: 30px auto;
        width: 156px;
        font-size: 16px;
    }

    .contact {
        padding-bottom: 20px;
    }

    /* フッター */
    .footer-container {
        padding-top: 60px;
        display: flex;
        flex-direction: column-reverse;
        gap: 3rem
    }

    .footer-items img {
        width: 290px;
    }

    .nav-container {
        display: flex;
        justify-content: space-between;

    }

    .f-nav-container {
        height: 100%;
        width: 100%;
    }

    .f-nav-items {
        padding: 17px 30px;
        font-size: 14px;
    }

    .nav-item {
        /* background-color: aqua; */
        width: 170px;

    }

    small {
        text-align: left;
        padding-top: 60px;
        padding-bottom: 10px;
        padding-left: 35px;
    }

    .top-back {
        padding: 0 7px;
    }
}