body {
    margin: 0;
    background-color: #1b244b;
}
.nav {
    background-color: #242830;
    margin: 0;
    width: 100%;
}
.top-nav li {
  list-style: none;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  display: block;
  font-size: 13px;
  width: 75%;
  margin: 0 auto;
}
.top-nav li a {
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 22px;

}
ul {
    margin: 0;
}
.top-nav a:-webkit-any-link {
    color: rgba(255, 255, 255, 0.6);
}

.nav ul li :hover {
    color: white;
    transition: all .5s ease;
}

.fa {
    float: right;
}

.mid-nav {
    position: relative;
    background-color:#f2f2f2;
}
.divmenu {
    height: 50px;
    position: relative;
    background-color: #1b244b;
}
.divmenu .menu {
    left: 92%;
    top: 53px;
    height: 15px;
    width: 35px;
    padding-top: 12px;
}
.menu span{
    width: 35px;
    height: 3px;
    position: relative;
    color: white;
    background: currentColor;
    float: right;
    cursor: pointer;
}
.menu span:before {
    content: "";
    position: absolute;
    top: -10px;
    width:  100%;
    height: 100%;
    background: currentColor;
    color: white;
}
.menu span:after {
    content: "";
    position: absolute;
    top: 10px;
    width:  100%;
    height: 100%;
    background: currentColor;
    color: white;
  }
  .introduce {
    height: 88px;
    background-color: #1b244b;
  }
.introduce-head h2{
    color: white;
    margin: 0;
    padding: 0 0 0 36px;
}
.abouthead {
    text-align: center;
    margin-block-end: 65px;
}
.abouthead h1 {
    font-family: serif;
}
.abouthead p {
    margin: 2%;
}

.profile {
    background-color: white;
    margin: 0 auto;
    width: 65%;
    text-align: center;
}
.aboutcontens {
    text-align: initial;
    width: 78%;
    margin: 3% auto;
}
.hobby {
    padding: 0 0 40px 0 ;
}

hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 2em;
    margin-block-end: 0em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

.hobby p {
    margin: 2% auto;
    width: 78%;
    text-align: initial;
}
.hobby1 {
    margin-top: 40px;
    font-size: 14px;
}

.icon {
    font-size: 58px;
    color: rgb(255, 168, 37);
    padding-top: 25px;
    text-align: center;
}
.aboutme p{
    color: #615e5e;
}
.aboutcontens p {
    margin: 0%;

}
p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

video {
        margin-bottom: 3%;
}
footer {
    padding: 60px 0px;
    background-color: #1b244b;
}
footer a {
    color: #a1a9b0;
    text-decoration: none;
    transition: 0.5s;


}
.footer-contants {
    text-align: center;
    text-transform: uppercase;

}
.footer-ul {
    list-style: none;
    font-size: 14px;
    display: inline-flex;
    padding-inline-start: 0;
}
.footer-icon {
    list-style: none;
    padding-inline-start: 0;
}
.footer-ul li {
    padding: 0 22px;
    transition: 1s;


}
.footer-ul2 {
    list-style: none;
    font-size: 14px;
    display: inline-flex;
    padding-inline-start: 0;
    margin-top:20px;
}
.footer-ul2 li {
    padding: 0 22px;
    transition: 1s;
}
.footer-icon li {
    display: inline-flex;
    padding: 20px 20px;
    font-size: 23px;

}

.line {
    border-bottom: 2px solid #0093cb;
    width: 100px;
    margin: 0 auto;
    padding-top: 20px;
}
 footer li :hover {
    color:  #0093cb;
    transition: 0.5s;
 }
 .copy {
    font-size: 11px;
    text-align: center;
    color: #8c9398;
    text-transform: none;
 }



 .nav {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
 }

.menu {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    z-index: 3;
    cursor: pointer;
}
.menu span {
    display: block;
    position: absolute;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
}
.menuActive .menu span::before{
    top: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform :rotate(0deg);
}
.menuActive .menu span
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);   
}
.menuActive .menu span::after {
    top: 0px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

#container{
    transition: all .5s;
    position: relative;
}


@media screen and (max-width:768px){
    .profile {
        width: 80%;
    }
    .divmenu .menu {
        left: 87%;
    }


}
@media screen and (max-width:600px){
    .divmenu .menu {
        left: 82%;
    }
    .profile {
        width: 100%;
    }
}
