@charset "utf-8";

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

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.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 */


/* ====================
footer
===================== */
.footer__group{
    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;
    }
}

