@import url(css/reset.css);

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
/**mvフォントcss→*** "Roboto Slab", serif;***/
@import url('https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@400;700&display=swap');
/**筆記体フォントcss→***font-family: "Qwitcher Grypen", cursive;
font-weight: 700;***

/**共通タグ**/

body{
    font-family: "Noto Sans JP", sans-serif;
    color: #363636;
    background-color: rgba(255,238,125,0.1);
    width: 100%;
    margin: 0 auto;
}

.inner{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

a{
    text-decoration: unset;
    color: #363636;
    display:block;
}

img{
    width: 100%;
}
ul{
    list-style: none;
}
.sp{
    display: none;
}

.pc{
    display: block;
}
/***header****/

header{
    background-color:rgba(255, 255, 255, 0.95); 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; 
}
.logo{
    margin-top: 10px;
    margin-bottom: 0;
}
.joy_logo{
    width: 100px;
}

.header_menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link{
    font-size: 16px;
    display: flex;
    gap: 30px;
    align-items: center;
}
.link :hover{
    text-decoration: underline;
    color: #F49C2D;
}
.toiawasebox{
    border:solid  #c4d700 1px; 
    padding: 8px 12px;
    border-radius: 26px;
    background-color: #C4D700;
}
/*ハンバーガーメニュー**/
.menu-toggle{
    display: none;
}

/***↑header↑****/

/***top****/

#top{
    background-image: url(img/main.jpg);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center top;
    width: 100%;
    height: auto;
    aspect-ratio: 5/3.3;
}
#top .inner{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.portfoliotext{
    font-family: "Qwitcher Grypen", cursive;
    font-weight: 700;
    color: rgba(244, 156, 45, 0.4);
    font-size: 170px;
    display: inline-block;
    transform: rotate(-5deg);
    margin-left: -33px;
    position: absolute;
    top: 180px;
    left: 0;
}


.main_mv h1{
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 88px;
    color: #fff;
    text-shadow: 4px 0 10px #558795 ;
    text-align: center;
    padding-top: 80px;
}

.main_content{
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px #363636;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.main_maru{
    margin-top: -210px;
    margin-bottom: 100px;
    position: relative;
}
/**↓セクション共通titleタグ↓**/
.title{
    width: 50%;
    font-size: 44px;
    font-weight: 500;
    border-bottom: 1px solid #363636;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.title .s_title{
    font-size: 24px;
    display: inline-block;
    margin-left: 20px;
}

.title .title_bg{
    font-family: "Qwitcher Grypen", cursive;
    font-weight: 700;
    color: rgba(244, 156, 45, 0.4);
    font-size: 120px;
    line-height: 1;
    display: inline-block;
    transform: rotate(-10deg);
    position: absolute;
    top: -55px;
    right: -140px;
    z-index: -2;
}

/**↑セクション共通titleタグ↑**/

/**top スクロール**/
.scroll-indicator {
    position: absolute;
    bottom: 100px;
    right: 0;
    font-size: 60px;
    font-weight: 100;
    color: #363636;
    animation: bounce 1.5s infinite;
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
}
/**↑top スクロール**/

/**about***/
#about{
    padding-top: 100px;
}
#about .inner{
    padding-bottom: 90px;
    background-image: url(img/marudesign1.png);
    background-repeat: no-repeat;
    background-position: bottom right ;
    background-size: 20%;
}
.content{
    font-size: 20px;
    margin-top: 72px;
    font-weight: 400;
    line-height: 3rem;
    text-align: center;
}
.content span{
    background:linear-gradient(transparent 65%, #C4D700 100%);
}

/***service**/
#service{
    padding-top: 100px;
}
.servicemenu{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 90px;
    margin-bottom: 180px;
    align-items: center;
}
.servicetext{
    width: 55%;
}
.textbox{
    display: flex;
    gap: 48px;
    padding: 16px 24px 16px 48px;
    align-items: center;
    border-radius: 30px;
    background-color: rgba(244, 156, 45, 0.2);
}
.service_text{
    font-size: 16px;
    align-items: center;
}
.text_tittle{
    font-size: 26px;
}

/**work***/
#work{
    padding-top: 100px;
}
#work .title .title_bg{
    margin-left: 20px;
}

.bana-_bg {
    display: flex;
    align-content: center;
    margin-top: 80px;
}
.work_bana {
    text-align: center;
}
.bana-text {
    font-size: 18px;
    margin-top: 0;
}
.viewmore a{
    border:solid  #F49C2D 1px; 
    padding: 16px 32px;
    border-radius:40px;
    background-color: #F49C2D;
    color: #fff;
    font-size: 24px;
}
.viewmore a:hover{
    text-decoration: underline;
    color: #c4d700;
}
.viewmore{
    display: flex;
    justify-content: center;
    margin-top: 90px;
    margin-bottom: 90px;
}
.viewmore:hover{
    transform: scale(1.1);
}

/**profile***/

#profile {
    background-color: rgba(244, 156, 45, 0.3);
    width: 100%;
    margin-top: 90px;
    padding-top: 120px;
    position: relative;
    z-index: -1;
}

#profile .title .title_bg{
    color: rgba(255, 255, 255, 0.6);
}
.profile_content{
    margin-top: 30px;
    font-size: 14px;
}
.like{
    width: 280px;
    font-size: 30px;
    font-weight: 200;
    border-bottom: 1px solid #363636;
    position: relative;
    text-align: left;
    margin-top: 60px;
}
.like_content{
    line-height: 1.8rem;
    background-image: url(img/);
    margin-top: 30px;
} 

#profile .icon{
    display: flex;
    justify-content: left;
    gap: 40px;
    cursor: pointer;
    margin-top: 20px;

}
#profile .icon img{
    width: 100%;
    margin-top: 20px;
}

.prof_marudesign{
    margin-top: -35px;
    position: relative;
}
.prof_marudesign img{
    margin-bottom: 40px;
}
.prof_text{
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
}
.Prof_ilast{
    width: 40%;
}
.prof_text1{
    width: 48%;
}
.Prof_ilast{
    width: 32%;
    padding-top: 60px;
}
.ps{
    display: block;
}

/**contact***/

.contact_content{
    font-size: 20px;
    margin-bottom: 100px;
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
}
#contact .inner {
    margin-top: 100px;
    background-image: url(img/marudesign2.png);
    background-repeat: no-repeat;
    background-position: left bottom 15px;
    background-size: 15%;
}

#contact .inner .title .title_bg{
    margin-left: -10px;
}

.contact_text{
    background-image: url(img/marudesign3.png);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: right bottom ;
}
.toiawasebotan{
    width: 30%;
    background: linear-gradient(145deg, #FFEE7D, #F49C2D);
    color: white;
    border: none;
    padding: 16px 24px;
    font-size: 18px;
    border-radius: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
}
.toiawasebotan:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.contact_logo{
    margin-top: 90px;
    margin-bottom: 45px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
a .notop_logo{
    width: 180px;
    display: block;
}
.tooltip{
    position: absolute;
    top: -20px;
    left: 50%;
    color: #F49C2D;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
    font-size: 14px;
    transform: translateX(-50%) translateY(10px);
}

.contact_logo:hover .tooltip{
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}




/***footer***/

footer{
    background: linear-gradient(to bottom, #FFEE7D, #F49C2D);
    }

footer .link{
    padding-top: 70px;
    font-size: 16px;
    display: flex;
    gap: 30px;
    margin: auto;
    justify-content: center;
}

footer .link :hover{
    text-decoration: underline;
    color: #fff;
}

.footer_icon{
    width: 10%;
    display: flex;
    align-items: center;
    gap: 20px;
}


footer .kopi-right{
    text-align: center;
    margin-top: 32px;
    padding-bottom: 40px;
    font-size: 12px;
}

.sp{
    display: none;
}

/**レスポンシブ******/

/**レスポンシブ***980px***/
@media screen and (max-width:980px){
    /**ヘッダー******/
    .inner{
        margin-left: 20px;
        margin-right: 20px;
    }
    .toiawasebox{
        display: none;
    }
    .headermenu{
        margin-right: 30px;
    }
    /**＃TOP******/
    #top .inner{
        background-size: 60%;
    }
    .main_mv h1{
        font-size: 80px;
    }
    #top .portfoliotext{
        font-size: 140px;
    }
    .main_content p{
        margin-top: 40px;
    }
    .main_maru{
        margin-top: -140px;
    }
    .scroll-indicator{
    top: 110%;
    }

    /**＃ABOUT******/
    .content{
        margin-top: 80px;
        text-align: center;
    }
    /**＃SERVICE******/
    .servicemenu{
        margin-top: 48px;

    }
    /**＃WORK******/
    #work{
        margin-top: 100px;
    }
    /**＃PROFILE******/
    #profile{
        margin-top: 40px;
    }
    .prof_marudesign{
        margin-top: -20px;
    }
    #profile .icon{
        width: 100%;
    }
    /**＃フッター******/

}



/****タブレット７６８ｐｘ**レスポンシブ***/
@media screen and (max-width:768px){
    /*top*/
    #top{
        background-size: 90%;
        margin-top: 10%;
    }
    .main_mv h1{
        padding-top: 40%;
        font-size: 60px;
        text-shadow: 4px 0 10px #C4A53A;
    }
    .main_content{
        font-size: 20px;
        bottom: -40px;
        color: #363636;
        text-shadow:none
    }
        #top .portfoliotext{
        font-size: 120px;
        margin-left: 0px;
        top: 80px;
    }
    .main_maru{
        margin-top: 32px;
        margin-bottom: 50px;
    }


    /*共通タグ*title*s_title*bg*/
    .title{
        width: 90%;
        font-size: 24px;
        font-weight: 700;
    }
    .title .s_title{
        font-size: 16px;
        margin-left: 10px;
    }
    .title .title_bg{
        font-size: 72px;
        right: 120px ;
        top: -40px;
    }
    /**改行*/
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    /*about*/

    .content{
        margin-top: 30px;
        font-size: 16px;
        line-height: 2rem;
    }

    #about .inner{
        margin-bottom: 50px;
    }

    /*service*/
    #service{
        margin-top: 0;
        margin-bottom: 0;
    }
    .servicemenu{
        margin-bottom: 100px;
    }
    .servicetext{
        width: 90%;
    }
    .textbox{
        align-items: center;
        padding: 16px 24px;
    }
    .iconbox{
        align-items: center;
    }
    .service_text{
        font-size: 16px;
        margin-top: 8px;
    }
    .text_tittle{
        font-size: 24px;
    }

    /*work*/

    .bana-_bg{
        margin-top: 0px;
        flex-direction: column;
        align-items: center;
        gap:50px
    }
    .bana-text{
        font-size: 16px;
        margin-top: -30px;
    }

    .work_bana{
        width: 90%;
    }
    .imgtexte1{
        margin-top: -80px;
    }
    .imgtexte2{
        margin-top: -20px;
    }
    .imgtexte3{
        margin-top: -20px;
    }


    .viewmore{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    /*profile*/
    #profile{
        padding-top: 70px;
    }

    .Prof_ilast{
        width: 50%;

    }
    .profile_content{
        margin-top: 20px;
        font-size: 14px;
    }
    
    .prof_text{
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 8px;
    }
    .pc{
        display: none;
    }
    .prof_text1{
        width: 100%;
    }
    
    .profile_icon{
        justify-content: center;
    }

    .like{
        font-size: 24px;
        width: 100%;
    }

    .like_content{
        line-height: normal;
        margin-top: 8px;
        font-size: 14px;
    }
    .prof_marudesign{
        margin-top: -10px;
    }

    /*contact*/

    #contact .inner{
        margin-top: 70px;
    }

    .contact_content{
        font-size: 16px;
        margin-top: 32px;
        margin-bottom: 40px;
    }

    .toiawasebotan{
        font-size: 10px;
        width: 42%;
        padding: 8px 16px;
    }
    .contact_logo{
        margin-top: 40px;
        margin-bottom: 30px;
    }
    a .notop_logo{
        width: 110px;
    }

    /*footer*/
    footer .link{
        padding-top: 40px;
        gap: 12px;
        flex-direction: column;
    }
    .footer_icon{
        margin-top: 4px;
        width: 30%;
        gap: 30px;
        justify-content: center;
    }
    footer .kopi-right{
        margin-top: 32px;
        margin-bottom: 32px;
        font-size: 9px;
    }

    
    /***ヘッダースマホメニュー****/

/* ハンバーガーアイコン */
    .hamburger {
        position: fixed;
        top: 1rem;
        right: 20px;
        width: 30px;
        height: 22px;
        cursor: pointer;
        z-index: 1001;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hamburger span {
        display: block;
        height: 4px;
        background: #c4d700;
        border-radius: 2px;
        transition: 0.3s;
    }
    /* メニュー */
    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 40%;
        max-width: 300px;
        height: 100%;
        background-color: #F49C2D;
        transition: right 0.3s ease;
        z-index: 1000;
        padding-top: 40px;
    }
    .menu .link{
        flex-direction: column;
        justify-content: center;
    }
    .menu .link li{
        border-bottom: 4px dotted #c4d700;
    }
    .menu .link li a{
        color: #FFEE7D;
    }

    /* メニュー表示 */
    .menu-toggle:checked ~ .inner .menu {
        right: 0;
    }

    /* ハンバーガー */
    .menu-toggle:checked + .hamburger span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle:checked + .hamburger span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle:checked + .hamburger span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    .menu-toggle:checked + .hamburger span {
        background: #C4D700;
    }

}

/**********スマホ４１０以下*******************/
@media screen and (max-width:410px){
    .main_content{
        font-size: 16px;
    }
    .main_mv h1{
        font-size: 40px;
        padding-top: 42%;
    }
    .scroll-indicator{
        top:50%;
        font-size: 30px;
    }
    
    .textbox{
        flex-direction: column;
        gap: 16px;
    }

    .iconbox{
        width: 40%;
    }
    .title .title_bg{
        display: none;
    }
}
/*****************************************************/
/******下層ページ＊＊＊MY WORKS＊＊＊******/
/*****************************************************/

.Works_page .bana-_bg{
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.Works_page .work_bana{
    width: 30%;
}
.Works_page .work_line{
    display: block;
    text-decoration: underline;
    color: #F49C2D;
}
.Works_page .work_line_footer{
    display: block;
    text-decoration: underline;
    color: #fff;
}
.Works_page .main_mv h1{
    cursor: pointer;
}
html {
    scroll-behavior: smooth;
}
/**********下層ページ＊WORKS＊レスポンシブ＊******/
    @media screen and (max-width:768px){
    
    .Works_page .bana-_bg {
        flex-direction: column;
        width: 100%;
    }
    .Works_page .work_bana{
        width: 100%;
    }
    .Works_page #contact .inner{
        padding-top: 80PX;
    }
}


