html {
    font-size: 62.5%;
    
}


#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #333;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}




.splashbg{
    display: none;
}


body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleY(0);
    background-color: #333;
	animation-name:PageAnime;
	animation-duration:0.8s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
}

@keyframes PageAnime{
	0% {
		transform-origin:top;
		transform:scaleY(0);
	}
	50% {
		transform-origin:top;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:bottom;
	}
	100% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
}


#container{
	opacity: 0;
}


body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}







.scrolldown2{

	position:absolute;
	bottom:60px;
	left:50%;
}

.scrolldown2 span{

	position: absolute;
	left:10px;
	bottom: 22px;
	color: #eee;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}


.scrolldown2:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}


@keyframes circlemove{
      0%{bottom:60px;}
     100%{bottom:-5px;}
 }


@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }


.scrolldown2:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:2px;
	height: 80px;
	background:#eee;
}












    body {
        background-image: url(/image/アセット\ 1@2x.png);
        background-size: cover;
    }


html li{
    list-style-type: none;
}

p,h2,h3,h4 {
    color: #333;
}

.kv img{
    width: 100%;
}

nav{
    width: 13.541%;
    
    background-color: #8e8e8e;
    
}

nav li img{
    width: 90%;
    
}

nav li{
    margin-bottom: 23.913%;
    font-size: 1.9rem;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 900;
    display: block;
}

.menu_logo{
    
    margin-bottom: 39.130%;
}
.menu_box{
    border-left: solid 3px #6e6e6e;
    padding-left: 1.5rem;
    
}

nav a{
    color: rgb(255, 255, 255);
    display: inline;
    height: 12.307%;
    transition: color 0.4s ease-out;
    
}

nav ul{
    margin-left: 11.538%;
    padding: 0;
    height: 32vh;
    padding-top: 57.692%;
}

nav ul li a:{
    text-decoration: none;
}

nav {
    
}



.pc { display: block }
        .sp { display: none  }

#main {
    position: relative;
}

.boku{
    width: 37.604%;
    position: absolute;
    top: 36.203%;
    right: 5.573%;
}
.KV_rogo1 {
    margin-bottom: 4rem;
    
    
}
.KV_rogo2{
    width: 92.105%;
}

#profile {
    margin: 0 auto;
    width: 41.414%;
    height: 49.537%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 23rem;
}

.profile_ber {
    
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 13rem;
    margin-bottom: 5.3rem;
    font-family: noto-sans-cjk-jp, sans-serif;
    overflow-x: hidden;
    width: 100%;
}
.profile_h2{
    font-size: 5rem;   
    margin-left: 1.8rem;
    margin-right: 1.8rem;
    font-weight: 700;
}
.profile_text h3{
    font-size: 3.5rem;
    margin-bottom: 0;
}
.profile_text {
    font-family: noto-sans-cjk-jp, sans-serif;
    display: flex;
    flex-direction: column;
}
.profile_text p{
    
    font-size: 1.6rem;
    line-height: 2.5rem;
}

.profile_text p:nth-of-type(2){
    margin-bottom: 4rem;
}

.profile_text p:nth-of-type(1){
    margin-bottom: 3rem;
}

.profile_text img{
    margin-bottom: 3rem;
}

.button {
    display: inline-block;
    border: solid 3px #333;
    width: 43.775%;
    height: 4rem;
    position: relative;
    display: flex;
  justify-content: center;
  align-items: center;
}


.button {
  transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}
.button:hover {

  letter-spacing: 0.5em;
}


.button_arrows{
    margin-left: 12px;
}

.button .botton_text p {
    display: inline-block;
    
}

.button_text {
    font-weight: bold;
    display: flex;
    position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
    text-align: center;
    font-size: 1.8rem;
    color: #333;
}

.shimoda {
    text-align: center;
    margin-right: 3.697%;
}
.shimoda img{
    width: 248px;
}
.name {
    font-size: 3.9rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
.name_en {
    font-size: 1.9rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
}

.profile_text {

}

.service_ber {
    font-family: noto-sans-cjk-jp, sans-serif;
    overflow-x: hidden;
    width: 100%;
}

#service {
    font-family: noto-sans-cjk-jp, sans-serif;
}
#service li{
    width: 35rem; 
}
#service p{
    font-weight: 500;
}
#service h4{
    font-weight: 700;
}

#service ul{
    display: flex;
    justify-content: center;
}

.service_h2{
    font-size: 5rem;   
    margin-left: 1.8rem;
    margin-right: 1.8rem;
}

.service_ber {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 13rem;
    margin-bottom: 5.7rem;
}

.graphic {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15.6rem;
}

.graphic h4{
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 3.2rem;
}
.graphic p{
    font-size: 1.7rem;
    
}
.graphic img {
    height: 12rem;
    margin-bottom: 2.2rem;
}

.webdesign  {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.webdesign h4{
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 3.2rem;
}
.webdesign p{
    font-size: 1.7rem;
    
}
.webdesign img {
    height: 12rem;
    margin-bottom: 2.2rem;
    
}







.design_ber {
    font-family: noto-sans-cjk-jp, sans-serif;
    overflow-x: hidden;
    
}

#design {
    
    width: 58.333%;
    min-width: 800px;
    margin: 0 auto;
}

#design img:hover {
    opacity:0.6;
    transition:0.3s;
}

#design ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
        
}
#design li{
    width: 24.017%;
        
}

#design img{
    width: 100%
        
}

.design_ber {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 23rem;
    margin-bottom: 5.7rem;
}

.design_h2{
    font-size: 5rem;   
    margin-left: 1.8rem;
    margin-right: 1.8rem;
}

.design_button {
    
        margin: 3.6rem auto 0 auto;
    display: inline-block;
    border: solid 3px #333;
    max-width: 19%;
    height: 4rem;
    position: relative;
    display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25rem;
}

.design_button {
        transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}

.design_button:hover {
    letter-spacing: 0.5em;

}

#design ul li {

    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.35);
}


.design_button_arrows{
    margin-left: 12px;
}

.design_button .botton_text p {
    display: inline-block;
    
}

.design_button_text {
    font-weight: bold;
    display: flex;
    position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
    text-align: center;
    font-size: 1.8rem;
    color: #333;
}

#footer {
    width: 100%;
    height: 100%;
    position: relative;
    
}
.footer_black {
    width: 100%;
    
    
}
.footer_logo_img {

    position: absolute;
    right: 20.833%;
    bottom: 26.376%;
    width: 22.5%;
}

.footer_twe img{
    width: 3%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 26.376%;
    
}

.footer_bgc {
    display: none;
}



@media screen and (max-width:893px) {
    
    html {
        font-size: 58.5%;
    }


    .scrolldown2{

        position:absolute;
        bottom:50%;
        left: 5%;
    }






    .pc { display: none }
    .sp { display: block }

    .boku {
        width: 76.25%;
        position: absolute;
        bottom: 32.5%;
        top: 68%;
        left: 0;
        right: 0;
        margin: auto;
    }
    
        #profile {
            flex-direction: column;
            align-items: center;
            width: 90%;
        }
 
        
@media screen and (max-width:509px) {
        #profile h3{
        font-size: 4.2rem       ;
        }
}

@media screen and (max-width:530px) {
        .profile_ber{
            height: 40%;
        }
}

    .profile_text img{
        width: 100%;
    }
    .shimoda img{
        width: 70%;
    }

    .button {
        width: 75%;
        height: 5rem;
        margin: 0 auto;
    }

    #service ul{
        padding: 0;
        flex-direction: column;    
        align-items: center;
    }

    #service li{
        width: 70%;
    }
    
    
    #service li:first-child{
        margin-bottom: 10rem;
    }


    #service li img{
        height: 12.5rem;
    }
    .graphic {
        margin-right: 0;
    }


    .design_h2 {
        margin-left: 1.3rem;
        margin-right: 1.3rem;
    }

    #design {
        min-width: 0;
        width: 90%;
    }

    #design li{
        width: 32.6%;
    }
    
    #design li:last-child{
        display: none;
    }

    .design_button {
        width: 75%;
        height: 5rem;
        max-width: none;
    }

    




    #g-nav{
        width: 30%;
        
    }


    
    nav ul {
        padding-top: 8vh;
    }
    
    nav li {
        background-color: #fff;
        width: 110%;
    }
    
    nav li img{
        width: 15.6rem;
    }
    


    nav a {
        color: #333;

    }

    .panelactive .menu_logo_black {
        display: initial!important;
    }
    .menu_logo_white {
        display: none;
    }
    
    #g-nav.panelactive li {
        border-left: solid 3px #333;
    }
    
    .footer_logo_img{
        width: 45.5%;
        right: 18%;
        position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 16.376%;
    }

    .footer_twe img {
        width: 6%;
        bottom: 42.376%;
        
    }

    .footer_bgc {
        display: block;
        height: 10rem;
        background-color: #464646;
    }

    

    #footer {
        overflow-x: hidden;
    }

    .back {
        display: none;
    }
}
