.area-archive {
  background-color: #f5f5f5;
  padding: 100px 0;
}

.area-archive .wrap {
  display: flex;
  display: -webkit-flex;
  width: 800px;
  margin: 0 auto;
}

.area-archive .wrap h3 {
  margin-right: 30px;
}

.area-archive .wrap ul {
  display: flex;
  display: -webkit-flex;
}

.area-archive .wrap ul li {
  margin-right: 20px;
}

.area-archive .wrap ul li:last-child() {
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  .area-archive {
    padding: 50px 0;
  }
  .area-archive .wrap {
    display: flex;
    display: -webkit-flex;
    width: auto;
    margin: 0 auto;
  }
  .area-archive .wrap h3 {
    width: 60px;
    margin-right: 0px;
    margin: 0 0 0 20px;
  }
  .area-archive .wrap ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 60px 0 30px;
  }
  .area-archive .wrap ul li {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .area-archive .wrap ul li:last-child() {
    margin-right: 0;
  }
}

.cp_cont {
  height: auto;
}

.cp_offcm04 {
  position: fixed;
  top: 170px;
  left: 0;
  display: inline-block;
  z-index: 99;
}

/* menu */
.cp_offcm04 .cp_menu {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 590px;
  height: 100%;
  border-right: 10px solid #000;
  padding: 0;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: 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: #f5f5f5;
  color: #000;
}

@media screen and (max-width: 896px) {
  .cp_offcm04 .cp_menu {
    width: 320px;
  }
}

.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: 220px;
  }
}

.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(590px);
  transform: translateX(590px);
  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;
  }
}

/* contents */
.cp_contents {
  color: #333333;
}
