*{
    padding: 0;
    margin: 0;
}

body{
    background-color: #e4e4e4;
    border-right: solid 1px ;
    border-left: solid 1px;
    margin: 20px;
    font-family: "Futura","YuGothic Bold", sans-serif;
}

html{
    font-size: 16px;
    scroll-behavior: smooth;
    cursor: default;
}

html::before,html::after,body::before,body::after{
    content: "";
    background: #e4e4e4;
    position: fixed;
    display: block;
    z-index: 100;
}

html::before {
    height: 20px; 
    width: 100vw;
    left: 0;
    top: 0;
    border-bottom: solid 1px;
  }
  
  html::after {
    width: 20px;
    height: 100vh;
    right: 0;
    top: 0;
  }
  
  body::before {
    height: 20px;
    width: 100vw;
    bottom: 0;
    left: 0;
    border-top: solid 1px;
  }
  
  body::after {
    width: 20px;
    height: 100vh;
    top: 0;
    left: 0;
  }

#wrap{
    display: flex;
}

main{
    width: 850px;
    margin-left: 130px;
    border-left: solid 1px;
}

/* sideber */
.sideber{
    display: flex;
    width: 250px;
    font-family: "Futura",sans-serif;
    background-color: #d2d2d2;
    position: fixed;
    top: 20px;
    bottom: 20px;
    left: 1000px;
    border: solid 1px;
    line-height: 3.24;
    padding-top: 50px;
}

.sideber a{
    transition: all 0.4s;
}

.sideber a:hover{
    color: #fff;
}

#profile{
    padding-top: 340px;
    margin-top: -340px;
}

#like{
    padding-top: 50px;
    margin-top: -50px;
}

#foods{
    padding-top: 70px;
    margin-top: -70px;
}

#books{
    padding-top: 400px;
    margin-top: -400px;
}

#music{
    padding-top: 170px;
    margin-top: -170px;
}

#movie{
    padding-top: 55px;
    margin-top: -55px;
}

#youtube{
    padding-top: 55px;
    margin-top: -55px;
}

#hobby{
    padding-top: 180px;
    margin-top: -180px;
}

a{
    text-decoration: none;
    color: black;
}

.remodal {
    max-width: 600px;
    background-color: none;
    padding: 0;
}

.remodal-cancel{
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid;
    padding: 7px;
    margin: 10px;
}

.remodal-cancel:hover{
    color: #5c5c5c;
    background-color: #e4e4e4;
}

/* profile*/
.profile{
    display: flex;
}

h1{
    border-bottom: solid 1px;
    padding:60px 40px ;
    font-size: 60px;
}

.profile .box-1{
    width: 350px;    
}

.profile .box-1 .box-b{
    height: 350px;
    padding-left: 40px;
    padding-top: 30px;
    font-size: 16px;
}

.profile .box-2{
    width: 500px;
    border-left: solid 1px;
    padding-top: 70px;
    text-align: left;
}

.profile .box-2 p{
    font-size: 20px;
}

.profile .box-2 table{
    padding-top: 40px;
}

.profile .box-2 p,table{
    padding-left: 60px;
}

.profile .box-2 td{
    padding-left: 10px;
}

.profile .box-2 .fig{
    width: 384px;
    height: 255px;
    margin:60px auto 0 ;
}

/* like */
.like{
    clear: both;
    border-top: solid 1px;
    border-bottom: solid 1px;
    font-size: 16px;
    padding: 40px 0;
    text-align: center;
}

/* food and drink */
.foods{
    display: flex;
}

.foods .box-4{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin: 20px;
    width: 646px;
}

.foods .box-4 .fig{
    height: 200px;
    border: solid 1px;
}

.foods .box-5{
    writing-mode: vertical-rl;
    text-orientation: sideways;
    border-left: solid 1px;
    padding-top: 20px;
    padding-left: 20px;
}

/* books */
.books{
    display: flex;
    border-top: solid 1px;
    border-bottom: solid 1px;
    margin-bottom: 40px;
}

.books .box-6{
    border-right: solid 1px;
    width: 300px;
    padding: 370px 0px 30px 40px;
}

.books .list{
    width: 510px;
}

.books .list .box-f{
    display: flex;
    border-bottom: solid 1px;
}

.books .list .box-f:hover{
    background-color: #fff;
}

.books .list .box-f .fig{
    height: 120px;
    border: solid 1px;
    margin: 10px;
}

.books .list .box-g{
    display: flex;
    border-bottom: solid 1px;
}

.books .list .box-g:hover{
    background-color: #fff;
}

.books .list .box-g .fig{
    height: 120px;
    border: solid 1px;
    margin: 10px;
}

.books .list .box-h{
    display: flex;
}

.books .list .box-h:hover{
    background-color: #fff;
}

.books .list .box-h .fig{
    height: 120px;
    border: solid 1px;
    margin: 10px;
}

.books .list .text{
    padding: 61px 0 0 40px;
}

/* music */
.music{
    display: flex;
    margin-bottom: 40px;
    border-bottom: solid 1px;
    border-top: solid 1px;
}

.music .box-1{
    border-right: solid 1px;
}

.music .box-2{
    border-right: solid 1px;
}

.music .box-1 .list{
    display: flex;
    height: 215px;
}

.music .box-1 .list .box-a:hover{
    background-color: #fff;
}

.music .box-1 .list .box-b:hover{
    background-color: #fff;
}

.music .box-1 .list .box-a{
    writing-mode: vertical-rl;
    text-orientation: sideways;
    border-right: solid 1px;
    text-align: center;
    height: 215px;
    padding: 0px 25px;
}

.music .box-1 .list .box-b{
    writing-mode: vertical-rl;
    text-orientation: sideways;
    text-align: center;
    height: 215px;
    padding: 0px 25px;
}

.music .box-2 .list{
    display: flex;
    height: 215px;
}

.music .box-2 .list .box-a{
    writing-mode: vertical-rl;
    text-orientation: sideways;
    border-right: solid 1px;
    text-align: center;
    height: 215px;
    padding: 0px 25px;
}

.music .box-2 .list .box-a:hover{
    background-color: #fff;
}

.music .box-2 .list .box-b{
    writing-mode: vertical-rl;
    text-orientation: sideways;
    border-right: solid 1px;
    text-align: center;
    height: 215px;
    padding: 0px 25px;
}

.music .box-2 .list .box-b:hover{
    background-color: #fff;
}

.music .box-2 .list .box-c{
    writing-mode: vertical-rl;
    text-orientation: sideways;
    border-right: solid 1px;
    text-align: center;
    height: 215px;
    padding: 0px 25px;
}

.music .box-2 .list .box-c:hover{
    background-color: #fff;
}

.music .box-2 .list .box-d{
    writing-mode: vertical-rl;
    text-orientation: sideways;
    text-align: center;
    height: 215px;
    padding: 0px 25px;
}

.music .box-2 .list .box-d:hover{
    background-color: #fff;
}

.music .box-3{
    padding: 130px 180px 0 20px;
    border-right: solid 1px;
}

h4{
    border-top: solid 1px;
    text-align: center;
    padding: 20px 0px;
}


/* movie */
.mov-yt{
    display: flex;
    border-top: solid 1px;
    border-bottom: solid 1px;
    margin-bottom: 20px;
}

.movie{
    writing-mode: vertical-rl;
    text-orientation: sideways;
    border-right: solid 1px;
    padding: 25px 25px 0px;
}

.mov-yt .list{
    width: 239px;
}

.mov-yt .list .box-1{
    text-align: center;
}

.mov-yt .list .box-1 .modal-open{
    padding: 25px 0px;
    border-bottom: solid 1px;
}

.mov-yt .list .box-1 .modal-open:hover{
    background-color: #fff;
}

.mov-yt .list .box-2{
    text-align: center;
}

.mov-yt .list .box-2 .modal-open{
    padding: 26px 0px 25px;
    border-bottom: solid 1px;
}

.mov-yt .list .box-2 .modal-open:hover{
    background-color: #fff;
}

.mov-yt .list .box-3{
    text-align: center;
}

.mov-yt .list .box-3 .modal-open{
    padding: 25px 0px;
}

.mov-yt .list .box-3 .modal-open:hover{
    background-color: #fff;
}

.youtube{
    writing-mode: vertical-rl;
    text-orientation: sideways;
    border-right: solid 1px;
    border-left: solid 1px;
    padding: 25px 25px 0px ;
}

.mov-yt .fig{
    height: 150px;
}

.mov-yt .box-a{
   display: flex;
   flex-wrap: wrap;
   width: 452px;
}

.mov-yt .box-a .box-1{
    border-bottom: solid 1px;
    border-right: solid 1px;
}

.mov-yt .box-a .box-1:hover{
    opacity: 60%;
}

.mov-yt .box-a .box-2{
    border-bottom: solid 1px;
    border-right: solid 1px;
}

.mov-yt .box-a .box-2:hover{
    opacity: 60%;
}

.mov-yt .box-a .box-3{
    border-bottom: solid 1px;
}

.mov-yt .box-a .box-3:hover{
    opacity: 60%;
}

.mov-yt .box-a .box-4{
    border-right: solid 1px;
}

.mov-yt .box-a .box-4:hover{
    opacity: 60%;
}

.mov-yt .box-a .box-5{
    border-right: solid 1px;
}

.mov-yt .box-a .box-5:hover{
    opacity: 60%;
}

.mov-yt .box-a .box-6:hover{
    opacity: 60%;
}


/* hobby */
.hobby{
    display: flex;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.slider_wrap {
    display: flex;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.slider1, .slider2{
    display: inline-flex;
    flex: none;
    animation: slider 30s 2s linear infinite;
}

.slider1 div,.slider2 div{
    flex: none;
    padding: 10px;
}

@keyframes slider{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-155%);
    }
}

.hobby .box-1{
    border-left: solid 1px;
    width: 350px;
    height: 400px;
}

.hobby .box-1 .box-a{
    border-bottom: solid 1px;
    padding: 150px 0 20px 20px;
}

.hobby .box-1 .box-b{
    text-align: center;
    font-family: "Yugothic";
    padding: 23px 0;
    font-size: 12px;
    line-height: 2;
}

/* rolemodel */
.model{
    display: flex;
    margin: 20px;
    border: solid 1px;
}

.model h2{
    border-bottom: solid 1px;
    padding: 25px;
    text-align: center;
    font-size: 18px;
}

.role{
    border-right: solid 1px;
    border-left: solid 1px;
    margin-right: 25px;
    margin-left: 100px;
}

.model .role .box-1{
    display: flex;
}

.role .box-1 section{
    border-right: solid 1px;
}

.role .box-1 section:hover{
    background-color: #fff;
    opacity: 80%;
}

.role .box-1 section-2:hover{
    background-color: #fff;
    opacity: 80%;
}

.role .box-1 .fig{
    height: 300px;
}

.role .box-1 .box-a{
    text-align: center;
    padding: 15px 0px;
}

.respect{
    border-left: solid 1px;
    width: 280px;
}

.respect ul{
    padding: 40px 0px 0px 70px;
    line-height: 2.5;
}

/* footer */
#footer{
    border-top: solid 1px;
    padding: 40px 0 40px 40px;
    font-family: "Futura-Bold";
    font-size: 20px;
}

