@charset "utf-8";
 
@font-face {
    font-family: "togalite"; /*フォントの名前*/ 
          src: url("/font/togalite.woff2") format("woff2"),
       		 url("/font/togalite.woff") format("woff"),
      		  url("/font/togalite.eot")  format("eot");} 

    
/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/

body {
    background-color: rgb(31, 40, 44);
    font-family:"Kiwi Maru","MS Mincho";
    }

/*ヘッダー*/
header { overflow: hidden;
    position: relative;
    height: 30%;
    min-height: 250px;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
    box-shadow: 10px 15px 50px 10px rgba(36, 31, 78, 0.329),
                2px 7px 10px 0px  rgba(63, 57, 82, 0.15);

    
    
    background: linear-gradient(180deg, #213461, #213461, #3b5670, #7793a3, #818063, #6b5e78, #4a5269, #131e3c, #131e3c);
    background-size: 1800% 1800%;

    -webkit-animation: sky 120s ease infinite;
    -moz-animation: sky 120s ease infinite;
    -o-animation: sky 120s ease infinite;
    animation: sky 100s ease infinite;
}

@-webkit-keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-o-keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
header h1{
    padding-bottom: 100px;
    margin: 10px 0 40px 0; 
    text-align: center;
    margin: 0 auto;

}
header nav ul{
    width: 100%;
    max-width: 900px;
    padding-left: 0;
    margin:0 auto 0 auto;
    
    list-style-type: none;text-align: center;
}
header nav ul li{
    text-decoration: none;
    padding: 50px 5px;
    text-align: right;
    float: right;
    margin-right: 5px;
    font-size:16px;
    font-family: "togalite"
    
}
header nav ul li:last-child{
    margin-right: 0;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;}

header nav li a{

    text-decoration: none;
    padding: 0 10px;
    text-align: center;

    background-color:transparent;
    color: #bcc2cf;
    transition: 1s;
    z-index: 1;
    letter-spacing: 0.15em;
}
header nav ul li a:hover{
    text-shadow: 0px 0px 10px  rgb(184, 176, 253);
    color: rgb(230, 245, 245);
    letter-spacing: 0.4em;
    transition: 0.5s;

   
}
/*ヘッダー*/


/*全ページ共通項目*/

#pa{
	width: 100%;
	height:100%;
	min-height:100%;
	overflow: hidden;
	position: absolute;
    z-index:0;}

h1 img{
margin: 0 auto;
width: 25%;
min-width: 200px;
max-width: 250px;
height:auto;
z-index:1;
opacity: 0.8;
}
h2 {
    font-size: 20pt;
    font-family: "togalite";
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.12em;
    color: #bcc2cf;
    text-shadow: 0px 0px 10px  rgb(184, 176, 253);
    padding: 30px 0;
}
h2::before {
    content: '';
    position:absolute;
    margin: 0 auto;
    left: 50%;
        width: 30px;
        height: 30px;
        background-color:transparent;
        border-radius: 50%;
        box-shadow: -10px 0px 1px 9px #bcc2cf33;
        display: inline-block;
        z-index: -1;

  }
h3 {
    font-size: 20pt;
    font-family: "togalite";
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.12em;
    color: #bcc2cf;
    text-shadow: 0px 0px 10px  rgb(184, 176, 253);
    padding: 30px 0;
}
h3::before {
    content: '';
    position:absolute;
    margin: 0 auto;
    left: 50%;
        width: 30px;
        height: 30px;
        background-color:transparent;
        border-radius: 50%;
        box-shadow: -10px 0px 1px 9px #bcc2cf33;
        display: inline-block;
        z-index: -1;

  }
h4 {
    font-size: 12pt;
    font-family: "togalite";
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.12em;
    color: #bcc2cf;
    text-shadow: 0px 0px 10px  rgb(184, 176, 253);
    padding: 30px 0;}

main{background-color: transparent;
    width: 100%;
    margin: 50px auto;
}
.space{
    height: 100px;
}


/*Works始*/




.works_box{
    width: 90%;
    margin: 0 auto;
    color:#bcc2cf;
    font-size: 11pt;
    line-height: 1.5em;
}


.boxflx{
    display: flex;
    flex-wrap:nowrap;
    margin: 0 auto;
}

.boxflx_1{
    display: flex;
    flex-wrap:wrap;
    margin: 0 auto;
}


.conve{
    width: 35%;
    min-width: 300px;
    margin: 0 auto;
    padding: 10px;
}
.list{
margin: 0 auto;
color:#bcc2cf;
}
.ttl{
    text-align: center;
    line-height: 2em;
    font-size: 12pt;
    font-family: "togalite";
    font-weight:bold;
    text-shadow: 0px 0px 10px  rgb(184, 176, 253);
    padding: 10px;
    color:#bcc2cf;
}

.link{
    margin: 1em auto;
    text-align: center;
    margin-top: 30px;
    width: 100px;
   
    
}

.link a{
    text-decoration: none;
    color: #bcc2cf;
    padding: 2px 30px;
    text-shadow: 0px 0px 10px  rgb(184, 176, 253);
    border: solid 2px  rgba(204, 204, 204, 0.301);
    border-radius: 3px;
    
}
.link a:hover{
    text-shadow: 0px 0px 18px  rgb(236, 234, 255);
    box-shadow:  3px 3px 10px 7px rgba(125, 119, 146, 0.137),
    1px 1px 5px 3px rgba(125, 119, 146, 0.137);
    transition: 0.3s;

}



    .dat{
        margin: 0 auto;
    }

    /*画像*/

.conve_pic{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    opacity:1;
    padding: 10px 10px 10px 10px;
    
}
.conve_pic img:hover{
    box-shadow: 0px 0px 20px 10px rgba(184, 176, 253, 0.15),
                0px 0px 10px 0px  rgb(184, 176, 253, 0.15);
    border-radius: 50%;
    transition: 0.3s;
    filter: brightness(120%);
    
}

.conve_pic img{
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
box-shadow: 0px 0px 50px 10px rgba(184, 176, 253, 0.15),
0px 0px 10px 0px  rgb(184, 176, 253, 0.15);
}
.no_img{
width: 120px;
    height: 120px;
    margin: 20px auto 0 auto;
    opacity:1;
    padding: 10px 10px 10px 10px;
    background-color: #6b5e78;
    border-radius: 50%;
    background-image: linear-gradient(-20deg, #2b58765b 0%, #5b5377 100%);
    position:relative;
    box-shadow: 0px 0px 50px 10px rgba(184, 176, 253, 0.15),
0px 0px 10px 0px  rgb(184, 176, 253, 0.15);
    
}
.no_img::before{
content: 'no image';
position: absolute;
top: 57px;
left: 35px;
color:rgb(206, 206, 206);


}
.fuwaimg{
text-decoration: none;
text-align: center;
color: #bcc2cf;
margin: 0 auto;
}

.hr_1{
    width: 80%;
    border-top: 1px solid #bcc2cf;
	text-align: center;
    text-shadow: 0px 0px 10px  rgb(184, 176, 253);
    box-shadow:  0px 0px 10px 7px rgba(125, 119, 146, 0.137),
    0px 0px 5px 3px rgba(125, 119, 146, 0.137);

}


@media screen and (max-width:650px){
    .boxflx{
        display: flex;
        Flex-wrap:wrap;
        margin: 0 auto;
        
    }
    .conve{width: 90%;
        max-width: 350px;
        min-width: 0%;
        padding: 0 20px;
        margin: 30px auto 0 auto;
    }
    .conve a{
        margin: 0 auto;
    }

    .dat{
        margin: 0 auto;
    }

}



/*Works終*/



/*フッター*/
footer{ overflow: hidden;
    font-family: "togalite";
    color: #bcc2cf;
    padding: 5% 0;
    text-align: center;

    overflow: hidden;
    position: relative;
    border-top-left-radius: 50% 20%;
    border-top-right-radius: 50% 20%;
    box-shadow: -10px -15px 50px 10px rgba(36, 31, 78, 0.329),
                -2px -7px 10px 0px  rgba(63, 57, 82, 0.15);

    
    
    background: linear-gradient(180deg, #213461, #213461, #3b5670, #7793a3, #818063, #6b5e78, #4a5269, #131e3c, #131e3c);
    background-size: 1800% 1800%;

    -webkit-animation: sky 120s ease infinite;
    -moz-animation: sky 120s ease infinite;
    -o-animation: sky 120s ease infinite;
    animation: sky 120s ease infinite;

}
@-webkit-keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-o-keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@media screen and (max-width:600px){
    footer{ overflow: hidden;
        padding: 80px 0;
}
}
/*フッター終*/