@charset "UTF-8";
/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1181px) {

.container{
    width: 80%;
    margin: auto;
    font-family: "Zen Kaku Gothic New", serif;    
    font-optical-sizing: auto;
}

.humberger{
    display: none;
}

.gnavi{
    font-weight: 600;
}

.gnavi li a img {
    width: 20px;  /* 画像の幅を20pxに */
    height: auto; /* 縦横比を維持 */
}

.insta{
    padding-left: 20px;
}

/*========= ナビゲーションドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
nav ul{
	position: fixed; /* 画面の左側に固定 */
    left: 0; /* 左端に配置 */
    top: 0; /* 上端に配置 */
    width: 15%; /* ナビゲーションの幅 */
    height: 100vh; /* 画面の高さいっぱいにする */
    background: whitesmoke; /* 背景色 */
    color: black; /* 文字色 */
    padding-top: 20px; /* 上に余白 */
	padding-left: 20px;
    padding-top: 250px;
	list-style: none;
    font-size: 20px;
    position: fixed;
    z-index: 999;
    text-align: center;
 }


/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
	position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
	display: block;
	text-decoration: none;
	color: #000;
	padding:15px;
	transition:all .3s;
}

nav ul li a:hover{
	color: rgb(197, 194, 194);	
}

/*========= レイアウトのためのCSS ===============*/

#container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#header{
	width:10%;
	background:#f3f3f3;
}

#main-area{
	width:78%;
}

@media screen and (max-width:768px){
#header,
#main-area{
	width:100%;
}	
}


/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/

.gnavi li a {
    position: relative;
    display: block;
    text-align: left;
    box-sizing: border-box;
}

.gnavi li a::after {
    content: '';
    position: absolute;
    bottom: 12px; /* 調整可能 */
    left: 25%;
    width: 50%;
    height: 1px;
    background: black;
    transform: translateX(-50%) scale(0, 1);
    transform-origin: center top;
    transition: all .3s;
}

.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: translateX(-50%) scale(1, 1);
}

.insta li a {
    position: relative;
    display: block;
    text-align: left;
    box-sizing: border-box;
}

.insta li a::after{
        content: '';
        position: absolute;
        bottom: 12px; /* 調整可能 */
        left: 25%;
        width: 50%;
        height: 1px;
        background: #00000000;
        transform: translateX(-50%) scale(0, 1);
        transform-origin: center top;
        transition: all .3s;   
}

.insta li.current a::after,
.insta li a:hover::after {
    transform: translateX(-50%) scale(1, 1);
}

.works1{
    width: 100%;
    margin-bottom: 30px;
}

.works1 h2{
    font-size: 36px;
    font-weight: 500;
    padding-top: 5%;
    padding-left: 30%;
}

.works2{
    width: 100%;
    margin-top: 30px;
}

.works2 h5{
    font-size: 20px;
    font-weight: 400;
    padding-left: 30%;
    
}

.works2 p{
    padding-left: 32%;
    padding-top: 5px;
}

.works3{
    width: 100%;
    margin-top: 80px;
}

.works3 h5{
    font-size: 20px;
    font-weight: 400;
    padding-left: 30%;
}

.works3 p{
    padding-left: 32%;
    padding-top: 5px;
}

.works4{
    width: 100%;
    margin-top: 80px;
}

.works4 h5{
    font-size: 20px;
    font-weight: 400;
    padding-left: 30%;
}

.works4 p{
    padding-left: 32%;
    padding-top: 5px;
}

.marked-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.marked-text::after {
    content: '';
    position: absolute;
    bottom: -5px; /* テキストとラインの間隔 */
    left: 72%;
    width: 31%;
    height: 2px; /* ラインの太さ */
    background-color: #FF5733; /* ラインの色 */
}

.marked {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.marked::after {
    content: '';
    position: absolute;
    bottom: -5px; /* テキストとラインの間隔 */
    left: 72%;
    width: 30%;
    height: 2px; /* ラインの太さ */
    background-color: #FF5733; /* ラインの色 */
}



.footer{
    width: 100%;
    padding-top: 10%;
    padding-bottom: 2%;
    padding-left: 44%;
}
}






























/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:600px) and (max-width:1180px) {

    .container{
        width: 80%;
        margin: auto;
        font-family: "Zen Kaku Gothic New", serif;    
        font-optical-sizing: auto;
    }
    
    .humberger{
        display: none;
    }
    
    .gnavi{
        font-weight: 600;
    }
    
    .gnavi li a img {
        width: 20px;  /* 画像の幅を20pxに */
        height: auto; /* 縦横比を維持 */
    }
    
    .insta{
        padding-left: 20px;
    }
    
    /*========= ナビゲーションドロップダウンのためのCSS ===============*/
    
    /*==ナビゲーション全体の設定*/
    nav ul{
        position: fixed; /* 画面の左側に固定 */
        left: 0; /* 左端に配置 */
        top: 0; /* 上端に配置 */
        width: 15%; /* ナビゲーションの幅 */
        height: 100vh; /* 画面の高さいっぱいにする */
        background: whitesmoke; /* 背景色 */
        color: black; /* 文字色 */
        padding-top: 20px; /* 上に余白 */
        padding-left: 20px;
        padding-top: 250px;
        list-style: none;
        font-size: 20px;
        position: fixed;
        z-index: 999;
        text-align: center;
     }
    
    
    /*下の階層のulや矢印の基点にするためliにrelativeを指定*/
    nav ul li{
        position: relative;
    }
    
    /*ナビゲーションのリンク設定*/
    nav ul li a{
        display: block;
        text-decoration: none;
        color: #000;
        padding:15px;
        transition:all .3s;
    }
    
    nav ul li a:hover{
        color: rgb(197, 194, 194);	
    }
    
    /*========= レイアウトのためのCSS ===============*/
    
    #container{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    #header{
        width:10%;
        background:#f3f3f3;
    }
    
    #main-area{
        width:78%;
    }
    
    @media screen and (max-width:768px){
    #header,
    #main-area{
        width:100%;
    }	
    }
    
    
    /*==================================================
    　5-3-1 中心から外に線が伸びる（下部）
    ===================================*/
    
    .gnavi li a {
        position: relative;
        display: block;
        text-align: left;
        box-sizing: border-box;
    }
    
    .gnavi li a::after {
        content: '';
        position: absolute;
        bottom: 12px; /* 調整可能 */
        left: 25%;
        width: 50%;
        height: 1px;
        background: black;
        transform: translateX(-50%) scale(0, 1);
        transform-origin: center top;
        transition: all .3s;
    }
    
    .gnavi li.current a::after,
    .gnavi li a:hover::after {
        transform: translateX(-50%) scale(1, 1);
    }
    
    .insta li a {
        position: relative;
        display: block;
        text-align: left;
        box-sizing: border-box;
    }
    
    .insta li a::after{
            content: '';
            position: absolute;
            bottom: 12px; /* 調整可能 */
            left: 25%;
            width: 50%;
            height: 1px;
            background: #00000000;
            transform: translateX(-50%) scale(0, 1);
            transform-origin: center top;
            transition: all .3s;   
    }
    
    .insta li.current a::after,
    .insta li a:hover::after {
        transform: translateX(-50%) scale(1, 1);
    }
    
    .works1{
        width: 100%;
        margin-bottom: 30px;
    }
    
    .works1 h2{
        font-size: 36px;
        font-weight: 500;
        padding-top: 5%;
        padding-left: 45%;
    }
    
    .works2{
        width: 100%;
        margin-top: 30px;
    }
    
    .works2 h5{
        font-size: 20px;
        font-weight: 400;
        padding-left: 45%;
        
    }
    
    .works2 p{
        padding-left: 47%;
        padding-top: 5px;
    }
    
    .works3{
        width: 100%;
        margin-top: 80px;
    }
    
    .works3 h5{
        font-size: 20px;
        font-weight: 400;
        padding-left: 45%;
    }
    
    .works3 p{
        padding-left: 47%;
        padding-top: 5px;
    }
    
    .works4{
        width: 100%;
        margin-top: 80px;
    }
    
    .works4 h5{
        font-size: 20px;
        font-weight: 400;
        padding-left: 45%;
    }
    
    .works4 p{
        padding-left: 47%;
        padding-top: 5px;
    }
    
    .marked-text {
        position: relative;
        display: inline-block;
        font-size: 16px;
    }
    
    .marked-text::after {
        content: '';
        position: absolute;
        bottom: -5px; /* テキストとラインの間隔 */
        left: 74%;
        width: 29%;
        height: 2px; /* ラインの太さ */
        background-color: #FF5733; /* ラインの色 */
    }
    
    .marked {
        position: relative;
        display: inline-block;
        font-size: 16px;
    }
    
    .marked::after {
        content: '';
        position: absolute;
        bottom: -5px; /* テキストとラインの間隔 */
        left: 74%;
        width: 29%;
        height: 2px; /* ラインの太さ */
        background-color: #FF5733; /* ラインの色 */
    }
    
    
    
    .footer{
        width: 100%;
        padding-top: 10%;
        padding-bottom: 2%;
        padding-left: 45%;
    }
    }
        
































/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 599px) {
    .container{
        width: 80%;
        margin: auto;
        font-family: "Zen Kaku Gothic New", serif;    
        font-optical-sizing: auto;
    }

    
/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: whitesmoke;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:42%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
    text-align: center;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 9999;/*ボタンを最前面に*/
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

    .gnavi{
        display: none;
    }
    
    /*==================================================
    　5-3-1 中心から外に線が伸びる（下部）
    ===================================*/
    
    .humberger li a {
        position: relative;
        display: block;
        text-align: left;
        box-sizing: border-box;
    }

    .humberger img{
        width: 25px;
    }
    
    .humberger li a::after {
        content: '';
        position: absolute;
        bottom: 12px; /* 調整可能 */
        left: 25%;
        width: 50%;
        height: 1px;
        background: black;
        transform: translateX(-50%) scale(0, 1);
        transform-origin: center top;
        transition: all .3s;
    }
    
    .humberger li.current a::after,
    .humberger li a:hover::after {
        transform: translateX(-50%) scale(1, 1);
    }
    
    .insta li a {
        position: relative;
        display: block;
        text-align: left;
        box-sizing: border-box;
    }
    
    .insta li a::after{
            content: '';
            position: absolute;
            bottom: 12px; /* 調整可能 */
            left: 25%;
            width: 50%;
            height: 1px;
            background: #00000000;
            transform: translateX(-50%) scale(0, 1);
            transform-origin: center top;
            transition: all .3s;   
    }
    
    .insta li.current a::after,
    .insta li a:hover::after {
        transform: translateX(-50%) scale(1, 1);
    }
    
    .works1{
        width: 100%;
        padding-top: 10%;
        margin-bottom: 30px;
    }
    
    .works1 h2{
        font-size: 18px;
        font-weight: 500;
        padding-top: 5%;
        padding-left: 30%;
    }
    
    .works2{
        width: 100%;
        margin-top: 30px;
    }
    
    .works2 h5{
        font-size: 15px;
        font-weight: 400;
        padding-left: 25%;
        
    }
    
    .works2 p{
        padding-left: 32%;
        padding-top: 5px;
        font-size: 12px;
    }
    
    .works3{
        width: 100%;
        margin-top: 80px;
    }
    
    .works3 h5{
        font-size: 15px;
        font-weight: 400;
        padding-left: 25%;
    }
    
    .works3 p{
        padding-left: 32%;
        padding-top: 5px;
        font-size: 12px;
    }
    
    .works4{
        width: 100%;
        margin-top: 80px;
    }
    
    .works4 h5{
        font-size: 15px;
        font-weight: 400;
        padding-left: 25%;
    }
    
    .works4 p{
        padding-left: 32%;
        padding-top: 5px;
        font-size: 12px;
    }
        
    .marked-text {
        position: relative;
        display: inline-block;
        font-size: 16px;
    }
    
    .marked-text::after {
        content: '';
        position: absolute;
        bottom: -5px; /* テキストとラインの間隔 */
        left: 50%;
        width: 52%;
        height: 2px; /* ラインの太さ */
        background-color: #FF5733; /* ラインの色 */
    }
    
    .marked {
        position: relative;
        display: inline-block;
        font-size: 16px;
    }
    
    .marked::after {
        content: '';
        position: absolute;
        bottom: -5px; /* テキストとラインの間隔 */
        left: 49%;
        width: 54%;
        height: 2px; /* ラインの太さ */
        background-color: #FF5733; /* ラインの色 */
    }
    
    
    
    .footer{
        width: 100%;
        padding-top: 20%;
        padding-bottom: 20px;
        text-align: center;
        font-size: 10px;
    }
    }