html {
  font-size: 16px;
}

body {
  -webkit-text-size-adjust: 100%;
}

.for_pc {
  display: none;
}

.center_sp {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#header .logo {
  margin: 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .logo img {
  width: 150px;
}
#header .gnav {
  max-height: calc(100vh - 80px - 30px);
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  background: #fff;
  margin: 0 -10px;
  padding: 20px 40px;
}
#header .gnav a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 60px;
  position: relative;
}

.dl_tbl_form dt,
.dl_tbl_form dd {
  margin: 0;
}
.dl_tbl_form dd {
  margin-bottom: 15px;
}

#index_page {
  padding: 0 20px 50px;
}
#index_page .dv_enter {
  width: 200px;
  margin: 0 auto;
}
#index_page .dv_enter .kinsi img {
  width: 140px;
}

#index_banners img {
  width: 400px;
}

#top_gallery .flickity .cell {
  height: 265px;
  width: 400px;
}

.sche_date_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sche_date_list li a {
  padding: 15px;
}

.pct_list li {
  width: 50%;
}

#castinfo .name_size {
  text-align: center;
}
#castinfo .com {
  padding: 20px 30px;
}
#castinfo .com .gcom {
  margin-bottom: 40px;
}
#castinfo .prof .hdr {
  display: table;
  margin: 1rem auto;
}

#sche_castpage {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sche_castpage li {
  width: calc((100% - 20px) / 2);
}

#castlist .pct_list .dv_icn_cast_stat {
  bottom: 44px;
}

#schedule .pct_list .dv_icn_cast_stat {
  bottom: 68px;
}

/***** drawer *****/
.drawer {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
}

.drawer_hidden {
  display: none;
}

.drawer_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  width: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
}

.drawer_open span:before {
  bottom: 10px;
}

.drawer_open span:after {
  top: 10px;
}

#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/***** iframe *****/
.gmap {
  height: 50vh;
}