@charset "UTF-8";

body {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  min-height: 100vh;
  background-image: url(../img/pc_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;


}
.wrapper {
  width: 1100px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header {
  padding: 0 0 80px 0;
}
header p.title{
  text-align: left;
  margin-bottom: 80px;
}
#title_img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  z-index: 9;
  height: auto;
}
main h1 {
  margin-bottom: 40px;
}
#cdt_date {
  margin-top: 80px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#cdt_date div.separation:not(:last-of-type) {
  background-image: url(../img/pc_line.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
#cdt_date div.separation {
  height: 184px;
  width: 152px;
  position: relative;
}
#cdt_date div.separation div.value {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#cdt_date p.cdt_num {
  color: rgba(255,255,255,1);
  font-size: 80px;
  line-height: 1;
  margin-bottom: 20px;
}
#cdt_date .cdt_str img {
  height: 28px;
}



@media (max-width: 1219px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}



@media (max-width: 767px) {
  body {
    background-image: url(../img/sp_bg.svg);
  }
  .wrapper {
    width: 100%;



  }
  header {
    padding: 0 0 30px 0;
  }
  header p.title{
    text-align: center;
    margin-bottom: 40px;
  }

  header h1 {
    text-align: center;
  }
  header h1 img{
    margin: 0 auto 20px auto;
  }

  main .open_date img {
    margin: 0 auto;
  }
  main .open_date p.date {
    margin-bottom: 20px;
  }
  #cdt_date {
    margin-top: 60px;
  }
  #cdt_date div.separation:not(:last-of-type) {
    background-image: url(../img/sp_line.svg);
  }
  #cdt_date div.separation {
    height: 103px;
    width: 102px;
    position: relative;
  }
  #cdt_date div.separation:last-of-type {
    width: 67px;
  }
  #cdt_date p.cdt_num {
    font-size: 56px;
    margin-bottom: 10px;
  }
  #cdt_date .cdt_str img {
    height: 20px;
  }
}
