.cp_menu .ttl{
    text-align: center;
    width: 100%;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: 40px;
    line-height: 2;
    margin-top: 30px;
}
.cp_menu .banner {
    text-align: center;
    width: 260px;
    margin: 0 auto;
}
.cp_menu .date{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px;
}
.cp_cont {
  height: auto;
}

.cp_offcm04 {
  position: fixed;
  top: 170px;
  left: 0;
  display: inline-block;
  z-index: 99;
}

/* menu */
.cp_offcm04 .cp_menu {
  overflow: scroll;
  position: fixed;
  top: 0;
  left: -100vw;
  width: 800px;
  height: 100%;
  border-right: 10px solid #000;
  padding: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.53s transform;
  transition: 0.53s transform;
  -webkit-transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  background-color: #fff;
  color: #000;
}

.cp_offcm04 .cp_menu .box {
  width: 560px;
  margin: 0 auto; 
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.cp_offcm04 .cp_menu .box li {
  width: 280px;
}


@media screen and (max-width: 896px) {
  .cp_menu .ttl{
    font-size: 20px;
    margin-top: 0;
  }
  .cp_menu .banner {
    width: auto;
  }
  .cp_menu .banner img{
    width: auto;
  }
  .cp_menu .date{
    font-size: 10px;
  }
  .cp_offcm04 .cp_menu {
    width: 320px;
    padding: 5% 0;
  }
  .cp_offcm04 .cp_menu .box {
    width: 100%;
  }
  .cp_offcm04 .cp_menu .box li {
    width: 46%;
    margin: 0 2%; 
  }
}

.cp_offcm04 .cp_menu h3 {
  margin-right: 40px;
  margin-left: -40px;
}

@media screen and (max-width: 896px) {
  .cp_offcm04 .cp_menu h3 {
    margin-right: 20px;
    margin-left: -20px;
    width: 10px;
  }
}

.cp_offcm04 .cp_menu ul {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 896px) {
  .cp_offcm04 .cp_menu ul {
    width: 100%;
  }
}

.cp_offcm04 .cp_menu li {
  list-style: none;
  margin-bottom: 10px;
}

.cp_offcm04 .cp_menu li a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #ffffff;
}

.cp_offcm04 #cp_toggle04 {
  position: absolute;
  display: none;
  opacity: 0;
}

.cp_offcm04 #cp_toggle04:checked ~ .cp_menu {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

/* menu toggle */
.cp_offcm04 #cp_toggle04 ~ label {
  display: block;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.5s transform;
  transition: 0.5s transform;
  text-align: center;
  color: #333333;
  background: url(../images/menu-off.png);
  width: 52px;
  height: 153px;
}

@media screen and (max-width: 896px) {
  .cp_offcm04 #cp_toggle04 ~ label {
    background: url(../images/s/menu-off.png);
    background-size: 21px;
    width: 21px;
    height: 62px;
  }
}

.cp_offcm04 #cp_toggle04:checked ~ label {
  -webkit-transform: translateX(800px);
  transform: translateX(800px);
  background: url(../images/menu-on.png);
  width: 57px;
  height: 153px;
  margin-left: -4px;
}

@media screen and (max-width: 896px) {
  .cp_offcm04 #cp_toggle04:checked ~ label {
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    background: url(../images/s/menu-on.png);
    background-size: 26px;
    width: 26px;
    height: 56px;
    
  }
}

