@charset "utf-8";

/* ====================
common
==================== */
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
    font-family:
    "Roboto",
    "Noto Sans JP", 
    sans-serif;
    font-style: normal;
    color: #fff;
    background-color: #000000;
    font-weight: 200;
    line-height: 1.5;
}

img{
    max-width: 100%;
    height: auto;
}

.section__topic{
    font-family: 'Roboto';
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
}

.subtopic{
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 1.8rem;
    font-weight: 200;
}

.container{
    background-image: url(../images/orange-yellow.png),url(../images/blue_orange.png),url(../images/yellow.png),url(../images/orange-about.png);
    background-position:50% 30%,50% 71%,159% 97%,top 10% right 56%;
    background-repeat: no-repeat;
    background-size: 1000px,1000px,500px;
}

/* container の背景画像*/
@media screen and (min-width:769px) {
    .container{
        background-image: url(../images/orange-yellow.png),url(../images/blue_orange-new.png),url(../images/yellow.png),url(../images/orange-about.png);
        background-position:82% 40%,135% 80%,-75% 100%,top 20% right -45%;
        background-repeat: no-repeat;
        background-size: 2000px,1000px,1000px,800px;
    }
}/* pc  */

/* ====================
header
==================== */
header{
    z-index:100;
    position: fixed;
    width: 100%;
    height: 80px;
   background-color: rgba(143, 143, 143, 0.39);
}

header h1{
    font-family: Roboto;
    font-size: 2rem;
    font-weight: 400;
    position: absolute;
    top:30px;
    left:20px;
}

header nav{
    position: fixed;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: block;
    right: -100%;
    transition: right .5s;
}

/* nav　初期表示 */
nav{
    padding: 0 8%;
    background-image: url(../images/blue_orange.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
}

header nav ul{
    display: block;
    padding: 94px 0 114px 40px;
    margin-top: 120px;
    color: #FFF;
    background-color:rgba(95, 95, 95, 0.50);
}

header nav ul li{
    margin-bottom: 60px;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
}

header nav ul li:last-of-type{
    margin-bottom: 0;
}

header nav ul li a img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}


/* menuボタンを開けたとき */
header nav.sp_open{
    right: 0;
}

#drawer_toggle {
    z-index: 200;
	box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
	display: inline-block;
    width: 60px;
    height: 60px;
}

#drawer_toggle span {
    position: absolute;
    top: 30px;
    left: 0px;
    display: inline-block;
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background-color: #FFF;
    vertical-align: top;
    transition: 0.8s;
}

#drawer_toggle span:nth-child(2) {
    margin-top: 10px;
}

#drawer_toggle span:last-child {
    margin-top: 20px;
}

#drawer_toggle.open span {
    top: 35px;
    left: 0;
    width: 35px;
    margin: 0;
}

#drawer_toggle.open span:first-child {
    transform: rotate(45deg);
}

#drawer_toggle.open span:last-child {
    transform: rotate(-45deg);
}

/* header pc */
@media screen and (min-width:769px) {
    .logo{
        font-family: 'Roboto';
        font-size: 2.4rem;
        font-weight: 300;
        left:120px;
    }

    #global_nav{
        position: static;
        background: transparent;
        width: auto;
        height: auto;
        right: 0;
        padding: 0;
    }

    .nav_list{
        display: flex;
        justify-content: flex-end;
        gap: 60px;
        margin: 30px ;
        padding: 0;
        background-color: transparent;
    }

    .nav_item{
        margin-bottom: 0;
    }

    .nav_item:hover{
        color:#F9B049;
    }

    #drawer_toggle{
        display: none;
    }
}/* pc 769pc */

/* ==========
main_visual
========== */
.mainImg-sp{
    background-image: url(../images/main_image-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.mainCaption__txt-sp{
    padding-top: 358px;
    font-family: 'Roboto';
    font-size: 4rem;
}

.subCaption__txt-sp{
    padding-bottom: 300px;
    font-family: 'Roboto';
    font-size: 2rem;
    font-weight: 400;
}

.mainCaption__txt-sp,.subCaption__txt-sp{
    text-align: center;
}

.mainImg-pc{
    display: none;
}

/* pc main_visual */
@media screen and (min-width:769px) {
    .mainImg-sp{
        display: none;
    }

    .mainImg-pc{
        display: block;
        background-image: url(../images/main_image-pc.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mainCaption__txt-pc{
        padding-top: 370px;
        font-family: 'Roboto';
        font-size: 9rem;
        line-height: normal;
        font-weight: 400;
    }

    .subCaption__txt-pc{
        margin-top: 30px;
        text-align: center;
        font-family: 'Roboto';
        font-size: 3rem;
        padding-bottom: 270px;
    }

    .mainCaption__txt-pc,.subCaption__txt-pc{
        text-align: center;
    }
}/* pc 769px */

/* ====================
ABOUT
===================== */
.section--about{
    padding: 60px 5.3%;
    background: rgba(95, 95, 95, 0.50);
}


.myphoto{
    margin-top: 45px;
}

.profile{
    margin-top: 45px;
}

.profile_txt01,.profile_txt02{
    margin-top: 20px;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.8;
}

.name{
    color: #FFF;
    font-family: 'Roboto';
    font-size: 2rem;
    font-weight: 300;
}

/* about pc */
@media screen and (min-width:769px) {
    .section--about{
        padding: 80px 0 80px;
    }

    .about_contents{
        display: flex;
        justify-content: space-evenly;
        max-width: 1200px;
        margin: 80px auto 0;
    }

    .myphoto,.profile{
        margin-top: 0;
    }

    .myphoto{
        width: 30%;
        height: auto;
    }

    .profile_txt01{
        margin-top: 40px;
    }

    .profile_txt02{
        margin-top: 60px;
    }
}/* pc 769px */

/* ====================
WORKS
===================== */
.section--works{
    padding: 40px 5.3% 200px;
}

.works-menu_list{
    display: flex;
    gap: 60px;
    justify-content: center;
    margin-top: 67px;
}

.works_item{
    font-family: 'Noto Sans JP';
    font-size: 1.6rem;
}

/* web site */
.section--website{
    margin-top: 84px;
}

.website__topic{
    text-align: center;
}

.website_list{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.website_item{
    text-align: center;
}

.explanatory{
    padding: 10px 0 10px;
    background-color: #565353;
}

.website_title{
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 1.6rem;
    font-weight: 200;
}

.category{
    margin-top: 10px;
    font-family: 'Noto Sans JP';
    font-size: 1.6rem;
}

/* web site pc */
@media screen and (min-width:769px) {
    .website_list{
        max-width: 1200px;
        margin: 40px auto;
        flex-direction: row;
    }

    .works_item:hover{
        color: #F9B049;
    }

    .website_image img:hover{
        filter: opacity(70%);
    }

    .filter{
        background-color: #FFF;
    }
}/* pc 769px */


/* banner */
.section--banner{
    margin-top: 122px;
}

.banner_list{
    margin-top: 40px;
}

.banner_item{
    margin-bottom: 40px;
}

.banner_txt{
    text-align: center;
    padding: 13px 0 13px;
    font-family: 'Noto Sans JP';
    font-size: 1.6rem;
    background-color: rgba(86, 83, 83, 0.85);;
}

/* banner pc */
@media screen and (min-width:769px) {
   .banner_list{
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:40px;
   }

   .banner_item{
    width: calc(50% - 20px);
    /* height: 370px; */
    padding: 30px;
    background-color: rgba(95, 95, 95, 0.50);;
    position: relative;
   }

   .banner_txt{
    /* position: absolute; */
   }

   .banner_item:hover{
    opacity: 0.7;
   }

   .banner_txt{
    padding: 0;
    background-color:transparent;
    /* position: absolute;
    bottom: 20px;
    left:0;
    right: 0; */
   }

   .banner_list .banner_image{
    height: 18.333vw;
    max-height: 250px; 
    }

    .banner_item a{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }

}/* pc banner*/

/* brush up */
.brushUp{
    padding: 40px 5.3%;
    background-color: rgba(95, 95, 95, 0.50);;
}

.text{
    text-align: right;
    font-family: 'Noto Sans JP';
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.url{
    margin-bottom: 10px;
}

.before,.after{
    font-family: 'Noto Sans JP';
    font-size: 1.6rem;
}

.brushUp_txt{
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    margin-top: 20px;
}

/* brush up before */
.brushUp_before{
    margin-bottom: 30px;
}

/* brush up pc */
@media screen and (min-width:769px) {
    .brushUp_before-image:hover,
    .brushUp_after-image:hover{
        opacity: 0.7;
    }

    .brushUp{
        padding: 40px 2.7% 20px;
        max-width: 1200px;
        margin: 60px auto 0;
    }

    .before_after-list{
        display: flex;
        gap:60px;
    }

    .brushUp_before{
        margin-bottom: 0;
    }

    .brushUp_before .text{
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .sp_br{
        display: none;
    }
}/* pc 769px */

/* retouch */
.section--retouch{
    padding-top: 40px;
}

.retouch_list{
    margin-top: 40px;
}

.retouch_vertical{
    margin-top: 40px;
}

.retouch_item{
    margin-bottom: 40px;
}

.retouch_item:last-of-type{
    margin-bottom: 0;
}

.retouch_title{
    margin-top: 10px;
    font-family: 'Noto Sans JP';
    font-size: 1.6rem;
}

/* retouch pc */
@media screen and (min-width:769px) {
    .section--retouch{
        padding-top: 120px;
    }

    .retouch_list{
        display: flex;
        flex-wrap: wrap;
        gap:30px;
        justify-content: center;
        max-width: 1200px;
        margin: 40px auto 0;
    }

    .retouch_list img:hover{
        opacity: 0.7;
    }

    .retouch_beside{
        display: flex;
        gap: 30px;
    }

    .retouch_vertical{
        display: flex;
        gap:30px;
    }
}

/* ====================
footer
===================== */
.footer__group{
    margin-top: 112px;
    padding: 20px 0 10px 0;
    background-color: rgba(95, 95, 95, 0.50);
}

.footer__topic{
    font-family: 'Roboto';
    font-size: 4rem;
    font-weight: 400;
    text-align: center;
}

.footer__subTopic{
    margin-top: 10px;
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 1.4rem;
}

.instagram{
    text-align: center;
    margin-top: 40px;
}

.instagram a{
    font-family: 'Noto Sans JP';
    font-size: 1.6rem;
}

.instagram img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.footer_menu-list{
    margin: 40px 0 0 34px;

}

.footer_menu-item{
    font-family: 'Noto Sans JP';
    font-size: 16px;
    margin-bottom: 30px;
}

.footer_menu-item:last-of-type{
    margin-bottom: 0;
}

.copy{
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 1.4rem;
    margin-top: 40px;
}

@media screen and (min-width:769px) {
    .footer__group{
        margin: 0;
        padding: 40px 0 20px;
    }

    .footer__topic{
    font-family: 'Roboto';
    font-size: 6rem;
    font-weight: 400;
    }

    .footer__subTopic{
    margin-top: 45px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 3rem;
    font-weight: 300;
    }

    .instagram{
        margin-top: 60px;
    }

    .footer_menu-list{
        display: flex;
        justify-content: center;
        gap:30px;
        margin-top: 60px;
    }

    .instagram:hover{
        color: #F9B049;
    }

    .footer_menu-item:hover{
        color: #F9B049;
    }
}

