/**{
  box-sizing:border-box;
}
body{
  min-width:600px;
}*/
/*.header{
  width: 100%;
  background-color: #ddd;
  height: 150px;
  display: flex;
  align-items:center;
  justify-content:center;
  font-size: 20px;
}*/
/*.footer{
  width: 100%;
  background-color: #333;
  height: 500px;
  display: flex;
  align-items:center;
  justify-content:center;
  font-size: 20px;
  color:#fff;
  margin-top: 40px;
}*/
.container {
  /*width: calc(100% - 30px);
  max-width: 1000px;
  margin:40px auto 0;*/
  position: relative;
  width: 1000px;
  margin: 0 auto; }

.aside {
  width: calc(50vw - 500px);
  padding-bottom: 40px;
  position: absolute;
  right: 1000px;
  top: 0;
  transition: 0.1s ease top;
  max-height: calc(100vh - 30px);
  overflow: hidden; }
  .aside ul li {
    width: 100%;
    border-bottom: solid thin gray;
    padding-bottom: 5px;
    margin-bottom: 20px;
    height: 40px;
    padding-left: calc(50vw - 500px - 130px);
    transition: all 0.3s; }
    .aside ul li:hover {
      border-bottom: solid thin #F3A8BB; }
    .aside ul li a {
      width: 100%;
      height: 20px;
      font-size: 25px;
      display: block;
      text-align: left;
      color: #4D4D4D;
      transition: all 0.3s; }
      .aside ul li a:hover {
        color: #F3A8BB; }
  .aside.is-end {
    top: auto;
    bottom: 0; }

@media (max-width: 768px) {
  .container {
    /*width: calc(100% - 30px);
    max-width: 1000px;
    margin:40px auto 0;*/
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 70px; }

  .aside {
    display: none; } }
/*.aside{
  width: 50px;
  padding-bottom: 40px;
  position: absolute;
  left: -100px;
  top: 0;
  transition:0.1s ease top;
  max-height:calc(100vh - 30px);
  overflow:auto;
  &.is-end{
    top: auto;
    bottom: 0;
  }
}*/
/*.main{
  h1{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0.6em;
  }
  p{
    font-size: 16px;
    line-height: 2;
  }
}*/
